-- MySQL dump 10.13 Distrib 5.1.36, for redhat-linux-gnu (x86_64)
--
-- Host: localhost Database: ruslan_voitenko_pro_reward
-- ------------------------------------------------------
-- Server version 5.1.36-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `admin_assert`
--
DROP TABLE IF EXISTS `admin_assert`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `admin_assert` (
`assert_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`assert_type` varchar(20) NOT NULL DEFAULT '',
`assert_data` text,
PRIMARY KEY (`assert_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='ACL Asserts';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `admin_assert`
--
LOCK TABLES `admin_assert` WRITE;
/*!40000 ALTER TABLE `admin_assert` DISABLE KEYS */;
/*!40000 ALTER TABLE `admin_assert` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `admin_role`
--
DROP TABLE IF EXISTS `admin_role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `admin_role` (
`role_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL DEFAULT '0',
`tree_level` tinyint(3) unsigned NOT NULL DEFAULT '0',
`sort_order` tinyint(3) unsigned NOT NULL DEFAULT '0',
`role_type` char(1) NOT NULL DEFAULT '0',
`user_id` int(11) unsigned NOT NULL DEFAULT '0',
`role_name` varchar(50) NOT NULL DEFAULT '',
`gws_is_all` tinyint(1) NOT NULL DEFAULT '1',
`gws_websites` varchar(255) NOT NULL DEFAULT '',
`gws_store_groups` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`role_id`),
KEY `parent_id` (`parent_id`,`sort_order`),
KEY `tree_level` (`tree_level`)
) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8 COMMENT='ACL Roles';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `admin_role`
--
LOCK TABLES `admin_role` WRITE;
/*!40000 ALTER TABLE `admin_role` DISABLE KEYS */;
INSERT INTO `admin_role` VALUES (1,0,1,1,'G',0,'Administrators',1,'',''),(14,1,2,0,'U',1,'admin',1,'',''),(15,0,1,0,'G',0,'Demo Administrators',1,'',''),(44,15,2,0,'U',2,'admin',1,'','');
/*!40000 ALTER TABLE `admin_role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `admin_rule`
--
DROP TABLE IF EXISTS `admin_rule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `admin_rule` (
`rule_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`role_id` int(10) unsigned NOT NULL DEFAULT '0',
`resource_id` varchar(255) NOT NULL DEFAULT '',
`privileges` varchar(20) NOT NULL DEFAULT '',
`assert_id` int(10) unsigned NOT NULL DEFAULT '0',
`role_type` char(1) DEFAULT NULL,
`permission` varchar(10) DEFAULT NULL,
PRIMARY KEY (`rule_id`),
KEY `resource` (`resource_id`,`role_id`),
KEY `role_id` (`role_id`,`resource_id`),
CONSTRAINT `FK_admin_rule` FOREIGN KEY (`role_id`) REFERENCES `admin_role` (`role_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2264 DEFAULT CHARSET=utf8 COMMENT='ACL Rules';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `admin_rule`
--
LOCK TABLES `admin_rule` WRITE;
/*!40000 ALTER TABLE `admin_rule` DISABLE KEYS */;
INSERT INTO `admin_rule` VALUES (1,1,'all','',0,'G','allow'),(2090,15,'all','',0,'G','deny'),(2091,15,'admin','',0,'G','deny'),(2092,15,'admin/dashboard','',0,'G','allow'),(2093,15,'admin/system','',0,'G','allow'),(2094,15,'admin/system/acl','',0,'G','deny'),(2095,15,'admin/system/acl/roles','',0,'G','deny'),(2096,15,'admin/system/acl/users','',0,'G','deny'),(2097,15,'admin/system/acl/locks','',0,'G','deny'),(2098,15,'admin/system/store','',0,'G','deny'),(2099,15,'admin/system/design','',0,'G','allow'),(2100,15,'admin/system/config','',0,'G','deny'),(2101,15,'admin/system/config/general','',0,'G','deny'),(2102,15,'admin/system/config/web','',0,'G','deny'),(2103,15,'admin/system/config/design','',0,'G','deny'),(2104,15,'admin/system/config/system','',0,'G','deny'),(2105,15,'admin/system/config/advanced','',0,'G','deny'),(2106,15,'admin/system/config/trans_email','',0,'G','deny'),(2107,15,'admin/system/config/dev','',0,'G','deny'),(2108,15,'admin/system/config/currency','',0,'G','deny'),(2109,15,'admin/system/config/sendfriend','',0,'G','deny'),(2110,15,'admin/system/config/admin','',0,'G','deny'),(2111,15,'admin/system/config/cms','',0,'G','deny'),(2112,15,'admin/system/config/customer','',0,'G','deny'),(2113,15,'admin/system/config/catalog','',0,'G','deny'),(2114,15,'admin/system/config/payment','',0,'G','deny'),(2115,15,'admin/system/config/payment_services','',0,'G','deny'),(2116,15,'admin/system/config/sales','',0,'G','deny'),(2117,15,'admin/system/config/sales_email','',0,'G','deny'),(2118,15,'admin/system/config/sales_pdf','',0,'G','deny'),(2119,15,'admin/system/config/shipping','',0,'G','deny'),(2120,15,'admin/system/config/carriers','',0,'G','deny'),(2121,15,'admin/system/config/checkout','',0,'G','deny'),(2122,15,'admin/system/config/paypal','',0,'G','deny'),(2123,15,'admin/system/config/google','',0,'G','deny'),(2124,15,'admin/system/config/reports','',0,'G','deny'),(2125,15,'admin/system/config/tax','',0,'G','deny'),(2126,15,'admin/system/config/wishlist','',0,'G','deny'),(2127,15,'admin/system/config/cataloginventory','',0,'G','deny'),(2128,15,'admin/system/config/contacts','',0,'G','deny'),(2129,15,'admin/system/config/sitemap','',0,'G','deny'),(2130,15,'admin/system/config/rss','',0,'G','deny'),(2131,15,'admin/system/config/api','',0,'G','deny'),(2132,15,'admin/system/config/downloadable','',0,'G','deny'),(2133,15,'admin/system/config/newsletter','',0,'G','deny'),(2134,15,'admin/system/config/giftcard','',0,'G','deny'),(2135,15,'admin/system/config/giftcardaccount','',0,'G','deny'),(2136,15,'admin/system/config/enterprise_reward','',0,'G','deny'),(2137,15,'admin/system/config/moneybookers','',0,'G','deny'),(2138,15,'admin/system/currency','',0,'G','deny'),(2139,15,'admin/system/email_template','',0,'G','deny'),(2140,15,'admin/system/variable','',0,'G','deny'),(2141,15,'admin/system/myaccount','',0,'G','deny'),(2142,15,'admin/system/tools','',0,'G','deny'),(2143,15,'admin/system/tools/backup','',0,'G','deny'),(2144,15,'admin/system/tools/compiler','',0,'G','deny'),(2145,15,'admin/system/convert','',0,'G','deny'),(2146,15,'admin/system/convert/gui','',0,'G','deny'),(2147,15,'admin/system/convert/profiles','',0,'G','deny'),(2148,15,'admin/system/cache','',0,'G','deny'),(2149,15,'admin/system/extensions','',0,'G','deny'),(2150,15,'admin/system/extensions/local','',0,'G','deny'),(2151,15,'admin/system/extensions/custom','',0,'G','deny'),(2152,15,'admin/system/adminnotification','',0,'G','deny'),(2153,15,'admin/system/adminnotification/show_toolbar','',0,'G','deny'),(2154,15,'admin/system/adminnotification/show_list','',0,'G','deny'),(2155,15,'admin/system/adminnotification/mark_as_read','',0,'G','deny'),(2156,15,'admin/system/adminnotification/remove','',0,'G','deny'),(2157,15,'admin/system/index','',0,'G','deny'),(2158,15,'admin/system/api','',0,'G','deny'),(2159,15,'admin/system/api/users','',0,'G','deny'),(2160,15,'admin/system/api/roles','',0,'G','deny'),(2161,15,'admin/system/crypt_key','',0,'G','deny'),(2162,15,'admin/global_search','',0,'G','allow'),(2163,15,'admin/cms','',0,'G','allow'),(2164,15,'admin/cms/block','',0,'G','allow'),(2165,15,'admin/cms/page','',0,'G','allow'),(2166,15,'admin/cms/page/save','',0,'G','allow'),(2167,15,'admin/cms/page/delete','',0,'G','allow'),(2168,15,'admin/cms/poll','',0,'G','allow'),(2169,15,'admin/cms/widget_instance','',0,'G','allow'),(2170,15,'admin/customer','',0,'G','allow'),(2171,15,'admin/customer/group','',0,'G','allow'),(2172,15,'admin/customer/manage','',0,'G','allow'),(2173,15,'admin/customer/online','',0,'G','allow'),(2174,15,'admin/customer/giftcardaccount','',0,'G','allow'),(2175,15,'admin/catalog','',0,'G','allow'),(2176,15,'admin/catalog/attributes','',0,'G','allow'),(2177,15,'admin/catalog/attributes/attributes','',0,'G','allow'),(2178,15,'admin/catalog/attributes/sets','',0,'G','allow'),(2179,15,'admin/catalog/categories','',0,'G','allow'),(2180,15,'admin/catalog/products','',0,'G','allow'),(2181,15,'admin/catalog/update_attributes','',0,'G','allow'),(2182,15,'admin/catalog/urlrewrite','',0,'G','allow'),(2183,15,'admin/catalog/search','',0,'G','allow'),(2184,15,'admin/catalog/reviews_ratings','',0,'G','allow'),(2185,15,'admin/catalog/reviews_ratings/ratings','',0,'G','allow'),(2186,15,'admin/catalog/reviews_ratings/reviews','',0,'G','allow'),(2187,15,'admin/catalog/reviews_ratings/reviews/all','',0,'G','allow'),(2188,15,'admin/catalog/reviews_ratings/reviews/pending','',0,'G','allow'),(2189,15,'admin/catalog/tag','',0,'G','allow'),(2190,15,'admin/catalog/tag/all','',0,'G','allow'),(2191,15,'admin/catalog/tag/pending','',0,'G','allow'),(2192,15,'admin/catalog/sitemap','',0,'G','deny'),(2193,15,'admin/catalog/googlebase','',0,'G','deny'),(2194,15,'admin/catalog/googlebase/types','',0,'G','deny'),(2195,15,'admin/catalog/googlebase/items','',0,'G','deny'),(2196,15,'admin/promo','',0,'G','allow'),(2197,15,'admin/promo/catalog','',0,'G','allow'),(2198,15,'admin/promo/quote','',0,'G','allow'),(2199,15,'admin/sales','',0,'G','allow'),(2200,15,'admin/sales/order','',0,'G','allow'),(2201,15,'admin/sales/order/actions','',0,'G','allow'),(2202,15,'admin/sales/order/actions/create','',0,'G','allow'),(2203,15,'admin/sales/order/actions/view','',0,'G','allow'),(2204,15,'admin/sales/order/actions/reorder','',0,'G','allow'),(2205,15,'admin/sales/order/actions/edit','',0,'G','allow'),(2206,15,'admin/sales/order/actions/cancel','',0,'G','allow'),(2207,15,'admin/sales/order/actions/capture','',0,'G','allow'),(2208,15,'admin/sales/order/actions/invoice','',0,'G','allow'),(2209,15,'admin/sales/order/actions/creditmemo','',0,'G','allow'),(2210,15,'admin/sales/order/actions/hold','',0,'G','allow'),(2211,15,'admin/sales/order/actions/unhold','',0,'G','allow'),(2212,15,'admin/sales/order/actions/ship','',0,'G','allow'),(2213,15,'admin/sales/order/actions/comment','',0,'G','allow'),(2214,15,'admin/sales/order/actions/emails','',0,'G','allow'),(2215,15,'admin/sales/invoice','',0,'G','allow'),(2216,15,'admin/sales/shipment','',0,'G','allow'),(2217,15,'admin/sales/creditmemo','',0,'G','allow'),(2218,15,'admin/sales/checkoutagreement','',0,'G','allow'),(2219,15,'admin/sales/tax','',0,'G','allow'),(2220,15,'admin/sales/tax/classes_customer','',0,'G','allow'),(2221,15,'admin/sales/tax/classes_product','',0,'G','allow'),(2222,15,'admin/sales/tax/import_export','',0,'G','allow'),(2223,15,'admin/sales/tax/rates','',0,'G','allow'),(2224,15,'admin/sales/tax/rules','',0,'G','allow'),(2225,15,'admin/report','',0,'G','allow'),(2226,15,'admin/report/salesroot','',0,'G','allow'),(2227,15,'admin/report/salesroot/sales','',0,'G','allow'),(2228,15,'admin/report/salesroot/tax','',0,'G','allow'),(2229,15,'admin/report/salesroot/shipping','',0,'G','allow'),(2230,15,'admin/report/salesroot/invoiced','',0,'G','allow'),(2231,15,'admin/report/salesroot/refunded','',0,'G','allow'),(2232,15,'admin/report/salesroot/coupons','',0,'G','allow'),(2233,15,'admin/report/shopcart','',0,'G','allow'),(2234,15,'admin/report/shopcart/product','',0,'G','allow'),(2235,15,'admin/report/shopcart/abandoned','',0,'G','allow'),(2236,15,'admin/report/products','',0,'G','allow'),(2237,15,'admin/report/products/ordered','',0,'G','allow'),(2238,15,'admin/report/products/sold','',0,'G','allow'),(2239,15,'admin/report/products/viewed','',0,'G','allow'),(2240,15,'admin/report/products/lowstock','',0,'G','allow'),(2241,15,'admin/report/products/downloads','',0,'G','allow'),(2242,15,'admin/report/customers','',0,'G','allow'),(2243,15,'admin/report/customers/accounts','',0,'G','allow'),(2244,15,'admin/report/customers/totals','',0,'G','allow'),(2245,15,'admin/report/customers/orders','',0,'G','allow'),(2246,15,'admin/report/review','',0,'G','allow'),(2247,15,'admin/report/review/customer','',0,'G','allow'),(2248,15,'admin/report/review/product','',0,'G','allow'),(2249,15,'admin/report/tags','',0,'G','allow'),(2250,15,'admin/report/tags/customer','',0,'G','allow'),(2251,15,'admin/report/tags/popular','',0,'G','allow'),(2252,15,'admin/report/tags/product','',0,'G','allow'),(2253,15,'admin/report/search','',0,'G','allow'),(2254,15,'admin/report/statistics','',0,'G','allow'),(2255,15,'admin/newsletter','',0,'G','allow'),(2256,15,'admin/newsletter/problem','',0,'G','deny'),(2257,15,'admin/newsletter/queue','',0,'G','deny'),(2258,15,'admin/newsletter/subscriber','',0,'G','allow'),(2259,15,'admin/newsletter/template','',0,'G','allow'),(2260,15,'admin/enterprise_reward','',0,'G','allow'),(2261,15,'admin/enterprise_reward/balance','',0,'G','allow'),(2262,15,'admin/enterprise_reward/rates','',0,'G','allow'),(2263,15,'admin/enterprise_reward/affect','',0,'G','allow');
/*!40000 ALTER TABLE `admin_rule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `admin_user`
--
DROP TABLE IF EXISTS `admin_user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `admin_user` (
`user_id` mediumint(9) unsigned NOT NULL AUTO_INCREMENT,
`firstname` varchar(32) NOT NULL DEFAULT '',
`lastname` varchar(32) NOT NULL DEFAULT '',
`email` varchar(128) NOT NULL DEFAULT '',
`username` varchar(40) NOT NULL DEFAULT '',
`password` varchar(100) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified` datetime DEFAULT NULL,
`logdate` datetime DEFAULT NULL,
`lognum` smallint(5) unsigned NOT NULL DEFAULT '0',
`reload_acl_flag` tinyint(1) NOT NULL DEFAULT '0',
`is_active` tinyint(1) NOT NULL DEFAULT '1',
`extra` text,
`failures_num` smallint(6) NOT NULL DEFAULT '0',
`first_failure` datetime DEFAULT NULL,
`lock_expires` datetime DEFAULT NULL,
PRIMARY KEY (`user_id`),
UNIQUE KEY `UNQ_ADMIN_USER_USERNAME` (`username`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Users';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `admin_user`
--
LOCK TABLES `admin_user` WRITE;
/*!40000 ALTER TABLE `admin_user` DISABLE KEYS */;
INSERT INTO `admin_user` VALUES (1,'admin','admin','ruslan.voytenko@varien.com','proadmin','9c1d7f6ef85eac1453856de9c21c6c3eead158f3fbaceff423e8097b1353793f:HP','2008-08-07 14:39:09','2010-04-29 20:17:20','2010-05-06 16:17:39',110,0,1,'a:1:{s:11:\"configState\";a:3:{s:25:\"enterprise_reward_general\";s:1:\"1\";s:24:\"enterprise_reward_points\";s:1:\"1\";s:30:\"enterprise_reward_notification\";s:1:\"1\";}}',0,NULL,NULL),(2,'admin','admin','admin@example.com','admin','5d2f7037cf76789a123e82790b65b05c402a42e483b90ddc37457c810eff4334:Ru','2010-04-30 10:59:07','2010-05-06 17:10:20','2010-05-05 15:04:20',7,1,1,'N;',0,NULL,NULL);
/*!40000 ALTER TABLE `admin_user` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `adminnotification_inbox`
--
DROP TABLE IF EXISTS `adminnotification_inbox`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adminnotification_inbox` (
`notification_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`severity` tinyint(3) unsigned NOT NULL DEFAULT '0',
`date_added` datetime NOT NULL,
`title` varchar(255) NOT NULL,
`description` text,
`url` varchar(255) NOT NULL,
`is_read` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_remove` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`notification_id`),
KEY `IDX_SEVERITY` (`severity`),
KEY `IDX_IS_READ` (`is_read`),
KEY `IDX_IS_REMOVE` (`is_remove`)
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `adminnotification_inbox`
--
LOCK TABLES `adminnotification_inbox` WRITE;
/*!40000 ALTER TABLE `adminnotification_inbox` DISABLE KEYS */;
INSERT INTO `adminnotification_inbox` VALUES (1,4,'2008-07-25 01:24:40','Magento 1.1 Production Version Now Available','We are thrilled to announce the availability of the production release of Magento 1.1. Read more about the release in the Magento Blog.','http://www.magentocommerce.com/blog/comments/magento-11-is-here-1/',1,0),(2,4,'2008-08-02 01:30:16','Updated iPhone Theme is now available','Updated iPhone theme for Magento 1.1 is now available on Magento Connect and for upgrade through your Magento Connect Manager.','http://www.magentocommerce.com/blog/comments/updated-iphone-theme-for-magento-11-is-now-available/',1,0),(3,3,'2008-08-02 01:40:27','Magento version 1.1.2 is now available','Magento version 1.1.2 is now available for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-version-112-is-now-available/',1,0),(4,3,'2008-08-13 17:51:46','Magento version 1.1.3 is now available','Magento version 1.1.3 is now available','http://www.magentocommerce.com/blog/comments/magento-version-113-is-now-available/',1,0),(5,1,'2008-09-02 21:10:31','Magento Version 1.1.4 Security Update Now Available','Magento 1.1.4 Security Update Now Available. If you are using Magento version 1.1.x, we highly recommend upgrading to this version as soon as possible.','http://www.magentocommerce.com/blog/comments/magento-version-114-security-update/',1,0),(6,3,'2008-09-15 22:09:54','Magento version 1.1.5 Now Available','Magento version 1.1.5 Now Available.\n\nThis release includes many bug fixes, a new category manager and a new skin for the default Magento theme.','http://www.magentocommerce.com/blog/comments/magento-version-115-now-available/',1,0),(7,3,'2008-09-17 20:18:35','Magento version 1.1.6 Now Available','Magento version 1.1.6 Now Available.\n\nThis version includes bug fixes for Magento 1.1.x that are listed in the release notes section.','http://www.magentocommerce.com/blog/comments/magento-version-116-now-available/',1,0),(8,4,'2008-11-07 23:46:42','Reminder: Change Magento`s default phone numbers and callouts before site launch','Before launching your Magento store, please remember to change Magento`s default phone numbers that appear in email templates, callouts, templates, etc.','',1,0),(9,3,'2008-11-20 01:31:12','Magento version 1.1.7 Now Available','Magento version 1.1.7 Now Available.\n\nThis version includes over 350 issue resolutions for Magento 1.1.x that are listed in the release notes section, and new functionality that includes:\n\n-Google Website Optimizer integration\n-Google Base integration\n-Scheduled DB logs cleaning option','http://www.magentocommerce.com/blog/comments/magento-version-117-now-available/',1,0),(10,3,'2008-11-26 21:24:50','Magento Version 1.1.8 Now Available','Magento version 1.1.8 now available.\n\nThis version includes some issue resolutions for Magento 1.1.x that are listed in the release notes section.','http://www.magentocommerce.com/blog/comments/magento-version-118-now-available/',1,0),(11,3,'2008-12-30 07:45:59','Magento version 1.2.0 is now available for download and upgrade','We are extremely happy to announce the availability of Magento version 1.2.0 for download and upgrade.\n\nThis version includes numerous issue resolutions for Magento version 1.1.x and some highly requested new features such as:\n\n * Support for Downloadable/Digital Products. \n * Added Layered Navigation to site search result page.\n * Improved site search to utilize MySQL fulltext search\n * Added support for fixed-taxes on product level.\n * Upgraded Zend Framework to the latest stable version 1.7.2','http://www.magentocommerce.com/blog/comments/magento-version-120-is-now-available/',1,0),(12,2,'2008-12-30 21:59:22','Magento version 1.2.0.1 now available','Magento version 1.2.0.1 now available.This version includes some issue resolutions for Magento 1.2.x that are listed in the release notes section.','http://www.magentocommerce.com/blog/comments/magento-version-1201-available/',1,0),(13,2,'2009-01-12 20:41:49','Magento version 1.2.0.2 now available','Magento version 1.2.0.2 is now available for download and upgrade. This version includes an issue resolutions for Magento version 1.2.0.x as listed in the release notes.','http://www.magentocommerce.com/blog/comments/magento-version-1202-now-available/',1,0),(14,3,'2009-01-24 00:25:56','Magento version 1.2.0.3 now available','Magento version 1.2.0.3 is now available for download and upgrade. This version includes issue resolutions for Magento version 1.2.0.x as listed in the release notes.','http://www.magentocommerce.com/blog/comments/magento-version-1203-now-available/',1,0),(15,3,'2009-02-02 21:57:00','Magento version 1.2.1 is now available for download and upgrade','We are happy to announce the availability of Magento version 1.2.1 for download and upgrade.\n\nThis version includes some issue resolutions for Magento version 1.2.x. A full list of items included in this release can be found on the release notes page.','http://www.magentocommerce.com/blog/comments/magento-version-121-now-available/',1,0),(16,3,'2009-02-24 00:45:47','Magento version 1.2.1.1 now available','Magento version 1.2.1.1 now available.This version includes some issue resolutions for Magento 1.2.x that are listed in the release notes section.','http://www.magentocommerce.com/blog/comments/magento-version-1211-now-available/',1,0),(17,3,'2009-02-27 01:39:24','CSRF Attack Prevention','We have just posted a blog entry about a hypothetical CSRF attack on a Magento admin panel. Please read the post to find out if your Magento installation is at risk at http://www.magentocommerce.com/blog/comments/csrf-vulnerabilities-in-web-application-and-how-to-avoid-them-in-magento/','http://www.magentocommerce.com/blog/comments/csrf-vulnerabilities-in-web-application-and-how-to-avoid-them-in-magento/',1,0),(18,2,'2009-03-03 23:03:58','Magento version 1.2.1.2 now available','Magento version 1.2.1.2 is now available for download and upgrade.\nThis version includes some updates to improve admin security as described in the release notes page.','http://www.magentocommerce.com/blog/comments/magento-version-1212-now-available/',1,0),(19,3,'2009-03-31 02:22:40','Magento version 1.3.0 now available','Magento version 1.3.0 is now available for download and upgrade. This version includes numerous issue resolutions for Magento version 1.2.x and new features as described on the release notes page.','http://www.magentocommerce.com/blog/comments/magento-version-130-is-now-available/',1,0),(20,3,'2009-04-18 04:06:02','Magento version 1.3.1 now available','Magento version 1.3.1 is now available for download and upgrade. This version includes some issue resolutions for Magento version 1.3.x and new features such as Checkout By Amazon and Amazon Flexible Payment. To see a full list of updates please check the release notes page.','http://www.magentocommerce.com/blog/comments/magento-version-131-now-available/',1,0),(21,3,'2009-05-19 22:31:21','Magento version 1.3.1.1 now available','Magento version 1.3.1.1 is now available for download and upgrade. This version includes some issue resolutions for Magento version 1.3.x and a security update for Magento installations that run on multiple domains or sub-domains. If you are running Magento with multiple domains or sub-domains we highly recommend upgrading to this version.','http://www.magentocommerce.com/blog/comments/magento-version-1311-now-available/',1,0),(22,3,'2009-05-29 22:54:06','Magento version 1.3.2 now available','This version includes some improvements and issue resolutions for version 1.3.x that are listed on the release notes page. also included is a Beta version of the Compile module.','http://www.magentocommerce.com/blog/comments/magento-version-132-now-available/',1,0),(23,3,'2009-06-01 19:32:52','Magento version 1.3.2.1 now available','Magento version 1.3.2.1 now available for download and upgrade.\n\nThis release solves an issue for users running Magento with PHP 5.2.0, and changes to index.php to support the new Compiler Module.','http://www.magentocommerce.com/blog/comments/magento-version-1321-now-available/',1,0),(24,3,'2009-07-02 01:21:44','Magento version 1.3.2.2 now available','Magento version 1.3.2.2 is now available for download and upgrade.\n\nThis release includes issue resolution for Magento version 1.3.x. To see a full list of changes please visit the release notes page http://www.magentocommerce.com/download/release_notes.','http://www.magentocommerce.com/blog/comments/magento-version-1322-now-available/',1,0),(25,3,'2009-07-23 06:48:54','Magento version 1.3.2.3 now available','Magento version 1.3.2.3 is now available for download and upgrade.\n\nThis release includes issue resolution for Magento version 1.3.x. We recommend to upgrade to this version if PayPal payment modules are in use. To see a full list of changes please visit the release notes page http://www.magentocommerce.com/download/release_notes.','http://www.magentocommerce.com/blog/comments/magento-version-1323-now-available/',1,0),(26,4,'2009-08-28 18:26:28','PayPal is updating Payflow Pro and Website Payments Pro (Payflow Edition) UK.','If you are using Payflow Pro and/or Website Payments Pro (Payflow Edition) UK. payment methods, you will need to update the URL‘s in your Magento Administrator Panel in order to process transactions after September 1, 2009. Full details are available here: http://www.magentocommerce.com/wiki/paypal_payflow_changes','http://www.magentocommerce.com/wiki/paypal_payflow_changes',1,0),(27,2,'2009-09-23 20:16:49','Magento Version 1.3.2.4 Security Update','Magento Version 1.3.2.4 is now available. This version includes a security updates for Magento 1.3.x that solves possible XSS vulnerability issue on customer registration page and is available through SVN, Download Page and through the Magento Connect Manager.','http://www.magentocommerce.com/blog/comments/magento-version-1324-security-update/',1,0),(28,4,'2009-09-25 14:57:54','Magento Preview Version 1.4.0.0-alpha2 is now available','We are happy to announce the availability of Magento Preview Version 1.4.0.0-alpha2 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-alpha2-now-available/',1,0),(29,4,'2009-10-07 00:55:40','Magento Preview Version 1.4.0.0-alpha3 is now available','We are happy to announce the availability of Magento Preview Version 1.4.0.0-alpha3 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-alpha3-now-available/',1,0),(30,4,'2009-12-08 23:30:36','Magento Preview Version 1.4.0.0-beta1 is now available','We are happy to announce the availability of Magento Preview Version 1.4.0.0-beta1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-beta1-now-available/',1,0),(31,4,'2009-12-31 09:22:12','Magento Preview Version 1.4.0.0-rc1 is now available','We are happy to announce the availability of Magento Preview Version 1.4.0.0-rc1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-rc1-now-available/',1,0),(32,4,'2010-02-13 03:39:53','Magento CE Version 1.4.0.0 Stable is now available','We are excited to announce the availability of Magento CE Version 1.4.0.0 Stable for upgrade and download.','http://bit.ly/c53rpK',1,0),(33,3,'2010-02-20 02:39:36','Magento CE Version 1.4.0.1 Stable is now available','Magento CE 1.4.0.1 Stable is now available for upgrade and download.','http://www.magentocommerce.com/blog/comments/magento-ce-version-1401-stable-now-available/',1,0);
/*!40000 ALTER TABLE `adminnotification_inbox` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `amazonpayments_api_debug`
--
DROP TABLE IF EXISTS `amazonpayments_api_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `amazonpayments_api_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`transaction_id` varchar(255) NOT NULL DEFAULT '',
`debug_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`request_body` text,
`response_body` text,
PRIMARY KEY (`debug_id`),
KEY `debug_at` (`debug_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `amazonpayments_api_debug`
--
LOCK TABLES `amazonpayments_api_debug` WRITE;
/*!40000 ALTER TABLE `amazonpayments_api_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `amazonpayments_api_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `api_assert`
--
DROP TABLE IF EXISTS `api_assert`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_assert` (
`assert_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`assert_type` varchar(20) NOT NULL DEFAULT '',
`assert_data` text,
PRIMARY KEY (`assert_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Api ACL Asserts';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_assert`
--
LOCK TABLES `api_assert` WRITE;
/*!40000 ALTER TABLE `api_assert` DISABLE KEYS */;
/*!40000 ALTER TABLE `api_assert` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `api_role`
--
DROP TABLE IF EXISTS `api_role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_role` (
`role_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL DEFAULT '0',
`tree_level` tinyint(3) unsigned NOT NULL DEFAULT '0',
`sort_order` tinyint(3) unsigned NOT NULL DEFAULT '0',
`role_type` char(1) NOT NULL DEFAULT '0',
`user_id` int(11) unsigned NOT NULL DEFAULT '0',
`role_name` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`role_id`),
KEY `parent_id` (`parent_id`,`sort_order`),
KEY `tree_level` (`tree_level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Api ACL Roles';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_role`
--
LOCK TABLES `api_role` WRITE;
/*!40000 ALTER TABLE `api_role` DISABLE KEYS */;
/*!40000 ALTER TABLE `api_role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `api_rule`
--
DROP TABLE IF EXISTS `api_rule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_rule` (
`rule_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`role_id` int(10) unsigned NOT NULL DEFAULT '0',
`resource_id` varchar(255) NOT NULL DEFAULT '',
`privileges` varchar(20) NOT NULL DEFAULT '',
`assert_id` int(10) unsigned NOT NULL DEFAULT '0',
`role_type` char(1) DEFAULT NULL,
`permission` varchar(10) DEFAULT NULL,
PRIMARY KEY (`rule_id`),
KEY `resource` (`resource_id`,`role_id`),
KEY `role_id` (`role_id`,`resource_id`),
CONSTRAINT `FK_api_rule` FOREIGN KEY (`role_id`) REFERENCES `api_role` (`role_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Api ACL Rules';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_rule`
--
LOCK TABLES `api_rule` WRITE;
/*!40000 ALTER TABLE `api_rule` DISABLE KEYS */;
/*!40000 ALTER TABLE `api_rule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `api_session`
--
DROP TABLE IF EXISTS `api_session`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_session` (
`user_id` mediumint(9) unsigned NOT NULL,
`logdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`sessid` varchar(40) NOT NULL DEFAULT '',
KEY `API_SESSION_USER` (`user_id`),
KEY `API_SESSION_SESSID` (`sessid`),
CONSTRAINT `FK_API_SESSION_USER` FOREIGN KEY (`user_id`) REFERENCES `api_user` (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Api Sessions';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_session`
--
LOCK TABLES `api_session` WRITE;
/*!40000 ALTER TABLE `api_session` DISABLE KEYS */;
/*!40000 ALTER TABLE `api_session` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `api_user`
--
DROP TABLE IF EXISTS `api_user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `api_user` (
`user_id` mediumint(9) unsigned NOT NULL AUTO_INCREMENT,
`firstname` varchar(32) NOT NULL DEFAULT '',
`lastname` varchar(32) NOT NULL DEFAULT '',
`email` varchar(128) NOT NULL DEFAULT '',
`username` varchar(40) NOT NULL DEFAULT '',
`api_key` varchar(100) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified` datetime DEFAULT NULL,
`lognum` smallint(5) unsigned NOT NULL DEFAULT '0',
`reload_acl_flag` tinyint(1) NOT NULL DEFAULT '0',
`is_active` tinyint(1) NOT NULL DEFAULT '1',
PRIMARY KEY (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Api Users';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `api_user`
--
LOCK TABLES `api_user` WRITE;
/*!40000 ALTER TABLE `api_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `api_user` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_anc_categs_index_idx`
--
DROP TABLE IF EXISTS `catalog_category_anc_categs_index_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_anc_categs_index_idx` (
`category_id` int(10) unsigned NOT NULL DEFAULT '0',
`path` varchar(255) NOT NULL DEFAULT '',
KEY `IDX_CATEGORY` (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_anc_categs_index_idx`
--
LOCK TABLES `catalog_category_anc_categs_index_idx` WRITE;
/*!40000 ALTER TABLE `catalog_category_anc_categs_index_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_category_anc_categs_index_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_anc_categs_index_tmp`
--
DROP TABLE IF EXISTS `catalog_category_anc_categs_index_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_anc_categs_index_tmp` (
`category_id` int(10) unsigned NOT NULL DEFAULT '0',
`path` varchar(255) NOT NULL DEFAULT '',
KEY `IDX_CATEGORY` (`category_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_anc_categs_index_tmp`
--
LOCK TABLES `catalog_category_anc_categs_index_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_category_anc_categs_index_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_category_anc_categs_index_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_anc_products_index_idx`
--
DROP TABLE IF EXISTS `catalog_category_anc_products_index_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_anc_products_index_idx` (
`category_id` int(10) unsigned NOT NULL DEFAULT '0',
`product_id` int(10) unsigned NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_anc_products_index_idx`
--
LOCK TABLES `catalog_category_anc_products_index_idx` WRITE;
/*!40000 ALTER TABLE `catalog_category_anc_products_index_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_category_anc_products_index_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_anc_products_index_tmp`
--
DROP TABLE IF EXISTS `catalog_category_anc_products_index_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_anc_products_index_tmp` (
`category_id` int(10) unsigned NOT NULL DEFAULT '0',
`product_id` int(10) unsigned NOT NULL DEFAULT '0'
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_anc_products_index_tmp`
--
LOCK TABLES `catalog_category_anc_products_index_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_category_anc_products_index_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_category_anc_products_index_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_entity`
--
DROP TABLE IF EXISTS `catalog_category_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`parent_id` int(10) unsigned NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`path` varchar(255) NOT NULL,
`position` int(11) NOT NULL,
`level` int(11) NOT NULL,
`children_count` int(11) NOT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_LEVEL` (`level`)
) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=utf8 COMMENT='Category Entityies';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity`
--
LOCK TABLES `catalog_category_entity` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity` DISABLE KEYS */;
INSERT INTO `catalog_category_entity` VALUES (1,9,12,0,'2007-07-20 18:46:08','2007-08-07 09:50:15','1',1,0,26),(3,9,12,1,'2007-08-22 15:54:41','2007-12-05 04:38:59','1/3',3,1,25),(4,9,12,18,'2007-08-22 15:55:34','2009-04-26 23:05:44','1/3/18/4',6,3,0),(5,9,12,18,'2007-08-22 16:21:29','2009-04-26 23:06:22','1/3/18/5',7,3,2),(8,9,12,13,'2007-08-22 18:10:30','2009-05-05 22:56:05','1/3/13/8',9,3,0),(10,9,12,3,'2007-08-23 11:45:22','2009-04-24 18:51:41','1/3/10',11,2,2),(12,9,12,13,'2007-08-24 12:34:30','2009-04-24 19:00:11','1/3/13/12',13,3,2),(13,9,12,3,'2007-08-24 13:31:01','2008-08-08 00:02:23','1/3/13',14,2,13),(15,9,12,13,'2007-08-24 13:33:17','2009-04-26 22:48:19','1/3/13/15',16,3,8),(16,9,12,5,'2007-08-24 15:41:52','2008-08-07 23:56:01','1/3/18/5/16',17,4,0),(17,9,12,5,'2007-08-24 15:43:07','2008-08-07 23:56:28','1/3/18/5/17',18,4,0),(18,9,12,3,'2007-08-24 15:44:31','2009-04-26 22:49:34','1/3/18',19,2,6),(22,9,12,10,'2007-08-26 14:49:39','2009-04-24 18:52:30','1/3/10/22',23,3,0),(23,9,12,10,'2007-08-27 10:35:27','2009-04-24 18:53:12','1/3/10/23',24,3,0),(25,9,12,12,'2007-08-29 19:49:52','2009-04-24 19:05:18','1/3/13/12/25',26,4,0),(26,9,12,12,'2007-08-29 20:37:22','2008-08-07 23:47:02','1/3/13/12/26',27,4,0),(27,9,12,15,'2008-07-25 00:36:22','2008-08-07 23:48:15','1/3/13/15/27',1,4,0),(28,9,12,15,'2008-07-25 00:39:10','2008-08-08 13:02:59','1/3/13/15/28',2,4,0),(29,9,12,13,'2008-07-25 00:39:54','2008-07-25 00:39:54','1/3/13/15/29',3,4,0),(30,9,12,13,'2008-07-25 00:41:11','2008-07-25 00:41:11','1/3/13/15/30',4,4,0),(31,9,12,13,'2008-07-25 00:41:56','2008-07-25 00:41:56','1/3/13/15/31',6,4,0),(32,9,12,13,'2008-07-25 00:42:57','2008-07-25 00:42:57','1/3/13/15/32',7,4,0),(33,9,12,13,'2008-07-25 00:43:25','2008-07-25 00:43:25','1/3/13/15/33',8,4,0),(34,9,12,13,'2008-07-25 00:44:17','2008-07-25 00:44:17','1/3/13/15/34',9,4,0),(36,9,12,18,'2009-04-24 12:02:37','2010-05-03 15:38:45','1/3/18/36',4,3,0),(37,9,12,18,'2009-04-24 12:04:25','2009-04-26 22:56:56','1/3/18/37',5,3,0),(41,9,12,3,'2009-04-24 17:02:31','2009-04-26 23:14:36','1/3/41',21,2,0),(50,9,0,0,'2009-04-26 17:12:04','2009-04-26 17:12:04','/50',28,1,0);
/*!40000 ALTER TABLE `catalog_category_entity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_entity_datetime`
--
DROP TABLE IF EXISTS `catalog_category_entity_datetime`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_datetime` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` datetime DEFAULT NULL,
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
KEY `FK_ATTRIBUTE_DATETIME_ENTITY` (`entity_id`),
KEY `FK_CATALOG_CATEGORY_ENTITY_DATETIME_ATTRIBUTE` (`attribute_id`),
KEY `FK_CATALOG_CATEGORY_ENTITY_DATETIME_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_DATETIME_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_DATETIME_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_DATETIME_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_datetime`
--
LOCK TABLES `catalog_category_entity_datetime` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_datetime` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_datetime` VALUES (5,9,565,0,36,NULL),(6,9,566,0,36,NULL);
/*!40000 ALTER TABLE `catalog_category_entity_datetime` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_entity_decimal`
--
DROP TABLE IF EXISTS `catalog_category_entity_decimal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_decimal` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
KEY `FK_ATTRIBUTE_DECIMAL_ENTITY` (`entity_id`),
KEY `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_ATTRIBUTE` (`attribute_id`),
KEY `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_decimal`
--
LOCK TABLES `catalog_category_entity_decimal` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_category_entity_decimal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_entity_int`
--
DROP TABLE IF EXISTS `catalog_category_entity_int`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_int` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` int(11) DEFAULT NULL,
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
KEY `FK_ATTRIBUTE_INT_ENTITY` (`entity_id`),
KEY `FK_CATALOG_CATEGORY_EMTITY_INT_ATTRIBUTE` (`attribute_id`),
KEY `FK_CATALOG_CATEGORY_EMTITY_INT_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_CATEGORY_EMTITY_INT_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_CATEGORY_EMTITY_INT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_CATEGORY_EMTITY_INT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=165 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_int`
--
LOCK TABLES `catalog_category_entity_int` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_int` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_int` VALUES (1,9,120,0,13,1),(2,9,120,0,5,1),(3,9,120,0,18,1),(4,9,120,0,16,1),(5,9,120,0,17,1),(6,9,120,0,4,1),(8,9,120,0,22,0),(9,9,120,0,10,1),(10,9,120,0,15,1),(11,9,119,0,1,1),(12,9,119,0,4,1),(13,9,119,0,8,1),(14,9,119,0,12,1),(15,9,119,0,15,1),(16,9,119,0,17,1),(17,9,120,0,23,0),(18,9,117,0,13,3),(19,9,119,0,23,1),(20,9,120,0,12,1),(22,9,120,0,8,1),(23,9,120,0,26,1),(24,9,564,0,17,1),(25,9,119,0,3,1),(27,9,119,0,5,1),(28,9,119,0,10,1),(29,9,119,0,13,1),(30,9,119,0,16,1),(31,9,119,0,18,1),(34,9,119,0,22,1),(36,9,119,0,25,1),(37,9,119,0,26,1),(38,9,564,0,15,1),(39,9,119,0,27,1),(40,9,120,0,27,0),(41,9,564,0,27,1),(42,9,119,0,28,1),(43,9,120,0,28,1),(44,9,564,0,28,1),(45,9,119,0,29,1),(46,9,120,0,29,1),(47,9,564,0,29,1),(48,9,119,0,30,1),(49,9,120,0,30,1),(50,9,564,0,30,1),(51,9,119,0,31,1),(52,9,120,0,31,1),(53,9,564,0,31,1),(54,9,119,0,32,1),(55,9,120,0,32,1),(56,9,564,0,32,1),(57,9,119,0,33,1),(58,9,120,0,33,1),(59,9,564,0,33,1),(60,9,119,0,34,1),(61,9,120,0,34,1),(62,9,564,0,34,1),(63,9,564,0,22,1),(64,9,564,0,23,1),(65,9,564,0,10,1),(66,9,564,0,12,1),(67,9,120,0,25,0),(68,9,564,0,25,1),(69,9,564,0,26,1),(70,9,564,0,8,1),(71,9,564,0,18,1),(72,9,564,0,4,1),(73,9,564,0,5,1),(74,9,564,0,16,1),(80,9,119,0,36,1),(81,9,117,0,36,7),(82,9,120,0,36,1),(83,9,564,0,36,1),(84,9,119,0,37,1),(85,9,120,0,37,1),(86,9,564,0,37,1),(96,9,119,0,41,1),(97,9,120,0,41,1),(98,9,564,0,41,1),(124,9,1025,0,1,1),(125,9,1025,0,3,1),(126,9,1025,0,4,1),(127,9,1025,0,5,1),(128,9,1025,0,8,1),(129,9,1025,0,10,1),(130,9,1025,0,12,1),(131,9,1025,0,13,1),(132,9,1025,0,15,1),(133,9,1025,0,16,1),(134,9,1025,0,17,1),(135,9,1025,0,18,1),(136,9,1025,0,22,1),(137,9,1025,0,23,1),(138,9,1025,0,25,1),(139,9,1025,0,26,1),(140,9,1025,0,27,1),(141,9,1025,0,28,1),(142,9,1025,0,29,1),(143,9,1025,0,30,1),(144,9,1025,0,31,1),(145,9,1025,0,32,1),(146,9,1025,0,33,1),(147,9,1025,0,34,1),(149,9,1025,0,36,1),(150,9,1025,0,37,1),(151,9,1025,0,41,1),(160,9,1025,0,50,1);
/*!40000 ALTER TABLE `catalog_category_entity_int` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_entity_text`
--
DROP TABLE IF EXISTS `catalog_category_entity_text`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_text` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` text NOT NULL,
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
KEY `FK_ATTRIBUTE_TEXT_ENTITY` (`entity_id`),
KEY `FK_CATALOG_CATEGORY_ENTITY_TEXT_ATTRIBUTE` (`attribute_id`),
KEY `FK_CATALOG_CATEGORY_ENTITY_TEXT_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_TEXT_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_TEXT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_TEXT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=233 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_text`
--
LOCK TABLES `catalog_category_entity_text` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_text` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_text` VALUES (1,9,121,0,3,'3,18,4,5,16,17,19,24,10,22,23,13,8,12,26,25,15,20'),(2,9,121,0,4,'4'),(3,9,122,0,4,'4,18'),(4,9,123,0,3,'18,10,13,20'),(5,9,121,0,5,'5,16,17'),(6,9,122,0,5,'5,18'),(7,9,121,0,8,'8'),(8,9,122,0,8,'8,13'),(9,9,121,0,10,'10,22,23'),(10,9,122,0,10,'10'),(11,9,121,0,12,'12,26,25'),(12,9,122,0,12,'12,13'),(13,9,121,0,13,'13,8,12,26,25,15'),(14,9,122,0,13,'13'),(15,9,123,0,13,'8,12,15'),(16,9,121,0,15,'15'),(17,9,122,0,15,'15,13'),(18,9,123,0,5,'16,17'),(19,9,122,0,18,'18'),(20,9,123,0,18,'4,5,19,24'),(23,9,121,0,22,'22'),(24,9,122,0,22,'22,10'),(25,9,123,0,10,'22,23'),(26,9,121,0,23,'23'),(27,9,122,0,23,'23,10'),(28,9,123,0,22,''),(29,9,123,0,16,''),(30,9,123,0,4,''),(31,9,123,0,23,''),(33,9,123,0,15,''),(37,9,123,0,8,''),(38,9,112,0,25,'Random accessories for different electronic items'),(39,9,115,0,25,'electric, accessories, gadgets'),(40,9,122,0,25,'25,12,13'),(41,9,123,0,25,''),(42,9,121,0,26,'26'),(43,9,122,0,26,'26,12,13'),(44,9,123,0,26,''),(45,9,123,0,17,''),(46,9,122,0,3,''),(47,9,112,0,15,''),(48,9,115,0,15,''),(49,9,116,0,15,''),(50,9,530,0,15,''),(51,9,112,0,27,''),(52,9,115,0,27,''),(53,9,116,0,27,''),(54,9,530,0,27,''),(55,9,112,0,28,''),(56,9,115,0,28,''),(57,9,116,0,28,''),(58,9,530,0,28,''),(59,9,112,0,29,''),(60,9,115,0,29,''),(61,9,116,0,29,''),(62,9,530,0,29,''),(63,9,112,0,30,''),(64,9,115,0,30,''),(65,9,116,0,30,''),(66,9,112,0,31,''),(67,9,116,0,31,''),(68,9,530,0,31,''),(69,9,112,0,32,''),(70,9,115,0,32,''),(71,9,116,0,32,''),(72,9,530,0,32,''),(73,9,112,0,33,''),(74,9,115,0,33,''),(75,9,116,0,33,''),(76,9,530,0,33,''),(77,9,112,0,34,''),(78,9,115,0,34,''),(79,9,116,0,34,''),(80,9,112,0,22,''),(81,9,116,0,22,''),(82,9,530,0,22,''),(83,9,112,0,23,''),(84,9,115,0,23,''),(85,9,116,0,23,''),(86,9,530,0,23,''),(87,9,112,0,10,''),(88,9,115,0,10,''),(89,9,116,0,10,''),(90,9,530,0,10,''),(91,9,112,0,12,''),(92,9,115,0,12,''),(93,9,116,0,12,''),(94,9,530,0,12,''),(95,9,116,0,25,''),(96,9,112,0,26,''),(97,9,116,0,26,''),(98,9,112,0,8,''),(99,9,115,0,8,''),(100,9,116,0,8,''),(101,9,530,0,8,''),(102,9,112,0,18,''),(103,9,115,0,18,''),(104,9,116,0,18,''),(105,9,530,0,18,''),(106,9,112,0,4,''),(107,9,115,0,4,''),(108,9,116,0,4,''),(109,9,530,0,4,''),(110,9,112,0,5,''),(111,9,115,0,5,''),(112,9,116,0,5,''),(113,9,530,0,5,''),(114,9,112,0,16,''),(115,9,115,0,16,''),(116,9,116,0,16,''),(117,9,530,0,16,''),(118,9,112,0,17,''),(119,9,115,0,17,''),(120,9,116,0,17,''),(121,9,530,0,17,''),(127,9,121,0,16,'16'),(128,9,122,0,16,'16,5,18'),(129,9,121,0,17,'17'),(130,9,122,0,17,'17,5,18'),(131,9,121,0,18,'18,4,5,16,17,19,24'),(135,9,121,0,25,'25'),(136,9,123,0,12,'26,25'),(137,9,530,0,30,''),(138,9,115,0,31,''),(139,9,530,0,34,''),(140,9,115,0,22,''),(141,9,530,0,25,''),(142,9,115,0,26,''),(143,9,530,0,26,''),(152,9,925,0,4,''),(153,9,112,0,36,''),(154,9,115,0,36,''),(155,9,116,0,36,''),(156,9,530,0,36,''),(157,9,925,0,36,''),(158,9,925,0,18,''),(159,9,112,0,37,''),(160,9,115,0,37,''),(161,9,116,0,37,''),(162,9,530,0,37,''),(163,9,925,0,37,''),(179,9,112,0,41,''),(180,9,115,0,41,''),(181,9,116,0,41,''),(182,9,530,0,41,''),(183,9,925,0,41,''),(224,9,925,0,10,''),(225,9,925,0,22,''),(226,9,925,0,23,''),(227,9,925,0,8,''),(228,9,925,0,12,''),(229,9,925,0,25,''),(230,9,925,0,50,''),(231,9,925,0,15,''),(232,9,925,0,5,'');
/*!40000 ALTER TABLE `catalog_category_entity_text` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_category_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
KEY `FK_ATTRIBUTE_VARCHAR_ENTITY` (`entity_id`),
KEY `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE` (`attribute_id`),
KEY `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=344 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_varchar`
--
LOCK TABLES `catalog_category_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_varchar` VALUES (1,9,111,0,3,'Root Catalog'),(2,9,118,0,3,'PRODUCTS'),(3,9,479,0,3,'root-catalog'),(4,9,111,0,4,'Teens'),(5,9,118,0,4,'PRODUCTS'),(6,9,479,0,4,'shirts'),(7,9,111,0,5,'Shoes'),(8,9,118,0,5,'PRODUCTS'),(9,9,479,0,5,'shoes'),(10,9,111,0,8,'Cell Phones'),(11,9,118,0,8,'PRODUCTS'),(12,9,479,0,8,'cell-phones'),(13,9,111,0,10,'Furniture'),(14,9,118,0,10,'PRODUCTS'),(15,9,479,0,10,'furniture'),(16,9,111,0,12,'Cameras'),(17,9,118,0,12,'PRODUCTS'),(18,9,479,0,12,'cameras'),(19,9,111,0,13,'Electronics'),(20,9,118,0,13,'PAGE'),(21,9,479,0,13,'electronics'),(22,9,111,0,15,'Computers'),(23,9,118,0,15,'PRODUCTS'),(24,9,479,0,15,'computers'),(25,9,111,0,16,'Mens'),(26,9,118,0,16,'PRODUCTS'),(27,9,479,0,16,'mens'),(28,9,111,0,17,'Womens'),(29,9,118,0,17,'PRODUCTS'),(30,9,479,0,17,'womens'),(31,9,111,0,18,'Apparel'),(32,9,118,0,18,'PRODUCTS'),(33,9,479,0,18,'apparel'),(37,9,113,0,4,'tshirts_1.jpg'),(38,9,113,0,12,'camera_1_1.jpg'),(42,9,111,0,22,'Living Room'),(43,9,118,0,22,'PRODUCTS_AND_PAGE'),(44,9,118,0,23,'PRODUCTS'),(45,9,111,0,23,'Bedroom'),(46,9,113,0,5,'clogs_1.jpg'),(47,9,113,0,23,'bed_1.jpg'),(48,9,113,0,18,'womens_apparel_1_1.jpg'),(49,9,113,0,10,'eco_colletion_1.jpg'),(50,9,514,0,13,'one_column'),(51,9,514,0,8,''),(54,9,111,0,25,'Accessories'),(55,9,118,0,25,'PRODUCTS'),(56,9,111,0,26,'Digital Cameras'),(57,9,118,0,26,'PRODUCTS'),(58,9,533,0,18,'apparel'),(59,9,533,0,4,'apparel/shirts'),(60,9,533,0,5,'apparel/shoes'),(61,9,533,0,16,'apparel/shoes/mens'),(62,9,533,0,17,'apparel/shoes/womens'),(64,9,533,0,10,'furniture'),(65,9,533,0,13,'electronics'),(66,9,533,0,8,'electronics/cell-phones'),(67,9,533,0,12,'electronics/cameras'),(68,9,533,0,15,'electronics/computers'),(70,9,479,0,22,'living-room'),(71,9,533,0,22,'furniture/living-room'),(72,9,479,0,23,'bedroom'),(73,9,533,0,23,'furniture/bedroom'),(74,9,479,0,25,'accessories'),(75,9,533,0,25,'electronics/cameras/accessories'),(76,9,479,0,26,'digital-cameras'),(77,9,533,0,26,'electronics/cameras/digital-cameras'),(80,9,114,0,15,''),(81,9,563,0,15,''),(82,9,514,0,15,''),(83,9,111,0,27,'Build Your Own'),(84,9,114,0,27,''),(85,9,118,0,27,'PRODUCTS'),(86,9,479,0,27,'build-your-own'),(87,9,563,0,27,''),(88,9,514,0,27,''),(89,9,533,0,27,'electronics/computers/build-your-own'),(90,9,111,0,28,'Laptops'),(91,9,114,0,28,''),(92,9,118,0,28,'PRODUCTS'),(93,9,479,0,28,'laptops'),(94,9,563,0,28,''),(95,9,514,0,28,''),(96,9,533,0,28,'electronics/computers/laptops'),(97,9,111,0,29,'Hard Drives'),(98,9,114,0,29,''),(99,9,118,0,29,'PRODUCTS'),(100,9,479,0,29,'hard-drives'),(101,9,563,0,29,''),(102,9,514,0,29,''),(103,9,533,0,29,'electronics/computers/hard-drives'),(104,9,111,0,30,'Monitors'),(105,9,114,0,30,''),(106,9,118,0,30,'PRODUCTS'),(107,9,479,0,30,'monitors'),(108,9,563,0,30,''),(109,9,514,0,30,''),(110,9,533,0,30,'electronics/computers/monitors'),(111,9,111,0,31,'RAM / Memory'),(112,9,114,0,31,''),(113,9,118,0,31,'PRODUCTS'),(114,9,479,0,31,'ram-memory'),(115,9,563,0,31,''),(116,9,514,0,31,''),(117,9,533,0,31,'electronics/computers/ram-memory'),(118,9,111,0,32,'Cases'),(119,9,114,0,32,''),(120,9,118,0,32,'PRODUCTS'),(121,9,479,0,32,'cases'),(122,9,563,0,32,''),(123,9,514,0,32,''),(124,9,533,0,32,'electronics/computers/cases'),(125,9,111,0,33,'Processors'),(126,9,114,0,33,''),(127,9,118,0,33,'PRODUCTS'),(128,9,479,0,33,'processors'),(129,9,563,0,33,''),(130,9,514,0,33,''),(131,9,533,0,33,'electronics/computers/processors'),(132,9,111,0,34,'Peripherals'),(133,9,114,0,34,''),(134,9,118,0,34,'PRODUCTS'),(135,9,479,0,34,'peripherals'),(136,9,563,0,34,''),(137,9,514,0,34,''),(138,9,533,0,34,'electronics/computers/peripherals'),(139,9,114,0,22,''),(140,9,563,0,22,''),(141,9,514,0,22,''),(142,9,114,0,23,''),(143,9,563,0,23,''),(144,9,514,0,23,''),(145,9,114,0,10,''),(146,9,563,0,10,''),(147,9,514,0,10,''),(148,9,114,0,12,''),(149,9,563,0,12,''),(150,9,514,0,12,''),(151,9,114,0,25,''),(152,9,563,0,25,''),(153,9,514,0,25,''),(154,9,114,0,26,''),(155,9,563,0,26,''),(156,9,514,0,26,''),(157,9,114,0,8,''),(158,9,563,0,8,''),(159,9,114,0,18,''),(160,9,563,0,18,''),(161,9,514,0,18,''),(162,9,114,0,4,''),(163,9,563,0,4,''),(164,9,514,0,4,''),(165,9,114,0,5,''),(166,9,563,0,5,''),(167,9,514,0,5,''),(168,9,114,0,16,''),(169,9,563,0,16,''),(170,9,514,0,16,''),(171,9,114,0,17,''),(172,9,563,0,17,''),(173,9,514,0,17,''),(186,9,111,0,36,'Women'),(187,9,114,0,36,''),(188,9,479,0,36,'women'),(189,9,118,0,36,'PRODUCTS'),(190,9,563,0,36,''),(191,9,514,0,36,'two_columns_left'),(192,9,533,1,36,'apparel/women'),(193,9,533,0,36,'apparel/women'),(194,9,111,0,37,'Men'),(195,9,114,0,37,''),(196,9,479,0,37,'men'),(197,9,118,0,37,'PRODUCTS'),(198,9,563,0,37,''),(199,9,514,0,37,''),(200,9,533,1,37,'apparel/men'),(201,9,533,0,37,'apparel/men'),(226,9,111,0,41,'Gift Cards'),(227,9,114,0,41,''),(228,9,479,0,41,'gift-cards'),(229,9,118,0,41,'PRODUCTS'),(230,9,563,0,41,''),(231,9,514,0,41,''),(232,9,533,1,41,'gift-cards'),(233,9,533,0,41,'gift-cards'),(304,9,533,1,10,'furniture'),(305,9,533,1,22,'furniture/living-room'),(306,9,533,1,23,'furniture/bedroom'),(307,9,533,1,13,'electronics'),(308,9,533,1,12,'electronics/cameras'),(309,9,533,1,25,'electronics/cameras/accessories'),(310,9,533,1,26,'electronics/cameras/digital-cameras'),(311,9,533,1,15,'electronics/computers'),(312,9,533,1,27,'electronics/computers/build-your-own'),(313,9,533,1,28,'electronics/computers/laptops'),(314,9,533,1,29,'electronics/computers/hard-drives'),(315,9,533,1,30,'electronics/computers/monitors'),(316,9,533,1,31,'electronics/computers/ram-memory'),(317,9,533,1,32,'electronics/computers/cases'),(318,9,533,1,33,'electronics/computers/processors'),(319,9,533,1,34,'electronics/computers/peripherals'),(320,9,533,1,8,'electronics/cell-phones'),(321,9,533,1,18,'apparel'),(322,9,533,1,4,'apparel/shirts'),(323,9,533,1,5,'apparel/shoes'),(324,9,533,1,16,'apparel/shoes/mens'),(325,9,533,1,17,'apparel/shoes/womens'),(326,9,113,0,22,'living_1.jpg'),(327,9,113,0,8,'cellphonescat.jpg'),(328,9,479,0,50,''),(334,9,113,0,15,'build_your_own_1.jpg'),(335,9,113,0,37,'img_jeans_1.jpg'),(336,9,113,0,41,'gift_cards_1.jpg');
/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_flat_store_1`
--
DROP TABLE IF EXISTS `catalog_category_flat_store_1`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_flat_store_1` (
`entity_id` int(11) unsigned NOT NULL,
`parent_id` int(11) unsigned NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`path` varchar(255) NOT NULL,
`position` int(11) NOT NULL,
`level` int(11) NOT NULL,
`children_count` int(11) NOT NULL,
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
`description` text,
`image` varchar(255) NOT NULL DEFAULT '',
`meta_title` varchar(255) NOT NULL DEFAULT '',
`meta_keywords` text,
`meta_description` text,
`landing_page` int(10) NOT NULL DEFAULT '0',
`display_mode` varchar(255) NOT NULL DEFAULT '',
`is_active` int(10) NOT NULL DEFAULT '0',
`is_anchor` int(10) NOT NULL DEFAULT '0',
`all_children` text,
`path_in_store` text,
`children` text,
`url_key` varchar(255) NOT NULL DEFAULT '',
`page_layout` varchar(255) NOT NULL DEFAULT '',
`custom_layout_update` text,
`url_path` varchar(255) NOT NULL DEFAULT '',
`custom_design` varchar(255) NOT NULL DEFAULT '',
`custom_design_apply` int(10) NOT NULL DEFAULT '0',
`custom_design_from` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`custom_design_to` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`available_sort_by` text,
`default_sort_by` varchar(255) NOT NULL DEFAULT '',
`include_in_menu` int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`entity_id`),
KEY `IDX_STORE` (`store_id`),
KEY `IDX_PATH` (`path`),
KEY `IDX_LEVEL` (`level`),
CONSTRAINT `FK_CATEGORY_FLAT_CATEGORY_ID_STORE_1` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATEGORY_FLAT_STORE_ID_STORE_1` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_flat_store_1`
--
LOCK TABLES `catalog_category_flat_store_1` WRITE;
/*!40000 ALTER TABLE `catalog_category_flat_store_1` DISABLE KEYS */;
INSERT INTO `catalog_category_flat_store_1` VALUES (1,0,'2007-07-20 18:46:08','2007-08-07 09:50:15','1',1,0,35,1,'','','','','','',0,'',1,0,'','','','','','','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(3,1,'2007-08-22 15:54:41','2007-12-05 04:38:59','1/3',3,1,27,1,'Root Catalog','','','','','',0,'PRODUCTS',1,0,'3,18,4,5,16,17,19,24,10,22,23,13,8,12,26,25,15,20','','18,10,13,20','root-catalog','','','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(4,18,'2007-08-22 15:55:34','2009-04-26 23:05:44','1/3/18/4',6,3,0,1,'Teens','','tshirts_1.jpg','','','',0,'PRODUCTS',1,1,'4','4,18','','shirts','','','apparel/shirts','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(5,18,'2007-08-22 16:21:29','2009-04-26 23:06:22','1/3/18/5',7,3,2,1,'Shoes','','clogs_1.jpg','','','',0,'PRODUCTS',1,1,'5,16,17','5,18','16,17','shoes','','','apparel/shoes','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(8,13,'2007-08-22 18:10:30','2009-05-05 22:56:05','1/3/13/8',9,3,0,1,'Cell Phones','','cellphonescat.jpg','','','',0,'PRODUCTS',1,1,'8','8,13','','cell-phones','','','electronics/cell-phones','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(10,3,'2007-08-23 11:45:22','2009-04-24 18:51:41','1/3/10',11,2,2,1,'Furniture','','eco_colletion_1.jpg','','','',0,'PRODUCTS',1,1,'10,22,23','10','22,23','furniture','','','furniture','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(12,13,'2007-08-24 12:34:30','2009-04-24 19:00:11','1/3/13/12',13,3,2,1,'Cameras','','camera_1_1.jpg','','','',0,'PRODUCTS',1,1,'12,26,25','12,13','26,25','cameras','','','electronics/cameras','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(13,3,'2007-08-24 13:31:01','2008-08-08 00:02:23','1/3/13',14,2,13,1,'Electronics','','','','','',3,'PAGE',1,1,'13,8,12,26,25,15','13','8,12,15','electronics','one_column','','electronics','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(15,13,'2007-08-24 13:33:17','2009-04-26 22:48:19','1/3/13/15',16,3,8,1,'Computers','','build_your_own_1.jpg','','','',0,'PRODUCTS',1,1,'15','15,13','','computers','','','electronics/computers','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(16,5,'2007-08-24 15:41:52','2008-08-07 23:56:01','1/3/18/5/16',17,4,0,1,'Mens','','','','','',0,'PRODUCTS',1,1,'16','16,5,18','','mens','','','apparel/shoes/mens','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(17,5,'2007-08-24 15:43:07','2008-08-07 23:56:28','1/3/18/5/17',18,4,0,1,'Womens','','','','','',0,'PRODUCTS',1,1,'17','17,5,18','','womens','','','apparel/shoes/womens','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(18,3,'2007-08-24 15:44:31','2009-04-26 22:49:34','1/3/18',19,2,6,1,'Apparel','','womens_apparel_1_1.jpg','','','',0,'PRODUCTS',1,1,'18,4,5,16,17,19,24','18','4,5,19,24','apparel','','','apparel','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(22,10,'2007-08-26 14:49:39','2009-04-24 18:52:30','1/3/10/22',23,3,0,1,'Living Room','','living_1.jpg','','','',0,'PRODUCTS_AND_PAGE',1,0,'22','22,10','','living-room','','','furniture/living-room','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(23,10,'2007-08-27 10:35:27','2009-04-24 18:53:12','1/3/10/23',24,3,0,1,'Bedroom','','bed_1.jpg','','','',0,'PRODUCTS',1,0,'23','23,10','','bedroom','','','furniture/bedroom','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(25,12,'2007-08-29 19:49:52','2009-04-24 19:05:18','1/3/13/12/25',26,4,0,1,'Accessories','Random accessories for different electronic items','','','electric, accessories, gadgets','',0,'PRODUCTS',1,0,'25','25,12,13','','accessories','','','electronics/cameras/accessories','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(26,12,'2007-08-29 20:37:22','2008-08-07 23:47:02','1/3/13/12/26',27,4,0,1,'Digital Cameras','','','','','',0,'PRODUCTS',1,1,'26','26,12,13','','digital-cameras','','','electronics/cameras/digital-cameras','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(27,15,'2008-07-25 00:36:22','2008-08-07 23:48:15','1/3/13/15/27',1,4,0,1,'Build Your Own','','','','','',0,'PRODUCTS',1,0,'','','','build-your-own','','','electronics/computers/build-your-own','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(28,15,'2008-07-25 00:39:10','2008-08-08 13:02:59','1/3/13/15/28',2,4,0,1,'Laptops','','','','','',0,'PRODUCTS',1,1,'','','','laptops','','','electronics/computers/laptops','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(29,13,'2008-07-25 00:39:54','2008-07-25 00:39:54','1/3/13/15/29',3,4,0,1,'Hard Drives','','','','','',0,'PRODUCTS',1,1,'','','','hard-drives','','','electronics/computers/hard-drives','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(30,13,'2008-07-25 00:41:11','2008-07-25 00:41:11','1/3/13/15/30',4,4,0,1,'Monitors','','','','','',0,'PRODUCTS',1,1,'','','','monitors','','','electronics/computers/monitors','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(31,13,'2008-07-25 00:41:56','2008-07-25 00:41:56','1/3/13/15/31',6,4,0,1,'RAM / Memory','','','','','',0,'PRODUCTS',1,1,'','','','ram-memory','','','electronics/computers/ram-memory','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(32,13,'2008-07-25 00:42:57','2008-07-25 00:42:57','1/3/13/15/32',7,4,0,1,'Cases','','','','','',0,'PRODUCTS',1,1,'','','','cases','','','electronics/computers/cases','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(33,13,'2008-07-25 00:43:25','2008-07-25 00:43:25','1/3/13/15/33',8,4,0,1,'Processors','','','','','',0,'PRODUCTS',1,1,'','','','processors','','','electronics/computers/processors','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(34,13,'2008-07-25 00:44:17','2008-07-25 00:44:17','1/3/13/15/34',9,4,0,1,'Peripherals','','','','','',0,'PRODUCTS',1,1,'','','','peripherals','','','electronics/computers/peripherals','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(36,18,'2009-04-24 12:02:37','2009-04-26 17:11:50','1/3/18/36',4,3,0,1,'Women','','','','','',7,'PRODUCTS_AND_PAGE',1,1,'','','','women','two_columns_left','','apparel/women','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(37,18,'2009-04-24 12:04:25','2009-04-26 22:56:56','1/3/18/37',5,3,0,1,'Men','','img_jeans_1.jpg','','','',0,'PRODUCTS',1,1,'','','','men','','','apparel/men','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(41,3,'2009-04-24 17:02:31','2009-04-26 23:14:36','1/3/41',21,2,0,1,'Gift Cards','','gift_cards_1.jpg','','','',0,'PRODUCTS',1,1,'','','','gift-cards','','','gift-cards','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1);
/*!40000 ALTER TABLE `catalog_category_flat_store_1` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_flat_store_2`
--
DROP TABLE IF EXISTS `catalog_category_flat_store_2`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_flat_store_2` (
`entity_id` int(11) unsigned NOT NULL,
`parent_id` int(11) unsigned NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`path` varchar(255) NOT NULL,
`position` int(11) NOT NULL,
`level` int(11) NOT NULL,
`children_count` int(11) NOT NULL,
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
`description` text,
`image` varchar(255) NOT NULL DEFAULT '',
`meta_title` varchar(255) NOT NULL DEFAULT '',
`meta_keywords` text,
`meta_description` text,
`landing_page` int(10) NOT NULL DEFAULT '0',
`display_mode` varchar(255) NOT NULL DEFAULT '',
`is_active` int(10) NOT NULL DEFAULT '0',
`is_anchor` int(10) NOT NULL DEFAULT '0',
`all_children` text,
`path_in_store` text,
`children` text,
`url_key` varchar(255) NOT NULL DEFAULT '',
`page_layout` varchar(255) NOT NULL DEFAULT '',
`custom_layout_update` text,
`url_path` varchar(255) NOT NULL DEFAULT '',
`custom_design` varchar(255) NOT NULL DEFAULT '',
`custom_design_apply` int(10) NOT NULL DEFAULT '0',
`custom_design_from` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`custom_design_to` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`available_sort_by` text,
`default_sort_by` varchar(255) NOT NULL DEFAULT '',
`include_in_menu` int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`entity_id`),
KEY `IDX_STORE` (`store_id`),
KEY `IDX_PATH` (`path`),
KEY `IDX_LEVEL` (`level`),
CONSTRAINT `FK_CATEGORY_FLAT_CATEGORY_ID_STORE_2` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATEGORY_FLAT_STORE_ID_STORE_2` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_flat_store_2`
--
LOCK TABLES `catalog_category_flat_store_2` WRITE;
/*!40000 ALTER TABLE `catalog_category_flat_store_2` DISABLE KEYS */;
INSERT INTO `catalog_category_flat_store_2` VALUES (1,0,'2007-07-20 18:46:08','2007-08-07 09:50:15','1',1,0,35,2,'','','','','','',0,'',1,0,'','','','','','','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(3,1,'2007-08-22 15:54:41','2007-12-05 04:38:59','1/3',3,1,27,2,'Root Catalog','','','','','',0,'PRODUCTS',1,0,'3,18,4,5,16,17,19,24,10,22,23,13,8,12,26,25,15,20','','18,10,13,20','root-catalog','','','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(4,18,'2007-08-22 15:55:34','2009-04-26 23:05:44','1/3/18/4',6,3,0,2,'Teens','','tshirts_1.jpg','','','',0,'PRODUCTS',1,1,'4','4,18','','shirts','','','apparel/shirts','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(5,18,'2007-08-22 16:21:29','2009-04-26 23:06:22','1/3/18/5',7,3,2,2,'Shoes','','clogs_1.jpg','','','',0,'PRODUCTS',1,1,'5,16,17','5,18','16,17','shoes','','','apparel/shoes','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(8,13,'2007-08-22 18:10:30','2009-05-05 22:56:05','1/3/13/8',9,3,0,2,'Cell Phones','','cellphonescat.jpg','','','',0,'PRODUCTS',1,1,'8','8,13','','cell-phones','','','electronics/cell-phones','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(10,3,'2007-08-23 11:45:22','2009-04-24 18:51:41','1/3/10',11,2,2,2,'Furniture','','eco_colletion_1.jpg','','','',0,'PRODUCTS',1,1,'10,22,23','10','22,23','furniture','','','furniture','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(12,13,'2007-08-24 12:34:30','2009-04-24 19:00:11','1/3/13/12',13,3,2,2,'Cameras','','camera_1_1.jpg','','','',0,'PRODUCTS',1,1,'12,26,25','12,13','26,25','cameras','','','electronics/cameras','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(13,3,'2007-08-24 13:31:01','2008-08-08 00:02:23','1/3/13',14,2,13,2,'Electronics','','','','','',3,'PAGE',1,1,'13,8,12,26,25,15','13','8,12,15','electronics','one_column','','electronics','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(15,13,'2007-08-24 13:33:17','2009-04-26 22:48:19','1/3/13/15',16,3,8,2,'Computers','','build_your_own_1.jpg','','','',0,'PRODUCTS',1,1,'15','15,13','','computers','','','electronics/computers','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(16,5,'2007-08-24 15:41:52','2008-08-07 23:56:01','1/3/18/5/16',17,4,0,2,'Mens','','','','','',0,'PRODUCTS',1,1,'16','16,5,18','','mens','','','apparel/shoes/mens','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(17,5,'2007-08-24 15:43:07','2008-08-07 23:56:28','1/3/18/5/17',18,4,0,2,'Womens','','','','','',0,'PRODUCTS',1,1,'17','17,5,18','','womens','','','apparel/shoes/womens','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(18,3,'2007-08-24 15:44:31','2009-04-26 22:49:34','1/3/18',19,2,6,2,'Apparel','','womens_apparel_1_1.jpg','','','',0,'PRODUCTS',1,1,'18,4,5,16,17,19,24','18','4,5,19,24','apparel','','','apparel','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(22,10,'2007-08-26 14:49:39','2009-04-24 18:52:30','1/3/10/22',23,3,0,2,'Living Room','','living_1.jpg','','','',0,'PRODUCTS_AND_PAGE',1,0,'22','22,10','','living-room','','','furniture/living-room','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(23,10,'2007-08-27 10:35:27','2009-04-24 18:53:12','1/3/10/23',24,3,0,2,'Bedroom','','bed_1.jpg','','','',0,'PRODUCTS',1,0,'23','23,10','','bedroom','','','furniture/bedroom','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(25,12,'2007-08-29 19:49:52','2009-04-24 19:05:18','1/3/13/12/25',26,4,0,2,'Accessories','Random accessories for different electronic items','','','electric, accessories, gadgets','',0,'PRODUCTS',1,0,'25','25,12,13','','accessories','','','electronics/cameras/accessories','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(26,12,'2007-08-29 20:37:22','2008-08-07 23:47:02','1/3/13/12/26',27,4,0,2,'Digital Cameras','','','','','',0,'PRODUCTS',1,1,'26','26,12,13','','digital-cameras','','','electronics/cameras/digital-cameras','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(27,15,'2008-07-25 00:36:22','2008-08-07 23:48:15','1/3/13/15/27',1,4,0,2,'Build Your Own','','','','','',0,'PRODUCTS',1,0,'','','','build-your-own','','','electronics/computers/build-your-own','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(28,15,'2008-07-25 00:39:10','2008-08-08 13:02:59','1/3/13/15/28',2,4,0,2,'Laptops','','','','','',0,'PRODUCTS',1,1,'','','','laptops','','','electronics/computers/laptops','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(29,13,'2008-07-25 00:39:54','2008-07-25 00:39:54','1/3/13/15/29',3,4,0,2,'Hard Drives','','','','','',0,'PRODUCTS',1,1,'','','','hard-drives','','','electronics/computers/hard-drives','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(30,13,'2008-07-25 00:41:11','2008-07-25 00:41:11','1/3/13/15/30',4,4,0,2,'Monitors','','','','','',0,'PRODUCTS',1,1,'','','','monitors','','','electronics/computers/monitors','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(31,13,'2008-07-25 00:41:56','2008-07-25 00:41:56','1/3/13/15/31',6,4,0,2,'RAM / Memory','','','','','',0,'PRODUCTS',1,1,'','','','ram-memory','','','electronics/computers/ram-memory','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(32,13,'2008-07-25 00:42:57','2008-07-25 00:42:57','1/3/13/15/32',7,4,0,2,'Cases','','','','','',0,'PRODUCTS',1,1,'','','','cases','','','electronics/computers/cases','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(33,13,'2008-07-25 00:43:25','2008-07-25 00:43:25','1/3/13/15/33',8,4,0,2,'Processors','','','','','',0,'PRODUCTS',1,1,'','','','processors','','','electronics/computers/processors','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(34,13,'2008-07-25 00:44:17','2008-07-25 00:44:17','1/3/13/15/34',9,4,0,2,'Peripherals','','','','','',0,'PRODUCTS',1,1,'','','','peripherals','','','electronics/computers/peripherals','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(36,18,'2009-04-24 12:02:37','2009-04-26 17:11:50','1/3/18/36',4,3,0,2,'Women','','','','','',7,'PRODUCTS_AND_PAGE',1,1,'','','','women','two_columns_left','','apparel/women','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(37,18,'2009-04-24 12:04:25','2009-04-26 22:56:56','1/3/18/37',5,3,0,2,'Men','','img_jeans_1.jpg','','','',0,'PRODUCTS',1,1,'','','','men','','','apparel/men','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(41,3,'2009-04-24 17:02:31','2009-04-26 23:14:36','1/3/41',21,2,0,2,'Gift Cards','','gift_cards_1.jpg','','','',0,'PRODUCTS',1,1,'','','','gift-cards','','','gift-cards','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1);
/*!40000 ALTER TABLE `catalog_category_flat_store_2` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_flat_store_3`
--
DROP TABLE IF EXISTS `catalog_category_flat_store_3`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_flat_store_3` (
`entity_id` int(11) unsigned NOT NULL,
`parent_id` int(11) unsigned NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`path` varchar(255) NOT NULL,
`position` int(11) NOT NULL,
`level` int(11) NOT NULL,
`children_count` int(11) NOT NULL,
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
`description` text,
`image` varchar(255) NOT NULL DEFAULT '',
`meta_title` varchar(255) NOT NULL DEFAULT '',
`meta_keywords` text,
`meta_description` text,
`landing_page` int(10) NOT NULL DEFAULT '0',
`display_mode` varchar(255) NOT NULL DEFAULT '',
`is_active` int(10) NOT NULL DEFAULT '0',
`is_anchor` int(10) NOT NULL DEFAULT '0',
`all_children` text,
`path_in_store` text,
`children` text,
`url_key` varchar(255) NOT NULL DEFAULT '',
`page_layout` varchar(255) NOT NULL DEFAULT '',
`custom_layout_update` text,
`url_path` varchar(255) NOT NULL DEFAULT '',
`custom_design` varchar(255) NOT NULL DEFAULT '',
`custom_design_apply` int(10) NOT NULL DEFAULT '0',
`custom_design_from` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`custom_design_to` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`available_sort_by` text,
`default_sort_by` varchar(255) NOT NULL DEFAULT '',
`include_in_menu` int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`entity_id`),
KEY `IDX_STORE` (`store_id`),
KEY `IDX_PATH` (`path`),
KEY `IDX_LEVEL` (`level`),
CONSTRAINT `FK_CATEGORY_FLAT_CATEGORY_ID_STORE_3` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATEGORY_FLAT_STORE_ID_STORE_3` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_flat_store_3`
--
LOCK TABLES `catalog_category_flat_store_3` WRITE;
/*!40000 ALTER TABLE `catalog_category_flat_store_3` DISABLE KEYS */;
INSERT INTO `catalog_category_flat_store_3` VALUES (1,0,'2007-07-20 18:46:08','2007-08-07 09:50:15','1',1,0,35,3,'','','','','','',0,'',1,0,'','','','','','','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(3,1,'2007-08-22 15:54:41','2007-12-05 04:38:59','1/3',3,1,27,3,'Root Catalog','','','','','',0,'PRODUCTS',1,0,'3,18,4,5,16,17,19,24,10,22,23,13,8,12,26,25,15,20','','18,10,13,20','root-catalog','','','','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(4,18,'2007-08-22 15:55:34','2009-04-26 23:05:44','1/3/18/4',6,3,0,3,'Teens','','tshirts_1.jpg','','','',0,'PRODUCTS',1,1,'4','4,18','','shirts','','','apparel/shirts','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(5,18,'2007-08-22 16:21:29','2009-04-26 23:06:22','1/3/18/5',7,3,2,3,'Shoes','','clogs_1.jpg','','','',0,'PRODUCTS',1,1,'5,16,17','5,18','16,17','shoes','','','apparel/shoes','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(8,13,'2007-08-22 18:10:30','2009-05-05 22:56:05','1/3/13/8',9,3,0,3,'Cell Phones','','cellphonescat.jpg','','','',0,'PRODUCTS',1,1,'8','8,13','','cell-phones','','','electronics/cell-phones','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(10,3,'2007-08-23 11:45:22','2009-04-24 18:51:41','1/3/10',11,2,2,3,'Furniture','','eco_colletion_1.jpg','','','',0,'PRODUCTS',1,1,'10,22,23','10','22,23','furniture','','','furniture','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(12,13,'2007-08-24 12:34:30','2009-04-24 19:00:11','1/3/13/12',13,3,2,3,'Cameras','','camera_1_1.jpg','','','',0,'PRODUCTS',1,1,'12,26,25','12,13','26,25','cameras','','','electronics/cameras','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(13,3,'2007-08-24 13:31:01','2008-08-08 00:02:23','1/3/13',14,2,13,3,'Electronics','','','','','',3,'PAGE',1,1,'13,8,12,26,25,15','13','8,12,15','electronics','one_column','','electronics','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(15,13,'2007-08-24 13:33:17','2009-04-26 22:48:19','1/3/13/15',16,3,8,3,'Computers','','build_your_own_1.jpg','','','',0,'PRODUCTS',1,1,'15','15,13','','computers','','','electronics/computers','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(16,5,'2007-08-24 15:41:52','2008-08-07 23:56:01','1/3/18/5/16',17,4,0,3,'Mens','','','','','',0,'PRODUCTS',1,1,'16','16,5,18','','mens','','','apparel/shoes/mens','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(17,5,'2007-08-24 15:43:07','2008-08-07 23:56:28','1/3/18/5/17',18,4,0,3,'Womens','','','','','',0,'PRODUCTS',1,1,'17','17,5,18','','womens','','','apparel/shoes/womens','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(18,3,'2007-08-24 15:44:31','2009-04-26 22:49:34','1/3/18',19,2,6,3,'Apparel','','womens_apparel_1_1.jpg','','','',0,'PRODUCTS',1,1,'18,4,5,16,17,19,24','18','4,5,19,24','apparel','','','apparel','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(22,10,'2007-08-26 14:49:39','2009-04-24 18:52:30','1/3/10/22',23,3,0,3,'Living Room','','living_1.jpg','','','',0,'PRODUCTS_AND_PAGE',1,0,'22','22,10','','living-room','','','furniture/living-room','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(23,10,'2007-08-27 10:35:27','2009-04-24 18:53:12','1/3/10/23',24,3,0,3,'Bedroom','','bed_1.jpg','','','',0,'PRODUCTS',1,0,'23','23,10','','bedroom','','','furniture/bedroom','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(25,12,'2007-08-29 19:49:52','2009-04-24 19:05:18','1/3/13/12/25',26,4,0,3,'Accessories','Random accessories for different electronic items','','','electric, accessories, gadgets','',0,'PRODUCTS',1,0,'25','25,12,13','','accessories','','','electronics/cameras/accessories','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(26,12,'2007-08-29 20:37:22','2008-08-07 23:47:02','1/3/13/12/26',27,4,0,3,'Digital Cameras','','','','','',0,'PRODUCTS',1,1,'26','26,12,13','','digital-cameras','','','electronics/cameras/digital-cameras','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(27,15,'2008-07-25 00:36:22','2008-08-07 23:48:15','1/3/13/15/27',1,4,0,3,'Build Your Own','','','','','',0,'PRODUCTS',1,0,'','','','build-your-own','','','electronics/computers/build-your-own','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(28,15,'2008-07-25 00:39:10','2008-08-08 13:02:59','1/3/13/15/28',2,4,0,3,'Laptops','','','','','',0,'PRODUCTS',1,1,'','','','laptops','','','electronics/computers/laptops','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(29,13,'2008-07-25 00:39:54','2008-07-25 00:39:54','1/3/13/15/29',3,4,0,3,'Hard Drives','','','','','',0,'PRODUCTS',1,1,'','','','hard-drives','','','electronics/computers/hard-drives','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(30,13,'2008-07-25 00:41:11','2008-07-25 00:41:11','1/3/13/15/30',4,4,0,3,'Monitors','','','','','',0,'PRODUCTS',1,1,'','','','monitors','','','electronics/computers/monitors','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(31,13,'2008-07-25 00:41:56','2008-07-25 00:41:56','1/3/13/15/31',6,4,0,3,'RAM / Memory','','','','','',0,'PRODUCTS',1,1,'','','','ram-memory','','','electronics/computers/ram-memory','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(32,13,'2008-07-25 00:42:57','2008-07-25 00:42:57','1/3/13/15/32',7,4,0,3,'Cases','','','','','',0,'PRODUCTS',1,1,'','','','cases','','','electronics/computers/cases','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(33,13,'2008-07-25 00:43:25','2008-07-25 00:43:25','1/3/13/15/33',8,4,0,3,'Processors','','','','','',0,'PRODUCTS',1,1,'','','','processors','','','electronics/computers/processors','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(34,13,'2008-07-25 00:44:17','2008-07-25 00:44:17','1/3/13/15/34',9,4,0,3,'Peripherals','','','','','',0,'PRODUCTS',1,1,'','','','peripherals','','','electronics/computers/peripherals','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(36,18,'2009-04-24 12:02:37','2009-04-26 17:11:50','1/3/18/36',4,3,0,3,'Women','','','','','',7,'PRODUCTS_AND_PAGE',1,1,'','','','women','two_columns_left','','apparel/women','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(37,18,'2009-04-24 12:04:25','2009-04-26 22:56:56','1/3/18/37',5,3,0,3,'Men','','img_jeans_1.jpg','','','',0,'PRODUCTS',1,1,'','','','men','','','apparel/men','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1),(41,3,'2009-04-24 17:02:31','2009-04-26 23:14:36','1/3/41',21,2,0,3,'Gift Cards','','gift_cards_1.jpg','','','',0,'PRODUCTS',1,1,'','','','gift-cards','','','gift-cards','',1,'0000-00-00 00:00:00','0000-00-00 00:00:00','','',1);
/*!40000 ALTER TABLE `catalog_category_flat_store_3` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_flat_store_4`
--
DROP TABLE IF EXISTS `catalog_category_flat_store_4`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_flat_store_4` (
`entity_id` int(11) unsigned NOT NULL,
`parent_id` int(11) unsigned NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`path` varchar(255) NOT NULL,
`position` int(11) NOT NULL,
`level` int(11) NOT NULL,
`children_count` int(11) NOT NULL,
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
`description` text,
`image` varchar(255) NOT NULL DEFAULT '',
`meta_title` varchar(255) NOT NULL DEFAULT '',
`meta_keywords` text,
`meta_description` text,
`landing_page` int(10) NOT NULL DEFAULT '0',
`display_mode` varchar(255) NOT NULL DEFAULT '',
`is_active` int(10) NOT NULL DEFAULT '0',
`is_anchor` int(10) NOT NULL DEFAULT '0',
`all_children` text,
`path_in_store` text,
`children` text,
`url_key` varchar(255) NOT NULL DEFAULT '',
`page_layout` varchar(255) NOT NULL DEFAULT '',
`custom_layout_update` text,
`url_path` varchar(255) NOT NULL DEFAULT '',
`custom_design` varchar(255) NOT NULL DEFAULT '',
`custom_design_apply` int(10) NOT NULL DEFAULT '0',
`custom_design_from` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`custom_design_to` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`available_sort_by` text,
`default_sort_by` varchar(255) NOT NULL DEFAULT '',
`include_in_menu` int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`entity_id`),
KEY `IDX_STORE` (`store_id`),
KEY `IDX_PATH` (`path`),
KEY `IDX_LEVEL` (`level`),
CONSTRAINT `FK_CATEGORY_FLAT_CATEGORY_ID_STORE_4` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATEGORY_FLAT_STORE_ID_STORE_4` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_flat_store_4`
--
LOCK TABLES `catalog_category_flat_store_4` WRITE;
/*!40000 ALTER TABLE `catalog_category_flat_store_4` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_category_flat_store_4` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_product`
--
DROP TABLE IF EXISTS `catalog_category_product`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_product` (
`category_id` int(10) unsigned NOT NULL DEFAULT '0',
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`position` int(10) NOT NULL DEFAULT '0',
UNIQUE KEY `UNQ_CATEGORY_PRODUCT` (`category_id`,`product_id`),
KEY `CATALOG_CATEGORY_PRODUCT_CATEGORY` (`category_id`),
KEY `CATALOG_CATEGORY_PRODUCT_PRODUCT` (`product_id`),
CONSTRAINT `CATALOG_CATEGORY_PRODUCT_CATEGORY` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `CATALOG_CATEGORY_PRODUCT_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_product`
--
LOCK TABLES `catalog_category_product` WRITE;
/*!40000 ALTER TABLE `catalog_category_product` DISABLE KEYS */;
INSERT INTO `catalog_category_product` VALUES (4,35,0),(4,36,0),(4,37,0),(4,38,0),(4,39,5),(4,117,0),(4,118,0),(4,119,6),(4,120,3),(4,121,0),(4,122,0),(4,123,2),(4,124,0),(4,125,0),(4,126,4),(4,127,0),(4,128,0),(4,129,0),(4,130,0),(4,131,0),(4,137,0),(4,177,1),(5,180,0),(5,182,0),(5,186,0),(8,16,0),(8,17,0),(8,18,0),(8,19,0),(8,20,0),(8,166,0),(12,46,0),(15,25,0),(15,26,0),(15,28,3),(15,140,0),(15,141,0),(15,143,0),(15,163,0),(16,30,0),(16,34,0),(16,83,0),(16,84,0),(16,85,0),(16,86,0),(16,87,0),(16,88,0),(16,89,0),(16,90,0),(16,91,0),(16,92,0),(16,93,0),(16,94,0),(16,95,0),(16,96,0),(16,97,0),(16,98,0),(16,99,0),(16,100,0),(16,101,0),(16,102,0),(17,31,2),(17,32,2),(17,33,2),(17,49,2),(17,74,2),(17,75,2),(17,79,2),(17,80,2),(17,81,2),(17,82,2),(17,83,2),(17,84,2),(17,85,2),(17,86,2),(17,87,2),(17,88,2),(17,89,2),(17,90,2),(17,91,2),(17,92,2),(17,103,2),(17,104,2),(17,105,2),(17,106,2),(17,107,2),(17,108,2),(17,109,2),(17,110,2),(17,111,2),(17,112,2),(17,113,2),(17,114,2),(17,115,2),(17,135,1),(18,183,0),(18,184,0),(18,185,0),(18,186,0),(18,187,0),(18,188,0),(18,189,0),(22,51,4),(22,52,3),(22,53,2),(22,54,1),(23,41,11),(23,42,10),(23,176,12),(25,132,0),(25,133,0),(25,134,0),(26,44,0),(26,45,0),(26,46,0),(26,47,0),(26,48,0),(27,163,0),(27,164,0),(27,165,0),(28,25,0),(28,26,0),(28,28,0),(28,158,0),(29,149,0),(29,150,0),(29,154,0),(29,155,0),(30,147,0),(30,152,0),(30,156,0),(30,157,0),(31,140,0),(31,141,0),(31,143,0),(32,138,0),(32,139,0),(33,145,0),(33,148,0),(33,151,0),(33,153,0),(34,159,0),(34,160,0),(34,161,0),(34,162,0),(36,173,41),(36,179,3),(36,180,31),(36,183,2),(36,184,12),(36,187,1),(37,35,0),(37,37,0),(37,38,0),(37,39,5),(37,117,0),(37,118,0),(37,119,7),(37,123,4),(37,124,0),(37,125,0),(37,126,3),(37,127,0),(37,128,0),(37,129,0),(37,130,0),(37,131,0),(37,137,0),(37,188,1),(37,189,2),(41,167,0),(41,168,0),(41,169,0),(41,174,0),(41,175,0);
/*!40000 ALTER TABLE `catalog_category_product` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_product_index`
--
DROP TABLE IF EXISTS `catalog_category_product_index`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_product_index` (
`category_id` int(10) unsigned NOT NULL DEFAULT '0',
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`position` int(10) NOT NULL DEFAULT '0',
`is_parent` tinyint(1) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`visibility` tinyint(3) unsigned NOT NULL,
UNIQUE KEY `UNQ_CATEGORY_PRODUCT` (`category_id`,`product_id`,`store_id`),
KEY `FK_CATALOG_CATEGORY_PRODUCT_INDEX_PRODUCT_ENTITY` (`product_id`),
KEY `FK_CATALOG_CATEGORY_PRODUCT_INDEX_CATEGORY_ENTITY` (`category_id`),
KEY `IDX_JOIN` (`product_id`,`store_id`,`category_id`,`visibility`),
KEY `IDX_BASE` (`store_id`,`category_id`,`visibility`,`is_parent`,`position`),
CONSTRAINT `FK_CATALOG_CATEGORY_PRODUCT_INDEX_CATEGORY_ENTITY` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_CATEGORY_PRODUCT_INDEX_PRODUCT_ENTITY` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATEGORY_PRODUCT_INDEX_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_product_index`
--
LOCK TABLES `catalog_category_product_index` WRITE;
/*!40000 ALTER TABLE `catalog_category_product_index` DISABLE KEYS */;
INSERT INTO `catalog_category_product_index` VALUES (3,30,0,0,1,1),(3,31,0,0,1,1),(3,32,0,0,1,1),(3,33,0,0,1,1),(3,34,0,0,1,1),(3,35,0,0,1,1),(3,36,0,0,1,1),(3,37,0,0,1,1),(3,38,0,0,1,1),(3,49,0,0,1,1),(3,74,0,0,1,1),(3,75,0,0,1,1),(3,79,0,0,1,1),(3,80,0,0,1,1),(3,81,0,0,1,1),(3,82,0,0,1,1),(3,84,0,0,1,1),(3,85,0,0,1,1),(3,86,0,0,1,1),(3,87,0,0,1,1),(3,88,0,0,1,1),(3,89,0,0,1,1),(3,90,0,0,1,1),(3,91,0,0,1,1),(3,92,0,0,1,1),(3,94,0,0,1,1),(3,95,0,0,1,1),(3,96,0,0,1,1),(3,97,0,0,1,1),(3,99,0,0,1,1),(3,100,0,0,1,1),(3,101,0,0,1,1),(3,102,0,0,1,1),(3,104,0,0,1,1),(3,105,0,0,1,1),(3,106,0,0,1,1),(3,107,0,0,1,1),(3,109,0,0,1,1),(3,110,0,0,1,1),(3,111,0,0,1,1),(3,113,0,0,1,1),(3,114,0,0,1,1),(3,115,0,0,1,1),(3,117,0,0,1,1),(3,118,0,0,1,1),(3,121,0,0,1,1),(3,122,0,0,1,1),(3,124,0,0,1,1),(3,125,0,0,1,1),(3,127,0,0,1,1),(3,128,0,0,1,1),(3,129,0,0,1,1),(3,130,0,0,1,1),(3,131,0,0,1,1),(3,137,0,0,1,1),(3,185,0,0,1,1),(3,186,0,0,1,1),(3,142,0,1,1,1),(3,144,0,1,1,1),(3,146,0,1,1,1),(3,178,0,1,1,1),(3,16,0,0,1,4),(3,17,0,0,1,4),(3,18,0,0,1,4),(3,19,0,0,1,4),(3,20,0,0,1,4),(3,25,0,0,1,4),(3,26,0,0,1,4),(3,28,0,0,1,4),(3,39,0,0,1,4),(3,41,0,0,1,4),(3,42,0,0,1,4),(3,44,0,0,1,4),(3,45,0,0,1,4),(3,46,0,0,1,4),(3,47,0,0,1,4),(3,48,0,0,1,4),(3,51,0,0,1,4),(3,52,0,0,1,4),(3,53,0,0,1,4),(3,54,0,0,1,4),(3,83,0,0,1,4),(3,93,0,0,1,4),(3,98,0,0,1,4),(3,103,0,0,1,4),(3,108,0,0,1,4),(3,112,0,0,1,4),(3,119,0,0,1,4),(3,120,0,0,1,4),(3,123,0,0,1,4),(3,126,0,0,1,4),(3,132,0,0,1,4),(3,133,0,0,1,4),(3,134,0,0,1,4),(3,135,0,0,1,4),(3,138,0,0,1,4),(3,139,0,0,1,4),(3,140,0,0,1,4),(3,141,0,0,1,4),(3,143,0,0,1,4),(3,145,0,0,1,4),(3,147,0,0,1,4),(3,148,0,0,1,4),(3,149,0,0,1,4),(3,150,0,0,1,4),(3,151,0,0,1,4),(3,152,0,0,1,4),(3,153,0,0,1,4),(3,154,0,0,1,4),(3,155,0,0,1,4),(3,156,0,0,1,4),(3,157,0,0,1,4),(3,158,0,0,1,4),(3,159,0,0,1,4),(3,160,0,0,1,4),(3,161,0,0,1,4),(3,162,0,0,1,4),(3,163,0,0,1,4),(3,164,0,0,1,4),(3,165,0,0,1,4),(3,166,0,0,1,4),(3,167,0,0,1,4),(3,168,0,0,1,4),(3,169,0,0,1,4),(3,173,0,0,1,4),(3,174,0,0,1,4),(3,175,0,0,1,4),(3,176,0,0,1,4),(3,177,0,0,1,4),(3,179,0,0,1,4),(3,180,0,0,1,4),(3,181,0,0,1,4),(3,182,0,0,1,4),(3,183,0,0,1,4),(3,184,0,0,1,4),(3,187,0,0,1,4),(3,188,0,0,1,4),(3,189,0,0,1,4),(3,27,0,1,1,4),(3,190,0,1,1,4),(4,35,0,1,1,1),(4,36,0,1,1,1),(4,37,0,1,1,1),(4,38,0,1,1,1),(4,117,0,1,1,1),(4,118,0,1,1,1),(4,121,0,1,1,1),(4,122,0,1,1,1),(4,124,0,1,1,1),(4,125,0,1,1,1),(4,127,0,1,1,1),(4,128,0,1,1,1),(4,129,0,1,1,1),(4,130,0,1,1,1),(4,131,0,1,1,1),(4,137,0,1,1,1),(4,177,1,1,1,4),(4,123,2,1,1,4),(4,120,3,1,1,4),(4,126,4,1,1,4),(4,39,5,1,1,4),(4,119,6,1,1,4),(5,30,0,0,1,1),(5,31,0,0,1,1),(5,32,0,0,1,1),(5,33,0,0,1,1),(5,34,0,0,1,1),(5,49,0,0,1,1),(5,74,0,0,1,1),(5,75,0,0,1,1),(5,79,0,0,1,1),(5,80,0,0,1,1),(5,81,0,0,1,1),(5,82,0,0,1,1),(5,84,0,0,1,1),(5,85,0,0,1,1),(5,86,0,0,1,1),(5,87,0,0,1,1),(5,88,0,0,1,1),(5,89,0,0,1,1),(5,90,0,0,1,1),(5,91,0,0,1,1),(5,92,0,0,1,1),(5,94,0,0,1,1),(5,95,0,0,1,1),(5,96,0,0,1,1),(5,97,0,0,1,1),(5,99,0,0,1,1),(5,100,0,0,1,1),(5,101,0,0,1,1),(5,102,0,0,1,1),(5,104,0,0,1,1),(5,105,0,0,1,1),(5,106,0,0,1,1),(5,107,0,0,1,1),(5,109,0,0,1,1),(5,110,0,0,1,1),(5,111,0,0,1,1),(5,113,0,0,1,1),(5,114,0,0,1,1),(5,115,0,0,1,1),(5,186,0,1,1,1),(5,83,0,0,1,4),(5,93,0,0,1,4),(5,98,0,0,1,4),(5,103,0,0,1,4),(5,108,0,0,1,4),(5,112,0,0,1,4),(5,135,0,0,1,4),(5,180,0,1,1,4),(5,182,0,1,1,4),(8,16,0,1,1,4),(8,17,0,1,1,4),(8,18,0,1,1,4),(8,19,0,1,1,4),(8,20,0,1,1,4),(8,166,0,1,1,4),(10,41,0,0,1,4),(10,42,0,0,1,4),(10,51,0,0,1,4),(10,52,0,0,1,4),(10,53,0,0,1,4),(10,54,0,0,1,4),(10,176,0,0,1,4),(12,44,0,0,1,4),(12,45,0,0,1,4),(12,47,0,0,1,4),(12,48,0,0,1,4),(12,132,0,0,1,4),(12,133,0,0,1,4),(12,134,0,0,1,4),(12,46,0,1,1,4),(13,16,0,0,1,4),(13,17,0,0,1,4),(13,18,0,0,1,4),(13,19,0,0,1,4),(13,20,0,0,1,4),(13,25,0,0,1,4),(13,26,0,0,1,4),(13,28,0,0,1,4),(13,44,0,0,1,4),(13,45,0,0,1,4),(13,46,0,0,1,4),(13,47,0,0,1,4),(13,48,0,0,1,4),(13,132,0,0,1,4),(13,133,0,0,1,4),(13,134,0,0,1,4),(13,138,0,0,1,4),(13,139,0,0,1,4),(13,140,0,0,1,4),(13,141,0,0,1,4),(13,143,0,0,1,4),(13,145,0,0,1,4),(13,147,0,0,1,4),(13,148,0,0,1,4),(13,149,0,0,1,4),(13,150,0,0,1,4),(13,151,0,0,1,4),(13,152,0,0,1,4),(13,153,0,0,1,4),(13,154,0,0,1,4),(13,155,0,0,1,4),(13,156,0,0,1,4),(13,157,0,0,1,4),(13,158,0,0,1,4),(13,159,0,0,1,4),(13,160,0,0,1,4),(13,161,0,0,1,4),(13,162,0,0,1,4),(13,163,0,0,1,4),(13,164,0,0,1,4),(13,165,0,0,1,4),(13,166,0,0,1,4),(15,138,0,0,1,4),(15,139,0,0,1,4),(15,145,0,0,1,4),(15,147,0,0,1,4),(15,148,0,0,1,4),(15,149,0,0,1,4),(15,150,0,0,1,4),(15,151,0,0,1,4),(15,152,0,0,1,4),(15,153,0,0,1,4),(15,154,0,0,1,4),(15,155,0,0,1,4),(15,156,0,0,1,4),(15,157,0,0,1,4),(15,158,0,0,1,4),(15,159,0,0,1,4),(15,160,0,0,1,4),(15,161,0,0,1,4),(15,162,0,0,1,4),(15,164,0,0,1,4),(15,165,0,0,1,4),(15,25,0,1,1,4),(15,26,0,1,1,4),(15,140,0,1,1,4),(15,141,0,1,1,4),(15,143,0,1,1,4),(15,163,0,1,1,4),(15,28,3,1,1,4),(16,30,0,1,1,1),(16,34,0,1,1,1),(16,84,0,1,1,1),(16,85,0,1,1,1),(16,86,0,1,1,1),(16,87,0,1,1,1),(16,88,0,1,1,1),(16,89,0,1,1,1),(16,90,0,1,1,1),(16,91,0,1,1,1),(16,92,0,1,1,1),(16,94,0,1,1,1),(16,95,0,1,1,1),(16,96,0,1,1,1),(16,97,0,1,1,1),(16,99,0,1,1,1),(16,100,0,1,1,1),(16,101,0,1,1,1),(16,102,0,1,1,1),(16,83,0,1,1,4),(16,93,0,1,1,4),(16,98,0,1,1,4),(17,31,2,1,1,1),(17,32,2,1,1,1),(17,33,2,1,1,1),(17,49,2,1,1,1),(17,74,2,1,1,1),(17,75,2,1,1,1),(17,79,2,1,1,1),(17,80,2,1,1,1),(17,81,2,1,1,1),(17,82,2,1,1,1),(17,84,2,1,1,1),(17,85,2,1,1,1),(17,86,2,1,1,1),(17,87,2,1,1,1),(17,88,2,1,1,1),(17,89,2,1,1,1),(17,90,2,1,1,1),(17,91,2,1,1,1),(17,92,2,1,1,1),(17,104,2,1,1,1),(17,105,2,1,1,1),(17,106,2,1,1,1),(17,107,2,1,1,1),(17,109,2,1,1,1),(17,110,2,1,1,1),(17,111,2,1,1,1),(17,113,2,1,1,1),(17,114,2,1,1,1),(17,115,2,1,1,1),(17,135,1,1,1,4),(17,83,2,1,1,4),(17,103,2,1,1,4),(17,108,2,1,1,4),(17,112,2,1,1,4),(18,30,0,0,1,1),(18,31,0,0,1,1),(18,32,0,0,1,1),(18,33,0,0,1,1),(18,34,0,0,1,1),(18,35,0,0,1,1),(18,36,0,0,1,1),(18,37,0,0,1,1),(18,38,0,0,1,1),(18,49,0,0,1,1),(18,74,0,0,1,1),(18,75,0,0,1,1),(18,79,0,0,1,1),(18,80,0,0,1,1),(18,81,0,0,1,1),(18,82,0,0,1,1),(18,84,0,0,1,1),(18,85,0,0,1,1),(18,86,0,0,1,1),(18,87,0,0,1,1),(18,88,0,0,1,1),(18,89,0,0,1,1),(18,90,0,0,1,1),(18,91,0,0,1,1),(18,92,0,0,1,1),(18,94,0,0,1,1),(18,95,0,0,1,1),(18,96,0,0,1,1),(18,97,0,0,1,1),(18,99,0,0,1,1),(18,100,0,0,1,1),(18,101,0,0,1,1),(18,102,0,0,1,1),(18,104,0,0,1,1),(18,105,0,0,1,1),(18,106,0,0,1,1),(18,107,0,0,1,1),(18,109,0,0,1,1),(18,110,0,0,1,1),(18,111,0,0,1,1),(18,113,0,0,1,1),(18,114,0,0,1,1),(18,115,0,0,1,1),(18,117,0,0,1,1),(18,118,0,0,1,1),(18,121,0,0,1,1),(18,122,0,0,1,1),(18,124,0,0,1,1),(18,125,0,0,1,1),(18,127,0,0,1,1),(18,128,0,0,1,1),(18,129,0,0,1,1),(18,130,0,0,1,1),(18,131,0,0,1,1),(18,137,0,0,1,1),(18,185,0,1,1,1),(18,186,0,1,1,1),(18,39,0,0,1,4),(18,83,0,0,1,4),(18,93,0,0,1,4),(18,98,0,0,1,4),(18,103,0,0,1,4),(18,108,0,0,1,4),(18,112,0,0,1,4),(18,119,0,0,1,4),(18,120,0,0,1,4),(18,123,0,0,1,4),(18,126,0,0,1,4),(18,135,0,0,1,4),(18,173,0,0,1,4),(18,177,0,0,1,4),(18,179,0,0,1,4),(18,180,0,0,1,4),(18,182,0,0,1,4),(18,183,0,1,1,4),(18,184,0,1,1,4),(18,187,0,1,1,4),(18,188,0,1,1,4),(18,189,0,1,1,4),(22,54,1,1,1,4),(22,53,2,1,1,4),(22,52,3,1,1,4),(22,51,4,1,1,4),(23,42,10,1,1,4),(23,41,11,1,1,4),(23,176,12,1,1,4),(25,132,0,1,1,4),(25,133,0,1,1,4),(25,134,0,1,1,4),(26,44,0,1,1,4),(26,45,0,1,1,4),(26,46,0,1,1,4),(26,47,0,1,1,4),(26,48,0,1,1,4),(27,163,0,1,1,4),(27,164,0,1,1,4),(27,165,0,1,1,4),(28,25,0,1,1,4),(28,26,0,1,1,4),(28,28,0,1,1,4),(28,158,0,1,1,4),(29,149,0,1,1,4),(29,150,0,1,1,4),(29,154,0,1,1,4),(29,155,0,1,1,4),(30,147,0,1,1,4),(30,152,0,1,1,4),(30,156,0,1,1,4),(30,157,0,1,1,4),(31,140,0,1,1,4),(31,141,0,1,1,4),(31,143,0,1,1,4),(32,138,0,1,1,4),(32,139,0,1,1,4),(33,145,0,1,1,4),(33,148,0,1,1,4),(33,151,0,1,1,4),(33,153,0,1,1,4),(34,159,0,1,1,4),(34,160,0,1,1,4),(34,161,0,1,1,4),(34,162,0,1,1,4),(36,187,1,1,1,4),(36,183,2,1,1,4),(36,179,3,1,1,4),(36,184,12,1,1,4),(36,180,31,1,1,4),(36,173,41,1,1,4),(37,35,0,1,1,1),(37,37,0,1,1,1),(37,38,0,1,1,1),(37,117,0,1,1,1),(37,118,0,1,1,1),(37,124,0,1,1,1),(37,125,0,1,1,1),(37,127,0,1,1,1),(37,128,0,1,1,1),(37,129,0,1,1,1),(37,130,0,1,1,1),(37,131,0,1,1,1),(37,137,0,1,1,1),(37,188,1,1,1,4),(37,189,2,1,1,4),(37,126,3,1,1,4),(37,123,4,1,1,4),(37,39,5,1,1,4),(37,119,7,1,1,4),(41,167,0,1,1,4),(41,168,0,1,1,4),(41,169,0,1,1,4),(41,174,0,1,1,4),(41,175,0,1,1,4),(3,30,0,0,2,1),(3,31,0,0,2,1),(3,32,0,0,2,1),(3,33,0,0,2,1),(3,34,0,0,2,1),(3,35,0,0,2,1),(3,36,0,0,2,1),(3,37,0,0,2,1),(3,38,0,0,2,1),(3,49,0,0,2,1),(3,74,0,0,2,1),(3,75,0,0,2,1),(3,79,0,0,2,1),(3,80,0,0,2,1),(3,81,0,0,2,1),(3,82,0,0,2,1),(3,84,0,0,2,1),(3,85,0,0,2,1),(3,86,0,0,2,1),(3,87,0,0,2,1),(3,88,0,0,2,1),(3,89,0,0,2,1),(3,90,0,0,2,1),(3,91,0,0,2,1),(3,92,0,0,2,1),(3,94,0,0,2,1),(3,95,0,0,2,1),(3,96,0,0,2,1),(3,97,0,0,2,1),(3,99,0,0,2,1),(3,100,0,0,2,1),(3,101,0,0,2,1),(3,102,0,0,2,1),(3,104,0,0,2,1),(3,105,0,0,2,1),(3,106,0,0,2,1),(3,107,0,0,2,1),(3,109,0,0,2,1),(3,110,0,0,2,1),(3,111,0,0,2,1),(3,113,0,0,2,1),(3,114,0,0,2,1),(3,115,0,0,2,1),(3,117,0,0,2,1),(3,118,0,0,2,1),(3,121,0,0,2,1),(3,122,0,0,2,1),(3,124,0,0,2,1),(3,125,0,0,2,1),(3,127,0,0,2,1),(3,128,0,0,2,1),(3,129,0,0,2,1),(3,130,0,0,2,1),(3,131,0,0,2,1),(3,137,0,0,2,1),(3,185,0,0,2,1),(3,186,0,0,2,1),(3,142,0,1,2,1),(3,144,0,1,2,1),(3,146,0,1,2,1),(3,178,0,1,2,1),(3,16,0,0,2,4),(3,17,0,0,2,4),(3,18,0,0,2,4),(3,19,0,0,2,4),(3,20,0,0,2,4),(3,25,0,0,2,4),(3,26,0,0,2,4),(3,28,0,0,2,4),(3,39,0,0,2,4),(3,41,0,0,2,4),(3,42,0,0,2,4),(3,44,0,0,2,4),(3,45,0,0,2,4),(3,46,0,0,2,4),(3,47,0,0,2,4),(3,48,0,0,2,4),(3,51,0,0,2,4),(3,52,0,0,2,4),(3,53,0,0,2,4),(3,54,0,0,2,4),(3,83,0,0,2,4),(3,93,0,0,2,4),(3,98,0,0,2,4),(3,103,0,0,2,4),(3,108,0,0,2,4),(3,112,0,0,2,4),(3,119,0,0,2,4),(3,120,0,0,2,4),(3,123,0,0,2,4),(3,126,0,0,2,4),(3,132,0,0,2,4),(3,133,0,0,2,4),(3,134,0,0,2,4),(3,135,0,0,2,4),(3,138,0,0,2,4),(3,139,0,0,2,4),(3,140,0,0,2,4),(3,141,0,0,2,4),(3,143,0,0,2,4),(3,145,0,0,2,4),(3,147,0,0,2,4),(3,148,0,0,2,4),(3,149,0,0,2,4),(3,150,0,0,2,4),(3,151,0,0,2,4),(3,152,0,0,2,4),(3,153,0,0,2,4),(3,154,0,0,2,4),(3,155,0,0,2,4),(3,156,0,0,2,4),(3,157,0,0,2,4),(3,158,0,0,2,4),(3,159,0,0,2,4),(3,160,0,0,2,4),(3,161,0,0,2,4),(3,162,0,0,2,4),(3,163,0,0,2,4),(3,164,0,0,2,4),(3,165,0,0,2,4),(3,166,0,0,2,4),(3,167,0,0,2,4),(3,168,0,0,2,4),(3,169,0,0,2,4),(3,173,0,0,2,4),(3,174,0,0,2,4),(3,175,0,0,2,4),(3,176,0,0,2,4),(3,177,0,0,2,4),(3,179,0,0,2,4),(3,180,0,0,2,4),(3,181,0,0,2,4),(3,182,0,0,2,4),(3,183,0,0,2,4),(3,184,0,0,2,4),(3,187,0,0,2,4),(3,188,0,0,2,4),(3,189,0,0,2,4),(3,27,0,1,2,4),(3,190,0,1,2,4),(4,35,0,1,2,1),(4,36,0,1,2,1),(4,37,0,1,2,1),(4,38,0,1,2,1),(4,117,0,1,2,1),(4,118,0,1,2,1),(4,121,0,1,2,1),(4,122,0,1,2,1),(4,124,0,1,2,1),(4,125,0,1,2,1),(4,127,0,1,2,1),(4,128,0,1,2,1),(4,129,0,1,2,1),(4,130,0,1,2,1),(4,131,0,1,2,1),(4,137,0,1,2,1),(4,177,1,1,2,4),(4,123,2,1,2,4),(4,120,3,1,2,4),(4,126,4,1,2,4),(4,39,5,1,2,4),(4,119,6,1,2,4),(5,30,0,0,2,1),(5,31,0,0,2,1),(5,32,0,0,2,1),(5,33,0,0,2,1),(5,34,0,0,2,1),(5,49,0,0,2,1),(5,74,0,0,2,1),(5,75,0,0,2,1),(5,79,0,0,2,1),(5,80,0,0,2,1),(5,81,0,0,2,1),(5,82,0,0,2,1),(5,84,0,0,2,1),(5,85,0,0,2,1),(5,86,0,0,2,1),(5,87,0,0,2,1),(5,88,0,0,2,1),(5,89,0,0,2,1),(5,90,0,0,2,1),(5,91,0,0,2,1),(5,92,0,0,2,1),(5,94,0,0,2,1),(5,95,0,0,2,1),(5,96,0,0,2,1),(5,97,0,0,2,1),(5,99,0,0,2,1),(5,100,0,0,2,1),(5,101,0,0,2,1),(5,102,0,0,2,1),(5,104,0,0,2,1),(5,105,0,0,2,1),(5,106,0,0,2,1),(5,107,0,0,2,1),(5,109,0,0,2,1),(5,110,0,0,2,1),(5,111,0,0,2,1),(5,113,0,0,2,1),(5,114,0,0,2,1),(5,115,0,0,2,1),(5,186,0,1,2,1),(5,83,0,0,2,4),(5,93,0,0,2,4),(5,98,0,0,2,4),(5,103,0,0,2,4),(5,108,0,0,2,4),(5,112,0,0,2,4),(5,135,0,0,2,4),(5,180,0,1,2,4),(5,182,0,1,2,4),(8,16,0,1,2,4),(8,17,0,1,2,4),(8,18,0,1,2,4),(8,19,0,1,2,4),(8,20,0,1,2,4),(8,166,0,1,2,4),(10,41,0,0,2,4),(10,42,0,0,2,4),(10,51,0,0,2,4),(10,52,0,0,2,4),(10,53,0,0,2,4),(10,54,0,0,2,4),(10,176,0,0,2,4),(12,44,0,0,2,4),(12,45,0,0,2,4),(12,47,0,0,2,4),(12,48,0,0,2,4),(12,132,0,0,2,4),(12,133,0,0,2,4),(12,134,0,0,2,4),(12,46,0,1,2,4),(13,16,0,0,2,4),(13,17,0,0,2,4),(13,18,0,0,2,4),(13,19,0,0,2,4),(13,20,0,0,2,4),(13,25,0,0,2,4),(13,26,0,0,2,4),(13,28,0,0,2,4),(13,44,0,0,2,4),(13,45,0,0,2,4),(13,46,0,0,2,4),(13,47,0,0,2,4),(13,48,0,0,2,4),(13,132,0,0,2,4),(13,133,0,0,2,4),(13,134,0,0,2,4),(13,138,0,0,2,4),(13,139,0,0,2,4),(13,140,0,0,2,4),(13,141,0,0,2,4),(13,143,0,0,2,4),(13,145,0,0,2,4),(13,147,0,0,2,4),(13,148,0,0,2,4),(13,149,0,0,2,4),(13,150,0,0,2,4),(13,151,0,0,2,4),(13,152,0,0,2,4),(13,153,0,0,2,4),(13,154,0,0,2,4),(13,155,0,0,2,4),(13,156,0,0,2,4),(13,157,0,0,2,4),(13,158,0,0,2,4),(13,159,0,0,2,4),(13,160,0,0,2,4),(13,161,0,0,2,4),(13,162,0,0,2,4),(13,163,0,0,2,4),(13,164,0,0,2,4),(13,165,0,0,2,4),(13,166,0,0,2,4),(15,138,0,0,2,4),(15,139,0,0,2,4),(15,145,0,0,2,4),(15,147,0,0,2,4),(15,148,0,0,2,4),(15,149,0,0,2,4),(15,150,0,0,2,4),(15,151,0,0,2,4),(15,152,0,0,2,4),(15,153,0,0,2,4),(15,154,0,0,2,4),(15,155,0,0,2,4),(15,156,0,0,2,4),(15,157,0,0,2,4),(15,158,0,0,2,4),(15,159,0,0,2,4),(15,160,0,0,2,4),(15,161,0,0,2,4),(15,162,0,0,2,4),(15,164,0,0,2,4),(15,165,0,0,2,4),(15,25,0,1,2,4),(15,26,0,1,2,4),(15,140,0,1,2,4),(15,141,0,1,2,4),(15,143,0,1,2,4),(15,163,0,1,2,4),(15,28,3,1,2,4),(16,30,0,1,2,1),(16,34,0,1,2,1),(16,84,0,1,2,1),(16,85,0,1,2,1),(16,86,0,1,2,1),(16,87,0,1,2,1),(16,88,0,1,2,1),(16,89,0,1,2,1),(16,90,0,1,2,1),(16,91,0,1,2,1),(16,92,0,1,2,1),(16,94,0,1,2,1),(16,95,0,1,2,1),(16,96,0,1,2,1),(16,97,0,1,2,1),(16,99,0,1,2,1),(16,100,0,1,2,1),(16,101,0,1,2,1),(16,102,0,1,2,1),(16,83,0,1,2,4),(16,93,0,1,2,4),(16,98,0,1,2,4),(17,31,2,1,2,1),(17,32,2,1,2,1),(17,33,2,1,2,1),(17,49,2,1,2,1),(17,74,2,1,2,1),(17,75,2,1,2,1),(17,79,2,1,2,1),(17,80,2,1,2,1),(17,81,2,1,2,1),(17,82,2,1,2,1),(17,84,2,1,2,1),(17,85,2,1,2,1),(17,86,2,1,2,1),(17,87,2,1,2,1),(17,88,2,1,2,1),(17,89,2,1,2,1),(17,90,2,1,2,1),(17,91,2,1,2,1),(17,92,2,1,2,1),(17,104,2,1,2,1),(17,105,2,1,2,1),(17,106,2,1,2,1),(17,107,2,1,2,1),(17,109,2,1,2,1),(17,110,2,1,2,1),(17,111,2,1,2,1),(17,113,2,1,2,1),(17,114,2,1,2,1),(17,115,2,1,2,1),(17,135,1,1,2,4),(17,83,2,1,2,4),(17,103,2,1,2,4),(17,108,2,1,2,4),(17,112,2,1,2,4),(18,30,0,0,2,1),(18,31,0,0,2,1),(18,32,0,0,2,1),(18,33,0,0,2,1),(18,34,0,0,2,1),(18,35,0,0,2,1),(18,36,0,0,2,1),(18,37,0,0,2,1),(18,38,0,0,2,1),(18,49,0,0,2,1),(18,74,0,0,2,1),(18,75,0,0,2,1),(18,79,0,0,2,1),(18,80,0,0,2,1),(18,81,0,0,2,1),(18,82,0,0,2,1),(18,84,0,0,2,1),(18,85,0,0,2,1),(18,86,0,0,2,1),(18,87,0,0,2,1),(18,88,0,0,2,1),(18,89,0,0,2,1),(18,90,0,0,2,1),(18,91,0,0,2,1),(18,92,0,0,2,1),(18,94,0,0,2,1),(18,95,0,0,2,1),(18,96,0,0,2,1),(18,97,0,0,2,1),(18,99,0,0,2,1),(18,100,0,0,2,1),(18,101,0,0,2,1),(18,102,0,0,2,1),(18,104,0,0,2,1),(18,105,0,0,2,1),(18,106,0,0,2,1),(18,107,0,0,2,1),(18,109,0,0,2,1),(18,110,0,0,2,1),(18,111,0,0,2,1),(18,113,0,0,2,1),(18,114,0,0,2,1),(18,115,0,0,2,1),(18,117,0,0,2,1),(18,118,0,0,2,1),(18,121,0,0,2,1),(18,122,0,0,2,1),(18,124,0,0,2,1),(18,125,0,0,2,1),(18,127,0,0,2,1),(18,128,0,0,2,1),(18,129,0,0,2,1),(18,130,0,0,2,1),(18,131,0,0,2,1),(18,137,0,0,2,1),(18,185,0,1,2,1),(18,186,0,1,2,1),(18,39,0,0,2,4),(18,83,0,0,2,4),(18,93,0,0,2,4),(18,98,0,0,2,4),(18,103,0,0,2,4),(18,108,0,0,2,4),(18,112,0,0,2,4),(18,119,0,0,2,4),(18,120,0,0,2,4),(18,123,0,0,2,4),(18,126,0,0,2,4),(18,135,0,0,2,4),(18,173,0,0,2,4),(18,177,0,0,2,4),(18,179,0,0,2,4),(18,180,0,0,2,4),(18,182,0,0,2,4),(18,183,0,1,2,4),(18,184,0,1,2,4),(18,187,0,1,2,4),(18,188,0,1,2,4),(18,189,0,1,2,4),(22,54,1,1,2,4),(22,53,2,1,2,4),(22,52,3,1,2,4),(22,51,4,1,2,4),(23,42,10,1,2,4),(23,41,11,1,2,4),(23,176,12,1,2,4),(25,132,0,1,2,4),(25,133,0,1,2,4),(25,134,0,1,2,4),(26,44,0,1,2,4),(26,45,0,1,2,4),(26,46,0,1,2,4),(26,47,0,1,2,4),(26,48,0,1,2,4),(27,163,0,1,2,4),(27,164,0,1,2,4),(27,165,0,1,2,4),(28,25,0,1,2,4),(28,26,0,1,2,4),(28,28,0,1,2,4),(28,158,0,1,2,4),(29,149,0,1,2,4),(29,150,0,1,2,4),(29,154,0,1,2,4),(29,155,0,1,2,4),(30,147,0,1,2,4),(30,152,0,1,2,4),(30,156,0,1,2,4),(30,157,0,1,2,4),(31,140,0,1,2,4),(31,141,0,1,2,4),(31,143,0,1,2,4),(32,138,0,1,2,4),(32,139,0,1,2,4),(33,145,0,1,2,4),(33,148,0,1,2,4),(33,151,0,1,2,4),(33,153,0,1,2,4),(34,159,0,1,2,4),(34,160,0,1,2,4),(34,161,0,1,2,4),(34,162,0,1,2,4),(36,187,1,1,2,4),(36,183,2,1,2,4),(36,179,3,1,2,4),(36,184,12,1,2,4),(36,180,31,1,2,4),(36,173,41,1,2,4),(37,35,0,1,2,1),(37,37,0,1,2,1),(37,38,0,1,2,1),(37,117,0,1,2,1),(37,118,0,1,2,1),(37,124,0,1,2,1),(37,125,0,1,2,1),(37,127,0,1,2,1),(37,128,0,1,2,1),(37,129,0,1,2,1),(37,130,0,1,2,1),(37,131,0,1,2,1),(37,137,0,1,2,1),(37,188,1,1,2,4),(37,189,2,1,2,4),(37,126,3,1,2,4),(37,123,4,1,2,4),(37,39,5,1,2,4),(37,119,7,1,2,4),(41,167,0,1,2,4),(41,168,0,1,2,4),(41,169,0,1,2,4),(41,174,0,1,2,4),(41,175,0,1,2,4),(3,30,0,0,3,1),(3,31,0,0,3,1),(3,32,0,0,3,1),(3,33,0,0,3,1),(3,34,0,0,3,1),(3,35,0,0,3,1),(3,36,0,0,3,1),(3,37,0,0,3,1),(3,38,0,0,3,1),(3,49,0,0,3,1),(3,74,0,0,3,1),(3,75,0,0,3,1),(3,79,0,0,3,1),(3,80,0,0,3,1),(3,81,0,0,3,1),(3,82,0,0,3,1),(3,84,0,0,3,1),(3,85,0,0,3,1),(3,86,0,0,3,1),(3,87,0,0,3,1),(3,88,0,0,3,1),(3,89,0,0,3,1),(3,90,0,0,3,1),(3,91,0,0,3,1),(3,92,0,0,3,1),(3,94,0,0,3,1),(3,95,0,0,3,1),(3,96,0,0,3,1),(3,97,0,0,3,1),(3,99,0,0,3,1),(3,100,0,0,3,1),(3,101,0,0,3,1),(3,102,0,0,3,1),(3,104,0,0,3,1),(3,105,0,0,3,1),(3,106,0,0,3,1),(3,107,0,0,3,1),(3,109,0,0,3,1),(3,110,0,0,3,1),(3,111,0,0,3,1),(3,113,0,0,3,1),(3,114,0,0,3,1),(3,115,0,0,3,1),(3,117,0,0,3,1),(3,118,0,0,3,1),(3,121,0,0,3,1),(3,122,0,0,3,1),(3,124,0,0,3,1),(3,125,0,0,3,1),(3,127,0,0,3,1),(3,128,0,0,3,1),(3,129,0,0,3,1),(3,130,0,0,3,1),(3,131,0,0,3,1),(3,137,0,0,3,1),(3,185,0,0,3,1),(3,186,0,0,3,1),(3,142,0,1,3,1),(3,144,0,1,3,1),(3,146,0,1,3,1),(3,178,0,1,3,1),(3,16,0,0,3,4),(3,17,0,0,3,4),(3,18,0,0,3,4),(3,19,0,0,3,4),(3,20,0,0,3,4),(3,25,0,0,3,4),(3,26,0,0,3,4),(3,28,0,0,3,4),(3,39,0,0,3,4),(3,41,0,0,3,4),(3,42,0,0,3,4),(3,44,0,0,3,4),(3,45,0,0,3,4),(3,46,0,0,3,4),(3,47,0,0,3,4),(3,48,0,0,3,4),(3,51,0,0,3,4),(3,52,0,0,3,4),(3,53,0,0,3,4),(3,54,0,0,3,4),(3,83,0,0,3,4),(3,93,0,0,3,4),(3,98,0,0,3,4),(3,103,0,0,3,4),(3,108,0,0,3,4),(3,112,0,0,3,4),(3,119,0,0,3,4),(3,120,0,0,3,4),(3,123,0,0,3,4),(3,126,0,0,3,4),(3,132,0,0,3,4),(3,133,0,0,3,4),(3,134,0,0,3,4),(3,135,0,0,3,4),(3,138,0,0,3,4),(3,139,0,0,3,4),(3,140,0,0,3,4),(3,141,0,0,3,4),(3,143,0,0,3,4),(3,145,0,0,3,4),(3,147,0,0,3,4),(3,148,0,0,3,4),(3,149,0,0,3,4),(3,150,0,0,3,4),(3,151,0,0,3,4),(3,152,0,0,3,4),(3,153,0,0,3,4),(3,154,0,0,3,4),(3,155,0,0,3,4),(3,156,0,0,3,4),(3,157,0,0,3,4),(3,158,0,0,3,4),(3,159,0,0,3,4),(3,160,0,0,3,4),(3,161,0,0,3,4),(3,162,0,0,3,4),(3,163,0,0,3,4),(3,164,0,0,3,4),(3,165,0,0,3,4),(3,166,0,0,3,4),(3,167,0,0,3,4),(3,168,0,0,3,4),(3,169,0,0,3,4),(3,173,0,0,3,4),(3,174,0,0,3,4),(3,175,0,0,3,4),(3,176,0,0,3,4),(3,177,0,0,3,4),(3,179,0,0,3,4),(3,180,0,0,3,4),(3,181,0,0,3,4),(3,182,0,0,3,4),(3,183,0,0,3,4),(3,184,0,0,3,4),(3,187,0,0,3,4),(3,188,0,0,3,4),(3,189,0,0,3,4),(3,27,0,1,3,4),(3,190,0,1,3,4),(4,35,0,1,3,1),(4,36,0,1,3,1),(4,37,0,1,3,1),(4,38,0,1,3,1),(4,117,0,1,3,1),(4,118,0,1,3,1),(4,121,0,1,3,1),(4,122,0,1,3,1),(4,124,0,1,3,1),(4,125,0,1,3,1),(4,127,0,1,3,1),(4,128,0,1,3,1),(4,129,0,1,3,1),(4,130,0,1,3,1),(4,131,0,1,3,1),(4,137,0,1,3,1),(4,177,1,1,3,4),(4,123,2,1,3,4),(4,120,3,1,3,4),(4,126,4,1,3,4),(4,39,5,1,3,4),(4,119,6,1,3,4),(5,30,0,0,3,1),(5,31,0,0,3,1),(5,32,0,0,3,1),(5,33,0,0,3,1),(5,34,0,0,3,1),(5,49,0,0,3,1),(5,74,0,0,3,1),(5,75,0,0,3,1),(5,79,0,0,3,1),(5,80,0,0,3,1),(5,81,0,0,3,1),(5,82,0,0,3,1),(5,84,0,0,3,1),(5,85,0,0,3,1),(5,86,0,0,3,1),(5,87,0,0,3,1),(5,88,0,0,3,1),(5,89,0,0,3,1),(5,90,0,0,3,1),(5,91,0,0,3,1),(5,92,0,0,3,1),(5,94,0,0,3,1),(5,95,0,0,3,1),(5,96,0,0,3,1),(5,97,0,0,3,1),(5,99,0,0,3,1),(5,100,0,0,3,1),(5,101,0,0,3,1),(5,102,0,0,3,1),(5,104,0,0,3,1),(5,105,0,0,3,1),(5,106,0,0,3,1),(5,107,0,0,3,1),(5,109,0,0,3,1),(5,110,0,0,3,1),(5,111,0,0,3,1),(5,113,0,0,3,1),(5,114,0,0,3,1),(5,115,0,0,3,1),(5,186,0,1,3,1),(5,83,0,0,3,4),(5,93,0,0,3,4),(5,98,0,0,3,4),(5,103,0,0,3,4),(5,108,0,0,3,4),(5,112,0,0,3,4),(5,135,0,0,3,4),(5,180,0,1,3,4),(5,182,0,1,3,4),(8,16,0,1,3,4),(8,17,0,1,3,4),(8,18,0,1,3,4),(8,19,0,1,3,4),(8,20,0,1,3,4),(8,166,0,1,3,4),(10,41,0,0,3,4),(10,42,0,0,3,4),(10,51,0,0,3,4),(10,52,0,0,3,4),(10,53,0,0,3,4),(10,54,0,0,3,4),(10,176,0,0,3,4),(12,44,0,0,3,4),(12,45,0,0,3,4),(12,47,0,0,3,4),(12,48,0,0,3,4),(12,132,0,0,3,4),(12,133,0,0,3,4),(12,134,0,0,3,4),(12,46,0,1,3,4),(13,16,0,0,3,4),(13,17,0,0,3,4),(13,18,0,0,3,4),(13,19,0,0,3,4),(13,20,0,0,3,4),(13,25,0,0,3,4),(13,26,0,0,3,4),(13,28,0,0,3,4),(13,44,0,0,3,4),(13,45,0,0,3,4),(13,46,0,0,3,4),(13,47,0,0,3,4),(13,48,0,0,3,4),(13,132,0,0,3,4),(13,133,0,0,3,4),(13,134,0,0,3,4),(13,138,0,0,3,4),(13,139,0,0,3,4),(13,140,0,0,3,4),(13,141,0,0,3,4),(13,143,0,0,3,4),(13,145,0,0,3,4),(13,147,0,0,3,4),(13,148,0,0,3,4),(13,149,0,0,3,4),(13,150,0,0,3,4),(13,151,0,0,3,4),(13,152,0,0,3,4),(13,153,0,0,3,4),(13,154,0,0,3,4),(13,155,0,0,3,4),(13,156,0,0,3,4),(13,157,0,0,3,4),(13,158,0,0,3,4),(13,159,0,0,3,4),(13,160,0,0,3,4),(13,161,0,0,3,4),(13,162,0,0,3,4),(13,163,0,0,3,4),(13,164,0,0,3,4),(13,165,0,0,3,4),(13,166,0,0,3,4),(15,138,0,0,3,4),(15,139,0,0,3,4),(15,145,0,0,3,4),(15,147,0,0,3,4),(15,148,0,0,3,4),(15,149,0,0,3,4),(15,150,0,0,3,4),(15,151,0,0,3,4),(15,152,0,0,3,4),(15,153,0,0,3,4),(15,154,0,0,3,4),(15,155,0,0,3,4),(15,156,0,0,3,4),(15,157,0,0,3,4),(15,158,0,0,3,4),(15,159,0,0,3,4),(15,160,0,0,3,4),(15,161,0,0,3,4),(15,162,0,0,3,4),(15,164,0,0,3,4),(15,165,0,0,3,4),(15,25,0,1,3,4),(15,26,0,1,3,4),(15,140,0,1,3,4),(15,141,0,1,3,4),(15,143,0,1,3,4),(15,163,0,1,3,4),(15,28,3,1,3,4),(16,30,0,1,3,1),(16,34,0,1,3,1),(16,84,0,1,3,1),(16,85,0,1,3,1),(16,86,0,1,3,1),(16,87,0,1,3,1),(16,88,0,1,3,1),(16,89,0,1,3,1),(16,90,0,1,3,1),(16,91,0,1,3,1),(16,92,0,1,3,1),(16,94,0,1,3,1),(16,95,0,1,3,1),(16,96,0,1,3,1),(16,97,0,1,3,1),(16,99,0,1,3,1),(16,100,0,1,3,1),(16,101,0,1,3,1),(16,102,0,1,3,1),(16,83,0,1,3,4),(16,93,0,1,3,4),(16,98,0,1,3,4),(17,31,2,1,3,1),(17,32,2,1,3,1),(17,33,2,1,3,1),(17,49,2,1,3,1),(17,74,2,1,3,1),(17,75,2,1,3,1),(17,79,2,1,3,1),(17,80,2,1,3,1),(17,81,2,1,3,1),(17,82,2,1,3,1),(17,84,2,1,3,1),(17,85,2,1,3,1),(17,86,2,1,3,1),(17,87,2,1,3,1),(17,88,2,1,3,1),(17,89,2,1,3,1),(17,90,2,1,3,1),(17,91,2,1,3,1),(17,92,2,1,3,1),(17,104,2,1,3,1),(17,105,2,1,3,1),(17,106,2,1,3,1),(17,107,2,1,3,1),(17,109,2,1,3,1),(17,110,2,1,3,1),(17,111,2,1,3,1),(17,113,2,1,3,1),(17,114,2,1,3,1),(17,115,2,1,3,1),(17,135,1,1,3,4),(17,83,2,1,3,4),(17,103,2,1,3,4),(17,108,2,1,3,4),(17,112,2,1,3,4),(18,30,0,0,3,1),(18,31,0,0,3,1),(18,32,0,0,3,1),(18,33,0,0,3,1),(18,34,0,0,3,1),(18,35,0,0,3,1),(18,36,0,0,3,1),(18,37,0,0,3,1),(18,38,0,0,3,1),(18,49,0,0,3,1),(18,74,0,0,3,1),(18,75,0,0,3,1),(18,79,0,0,3,1),(18,80,0,0,3,1),(18,81,0,0,3,1),(18,82,0,0,3,1),(18,84,0,0,3,1),(18,85,0,0,3,1),(18,86,0,0,3,1),(18,87,0,0,3,1),(18,88,0,0,3,1),(18,89,0,0,3,1),(18,90,0,0,3,1),(18,91,0,0,3,1),(18,92,0,0,3,1),(18,94,0,0,3,1),(18,95,0,0,3,1),(18,96,0,0,3,1),(18,97,0,0,3,1),(18,99,0,0,3,1),(18,100,0,0,3,1),(18,101,0,0,3,1),(18,102,0,0,3,1),(18,104,0,0,3,1),(18,105,0,0,3,1),(18,106,0,0,3,1),(18,107,0,0,3,1),(18,109,0,0,3,1),(18,110,0,0,3,1),(18,111,0,0,3,1),(18,113,0,0,3,1),(18,114,0,0,3,1),(18,115,0,0,3,1),(18,117,0,0,3,1),(18,118,0,0,3,1),(18,121,0,0,3,1),(18,122,0,0,3,1),(18,124,0,0,3,1),(18,125,0,0,3,1),(18,127,0,0,3,1),(18,128,0,0,3,1),(18,129,0,0,3,1),(18,130,0,0,3,1),(18,131,0,0,3,1),(18,137,0,0,3,1),(18,185,0,1,3,1),(18,186,0,1,3,1),(18,39,0,0,3,4),(18,83,0,0,3,4),(18,93,0,0,3,4),(18,98,0,0,3,4),(18,103,0,0,3,4),(18,108,0,0,3,4),(18,112,0,0,3,4),(18,119,0,0,3,4),(18,120,0,0,3,4),(18,123,0,0,3,4),(18,126,0,0,3,4),(18,135,0,0,3,4),(18,173,0,0,3,4),(18,177,0,0,3,4),(18,179,0,0,3,4),(18,180,0,0,3,4),(18,182,0,0,3,4),(18,183,0,1,3,4),(18,184,0,1,3,4),(18,187,0,1,3,4),(18,188,0,1,3,4),(18,189,0,1,3,4),(22,54,1,1,3,4),(22,53,2,1,3,4),(22,52,3,1,3,4),(22,51,4,1,3,4),(23,42,10,1,3,4),(23,41,11,1,3,4),(23,176,12,1,3,4),(25,132,0,1,3,4),(25,133,0,1,3,4),(25,134,0,1,3,4),(26,44,0,1,3,4),(26,45,0,1,3,4),(26,46,0,1,3,4),(26,47,0,1,3,4),(26,48,0,1,3,4),(27,163,0,1,3,4),(27,164,0,1,3,4),(27,165,0,1,3,4),(28,25,0,1,3,4),(28,26,0,1,3,4),(28,28,0,1,3,4),(28,158,0,1,3,4),(29,149,0,1,3,4),(29,150,0,1,3,4),(29,154,0,1,3,4),(29,155,0,1,3,4),(30,147,0,1,3,4),(30,152,0,1,3,4),(30,156,0,1,3,4),(30,157,0,1,3,4),(31,140,0,1,3,4),(31,141,0,1,3,4),(31,143,0,1,3,4),(32,138,0,1,3,4),(32,139,0,1,3,4),(33,145,0,1,3,4),(33,148,0,1,3,4),(33,151,0,1,3,4),(33,153,0,1,3,4),(34,159,0,1,3,4),(34,160,0,1,3,4),(34,161,0,1,3,4),(34,162,0,1,3,4),(36,187,1,1,3,4),(36,183,2,1,3,4),(36,179,3,1,3,4),(36,184,12,1,3,4),(36,180,31,1,3,4),(36,173,41,1,3,4),(37,35,0,1,3,1),(37,37,0,1,3,1),(37,38,0,1,3,1),(37,117,0,1,3,1),(37,118,0,1,3,1),(37,124,0,1,3,1),(37,125,0,1,3,1),(37,127,0,1,3,1),(37,128,0,1,3,1),(37,129,0,1,3,1),(37,130,0,1,3,1),(37,131,0,1,3,1),(37,137,0,1,3,1),(37,188,1,1,3,4),(37,189,2,1,3,4),(37,126,3,1,3,4),(37,123,4,1,3,4),(37,39,5,1,3,4),(37,119,7,1,3,4),(41,167,0,1,3,4),(41,168,0,1,3,4),(41,169,0,1,3,4),(41,174,0,1,3,4),(41,175,0,1,3,4);
/*!40000 ALTER TABLE `catalog_category_product_index` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_product_index_enbl_idx`
--
DROP TABLE IF EXISTS `catalog_category_product_index_enbl_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_product_index_enbl_idx` (
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`visibility` int(11) unsigned NOT NULL DEFAULT '0',
KEY `IDX_PRODUCT` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_product_index_enbl_idx`
--
LOCK TABLES `catalog_category_product_index_enbl_idx` WRITE;
/*!40000 ALTER TABLE `catalog_category_product_index_enbl_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_category_product_index_enbl_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_product_index_enbl_tmp`
--
DROP TABLE IF EXISTS `catalog_category_product_index_enbl_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_product_index_enbl_tmp` (
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`visibility` int(11) unsigned NOT NULL DEFAULT '0',
KEY `IDX_PRODUCT` (`product_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_product_index_enbl_tmp`
--
LOCK TABLES `catalog_category_product_index_enbl_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_category_product_index_enbl_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_category_product_index_enbl_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_product_index_idx`
--
DROP TABLE IF EXISTS `catalog_category_product_index_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_product_index_idx` (
`category_id` int(10) unsigned NOT NULL DEFAULT '0',
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`position` int(10) NOT NULL DEFAULT '0',
`is_parent` tinyint(1) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`visibility` tinyint(3) unsigned NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_product_index_idx`
--
LOCK TABLES `catalog_category_product_index_idx` WRITE;
/*!40000 ALTER TABLE `catalog_category_product_index_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_category_product_index_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_product_index_tmp`
--
DROP TABLE IF EXISTS `catalog_category_product_index_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_product_index_tmp` (
`category_id` int(10) unsigned NOT NULL DEFAULT '0',
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`position` int(10) NOT NULL DEFAULT '0',
`is_parent` tinyint(1) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`visibility` tinyint(3) unsigned NOT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_product_index_tmp`
--
LOCK TABLES `catalog_category_product_index_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_category_product_index_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_category_product_index_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_compare_item`
--
DROP TABLE IF EXISTS `catalog_compare_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_compare_item` (
`catalog_compare_item_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`visitor_id` int(11) unsigned NOT NULL DEFAULT '0',
`customer_id` int(11) unsigned DEFAULT NULL,
`product_id` int(11) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned DEFAULT NULL,
PRIMARY KEY (`catalog_compare_item_id`),
KEY `FK_CATALOG_COMPARE_ITEM_CUSTOMER` (`customer_id`),
KEY `FK_CATALOG_COMPARE_ITEM_PRODUCT` (`product_id`),
KEY `IDX_VISITOR_PRODUCTS` (`visitor_id`,`product_id`),
KEY `IDX_CUSTOMER_PRODUCTS` (`customer_id`,`product_id`),
KEY `FK_CATALOG_COMPARE_ITEM_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_COMPARE_ITEM_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_COMPARE_ITEM_CUSTOMER` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_COMPARE_ITEM_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_compare_item`
--
LOCK TABLES `catalog_compare_item` WRITE;
/*!40000 ALTER TABLE `catalog_compare_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_compare_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_eav_attribute`
--
DROP TABLE IF EXISTS `catalog_eav_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_eav_attribute` (
`attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`frontend_input_renderer` varchar(255) DEFAULT NULL,
`is_global` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_visible` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_searchable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_comparable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_visible_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_html_allowed_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_used_for_price_rules` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT 'deprecated after 1.4.0.1',
`is_filterable_in_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_in_product_listing` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_for_sort_by` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_configurable` tinyint(1) unsigned NOT NULL DEFAULT '1',
`apply_to` varchar(255) NOT NULL,
`is_visible_in_advanced_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`position` int(11) NOT NULL,
`is_used_for_customer_segment` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT 'deprecated after 1.7.1.0',
`is_used_for_target_rules` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT 'deprecated after 1.7.1.0',
`is_wysiwyg_enabled` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_used_for_promo_rules` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`attribute_id`),
KEY `IDX_USED_FOR_SORT_BY` (`used_for_sort_by`),
KEY `IDX_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),
CONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=1026 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_eav_attribute`
--
LOCK TABLES `catalog_eav_attribute` WRITE;
/*!40000 ALTER TABLE `catalog_eav_attribute` DISABLE KEYS */;
INSERT INTO `catalog_eav_attribute` VALUES (96,NULL,0,1,1,0,0,0,0,1,0,1,1,1,'',1,1,1,1,0,1),(97,NULL,0,1,1,0,1,0,1,1,0,0,0,1,'',1,1,1,1,1,1),(98,NULL,1,1,1,0,1,0,0,1,0,0,0,1,'',1,1,1,1,0,1),(99,NULL,2,1,1,1,0,0,0,1,1,1,1,1,'simple,configurable,virtual,bundle,downloadable',1,0,1,1,0,1),(100,NULL,2,1,0,0,0,0,0,1,0,0,0,1,'simple,virtual,downloadable',0,1,1,1,0,1),(101,NULL,1,1,0,0,0,0,0,1,0,0,0,1,'simple,bundle,giftcard',0,1,1,1,0,1),(102,NULL,1,1,1,1,1,0,0,1,1,0,0,1,'simple',0,1,1,1,0,1),(103,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(104,NULL,0,1,1,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(105,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(106,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(107,NULL,1,1,1,1,1,0,0,1,1,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(109,NULL,0,1,0,0,0,0,0,1,0,1,0,1,'',0,1,1,1,0,1),(110,NULL,1,0,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(111,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(112,NULL,0,1,0,0,0,0,1,1,0,0,0,1,'',0,1,1,1,1,1),(113,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(114,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(115,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(116,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(117,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(118,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(119,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(120,NULL,1,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(121,NULL,1,0,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(122,NULL,1,0,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(123,NULL,1,0,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(270,NULL,2,1,0,0,0,0,0,0,0,0,0,1,'simple,configurable,virtual,bundle,downloadable',0,1,0,0,0,0),(271,NULL,1,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(272,NULL,1,1,1,1,1,0,0,1,1,0,0,1,'simple',1,1,1,1,0,1),(273,NULL,2,1,1,0,0,0,0,1,0,1,0,1,'',0,1,1,1,0,1),(274,NULL,0,1,0,0,0,0,0,1,0,1,0,1,'simple,configurable,virtual,bundle,downloadable',0,1,1,1,0,1),(476,NULL,0,1,1,1,1,1,0,1,1,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(479,NULL,1,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(481,NULL,1,1,0,0,0,0,0,1,0,1,0,1,'',0,1,1,1,0,1),(492,NULL,0,1,1,0,1,1,1,1,0,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(493,NULL,0,1,0,0,0,0,0,1,0,1,0,1,'',0,1,1,1,0,1),(494,NULL,1,1,1,0,1,1,0,1,0,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(495,NULL,1,1,1,0,1,1,0,1,0,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(496,NULL,1,1,0,0,0,1,0,1,0,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(497,NULL,1,1,1,0,1,1,0,1,0,0,0,1,'simple',0,1,1,1,0,1),(498,NULL,1,1,1,0,1,1,0,1,0,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(499,NULL,1,1,1,0,1,1,0,1,0,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(500,NULL,1,1,1,0,1,1,0,1,0,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(501,NULL,1,1,1,0,0,0,0,1,0,0,0,1,'simple,grouped,configurable',1,1,1,1,0,1),(502,NULL,1,1,1,0,0,0,0,1,0,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(503,NULL,0,0,0,0,0,0,0,1,0,0,0,1,'simple,configurable,virtual,bundle,downloadable',0,1,1,1,0,1),(506,NULL,0,1,1,0,1,0,1,1,0,1,0,1,'',0,1,1,1,1,1),(507,NULL,1,1,1,0,1,1,0,1,0,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(508,NULL,1,1,1,0,1,0,0,1,0,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(509,NULL,1,1,1,0,1,1,0,1,0,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(510,NULL,1,1,1,2,1,1,0,1,1,0,0,1,'simple,grouped,configurable',1,1,1,1,0,1),(513,NULL,1,1,1,1,1,1,0,1,1,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(514,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(525,NULL,1,1,1,0,0,0,0,1,0,0,0,1,'simple,grouped,configurable',0,1,1,1,0,1),(526,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(530,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(531,NULL,1,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(533,NULL,0,0,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(562,NULL,1,1,0,0,0,0,0,1,0,0,0,0,'simple,grouped,configurable',0,1,1,1,0,1),(563,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(564,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(565,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(566,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(567,NULL,2,1,0,0,0,0,0,1,0,1,0,1,'simple,configurable,virtual,bundle,downloadable',0,1,1,1,0,1),(568,NULL,1,1,0,0,0,0,0,1,0,1,0,1,'simple,configurable,virtual,bundle,downloadable',0,1,1,1,0,1),(569,NULL,1,1,0,0,0,0,0,1,0,1,0,1,'simple,configurable,virtual,bundle,downloadable',0,1,1,1,0,1),(570,NULL,0,0,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(571,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(572,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(573,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(701,NULL,1,0,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(702,NULL,1,0,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(703,NULL,1,1,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(704,NULL,1,1,0,0,0,0,0,1,0,1,0,1,'',0,1,1,1,0,1),(705,NULL,1,1,0,0,0,0,0,1,0,1,0,1,'',0,1,1,1,0,1),(706,NULL,1,0,0,0,0,0,0,1,0,0,0,1,'',0,1,1,1,0,1),(835,NULL,1,0,0,0,0,0,0,1,0,0,0,1,'',0,0,1,1,0,1),(836,NULL,0,1,0,0,0,0,0,1,0,0,0,1,'',0,0,1,1,0,1),(837,NULL,1,0,0,0,0,0,0,1,0,1,0,1,'',0,0,1,1,0,1),(838,NULL,1,0,0,0,0,0,0,1,0,0,0,1,'',0,0,1,1,0,1),(859,NULL,1,0,0,0,0,0,0,1,0,1,0,0,'bundle',0,0,1,1,0,1),(860,NULL,1,0,0,0,0,0,0,1,0,0,0,0,'bundle',0,0,1,1,0,1),(861,NULL,1,0,0,0,0,0,0,1,0,1,0,0,'bundle',0,0,1,1,0,1),(862,NULL,1,1,0,0,0,0,0,1,0,1,0,0,'bundle',0,0,1,1,0,1),(863,NULL,1,0,0,0,0,0,0,1,0,1,0,0,'bundle',0,0,1,1,0,1),(873,NULL,0,1,0,0,0,0,0,1,0,0,0,0,'',0,0,1,1,0,1),(874,NULL,0,1,0,0,0,0,0,1,0,0,0,0,'',0,0,1,1,0,1),(875,NULL,0,1,0,1,1,1,0,1,1,0,0,0,'',0,0,1,1,0,1),(876,NULL,0,1,0,0,0,1,0,1,0,0,0,0,'',0,0,1,1,0,1),(877,NULL,0,1,0,0,0,0,0,1,0,0,0,0,'',0,0,1,1,0,1),(878,NULL,0,1,0,0,0,1,0,1,0,0,0,0,'',0,0,1,1,0,1),(879,NULL,0,0,0,0,0,0,0,1,1,1,0,0,'',0,0,1,1,0,1),(880,NULL,0,0,0,0,0,0,0,1,1,1,0,0,'',0,0,1,1,0,1),(881,NULL,0,0,0,0,0,0,0,1,1,1,0,0,'',0,0,1,1,0,1),(903,NULL,1,1,0,0,0,0,0,1,1,0,0,0,'',0,0,1,1,0,1),(904,NULL,1,0,0,0,0,0,0,1,1,0,0,0,'downloadable',0,0,1,1,0,1),(905,NULL,0,0,0,0,0,0,0,1,1,0,0,0,'downloadable',0,0,1,1,0,1),(906,NULL,0,0,0,0,0,0,0,1,1,0,0,0,'downloadable',0,0,1,1,0,1),(925,'adminhtml/catalog_category_helper_sortby_available',0,1,0,0,0,0,0,1,0,0,0,1,'',0,0,1,1,0,1),(926,'adminhtml/catalog_category_helper_sortby_default',0,1,0,0,0,0,0,1,0,0,0,1,'',0,0,1,1,0,1),(927,'',0,1,0,0,0,0,0,1,0,0,0,1,'',0,0,1,1,0,1),(938,'',2,1,0,0,0,0,0,1,0,1,0,0,'giftcard',0,0,1,1,0,1),(939,'',2,1,0,0,0,0,0,1,0,1,0,0,'giftcard',0,0,1,1,0,1),(940,'',2,1,0,0,0,0,0,1,0,1,0,0,'giftcard',0,0,1,1,0,1),(941,'',2,1,0,0,0,0,0,1,0,1,0,0,'giftcard',0,0,1,1,0,1),(942,'',1,0,0,0,0,0,0,1,0,0,0,0,'giftcard',0,0,1,1,0,1),(943,'',2,0,0,0,0,0,0,1,0,0,0,0,'giftcard',0,0,1,1,0,1),(944,'',2,0,0,0,0,0,0,1,0,0,0,0,'giftcard',0,0,1,1,0,1),(945,'',2,0,0,0,0,0,0,1,0,0,0,0,'giftcard',0,0,1,1,0,1),(946,'',2,0,0,0,0,0,0,1,0,0,0,0,'giftcard',0,0,1,1,0,1),(947,'',0,0,0,0,0,0,0,1,0,0,0,0,'giftcard',0,0,1,1,0,1),(948,'',0,0,0,0,0,0,0,1,0,0,0,0,'giftcard',0,0,1,1,0,1),(949,'',0,0,0,0,0,0,0,1,0,0,0,0,'giftcard',0,0,1,1,0,1),(950,'',0,0,0,0,0,0,0,1,0,0,0,0,'giftcard',0,0,1,1,0,1),(958,'',1,0,0,0,0,0,0,1,0,0,0,1,'',0,0,1,1,0,1),(959,'',1,0,0,0,0,0,0,1,0,0,0,1,'',0,0,1,1,0,1),(992,'',1,0,0,0,0,0,0,1,0,1,0,0,'downloadable',0,0,1,1,0,1),(1025,'',0,1,0,0,0,0,0,1,0,0,0,1,'',0,0,0,0,0,1);
/*!40000 ALTER TABLE `catalog_eav_attribute` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_bundle_option`
--
DROP TABLE IF EXISTS `catalog_product_bundle_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_bundle_option` (
`option_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL,
`required` tinyint(1) unsigned NOT NULL DEFAULT '0',
`position` int(10) unsigned NOT NULL DEFAULT '0',
`type` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`option_id`),
KEY `FK_CATALOG_PRODUCT_BUNDLE_OPTION_PARENT` (`parent_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_BUNDLE_OPTION_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8 COMMENT='Bundle Options';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_bundle_option`
--
LOCK TABLES `catalog_product_bundle_option` WRITE;
/*!40000 ALTER TABLE `catalog_product_bundle_option` DISABLE KEYS */;
INSERT INTO `catalog_product_bundle_option` VALUES (1,158,0,10,'radio'),(2,158,1,0,'radio'),(3,163,0,11,'multi'),(4,163,0,10,'radio'),(5,163,0,7,'checkbox'),(6,163,0,5,'radio'),(7,163,1,4,'radio'),(8,163,1,3,'radio'),(9,163,1,2,'radio'),(10,163,1,1,'radio'),(11,164,1,4,'select'),(12,164,1,5,'multi'),(13,164,0,8,'checkbox'),(14,165,1,4,'checkbox'),(15,165,1,3,'radio'),(16,165,1,2,'radio'),(17,165,1,1,'select'),(20,164,1,3,'radio'),(21,164,1,1,'radio'),(22,165,1,1,'select');
/*!40000 ALTER TABLE `catalog_product_bundle_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_bundle_option_value`
--
DROP TABLE IF EXISTS `catalog_product_bundle_option_value`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_bundle_option_value` (
`value_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`option_id` int(10) unsigned NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
`title` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_OPTION_STORE` (`option_id`,`store_id`),
KEY `FK_CATALOG_PRODUCT_BUNDLE_OPTION_VALUE_OPTION` (`option_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_BUNDLE_OPTION_VALUE_OPTION` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_bundle_option` (`option_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 COMMENT='Bundle Selections';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_bundle_option_value`
--
LOCK TABLES `catalog_product_bundle_option_value` WRITE;
/*!40000 ALTER TABLE `catalog_product_bundle_option_value` DISABLE KEYS */;
INSERT INTO `catalog_product_bundle_option_value` VALUES (1,1,0,'Waranty'),(2,2,0,'Laptop'),(3,21,0,'Case'),(4,20,0,'CPU'),(5,11,0,'RAM'),(6,12,0,'Hard Drive'),(7,13,0,'Peripherals'),(8,10,0,'Case'),(9,9,0,'Processor'),(10,8,0,'Memory'),(11,7,0,'Hard Drive'),(12,6,0,'Hard Drive 2'),(13,5,0,'Peripherals'),(14,4,0,'Monitor'),(15,3,0,'Warranty'),(16,17,0,'Case'),(17,22,0,'CPU'),(18,16,0,'Hard Drive'),(19,15,0,'Ram'),(20,14,0,'Monitor');
/*!40000 ALTER TABLE `catalog_product_bundle_option_value` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_bundle_price_index`
--
DROP TABLE IF EXISTS `catalog_product_bundle_price_index`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_bundle_price_index` (
`entity_id` int(10) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`customer_group_id` smallint(3) unsigned NOT NULL,
`min_price` decimal(12,4) NOT NULL,
`max_price` decimal(12,4) NOT NULL,
PRIMARY KEY (`entity_id`,`website_id`,`customer_group_id`),
KEY `IDX_WEBSITE` (`website_id`),
KEY `IDX_CUSTOMER_GROUP` (`customer_group_id`),
CONSTRAINT `CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_CUSTOMER_GROUP` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_bundle_price_index`
--
LOCK TABLES `catalog_product_bundle_price_index` WRITE;
/*!40000 ALTER TABLE `catalog_product_bundle_price_index` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_bundle_price_index` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_bundle_selection`
--
DROP TABLE IF EXISTS `catalog_product_bundle_selection`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_bundle_selection` (
`selection_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`option_id` int(10) unsigned NOT NULL,
`parent_product_id` int(10) unsigned NOT NULL,
`product_id` int(10) unsigned NOT NULL,
`position` int(10) unsigned NOT NULL DEFAULT '0',
`is_default` tinyint(1) unsigned NOT NULL DEFAULT '0',
`selection_price_type` tinyint(1) unsigned NOT NULL DEFAULT '0',
`selection_price_value` decimal(12,4) NOT NULL DEFAULT '0.0000',
`selection_qty` decimal(12,4) NOT NULL DEFAULT '0.0000',
`selection_can_change_qty` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`selection_id`),
KEY `FK_CATALOG_PRODUCT_BUNDLE_SELECTION_OPTION` (`option_id`),
KEY `FK_CATALOG_PRODUCT_BUNDLE_SELECTION_PRODUCT` (`product_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_BUNDLE_SELECTION_OPTION` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_bundle_option` (`option_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_BUNDLE_SELECTION_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8 COMMENT='Bundle Selections';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_bundle_selection`
--
LOCK TABLES `catalog_product_bundle_selection` WRITE;
/*!40000 ALTER TABLE `catalog_product_bundle_selection` DISABLE KEYS */;
INSERT INTO `catalog_product_bundle_selection` VALUES (1,1,158,146,20,0,0,'0.0000','1.0000',0),(2,1,158,142,0,0,0,'0.0000','1.0000',0),(3,1,158,144,10,0,0,'0.0000','1.0000',0),(4,2,158,27,0,0,0,'0.0000','1.0000',0),(5,3,163,142,0,0,0,'0.0000','1.0000',1),(6,4,163,157,0,0,0,'0.0000','1.0000',1),(7,4,163,156,0,0,0,'0.0000','1.0000',1),(8,4,163,152,0,0,0,'0.0000','1.0000',1),(9,4,163,147,0,0,0,'0.0000','1.0000',1),(10,5,163,162,50,0,0,'0.0000','1.0000',1),(11,5,163,159,0,0,0,'0.0000','1.0000',1),(12,5,163,161,0,0,0,'0.0000','1.0000',1),(13,5,163,160,100,0,0,'0.0000','1.0000',1),(14,6,163,149,0,0,0,'0.0000','1.0000',1),(15,6,163,154,0,1,0,'0.0000','1.0000',1),(16,7,163,155,0,1,0,'0.0000','1.0000',0),(17,7,163,150,0,0,0,'0.0000','1.0000',0),(18,8,163,143,0,0,0,'0.0000','1.0000',0),(19,8,163,141,0,1,0,'0.0000','1.0000',0),(20,8,163,140,0,0,0,'0.0000','1.0000',0),(21,9,163,148,0,0,0,'0.0000','1.0000',0),(22,9,163,145,0,0,0,'0.0000','1.0000',0),(23,9,163,153,0,1,0,'0.0000','1.0000',0),(24,9,163,151,0,0,0,'0.0000','1.0000',0),(25,10,163,138,0,1,0,'0.0000','1.0000',0),(26,10,163,139,0,0,0,'0.0000','1.0000',0),(27,11,164,143,0,0,0,'0.0000','1.0000',0),(28,11,164,141,0,0,0,'75.0000','1.0000',0),(29,11,164,140,0,0,0,'150.0000','1.0000',0),(30,12,164,149,0,0,0,'250.0000','1.0000',1),(31,12,164,154,0,0,0,'0.0000','1.0000',1),(32,13,164,161,0,0,0,'199.0000','1.0000',1),(33,13,164,160,0,0,0,'50.0000','1.0000',1),(34,13,164,162,0,0,0,'0.0000','1.0000',1),(35,13,164,159,0,0,0,'0.0000','1.0000',1),(36,14,165,157,0,0,0,'0.0000','1.0000',1),(37,14,165,156,0,0,0,'0.0000','1.0000',1),(38,14,165,152,0,0,0,'0.0000','1.0000',1),(39,14,165,147,0,0,0,'0.0000','1.0000',1),(40,15,165,143,0,0,0,'0.0000','1.0000',0),(41,15,165,141,0,0,0,'0.0000','1.0000',0),(42,15,165,140,0,0,0,'0.0000','1.0000',0),(43,16,165,149,0,0,0,'0.0000','1.0000',1),(44,16,165,150,0,0,0,'0.0000','1.0000',1),(45,16,165,154,0,0,0,'0.0000','1.0000',1),(46,16,165,155,0,0,0,'0.0000','1.0000',1),(47,17,165,138,0,0,0,'0.0000','1.0000',0),(48,17,165,139,0,0,0,'0.0000','1.0000',0),(54,20,164,153,0,0,0,'700.0000','1.0000',0),(55,20,164,151,0,0,0,'200.0000','1.0000',0),(56,20,164,148,0,0,0,'100.0000','1.0000',0),(57,20,164,145,0,0,0,'0.0000','1.0000',0),(58,21,164,139,0,0,0,'0.0000','1.0000',0),(59,22,165,145,0,0,0,'0.0000','1.0000',0),(60,22,165,151,0,0,0,'0.0000','1.0000',0),(61,22,165,148,0,0,0,'0.0000','1.0000',0),(62,22,165,153,0,0,0,'0.0000','1.0000',0);
/*!40000 ALTER TABLE `catalog_product_bundle_selection` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_bundle_stock_index`
--
DROP TABLE IF EXISTS `catalog_product_bundle_stock_index`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_bundle_stock_index` (
`entity_id` int(10) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`stock_id` smallint(5) unsigned NOT NULL,
`option_id` int(10) unsigned NOT NULL DEFAULT '0',
`stock_status` tinyint(1) DEFAULT '0',
PRIMARY KEY (`entity_id`,`stock_id`,`website_id`,`option_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_bundle_stock_index`
--
LOCK TABLES `catalog_product_bundle_stock_index` WRITE;
/*!40000 ALTER TABLE `catalog_product_bundle_stock_index` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_bundle_stock_index` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_enabled_index`
--
DROP TABLE IF EXISTS `catalog_product_enabled_index`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_enabled_index` (
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`visibility` smallint(5) unsigned NOT NULL DEFAULT '0',
UNIQUE KEY `UNQ_PRODUCT_STORE` (`product_id`,`store_id`),
KEY `IDX_PRODUCT_VISIBILITY_IN_STORE` (`product_id`,`store_id`,`visibility`),
KEY `FK_CATALOG_PRODUCT_ENABLED_INDEX_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENABLED_INDEX_PRODUCT_ENTITY` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENABLED_INDEX_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_enabled_index`
--
LOCK TABLES `catalog_product_enabled_index` WRITE;
/*!40000 ALTER TABLE `catalog_product_enabled_index` DISABLE KEYS */;
INSERT INTO `catalog_product_enabled_index` VALUES (16,1,4),(16,2,4),(16,3,4),(17,1,4),(17,2,4),(17,3,4),(18,1,4),(18,2,4),(18,3,4),(19,1,4),(19,2,4),(19,3,4),(20,1,4),(20,2,4),(20,3,4),(25,1,4),(25,2,4),(25,3,4),(26,1,4),(26,2,4),(26,3,4),(27,1,4),(27,2,4),(27,3,4),(28,1,4),(28,2,4),(28,3,4),(29,1,1),(29,2,1),(29,3,1),(30,1,1),(30,2,1),(30,3,1),(31,1,1),(31,2,1),(31,3,1),(32,1,1),(32,2,1),(32,3,1),(33,1,1),(33,2,1),(33,3,1),(34,1,1),(34,2,1),(34,3,1),(35,1,1),(35,2,1),(35,3,1),(36,1,1),(36,2,1),(36,3,1),(37,1,1),(37,2,1),(37,3,1),(38,1,1),(38,2,1),(38,3,1),(39,1,4),(39,2,4),(39,3,4),(41,1,4),(41,2,4),(41,3,4),(42,1,4),(42,2,4),(42,3,4),(44,1,4),(44,2,4),(44,3,4),(45,1,4),(45,2,4),(45,3,4),(46,1,4),(46,2,4),(46,3,4),(47,1,4),(47,2,4),(47,3,4),(48,1,4),(48,2,4),(48,3,4),(49,1,1),(49,2,1),(49,3,1),(51,1,4),(51,2,4),(51,3,4),(52,1,4),(52,2,4),(52,3,4),(53,1,4),(53,2,4),(53,3,4),(54,1,4),(54,2,4),(54,3,4),(74,1,1),(74,2,1),(74,3,1),(75,1,1),(75,2,1),(75,3,1),(79,1,1),(79,2,1),(79,3,1),(80,1,1),(80,2,1),(80,3,1),(81,1,1),(81,2,1),(81,3,1),(82,1,1),(82,2,1),(82,3,1),(83,1,4),(83,2,4),(83,3,4),(84,1,1),(84,2,1),(84,3,1),(85,1,1),(85,2,1),(85,3,1),(86,1,1),(86,2,1),(86,3,1),(87,1,1),(87,2,1),(87,3,1),(88,1,1),(88,2,1),(88,3,1),(89,1,1),(89,2,1),(89,3,1),(90,1,1),(90,2,1),(90,3,1),(91,1,1),(91,2,1),(91,3,1),(92,1,1),(92,2,1),(92,3,1),(93,1,4),(93,2,4),(93,3,4),(94,1,1),(94,2,1),(94,3,1),(95,1,1),(95,2,1),(95,3,1),(96,1,1),(96,2,1),(96,3,1),(97,1,1),(97,2,1),(97,3,1),(98,1,4),(98,2,4),(98,3,4),(99,1,1),(99,2,1),(99,3,1),(100,1,1),(100,2,1),(100,3,1),(101,1,1),(101,2,1),(101,3,1),(102,1,1),(102,2,1),(102,3,1),(103,1,4),(103,2,4),(103,3,4),(104,1,1),(104,2,1),(104,3,1),(105,1,1),(105,2,1),(105,3,1),(106,1,1),(106,2,1),(106,3,1),(107,1,1),(107,2,1),(107,3,1),(108,1,4),(108,2,4),(108,3,4),(109,1,1),(109,2,1),(109,3,1),(110,1,1),(110,2,1),(110,3,1),(111,1,1),(111,2,1),(111,3,1),(112,1,4),(112,2,4),(112,3,4),(113,1,1),(113,2,1),(113,3,1),(114,1,1),(114,2,1),(114,3,1),(115,1,1),(115,2,1),(115,3,1),(117,1,1),(117,2,1),(117,3,1),(118,1,1),(118,2,1),(118,3,1),(119,1,4),(119,2,4),(119,3,4),(120,1,4),(120,2,4),(120,3,4),(121,1,1),(121,2,1),(121,3,1),(122,1,1),(122,2,1),(122,3,1),(123,1,4),(123,2,4),(123,3,4),(124,1,1),(124,2,1),(124,3,1),(125,1,1),(125,2,1),(125,3,1),(126,1,4),(126,2,4),(126,3,4),(127,1,1),(127,2,1),(127,3,1),(128,1,1),(128,2,1),(128,3,1),(129,1,1),(129,2,1),(129,3,1),(130,1,1),(130,2,1),(130,3,1),(131,1,1),(131,2,1),(131,3,1),(132,1,4),(132,2,4),(132,3,4),(133,1,4),(133,2,4),(133,3,4),(134,1,4),(134,2,4),(134,3,4),(135,1,4),(135,2,4),(135,3,4),(137,1,1),(137,2,1),(137,3,1),(138,1,4),(138,2,4),(138,3,4),(139,1,4),(139,2,4),(139,3,4),(140,1,4),(140,2,4),(140,3,4),(141,1,4),(141,2,4),(141,3,4),(142,1,1),(142,2,1),(142,3,1),(143,1,4),(143,2,4),(143,3,4),(144,1,1),(144,2,1),(144,3,1),(145,1,4),(145,2,4),(145,3,4),(146,1,1),(146,2,1),(146,3,1),(147,1,4),(147,2,4),(147,3,4),(148,1,4),(148,2,4),(148,3,4),(149,1,4),(149,2,4),(149,3,4),(150,1,4),(150,2,4),(150,3,4),(151,1,4),(151,2,4),(151,3,4),(152,1,4),(152,2,4),(152,3,4),(153,1,4),(153,2,4),(153,3,4),(154,1,4),(154,2,4),(154,3,4),(155,1,4),(155,2,4),(155,3,4),(156,1,4),(156,2,4),(156,3,4),(157,1,4),(157,2,4),(157,3,4),(158,1,4),(158,2,4),(158,3,4),(159,1,4),(159,2,4),(159,3,4),(160,1,4),(160,2,4),(160,3,4),(161,1,4),(161,2,4),(161,3,4),(162,1,4),(162,2,4),(162,3,4),(163,1,4),(163,2,4),(163,3,4),(164,1,4),(164,2,4),(164,3,4),(165,1,4),(165,2,4),(165,3,4),(166,1,4),(166,2,4),(166,3,4),(167,1,4),(167,2,4),(167,3,4),(168,1,4),(168,2,4),(168,3,4),(169,1,4),(169,2,4),(169,3,4),(173,1,4),(173,2,4),(173,3,4),(174,1,4),(174,2,4),(174,3,4),(175,1,4),(175,2,4),(175,3,4),(176,1,4),(176,2,4),(176,3,4),(177,1,4),(177,2,4),(177,3,4),(178,1,1),(178,2,1),(178,3,1),(179,1,4),(179,2,4),(179,3,4),(180,1,4),(180,2,4),(180,3,4),(181,1,4),(181,2,4),(181,3,4),(182,1,4),(182,2,4),(182,3,4),(183,1,4),(183,2,4),(183,3,4),(184,1,4),(184,2,4),(184,3,4),(185,1,1),(185,2,1),(185,3,1),(186,1,1),(186,2,1),(186,3,1),(187,1,4),(187,2,4),(187,3,4),(188,1,4),(188,2,4),(188,3,4),(189,1,4),(189,2,4),(189,3,4),(190,1,4),(190,2,4),(190,3,4);
/*!40000 ALTER TABLE `catalog_product_enabled_index` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity`
--
DROP TABLE IF EXISTS `catalog_product_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`type_id` varchar(32) NOT NULL DEFAULT 'simple',
`sku` varchar(64) DEFAULT NULL,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`has_options` smallint(1) NOT NULL DEFAULT '0',
`required_options` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`entity_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID` (`attribute_set_id`),
KEY `sku` (`sku`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=191 DEFAULT CHARSET=utf8 COMMENT='Product Entityies';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity`
--
LOCK TABLES `catalog_product_entity` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity` DISABLE KEYS */;
INSERT INTO `catalog_product_entity` VALUES (16,10,38,'simple','n2610','2007-08-23 13:03:05','2009-05-06 20:37:48',0,0),(17,10,38,'simple','bb8100','2007-08-23 15:40:26','2009-04-24 17:52:10',0,0),(18,10,38,'simple','sw810i','2007-08-23 15:47:44','2009-04-24 17:52:12',0,0),(19,10,38,'simple','8525PDA','2007-08-23 15:55:29','2009-04-24 17:52:16',0,0),(20,10,38,'simple','MM-A900M','2007-08-23 18:06:42','2009-04-24 17:52:17',0,0),(25,10,39,'simple','MA464LL/A','2007-08-24 14:28:50','2009-04-24 17:52:19',1,0),(26,10,39,'simple','LX.FR206.001','2007-08-24 14:35:16','2009-04-24 17:52:20',1,0),(27,10,39,'simple','VGN-TXN27N/B','2007-08-24 14:41:56','2009-04-24 17:52:22',0,0),(28,10,39,'simple','M285-E','2007-08-24 14:47:57','2009-04-24 17:52:23',0,0),(29,10,40,'simple','cn_3','2007-08-24 18:53:19','2009-04-24 17:52:28',0,0),(30,10,40,'simple','asc_8','2007-08-24 19:00:49','2009-04-24 17:52:29',0,0),(31,10,40,'simple','steve_4','2007-08-24 19:05:50','2009-04-24 17:52:30',0,0),(32,10,40,'simple','nine_3','2007-08-24 19:12:54','2009-04-24 17:52:32',0,0),(33,10,40,'simple','ecco_3','2007-08-24 19:21:42','2009-04-24 17:52:33',0,0),(34,10,40,'simple','ken_8','2007-08-24 19:27:04','2009-04-24 17:52:35',0,0),(35,10,41,'simple','coal_sm','2007-08-24 19:49:30','2009-04-24 17:52:36',0,0),(36,10,41,'simple','ink_sm','2007-08-24 19:53:06','2009-04-24 17:52:39',0,0),(37,10,41,'simple','oc_sm','2007-08-24 19:59:39','2009-04-24 17:52:44',0,0),(38,10,41,'simple','zol_r_sm','2007-08-24 20:02:08','2009-04-24 17:52:45',0,0),(39,10,41,'simple','4fasd5f5','2007-08-24 20:07:02','2009-04-26 23:01:32',0,0),(41,10,42,'simple','384822','2007-08-27 10:43:59','2009-04-24 17:52:48',0,0),(42,10,42,'simple','bar1234','2007-08-27 10:50:01','2009-04-24 17:52:50',0,0),(44,10,44,'simple','Rebel XT','2007-08-28 13:06:05','2009-05-07 10:54:05',0,0),(45,10,44,'simple','QC-2185','2007-08-28 13:18:56','2009-05-07 11:05:23',0,0),(46,10,44,'simple','750','2007-08-28 13:23:34','2009-04-24 17:52:57',0,0),(47,10,44,'simple','A630','2007-08-28 13:27:14','2009-04-24 17:53:01',0,0),(48,10,44,'simple','C530','2007-08-28 13:32:20','2009-04-24 17:53:03',0,0),(49,10,40,'simple','ana_9','2007-08-28 15:09:50','2009-04-24 17:53:04',0,0),(51,10,42,'simple','1111','2007-08-28 16:25:46','2009-04-24 17:53:06',0,0),(52,10,42,'simple','1112','2007-08-28 16:29:24','2009-04-24 17:53:07',0,0),(53,10,42,'simple','1113','2007-08-28 16:32:24','2009-04-24 17:53:08',0,0),(54,10,42,'grouped','1114','2007-08-28 16:38:54','2009-04-24 17:53:10',0,0),(74,10,40,'simple','ana_3','2007-08-28 15:09:50','2009-04-24 17:53:11',0,0),(75,10,40,'simple','ana_4','2007-08-28 15:09:50','2009-04-24 17:53:13',0,0),(79,10,40,'simple','ana_5','2007-08-28 15:09:50','2009-04-24 17:53:14',0,0),(80,10,40,'simple','ana_6','2007-08-28 15:09:50','2009-04-24 17:53:15',0,0),(81,10,40,'simple','ana_7','2007-08-28 15:09:50','2009-04-24 17:53:17',0,0),(82,10,40,'simple','ana_8','2007-08-28 15:09:50','2009-04-24 17:53:18',0,0),(83,10,40,'configurable','cn','2007-08-29 10:32:52','2009-04-24 17:53:20',1,1),(84,10,40,'simple','cn_4','2007-08-24 18:53:19','2009-04-24 17:53:21',0,0),(85,10,40,'simple','cn_5','2007-08-24 18:53:19','2009-04-24 17:53:23',0,0),(86,10,40,'simple','cn_6','2007-08-24 18:53:19','2009-04-24 17:53:24',0,0),(87,10,40,'simple','cn_7','2007-08-24 18:53:19','2009-04-24 17:53:26',0,0),(88,10,40,'simple','cn_m8','2007-08-24 18:53:19','2009-04-24 17:53:27',0,0),(89,10,40,'simple','cn_m9','2007-08-24 18:53:19','2009-04-24 17:53:28',0,0),(90,10,40,'simple','cn_m10','2007-08-24 18:53:19','2009-04-24 17:53:30',0,0),(91,10,40,'simple','cn_m11','2007-08-24 18:53:19','2009-04-24 17:53:32',0,0),(92,10,40,'simple','cn_m12','2007-08-24 18:53:19','2009-04-24 17:53:33',0,0),(93,10,40,'configurable','asc','2007-08-29 11:46:47','2009-04-24 17:53:34',1,1),(94,10,40,'simple','asc_9','2007-08-24 19:00:49','2009-04-24 17:53:36',0,0),(95,10,40,'simple','asc_10','2007-08-24 19:00:49','2009-04-24 17:53:38',0,0),(96,10,40,'simple','asc_11','2007-08-24 19:00:49','2009-04-24 17:53:39',0,0),(97,10,40,'simple','asc_12','2007-08-24 19:00:49','2009-04-24 17:53:40',0,0),(98,10,40,'configurable','ken','2007-08-29 12:09:17','2009-04-24 17:53:42',1,1),(99,10,40,'simple','ken_9','2007-08-24 19:27:04','2009-04-24 17:53:43',0,0),(100,10,40,'simple','ken_10','2007-08-24 19:27:04','2009-04-24 17:53:45',0,0),(101,10,40,'simple','ken_11','2007-08-24 19:27:04','2009-04-24 17:53:46',0,0),(102,10,40,'simple','ken_12','2007-08-24 19:27:04','2009-04-24 17:53:47',0,0),(103,10,40,'configurable','steve','2007-08-29 12:29:46','2009-04-24 17:53:49',1,1),(104,10,40,'simple','steve_5','2007-08-24 19:05:50','2009-04-24 17:53:51',0,0),(105,10,40,'simple','steve_6','2007-08-24 19:05:50','2009-04-24 17:53:52',0,0),(106,10,40,'simple','steve_7','2007-08-24 19:05:50','2009-04-24 17:53:54',0,0),(107,10,40,'simple','steve_8','2007-08-24 19:05:50','2009-04-24 17:53:55',0,0),(108,10,40,'configurable','nine','2007-08-29 12:52:39','2009-04-24 17:53:56',1,1),(109,10,40,'simple','nine_4','2007-08-24 19:12:54','2009-04-24 17:53:58',0,0),(110,10,40,'simple','nine_5','2007-08-24 19:12:54','2009-04-24 17:53:59',0,0),(111,10,40,'simple','nine_6','2007-08-24 19:12:54','2009-04-24 17:54:01',0,0),(112,10,40,'configurable','ecco','2007-08-29 13:17:43','2009-04-24 17:54:02',1,1),(113,10,40,'simple','ecco_4','2007-08-24 19:21:42','2009-04-24 17:54:04',0,0),(114,10,40,'simple','ecco_5','2007-08-24 19:21:42','2009-04-24 17:54:05',0,0),(115,10,40,'simple','ecco_6','2007-08-24 19:21:42','2009-04-24 17:54:06',0,0),(117,10,41,'simple','coal_md','2007-08-24 19:49:30','2009-04-24 17:54:08',0,0),(118,10,41,'simple','coal_lrg','2007-08-24 19:49:30','2009-04-24 17:54:09',0,0),(119,10,41,'configurable','coal_1','2007-08-29 15:00:05','2009-04-24 17:54:11',1,1),(120,10,41,'configurable','ink','2007-08-29 15:06:16','2009-04-24 17:54:12',1,1),(121,10,41,'simple','ink_med','2007-08-24 19:53:06','2009-04-24 17:54:14',0,0),(122,10,41,'simple','ink_lrg','2007-08-24 19:53:06','2009-04-24 17:54:15',0,0),(123,10,41,'configurable','oc','2007-08-29 15:14:29','2009-04-26 23:00:16',1,1),(124,10,41,'simple','oc_med','2007-08-24 19:59:39','2009-04-24 17:54:18',0,0),(125,10,41,'simple','oc_lrg','2007-08-24 19:59:39','2009-04-24 17:54:20',0,0),(126,10,41,'configurable','zol','2007-08-29 15:31:56','2009-04-24 17:54:21',1,1),(127,10,41,'simple','zol_g_sm','2007-08-24 20:02:08','2009-04-24 17:54:23',0,0),(128,10,41,'simple','zol_r_med','2007-08-24 20:02:08','2009-04-24 17:54:25',0,0),(129,10,41,'simple','zol_g_med','2007-08-24 20:02:08','2009-04-24 17:54:26',0,0),(130,10,41,'simple','zol_r_lrg','2007-08-24 20:02:08','2009-04-24 17:54:27',0,0),(131,10,41,'simple','zol_g_lrg','2007-08-24 20:02:08','2009-04-24 17:54:29',0,0),(132,10,9,'simple','ac674','2007-08-29 19:53:55','2009-04-24 17:54:30',0,0),(133,10,9,'simple','ac9003','2007-08-29 19:56:27','2009-04-24 17:54:32',0,0),(134,10,9,'simple','ac-66332','2007-08-29 19:59:29','2009-04-24 17:54:33',0,0),(135,10,40,'configurable','ana','2007-08-30 11:22:53','2009-04-24 17:54:34',1,1),(137,10,41,'simple','zol_b_med','2007-10-04 07:46:58','2009-04-26 17:21:37',0,0),(138,10,9,'simple','apevia-black','2008-07-25 00:52:03','2009-04-24 17:54:37',0,0),(139,10,9,'simple','nzxtlexa','2008-07-25 00:54:41','2009-04-24 17:54:39',0,0),(140,10,58,'simple','2gbdimm','2008-07-25 00:59:55','2009-04-24 17:54:40',0,0),(141,10,58,'simple','1gbdimm','2008-07-25 01:02:21','2009-04-24 17:54:42',0,0),(142,10,59,'virtual','1yr_p_l','2008-07-25 01:02:54','2009-04-24 17:54:43',0,0),(143,10,58,'simple','512dimm','2008-07-25 01:05:00','2009-04-24 17:54:44',0,0),(144,10,59,'virtual','2yr_p_l','2008-07-25 01:06:02','2009-04-24 17:54:46',0,0),(145,10,60,'simple','amdphenom','2008-07-25 01:07:37','2009-04-24 17:54:47',0,0),(146,10,59,'virtual','3yr_p_l','2008-07-25 01:07:50','2009-04-24 17:54:48',0,0),(147,10,61,'simple','226bw','2008-07-25 01:10:17','2009-04-24 17:54:50',0,0),(148,10,60,'simple','amda64','2008-07-25 01:10:21','2009-04-24 17:54:51',0,0),(149,10,62,'simple','1tb7200','2008-07-25 01:12:44','2009-04-24 17:54:53',0,0),(150,10,62,'simple','500gb7200','2008-07-25 01:12:44','2009-04-24 17:54:54',0,0),(151,10,60,'simple','intelc2d','2008-07-25 01:13:21','2009-04-24 17:54:55',0,0),(152,10,61,'simple','W2452T-TF','2008-07-25 01:14:11','2009-04-24 17:54:57',0,0),(153,10,60,'simple','intelcore2extreme','2008-07-25 01:15:29','2009-04-24 17:54:58',0,0),(154,10,62,'simple','500gb5400','2008-07-25 01:16:03','2009-04-24 17:55:03',0,0),(155,10,62,'simple','250gb5400','2008-07-25 01:16:03','2009-04-24 17:55:04',0,0),(156,10,61,'simple','W1952TQ-TF','2008-07-25 01:16:51','2009-04-24 17:55:06',0,0),(157,10,61,'simple','M9179LL','2008-07-25 01:19:30','2009-04-24 17:55:07',0,0),(158,10,39,'bundle','VGN-TXN27N/BW','2008-07-25 01:21:23','2009-04-24 17:55:09',1,1),(159,10,9,'simple','microsoftnatural','2008-07-25 01:22:14','2009-04-24 17:55:10',0,0),(160,10,9,'simple','logitechcord','2008-07-25 01:24:15','2009-04-24 17:55:11',0,0),(161,10,9,'simple','logidinovo','2008-07-25 01:25:09','2009-04-24 17:55:13',0,0),(162,10,9,'simple','micronmouse5000','2008-07-25 01:25:11','2009-04-24 17:55:14',0,0),(163,10,9,'bundle','computer','2008-07-25 01:34:24','2009-04-24 17:55:16',1,1),(164,10,9,'bundle','computer_fixed','2008-07-25 01:36:33','2009-04-24 17:55:17',1,1),(165,10,39,'bundle','mycomputer','2008-07-25 01:40:27','2009-05-06 22:11:22',1,1),(166,10,38,'simple','HTC Touch Diamond','2008-07-25 02:22:13','2009-04-24 17:55:21',0,0),(167,10,9,'giftcard','gc_physical1','2009-04-24 17:55:22','2009-04-26 12:38:49',0,0),(168,10,9,'giftcard','gc_virtual1','2009-04-24 17:55:27','2009-04-26 12:28:41',0,0),(169,10,9,'giftcard','gc_physical2','2009-04-24 17:55:28','2009-04-26 12:26:18',0,0),(173,10,9,'simple','esb_1','2009-04-24 17:55:33','2010-04-20 14:12:10',0,0),(174,10,9,'giftcard','gc_physvirt1','2009-04-24 17:55:35','2009-04-26 11:25:02',0,0),(175,10,9,'giftcard','gc_physical3','2009-04-24 17:55:36','2009-04-26 11:32:19',0,0),(176,10,42,'simple','349838','2009-04-24 17:55:38','2009-04-26 11:20:59',0,0),(177,10,45,'simple','2223','2009-04-24 17:55:39','2009-04-26 11:19:26',0,0),(178,10,9,'simple','pink-faux-fur','2009-04-24 17:55:40','2009-04-26 11:18:02',0,0),(179,10,9,'grouped','vir-real','2009-04-24 17:55:42','2009-04-26 22:53:50',0,0),(180,10,9,'simple','pink-laced','2009-04-24 17:55:43','2009-04-26 11:17:37',0,0),(181,10,9,'simple','vin-bw','2009-04-24 17:55:44','2009-04-26 23:17:25',0,0),(182,10,9,'simple','bl-stil','2009-04-24 17:55:46','2009-04-26 10:50:06',0,0),(183,10,9,'grouped','timeless-vintage','2009-04-24 17:55:47','2009-04-26 10:53:54',0,0),(184,10,9,'simple','bl-cttn-jkt','2009-04-24 17:55:48','2009-04-25 00:09:37',0,0),(185,10,9,'simple','bl-leather','2009-04-24 17:55:50','2009-04-25 00:07:05',0,0),(186,10,9,'simple','bl-platform','2009-04-24 17:55:51','2009-04-25 00:01:52',0,0),(187,10,9,'grouped','gdl-lacool','2009-04-24 17:55:53','2009-04-24 23:59:46',0,0),(188,10,9,'simple','classic-jeans','2009-04-24 17:55:54','2009-04-24 22:53:35',0,0),(189,10,9,'simple','sand-wash-jeans','2009-04-24 17:55:56','2009-04-24 22:48:01',0,0),(190,10,9,'virtual','1yr-membership','2009-04-24 17:55:57','2009-05-07 04:09:08',0,0);
/*!40000 ALTER TABLE `catalog_product_entity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_datetime`
--
DROP TABLE IF EXISTS `catalog_product_entity_datetime`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_datetime` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` datetime DEFAULT NULL,
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE` (`attribute_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_DATETIME_STORE` (`store_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_DATETIME_PRODUCT_ENTITY` (`entity_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_DATETIME_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_DATETIME_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_datetime`
--
LOCK TABLES `catalog_product_entity_datetime` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_datetime` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_datetime` VALUES (1,10,568,0,165,'2008-07-30 00:00:00'),(3,10,568,0,173,'2009-04-21 00:00:00'),(4,10,568,0,181,'2009-04-21 00:00:00'),(5,10,568,0,182,'2009-04-21 00:00:00'),(6,10,568,0,189,'2009-04-21 00:00:00'),(7,10,704,0,173,NULL),(8,10,705,0,173,NULL),(9,10,569,0,173,NULL),(10,10,572,0,173,NULL),(11,10,573,0,173,NULL);
/*!40000 ALTER TABLE `catalog_product_entity_datetime` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_decimal`
--
DROP TABLE IF EXISTS `catalog_product_entity_decimal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_decimal` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_STORE` (`store_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_PRODUCT_ENTITY` (`entity_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE` (`attribute_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=455 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_decimal`
--
LOCK TABLES `catalog_product_entity_decimal` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_decimal` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_decimal` VALUES (1,10,101,0,16,'3.2000'),(2,10,99,0,16,'149.9900'),(3,10,100,0,16,'20.0000'),(4,10,101,0,17,'15.2000'),(5,10,99,0,17,'349.9900'),(6,10,100,0,17,'29.9900'),(7,10,101,0,18,'13.6000'),(8,10,99,0,18,'399.9900'),(9,10,100,0,18,'29.9900'),(10,10,101,0,20,'1.0000'),(11,10,99,0,20,'150.0000'),(12,10,100,0,20,'29.9900'),(13,10,101,0,25,'10.6000'),(14,10,99,0,25,'2299.9900'),(15,10,100,0,25,'1299.9900'),(16,10,101,0,26,'11.4000'),(17,10,99,0,26,'1799.9900'),(18,10,100,0,26,'999.9900'),(19,10,101,0,27,'2.8000'),(20,10,99,0,27,'2699.9900'),(21,10,100,0,27,'899.9900'),(22,10,101,0,28,'10.0000'),(23,10,99,0,28,'1599.9900'),(24,10,100,0,28,'899.9900'),(25,10,101,0,29,'1.0000'),(26,10,99,0,29,'15.9900'),(27,10,100,0,29,'1.0000'),(28,10,101,0,30,'3.0000'),(29,10,99,0,30,'134.9900'),(30,10,100,0,30,'29.9900'),(31,10,101,0,31,'2.0000'),(32,10,99,0,31,'69.9900'),(33,10,100,0,31,'29.9900'),(34,10,101,0,32,'2.0000'),(35,10,99,0,32,'89.9900'),(36,10,100,0,32,'29.9900'),(37,10,101,0,33,'4.0000'),(38,10,99,0,33,'159.9900'),(39,10,100,0,33,'29.9900'),(40,10,101,0,34,'2.0000'),(41,10,99,0,34,'160.9900'),(42,10,100,0,34,'29.9900'),(43,10,101,0,35,'0.5000'),(44,10,99,0,35,'15.0000'),(45,10,100,0,35,'2.0000'),(46,10,101,0,36,'0.5000'),(47,10,99,0,36,'22.0000'),(48,10,100,0,36,'2.0000'),(49,10,101,0,37,'0.4400'),(50,10,99,0,37,'15.0000'),(51,10,100,0,37,'2.0000'),(52,10,101,0,38,'0.4400'),(53,10,99,0,38,'13.5000'),(54,10,100,0,38,'2.0000'),(55,10,101,0,19,'30.0000'),(56,10,99,0,19,'199.9900'),(57,10,100,0,19,'29.9900'),(58,10,101,0,39,'1.7500'),(59,10,99,0,39,'30.0000'),(60,10,100,0,39,'5.0000'),(61,10,101,0,41,'128.9700'),(62,10,99,0,41,'399.9900'),(63,10,100,0,41,'100.0000'),(64,10,503,0,41,'399.9900'),(65,10,101,0,42,'150.0000'),(66,10,99,0,42,'2299.0000'),(67,10,100,0,42,'800.0000'),(68,10,503,0,42,'2299.0000'),(69,10,503,0,28,'1599.9900'),(70,10,503,0,27,'2699.9900'),(71,10,503,0,26,'1799.9900'),(72,10,503,0,25,'2299.9900'),(73,10,101,0,44,'4.0000'),(74,10,99,0,44,'550.0000'),(75,10,100,0,44,'200.0000'),(76,10,503,0,44,'449.0000'),(77,10,101,0,45,'1.0000'),(78,10,99,0,45,'37.4900'),(79,10,100,0,45,'20.0000'),(80,10,100,0,46,'29.9900'),(81,10,503,0,46,'161.9400'),(82,10,101,0,47,'3.0000'),(83,10,101,0,48,'2.0000'),(84,10,99,0,48,'199.9900'),(85,10,100,0,48,'29.9900'),(86,10,100,0,49,'10.0000'),(87,10,503,0,49,'41.9500'),(88,10,101,0,51,'20.0000'),(89,10,99,0,51,'299.9900'),(90,10,100,0,51,'50.0000'),(91,10,503,0,51,'299.9900'),(92,10,101,0,52,'50.0000'),(93,10,99,0,52,'129.9900'),(94,10,100,0,52,'50.0000'),(95,10,100,0,53,'200.0000'),(96,10,503,0,53,'599.9900'),(97,10,101,0,54,'500.0000'),(98,10,99,0,54,'699.9900'),(99,10,100,0,54,'300.0000'),(100,10,503,0,54,'699.9900'),(101,10,503,0,19,'199.9900'),(102,10,503,0,17,'349.9900'),(103,10,503,0,29,'15.9900'),(104,10,503,0,35,'15.0000'),(105,10,503,0,30,'134.9900'),(106,10,503,0,36,'22.0000'),(107,10,101,0,74,'2.0000'),(108,10,99,0,74,'41.9500'),(109,10,100,0,74,'10.0000'),(110,10,503,0,74,'41.9500'),(111,10,101,0,75,'2.0000'),(112,10,99,0,75,'41.9500'),(113,10,100,0,75,'10.0000'),(114,10,503,0,75,'41.9500'),(115,10,101,0,79,'2.0000'),(116,10,99,0,79,'41.9500'),(117,10,100,0,79,'10.0000'),(118,10,503,0,79,'41.9500'),(119,10,101,0,80,'2.0000'),(120,10,99,0,80,'41.9500'),(121,10,100,0,80,'10.0000'),(122,10,100,0,81,'10.0000'),(123,10,503,0,81,'41.9500'),(124,10,101,0,82,'2.0000'),(125,10,101,0,83,'1.0000'),(126,10,99,0,83,'15.9900'),(127,10,100,0,83,'2.0000'),(128,10,100,0,84,'1.0000'),(129,10,503,0,84,'15.9900'),(130,10,101,0,85,'1.0000'),(131,10,101,0,86,'1.0000'),(132,10,99,0,86,'15.9900'),(133,10,100,0,86,'1.0000'),(134,10,100,0,87,'1.0000'),(135,10,503,0,87,'15.9900'),(136,10,101,0,88,'1.0000'),(137,10,101,0,89,'1.0000'),(138,10,99,0,89,'15.9900'),(139,10,100,0,89,'1.0000'),(140,10,100,0,90,'1.0000'),(141,10,503,0,90,'15.9900'),(142,10,101,0,91,'1.0000'),(143,10,101,0,92,'1.0000'),(144,10,99,0,92,'15.9900'),(145,10,100,0,92,'1.0000'),(146,10,100,0,93,'29.9900'),(147,10,503,0,93,'134.9900'),(148,10,101,0,94,'3.0000'),(149,10,101,0,95,'3.0000'),(150,10,99,0,95,'134.9900'),(151,10,100,0,95,'29.9900'),(152,10,100,0,96,'29.9900'),(153,10,503,0,96,'134.9900'),(154,10,101,0,97,'3.0000'),(155,10,101,0,98,'2.0000'),(156,10,99,0,98,'160.9900'),(157,10,100,0,98,'29.9900'),(158,10,99,0,99,'160.9900'),(159,10,100,0,99,'29.9900'),(160,10,503,0,99,'160.9900'),(161,10,100,0,101,'29.9900'),(162,10,503,0,101,'160.9900'),(163,10,101,0,102,'2.0000'),(164,10,101,0,103,'2.0000'),(165,10,99,0,103,'69.9900'),(166,10,100,0,103,'29.9900'),(167,10,503,0,103,'69.9900'),(168,10,503,0,31,'69.9900'),(169,10,101,0,104,'2.0000'),(170,10,99,0,104,'69.9900'),(171,10,100,0,104,'29.9900'),(172,10,503,0,104,'69.9900'),(173,10,101,0,105,'2.0000'),(174,10,99,0,105,'69.9900'),(175,10,100,0,105,'29.9900'),(176,10,503,0,105,'69.9900'),(177,10,101,0,106,'2.0000'),(178,10,99,0,106,'69.9900'),(179,10,100,0,106,'29.9900'),(180,10,503,0,106,'69.9900'),(181,10,101,0,107,'2.0000'),(182,10,99,0,107,'69.9900'),(183,10,100,0,107,'29.9900'),(184,10,503,0,107,'69.9900'),(185,10,101,0,108,'2.0000'),(186,10,99,0,108,'89.9900'),(187,10,100,0,108,'29.9900'),(188,10,503,0,108,'89.9900'),(189,10,503,0,32,'89.9900'),(190,10,101,0,109,'2.0000'),(191,10,99,0,109,'89.9900'),(192,10,100,0,109,'29.9900'),(193,10,503,0,109,'89.9900'),(194,10,101,0,110,'2.0000'),(195,10,99,0,110,'89.9900'),(196,10,100,0,110,'29.9900'),(197,10,503,0,110,'89.9900'),(198,10,101,0,111,'2.0000'),(199,10,99,0,111,'89.9900'),(200,10,100,0,112,'29.9900'),(201,10,503,0,112,'159.9900'),(202,10,101,0,113,'4.0000'),(203,10,99,0,113,'159.9900'),(204,10,100,0,114,'29.9900'),(205,10,503,0,114,'159.9900'),(206,10,101,0,115,'4.0000'),(207,10,99,0,115,'159.9900'),(208,10,100,0,115,'29.9900'),(209,10,503,0,115,'159.9900'),(210,10,503,0,33,'159.9900'),(211,10,101,0,117,'0.5000'),(212,10,99,0,117,'15.0000'),(213,10,100,0,117,'2.0000'),(214,10,503,0,117,'15.0000'),(215,10,101,0,118,'0.5000'),(216,10,99,0,118,'15.0000'),(217,10,100,0,118,'2.0000'),(218,10,503,0,118,'15.0000'),(219,10,101,0,119,'0.5000'),(220,10,99,0,120,'22.0000'),(221,10,100,0,120,'2.0000'),(222,10,503,0,120,'18.0000'),(223,10,101,0,121,'0.5000'),(224,10,99,0,121,'22.0000'),(225,10,100,0,121,'2.0000'),(226,10,503,0,121,'22.0000'),(227,10,101,0,122,'0.5000'),(228,10,99,0,122,'22.0000'),(229,10,100,0,123,'2.0000'),(230,10,503,0,123,'10.0000'),(231,10,503,0,37,'15.0000'),(232,10,101,0,124,'0.4400'),(233,10,99,0,124,'15.0000'),(234,10,100,0,124,'2.0000'),(235,10,503,0,124,'15.0000'),(236,10,101,0,125,'0.4400'),(237,10,99,0,126,'13.5000'),(238,10,100,0,126,'2.0000'),(239,10,503,0,126,'9.5000'),(240,10,503,0,38,'13.5000'),(241,10,101,0,127,'0.4400'),(242,10,99,0,127,'13.5000'),(243,10,100,0,127,'2.0000'),(244,10,503,0,128,'13.5000'),(245,10,101,0,129,'0.4400'),(246,10,99,0,129,'13.5000'),(247,10,100,0,129,'2.0000'),(248,10,503,0,129,'13.5000'),(249,10,101,0,130,'0.4400'),(250,10,99,0,130,'13.5000'),(251,10,100,0,131,'2.0000'),(252,10,503,0,131,'13.5000'),(253,10,503,0,20,'150.0000'),(254,10,99,0,132,'99.0000'),(255,10,503,0,132,'99.0000'),(256,10,99,0,134,'19.0000'),(257,10,503,0,134,'19.0000'),(258,10,101,0,135,'2.0000'),(259,10,99,0,135,'41.9500'),(260,10,100,0,135,'10.0000'),(261,10,503,0,135,'41.9500'),(262,10,101,0,137,'0.4400'),(263,10,99,0,137,'13.5000'),(264,10,100,0,137,'2.0000'),(265,10,101,0,139,'10.0000'),(266,10,99,0,139,'199.9900'),(267,10,101,0,140,'1.0000'),(268,10,99,0,140,'199.9900'),(269,10,101,0,141,'1.0000'),(270,10,99,0,141,'150.9900'),(271,10,99,0,142,'150.0000'),(272,10,101,0,143,'1.0000'),(273,10,99,0,143,'99.9900'),(274,10,99,0,144,'250.0000'),(275,10,101,0,145,'1.0000'),(276,10,101,0,148,'1.0000'),(277,10,99,0,148,'98.9900'),(278,10,101,0,149,'1.0000'),(279,10,99,0,151,'98.9900'),(280,10,101,0,152,'1.0000'),(281,10,99,0,152,'699.9900'),(282,10,101,0,155,'1.0000'),(283,10,99,0,155,'99.0000'),(284,10,101,0,156,'1.0000'),(285,10,99,0,159,'99.9900'),(286,10,101,0,160,'1.0000'),(287,10,99,0,160,'79.9900'),(288,10,101,0,161,'1.0000'),(289,10,101,0,162,'1.0000'),(290,10,99,0,162,'59.9900'),(291,10,101,0,164,'20.0000'),(292,10,99,0,164,'4999.9500'),(293,10,101,0,165,'10.0000'),(294,10,101,0,166,'0.3000'),(295,10,99,0,166,'750.0000'),(297,10,101,0,132,'42.0000'),(298,10,503,0,45,'37.4900'),(299,10,101,0,46,'2.0000'),(300,10,99,0,46,'161.9400'),(301,10,99,0,47,'329.9900'),(302,10,100,0,47,'29.9900'),(303,10,503,0,47,'329.9900'),(304,10,503,0,48,'199.9900'),(305,10,101,0,49,'2.0000'),(306,10,99,0,49,'41.9500'),(307,10,503,0,52,'129.9900'),(308,10,101,0,53,'200.0000'),(309,10,99,0,53,'599.9900'),(310,10,503,0,80,'41.9500'),(311,10,101,0,81,'2.0000'),(312,10,99,0,81,'41.9500'),(313,10,99,0,82,'41.9500'),(314,10,100,0,82,'10.0000'),(315,10,503,0,82,'41.9500'),(316,10,503,0,83,'13.9900'),(317,10,101,0,84,'1.0000'),(318,10,99,0,84,'15.9900'),(319,10,99,0,85,'15.9900'),(320,10,100,0,85,'1.0000'),(321,10,503,0,85,'15.9900'),(322,10,503,0,86,'15.9900'),(323,10,101,0,87,'1.0000'),(324,10,99,0,87,'15.9900'),(325,10,99,0,88,'15.9900'),(326,10,100,0,88,'1.0000'),(327,10,503,0,88,'15.9900'),(328,10,503,0,89,'15.9900'),(329,10,101,0,90,'1.0000'),(330,10,99,0,90,'15.9900'),(331,10,99,0,91,'15.9900'),(332,10,100,0,91,'1.0000'),(333,10,503,0,91,'15.9900'),(334,10,503,0,92,'15.9900'),(335,10,101,0,93,'3.0000'),(336,10,99,0,93,'134.9900'),(337,10,99,0,94,'134.9900'),(338,10,100,0,94,'29.9900'),(339,10,503,0,94,'134.9900'),(340,10,503,0,95,'134.9900'),(341,10,101,0,96,'3.0000'),(342,10,99,0,96,'134.9900'),(343,10,99,0,97,'134.9900'),(344,10,100,0,97,'29.9900'),(345,10,503,0,97,'134.9900'),(346,10,503,0,98,'160.9900'),(347,10,503,0,34,'160.9900'),(348,10,101,0,99,'2.0000'),(349,10,101,0,100,'2.0000'),(350,10,99,0,100,'160.9900'),(351,10,100,0,100,'29.9900'),(352,10,503,0,100,'160.9900'),(353,10,101,0,101,'2.0000'),(354,10,99,0,101,'160.9900'),(355,10,99,0,102,'160.9900'),(356,10,100,0,102,'29.9900'),(357,10,503,0,102,'160.9900'),(358,10,100,0,111,'29.9900'),(359,10,503,0,111,'89.9900'),(360,10,101,0,112,'4.0000'),(361,10,99,0,112,'159.9900'),(362,10,100,0,113,'29.9900'),(363,10,503,0,113,'159.9900'),(364,10,101,0,114,'4.0000'),(365,10,99,0,114,'159.9900'),(366,10,99,0,119,'15.0000'),(367,10,100,0,119,'2.0000'),(368,10,503,0,119,'10.0000'),(369,10,101,0,120,'0.5000'),(370,10,100,0,122,'2.0000'),(371,10,503,0,122,'22.0000'),(372,10,101,0,123,'0.4400'),(373,10,99,0,123,'100.0000'),(374,10,99,0,125,'15.0000'),(375,10,100,0,125,'2.0000'),(376,10,503,0,125,'15.0000'),(377,10,101,0,126,'0.4400'),(378,10,503,0,127,'13.5000'),(379,10,101,0,128,'0.4400'),(380,10,99,0,128,'13.5000'),(381,10,100,0,128,'2.0000'),(382,10,100,0,130,'2.0000'),(383,10,503,0,130,'13.5000'),(384,10,101,0,131,'0.4400'),(385,10,99,0,131,'13.5000'),(386,10,503,0,16,'149.9900'),(387,10,503,0,18,'399.9900'),(388,10,99,0,133,'34.0000'),(389,10,503,0,133,'34.0000'),(390,10,503,0,137,'13.5000'),(391,10,101,0,134,'5.0000'),(392,10,101,0,138,'10.0000'),(393,10,99,0,138,'150.0000'),(394,10,99,0,145,'335.9900'),(395,10,99,0,146,'325.0000'),(396,10,101,0,147,'1.0000'),(397,10,99,0,147,'399.9900'),(398,10,99,0,149,'399.0000'),(399,10,101,0,150,'1.0000'),(400,10,99,0,150,'299.0000'),(401,10,101,0,151,'1.0000'),(402,10,101,0,153,'1.0000'),(403,10,99,0,153,'2049.9900'),(404,10,101,0,154,'1.0000'),(405,10,99,0,154,'299.0000'),(406,10,99,0,156,'399.9900'),(407,10,101,0,157,'1.0000'),(408,10,99,0,157,'699.9900'),(409,10,101,0,159,'1.0000'),(410,10,99,0,161,'239.9900'),(411,10,101,0,167,'0.1000'),(412,10,101,0,168,'0.0000'),(413,10,940,0,168,'10.0000'),(414,10,941,0,168,'500.0000'),(415,10,101,0,169,'0.1000'),(416,10,940,0,169,'20.0000'),(417,10,941,0,169,'100.0000'),(422,10,101,0,173,'0.4000'),(423,10,99,0,173,'150.0000'),(424,10,567,0,173,'139.0000'),(425,10,101,0,174,'0.2000'),(426,10,101,0,175,'0.3000'),(427,10,101,0,176,'82.5000'),(428,10,99,0,176,'249.9900'),(429,10,100,0,176,'100.0000'),(430,10,101,0,177,'0.1000'),(431,10,99,0,177,'14.9900'),(432,10,101,0,178,'1.0000'),(433,10,99,0,178,'79.9900'),(434,10,101,0,180,'3.0000'),(435,10,99,0,180,'139.9900'),(436,10,101,0,181,'1.0000'),(437,10,99,0,181,'299.9900'),(438,10,567,0,181,'279.9900'),(439,10,101,0,182,'1.0000'),(440,10,99,0,182,'129.9900'),(441,10,567,0,182,'119.9900'),(442,10,101,0,184,'2.0000'),(443,10,99,0,184,'299.9900'),(444,10,101,0,185,'4.0000'),(445,10,99,0,185,'499.9900'),(446,10,101,0,186,'4.0000'),(447,10,99,0,186,'299.9900'),(448,10,101,0,188,'3.0000'),(449,10,99,0,188,'99.9900'),(450,10,101,0,189,'3.0000'),(451,10,99,0,189,'129.9900'),(452,10,567,0,189,'119.9900'),(453,10,99,0,190,'299.9900'),(454,10,100,0,173,NULL);
/*!40000 ALTER TABLE `catalog_product_entity_decimal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_gallery`
--
DROP TABLE IF EXISTS `catalog_product_entity_gallery`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_gallery` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`position` int(11) NOT NULL DEFAULT '0',
`value` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
KEY `FK_ATTRIBUTE_GALLERY_ENTITY` (`entity_id`),
KEY `FK_CATALOG_CATEGORY_ENTITY_GALLERY_ATTRIBUTE` (`attribute_id`),
KEY `FK_CATALOG_CATEGORY_ENTITY_GALLERY_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_GALLERY_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_GALLERY_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_GALLERY_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_gallery`
--
LOCK TABLES `catalog_product_entity_gallery` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_gallery` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_entity_gallery` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_int`
--
DROP TABLE IF EXISTS `catalog_product_entity_int`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_int` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` int(11) DEFAULT NULL,
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE` (`attribute_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_INT_STORE` (`store_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_INT_PRODUCT_ENTITY` (`entity_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_INT_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_INT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=885 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_int`
--
LOCK TABLES `catalog_product_entity_int` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_int` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_int` VALUES (1,10,273,0,16,1),(2,10,274,0,16,2),(3,10,272,0,16,24),(4,10,272,0,17,23),(5,10,273,0,17,1),(6,10,274,0,17,2),(7,10,272,0,18,24),(8,10,273,0,18,1),(9,10,274,0,18,2),(10,10,272,0,20,23),(11,10,273,0,20,1),(12,10,274,0,20,2),(13,10,272,0,25,23),(14,10,273,0,25,1),(15,10,274,0,25,2),(16,10,272,0,26,24),(17,10,273,0,26,1),(18,10,274,0,26,2),(19,10,272,0,27,24),(20,10,273,0,27,1),(21,10,274,0,27,2),(22,10,272,0,28,24),(23,10,273,0,28,1),(24,10,274,0,28,2),(25,10,501,0,29,35),(26,10,272,0,29,25),(27,10,502,0,29,46),(28,10,273,0,29,1),(29,10,274,0,29,2),(30,10,501,0,30,36),(31,10,272,0,30,61),(32,10,502,0,30,41),(33,10,107,0,30,49),(34,10,273,0,30,1),(35,10,274,0,30,2),(36,10,501,0,31,35),(37,10,272,0,31,26),(38,10,502,0,31,45),(39,10,107,0,31,51),(40,10,273,0,31,1),(41,10,274,0,31,2),(42,10,501,0,32,35),(43,10,272,0,32,26),(44,10,502,0,32,46),(45,10,107,0,32,51),(46,10,273,0,32,1),(47,10,274,0,32,2),(48,10,501,0,33,35),(49,10,502,0,33,46),(50,10,107,0,33,47),(51,10,273,0,33,1),(52,10,274,0,33,2),(53,10,501,0,34,36),(54,10,272,0,34,24),(55,10,502,0,34,41),(56,10,107,0,34,52),(57,10,273,0,34,1),(58,10,274,0,34,2),(59,10,272,0,35,22),(60,10,273,0,35,1),(61,10,274,0,35,2),(62,10,272,0,36,60),(63,10,273,0,36,1),(64,10,274,0,36,2),(65,10,272,0,37,60),(66,10,273,0,37,1),(67,10,274,0,37,2),(68,10,272,0,38,26),(69,10,273,0,38,1),(70,10,274,0,38,2),(71,10,272,0,19,23),(72,10,273,0,19,1),(73,10,274,0,19,2),(74,10,272,0,39,22),(75,10,273,0,39,1),(76,10,274,0,39,2),(77,10,272,0,41,59),(78,10,508,0,41,71),(79,10,273,0,41,1),(80,10,274,0,41,2),(81,10,272,0,42,59),(82,10,508,0,42,71),(83,10,273,0,42,1),(84,10,274,0,42,2),(85,10,272,0,44,24),(86,10,513,0,44,90),(87,10,273,0,44,1),(88,10,274,0,44,2),(89,10,272,0,45,23),(90,10,513,0,45,93),(91,10,273,0,45,1),(92,10,274,0,45,2),(93,10,272,0,46,23),(94,10,513,0,46,91),(95,10,273,0,46,1),(96,10,274,0,46,2),(97,10,272,0,47,23),(98,10,513,0,47,90),(99,10,273,0,47,1),(100,10,274,0,47,2),(101,10,272,0,48,23),(102,10,513,0,48,93),(103,10,273,0,48,1),(104,10,274,0,48,2),(105,10,501,0,49,35),(106,10,272,0,49,59),(107,10,502,0,49,40),(108,10,273,0,49,1),(109,10,274,0,49,2),(110,10,107,0,49,97),(111,10,272,0,51,26),(112,10,508,0,51,72),(113,10,273,0,51,1),(114,10,274,0,51,2),(115,10,272,0,52,26),(116,10,508,0,52,72),(117,10,273,0,52,1),(118,10,274,0,52,2),(119,10,272,0,53,26),(120,10,508,0,53,72),(121,10,273,0,53,1),(122,10,274,0,53,2),(123,10,272,0,54,26),(124,10,508,0,54,72),(125,10,273,0,54,1),(126,10,274,0,54,2),(127,10,526,0,16,4),(128,10,526,0,17,4),(129,10,526,0,18,4),(130,10,526,0,20,4),(131,10,526,0,25,4),(132,10,526,0,26,4),(133,10,526,0,27,4),(134,10,526,0,28,4),(135,10,526,0,29,1),(136,10,526,0,30,1),(137,10,526,0,31,1),(138,10,526,0,32,1),(139,10,526,0,33,1),(140,10,526,0,34,1),(141,10,526,0,35,1),(142,10,526,0,36,1),(143,10,526,0,37,1),(144,10,526,0,38,1),(145,10,526,0,41,4),(146,10,526,0,44,4),(147,10,526,0,45,4),(148,10,526,0,46,4),(149,10,526,0,47,4),(150,10,526,0,49,1),(151,10,526,0,53,4),(152,10,526,0,54,4),(153,10,510,0,28,74),(154,10,510,0,27,76),(155,10,510,0,25,77),(156,10,272,0,74,59),(157,10,502,0,74,46),(158,10,273,0,74,1),(159,10,274,0,74,2),(160,10,107,0,74,97),(161,10,526,0,74,1),(162,10,501,0,75,35),(163,10,272,0,75,59),(164,10,502,0,75,45),(165,10,273,0,75,1),(166,10,274,0,75,2),(167,10,107,0,75,97),(168,10,501,0,79,35),(169,10,273,0,79,1),(170,10,274,0,79,2),(171,10,107,0,79,97),(172,10,526,0,79,1),(173,10,501,0,80,35),(174,10,272,0,80,59),(175,10,502,0,80,43),(176,10,273,0,80,1),(177,10,274,0,80,2),(178,10,107,0,80,97),(179,10,526,0,80,1),(180,10,501,0,81,35),(181,10,272,0,81,59),(182,10,502,0,81,42),(183,10,273,0,81,1),(184,10,274,0,81,2),(185,10,107,0,81,97),(186,10,526,0,81,1),(187,10,501,0,82,35),(188,10,272,0,82,59),(189,10,502,0,82,41),(190,10,273,0,82,1),(191,10,274,0,82,2),(192,10,107,0,82,97),(193,10,526,0,82,1),(194,10,273,0,83,1),(195,10,274,0,83,2),(196,10,526,0,83,4),(197,10,107,0,83,97),(198,10,272,0,83,25),(199,10,501,0,84,35),(200,10,272,0,84,25),(201,10,502,0,84,45),(202,10,273,0,84,1),(203,10,274,0,84,2),(204,10,526,0,84,1),(205,10,107,0,84,97),(206,10,272,0,85,25),(207,10,274,0,85,2),(208,10,526,0,85,1),(209,10,107,0,85,97),(210,10,501,0,86,35),(211,10,502,0,86,43),(212,10,526,0,86,1),(213,10,107,0,86,97),(214,10,501,0,87,35),(215,10,272,0,87,25),(216,10,273,0,87,1),(217,10,107,0,87,97),(218,10,501,0,88,36),(219,10,272,0,88,25),(220,10,502,0,88,41),(221,10,274,0,88,2),(222,10,501,0,89,36),(223,10,272,0,89,25),(224,10,502,0,89,40),(225,10,273,0,89,1),(226,10,274,0,89,2),(227,10,526,0,89,1),(228,10,502,0,90,39),(229,10,526,0,90,1),(230,10,107,0,90,97),(231,10,501,0,91,36),(232,10,272,0,91,25),(233,10,502,0,91,38),(234,10,273,0,91,1),(235,10,274,0,91,2),(236,10,502,0,92,37),(237,10,526,0,92,1),(238,10,107,0,92,97),(239,10,273,0,93,1),(240,10,274,0,93,2),(241,10,526,0,93,4),(242,10,107,0,93,53),(243,10,272,0,93,61),(244,10,107,0,94,49),(245,10,526,0,94,1),(246,10,501,0,95,36),(247,10,272,0,95,61),(248,10,502,0,95,39),(249,10,107,0,95,49),(250,10,273,0,95,1),(251,10,274,0,95,2),(252,10,107,0,96,49),(253,10,526,0,96,1),(254,10,501,0,97,36),(255,10,272,0,97,61),(256,10,502,0,97,37),(257,10,107,0,97,49),(258,10,273,0,97,1),(259,10,274,0,98,2),(260,10,272,0,98,24),(261,10,501,0,98,36),(262,10,501,0,99,36),(263,10,272,0,99,24),(264,10,502,0,99,40),(265,10,107,0,99,52),(266,10,273,0,99,1),(267,10,502,0,100,39),(268,10,274,0,100,2),(269,10,526,0,100,1),(270,10,501,0,101,36),(271,10,272,0,101,24),(272,10,502,0,101,38),(273,10,107,0,101,52),(274,10,274,0,101,2),(275,10,526,0,101,1),(276,10,502,0,102,37),(277,10,107,0,102,52),(278,10,273,0,102,1),(279,10,274,0,102,2),(280,10,526,0,102,1),(281,10,274,0,103,2),(282,10,526,0,103,4),(283,10,501,0,103,35),(284,10,501,0,104,35),(285,10,272,0,104,26),(286,10,502,0,104,44),(287,10,107,0,104,51),(288,10,274,0,104,2),(289,10,526,0,104,1),(290,10,502,0,105,43),(291,10,107,0,105,51),(292,10,273,0,105,1),(293,10,274,0,105,2),(294,10,526,0,105,1),(295,10,272,0,106,26),(296,10,502,0,106,42),(297,10,526,0,106,1),(298,10,502,0,107,41),(299,10,107,0,107,51),(300,10,273,0,107,1),(301,10,274,0,107,2),(302,10,526,0,107,1),(303,10,274,0,108,2),(304,10,526,0,108,4),(305,10,501,0,108,35),(306,10,501,0,109,35),(307,10,272,0,109,26),(308,10,502,0,109,45),(309,10,107,0,109,51),(310,10,273,0,109,1),(311,10,274,0,109,2),(312,10,526,0,109,1),(313,10,501,0,110,35),(314,10,272,0,110,26),(315,10,502,0,110,44),(316,10,107,0,110,51),(317,10,273,0,110,1),(318,10,274,0,110,2),(319,10,526,0,110,1),(320,10,501,0,111,35),(321,10,107,0,111,51),(322,10,526,0,111,1),(323,10,273,0,112,1),(324,10,274,0,112,2),(325,10,526,0,112,4),(326,10,107,0,112,47),(327,10,272,0,33,59),(328,10,107,0,113,47),(329,10,273,0,113,1),(330,10,274,0,113,2),(331,10,526,0,113,1),(332,10,272,0,113,59),(333,10,501,0,114,35),(334,10,502,0,114,44),(335,10,107,0,114,47),(336,10,273,0,114,1),(337,10,274,0,114,2),(338,10,526,0,114,1),(339,10,272,0,114,59),(340,10,501,0,115,35),(341,10,502,0,115,43),(342,10,107,0,115,47),(343,10,273,0,115,1),(344,10,274,0,115,2),(345,10,526,0,115,1),(346,10,272,0,115,59),(347,10,525,0,35,100),(348,10,272,0,117,22),(349,10,273,0,117,1),(350,10,274,0,117,2),(351,10,526,0,117,1),(352,10,525,0,117,99),(353,10,272,0,118,22),(354,10,273,0,118,1),(355,10,274,0,118,2),(356,10,526,0,118,1),(357,10,525,0,118,98),(358,10,273,0,119,1),(359,10,274,0,119,2),(360,10,526,0,119,4),(361,10,501,0,119,36),(362,10,272,0,119,22),(363,10,501,0,36,35),(364,10,525,0,36,100),(365,10,273,0,120,1),(366,10,274,0,120,2),(367,10,526,0,120,4),(368,10,501,0,120,35),(369,10,272,0,120,60),(370,10,272,0,121,60),(371,10,273,0,121,1),(372,10,274,0,121,2),(373,10,525,0,121,99),(374,10,274,0,122,2),(375,10,526,0,122,1),(376,10,501,0,122,35),(377,10,525,0,122,98),(378,10,273,0,123,1),(379,10,274,0,123,2),(380,10,526,0,123,4),(381,10,501,0,123,36),(382,10,272,0,123,60),(383,10,501,0,37,36),(384,10,273,0,124,1),(385,10,501,0,124,36),(386,10,525,0,124,99),(387,10,272,0,125,60),(388,10,273,0,125,1),(389,10,274,0,125,2),(390,10,526,0,125,1),(391,10,501,0,125,36),(392,10,525,0,125,98),(393,10,273,0,126,1),(394,10,274,0,126,2),(395,10,501,0,38,36),(396,10,273,0,127,1),(397,10,274,0,127,2),(398,10,526,0,127,1),(399,10,501,0,127,36),(400,10,525,0,127,100),(401,10,272,0,128,26),(402,10,273,0,128,1),(403,10,274,0,128,2),(404,10,526,0,128,1),(405,10,501,0,128,36),(406,10,273,0,129,1),(407,10,501,0,129,36),(408,10,525,0,129,99),(409,10,272,0,130,26),(410,10,273,0,130,1),(411,10,274,0,130,2),(412,10,525,0,130,98),(413,10,274,0,131,2),(414,10,526,0,131,1),(415,10,501,0,131,36),(416,10,525,0,131,98),(417,10,501,0,117,36),(418,10,501,0,118,36),(419,10,273,0,133,1),(420,10,274,0,133,2),(421,10,526,0,133,4),(422,10,273,0,132,1),(423,10,274,0,132,2),(424,10,526,0,134,4),(425,10,526,0,135,4),(426,10,272,0,135,59),(427,10,501,0,135,35),(428,10,272,0,137,24),(429,10,273,0,137,1),(430,10,274,0,137,2),(431,10,526,0,137,1),(432,10,501,0,137,36),(433,10,525,0,137,99),(434,10,501,0,39,36),(435,10,525,0,39,99),(436,10,526,0,138,4),(437,10,274,0,139,1),(438,10,526,0,139,4),(439,10,272,0,139,23),(440,10,273,0,140,1),(441,10,274,0,140,1),(442,10,273,0,141,1),(443,10,102,0,141,111),(444,10,273,0,142,1),(445,10,274,0,142,0),(446,10,526,0,142,1),(447,10,273,0,143,1),(448,10,102,0,143,111),(449,10,526,0,144,1),(450,10,273,0,145,1),(451,10,274,0,145,1),(452,10,526,0,145,4),(453,10,526,0,146,1),(454,10,273,0,147,1),(455,10,274,0,147,0),(456,10,526,0,147,4),(457,10,102,0,147,3),(458,10,875,0,147,110),(459,10,273,0,148,1),(460,10,274,0,148,1),(461,10,526,0,148,4),(462,10,102,0,148,117),(463,10,877,0,148,115),(464,10,273,0,149,1),(465,10,274,0,149,1),(466,10,526,0,149,4),(467,10,102,0,149,118),(468,10,273,0,150,1),(469,10,274,0,150,1),(470,10,526,0,150,4),(471,10,102,0,150,118),(472,10,273,0,151,1),(473,10,274,0,151,1),(474,10,526,0,151,4),(475,10,102,0,151,116),(476,10,877,0,151,112),(477,10,273,0,152,1),(478,10,274,0,152,1),(479,10,526,0,152,4),(480,10,102,0,152,1),(481,10,875,0,152,106),(482,10,273,0,153,1),(483,10,274,0,153,1),(484,10,526,0,153,4),(485,10,102,0,153,116),(486,10,877,0,153,114),(487,10,273,0,154,1),(488,10,274,0,154,1),(489,10,526,0,154,4),(490,10,102,0,154,119),(491,10,273,0,155,1),(492,10,274,0,155,1),(493,10,526,0,155,4),(494,10,102,0,155,119),(495,10,273,0,156,1),(496,10,274,0,156,0),(497,10,526,0,156,4),(498,10,102,0,156,1),(499,10,875,0,156,106),(500,10,273,0,157,1),(501,10,274,0,157,0),(502,10,526,0,157,4),(503,10,102,0,157,29),(504,10,875,0,157,107),(505,10,860,0,158,1),(506,10,861,0,158,0),(507,10,273,0,158,1),(508,10,274,0,158,2),(509,10,526,0,158,4),(510,10,859,0,158,0),(511,10,862,0,158,1),(512,10,863,0,158,0),(513,10,273,0,159,1),(514,10,274,0,159,0),(515,10,526,0,159,4),(516,10,102,0,159,120),(517,10,273,0,160,1),(518,10,274,0,160,1),(519,10,526,0,160,4),(520,10,102,0,160,121),(521,10,272,0,160,59),(522,10,273,0,161,1),(523,10,274,0,161,0),(524,10,526,0,161,4),(525,10,102,0,161,121),(526,10,273,0,162,1),(527,10,274,0,162,1),(528,10,526,0,162,4),(529,10,102,0,162,120),(530,10,272,0,162,24),(531,10,860,0,163,0),(532,10,861,0,163,0),(533,10,273,0,163,1),(534,10,274,0,163,1),(535,10,526,0,163,4),(536,10,859,0,163,0),(537,10,862,0,163,0),(538,10,863,0,163,0),(539,10,860,0,164,1),(540,10,861,0,164,1),(541,10,273,0,164,1),(542,10,274,0,164,1),(543,10,526,0,164,4),(544,10,859,0,164,1),(545,10,862,0,164,0),(546,10,863,0,164,1),(547,10,860,0,165,1),(548,10,861,0,165,1),(549,10,273,0,165,1),(550,10,274,0,165,1),(551,10,526,0,165,4),(552,10,859,0,165,0),(553,10,862,0,165,0),(554,10,863,0,165,0),(555,10,273,0,166,1),(556,10,274,0,166,2),(557,10,526,0,166,4),(558,10,272,0,166,24),(559,10,102,0,166,122),(560,10,501,0,35,36),(561,10,526,0,19,4),(562,10,526,0,39,4),(563,10,526,0,42,4),(564,10,526,0,48,4),(565,10,526,0,51,4),(566,10,526,0,52,4),(567,10,510,0,26,79),(568,10,107,0,29,97),(569,10,501,0,74,35),(570,10,526,0,75,1),(571,10,272,0,79,59),(572,10,502,0,79,44),(573,10,501,0,85,35),(574,10,502,0,85,44),(575,10,273,0,85,1),(576,10,272,0,86,25),(577,10,273,0,86,1),(578,10,274,0,86,2),(579,10,502,0,87,42),(580,10,274,0,87,2),(581,10,526,0,87,1),(582,10,273,0,88,1),(583,10,526,0,88,1),(584,10,107,0,88,97),(585,10,107,0,89,97),(586,10,501,0,90,36),(587,10,272,0,90,25),(588,10,273,0,90,1),(589,10,274,0,90,2),(590,10,526,0,91,1),(591,10,107,0,91,97),(592,10,501,0,92,36),(593,10,272,0,92,25),(594,10,273,0,92,1),(595,10,274,0,92,2),(596,10,501,0,93,36),(597,10,501,0,94,36),(598,10,272,0,94,61),(599,10,502,0,94,40),(600,10,273,0,94,1),(601,10,274,0,94,2),(602,10,526,0,95,1),(603,10,501,0,96,36),(604,10,272,0,96,61),(605,10,502,0,96,38),(606,10,273,0,96,1),(607,10,274,0,96,2),(608,10,274,0,97,2),(609,10,526,0,97,1),(610,10,273,0,98,1),(611,10,526,0,98,4),(612,10,107,0,98,52),(613,10,274,0,99,2),(614,10,526,0,99,1),(615,10,501,0,100,36),(616,10,272,0,100,24),(617,10,107,0,100,52),(618,10,273,0,100,1),(619,10,273,0,101,1),(620,10,501,0,102,36),(621,10,272,0,102,24),(622,10,273,0,103,1),(623,10,107,0,103,52),(624,10,272,0,103,26),(625,10,273,0,104,1),(626,10,501,0,105,35),(627,10,272,0,105,26),(628,10,501,0,106,35),(629,10,107,0,106,51),(630,10,273,0,106,1),(631,10,274,0,106,2),(632,10,501,0,107,35),(633,10,272,0,107,26),(634,10,273,0,108,1),(635,10,107,0,108,51),(636,10,272,0,108,26),(637,10,272,0,111,26),(638,10,502,0,111,43),(639,10,273,0,111,1),(640,10,274,0,111,2),(641,10,272,0,112,59),(642,10,501,0,112,35),(643,10,501,0,113,35),(644,10,502,0,113,45),(645,10,526,0,121,1),(646,10,501,0,121,35),(647,10,272,0,122,60),(648,10,273,0,122,1),(649,10,525,0,37,100),(650,10,272,0,124,60),(651,10,274,0,124,2),(652,10,526,0,124,1),(653,10,526,0,126,4),(654,10,501,0,126,36),(655,10,525,0,38,100),(656,10,272,0,127,22),(657,10,525,0,128,99),(658,10,272,0,129,22),(659,10,274,0,129,2),(660,10,526,0,129,1),(661,10,526,0,130,1),(662,10,501,0,130,36),(663,10,272,0,131,22),(664,10,273,0,131,1),(665,10,526,0,132,4),(666,10,273,0,134,1),(667,10,274,0,134,2),(668,10,273,0,135,1),(669,10,274,0,135,2),(670,10,107,0,135,97),(671,10,273,0,138,1),(672,10,274,0,138,1),(673,10,272,0,138,24),(674,10,273,0,139,1),(675,10,526,0,140,4),(676,10,102,0,140,111),(677,10,274,0,141,1),(678,10,526,0,141,4),(679,10,274,0,143,1),(680,10,526,0,143,4),(681,10,273,0,144,1),(682,10,274,0,144,0),(683,10,102,0,145,117),(684,10,877,0,145,113),(685,10,273,0,146,1),(686,10,274,0,146,0),(687,10,102,0,16,20),(688,10,102,0,17,21),(689,10,102,0,18,2),(690,10,102,0,20,3),(691,10,102,0,30,64),(692,10,102,0,44,34),(693,10,102,0,45,32),(694,10,102,0,46,33),(695,10,102,0,47,34),(696,10,102,0,48,31),(697,10,102,0,19,101),(698,10,102,0,49,102),(699,10,102,0,34,103),(700,10,102,0,33,104),(701,10,102,0,31,62),(702,10,102,0,29,63),(703,10,102,0,74,102),(704,10,102,0,75,102),(705,10,102,0,79,102),(706,10,102,0,80,102),(707,10,102,0,81,102),(708,10,102,0,82,102),(709,10,102,0,84,63),(710,10,102,0,85,63),(711,10,102,0,86,63),(712,10,102,0,87,63),(713,10,102,0,88,63),(714,10,102,0,89,63),(715,10,102,0,90,63),(716,10,102,0,91,63),(717,10,102,0,92,63),(718,10,102,0,94,64),(719,10,102,0,95,64),(720,10,102,0,96,64),(721,10,102,0,97,64),(722,10,102,0,99,103),(723,10,102,0,100,103),(724,10,102,0,101,103),(725,10,102,0,102,103),(726,10,102,0,104,62),(727,10,102,0,105,62),(728,10,102,0,106,62),(729,10,102,0,107,62),(730,10,102,0,109,105),(731,10,102,0,110,105),(732,10,102,0,111,105),(733,10,102,0,32,105),(734,10,102,0,108,105),(735,10,102,0,103,62),(736,10,102,0,98,103),(737,10,102,0,93,64),(738,10,102,0,83,63),(739,10,102,0,112,104),(740,10,102,0,113,104),(741,10,102,0,114,104),(742,10,102,0,115,104),(743,10,102,0,135,102),(744,10,903,0,41,0),(745,10,903,0,42,0),(746,10,273,0,167,1),(747,10,526,0,167,4),(748,10,903,0,167,1),(749,10,944,0,167,1),(750,10,946,0,167,1),(751,10,950,0,167,1),(752,10,948,0,167,1),(753,10,273,0,168,1),(754,10,526,0,168,4),(755,10,903,0,168,1),(756,10,944,0,168,1),(757,10,946,0,168,1),(758,10,950,0,168,1),(759,10,948,0,168,1),(760,10,273,0,169,1),(761,10,526,0,169,4),(762,10,903,0,169,1),(763,10,944,0,169,1),(764,10,946,0,169,1),(765,10,950,0,169,1),(766,10,948,0,169,1),(782,10,273,0,173,1),(783,10,274,0,173,2),(784,10,526,0,173,4),(785,10,903,0,173,1),(786,10,273,0,174,1),(787,10,526,0,174,4),(788,10,903,0,174,1),(789,10,944,0,174,1),(790,10,946,0,174,1),(791,10,950,0,174,0),(792,10,948,0,174,1),(793,10,949,0,174,0),(794,10,273,0,175,1),(795,10,526,0,175,4),(796,10,903,0,175,1),(797,10,944,0,175,1),(798,10,946,0,175,1),(799,10,950,0,175,1),(800,10,948,0,175,1),(801,10,273,0,176,1),(802,10,274,0,176,2),(803,10,272,0,176,59),(804,10,526,0,176,4),(805,10,508,0,176,71),(806,10,903,0,176,1),(807,10,273,0,177,1),(808,10,274,0,177,2),(809,10,526,0,177,4),(810,10,501,0,177,65),(811,10,525,0,177,100),(812,10,903,0,177,1),(813,10,273,0,178,1),(814,10,274,0,178,2),(815,10,526,0,178,1),(816,10,903,0,178,1),(817,10,273,0,179,1),(818,10,526,0,179,4),(819,10,903,0,179,1),(820,10,273,0,180,1),(821,10,274,0,180,2),(822,10,272,0,180,57),(823,10,526,0,180,4),(824,10,903,0,180,1),(825,10,273,0,181,1),(826,10,274,0,181,2),(827,10,526,0,181,4),(828,10,903,0,181,1),(829,10,273,0,182,1),(830,10,274,0,182,2),(831,10,526,0,182,4),(832,10,903,0,182,1),(833,10,273,0,183,1),(834,10,526,0,183,4),(835,10,903,0,183,1),(836,10,273,0,184,1),(837,10,274,0,184,2),(838,10,526,0,184,4),(839,10,903,0,184,1),(840,10,273,0,185,1),(841,10,274,0,185,2),(842,10,526,0,185,1),(843,10,903,0,185,1),(844,10,273,0,186,1),(845,10,274,0,186,2),(846,10,526,0,186,1),(847,10,903,0,186,1),(848,10,273,0,187,1),(849,10,526,0,187,4),(850,10,903,0,187,1),(851,10,273,0,188,1),(852,10,274,0,188,2),(853,10,526,0,188,4),(854,10,903,0,188,1),(855,10,273,0,189,1),(856,10,274,0,189,2),(857,10,526,0,189,4),(858,10,903,0,189,1),(859,10,273,0,190,1),(860,10,274,0,190,2),(861,10,526,0,190,4),(862,10,903,0,190,1),(863,10,939,0,175,0),(864,10,942,0,175,1),(865,10,939,0,174,0),(866,10,942,0,174,2),(867,10,939,0,169,1),(868,10,942,0,169,1),(869,10,939,0,168,1),(870,10,942,0,168,0),(871,10,939,0,167,0),(872,10,942,0,167,1),(873,10,943,0,167,0),(874,10,945,0,167,0),(875,10,949,0,167,0),(876,10,903,0,137,0),(877,10,903,0,123,0),(878,10,903,0,39,0),(879,10,903,0,16,0),(880,10,903,0,165,0),(881,10,903,0,44,0),(882,10,903,0,45,0),(883,10,102,0,173,NULL),(884,10,272,0,173,NULL);
/*!40000 ALTER TABLE `catalog_product_entity_int` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_media_gallery`
--
DROP TABLE IF EXISTS `catalog_product_entity_media_gallery`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_media_gallery` (
`value_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` varchar(255) DEFAULT NULL,
PRIMARY KEY (`value_id`),
KEY `FK_CATALOG_PRODUCT_MEDIA_GALLERY_ATTRIBUTE` (`attribute_id`),
KEY `FK_CATALOG_PRODUCT_MEDIA_GALLERY_ENTITY` (`entity_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_MEDIA_GALLERY_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_MEDIA_GALLERY_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=404 DEFAULT CHARSET=utf8 COMMENT='Catalog product media gallery';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_media_gallery`
--
LOCK TABLES `catalog_product_entity_media_gallery` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_media_gallery` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_media_gallery` VALUES (1,703,17,'/b/l/blackberry-8100-pearl.jpg'),(2,703,17,'/b/l/blackberry-8100-pearl-1.jpg'),(3,703,18,'/s/o/sony-ericsson-w810i.jpg'),(4,703,18,'/s/o/sony-ericsson-w810i-1.jpg'),(5,703,29,'/c/n/cn-clogs-beach-garden-clog.jpg'),(6,703,29,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(7,703,30,'/a/s/asics-men-s-gel-kayano-xii.jpg'),(8,703,30,'/a/s/asics-men-s-gel-kayano-xii-1.jpg'),(9,703,31,'/s/t/steven-by-steve-madden-pryme-pump.jpg'),(10,703,31,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg'),(11,703,32,'/n/i/nine-west-women-s-lucero-pump.jpg'),(12,703,32,'/n/i/nine-west-women-s-lucero-pump-1.jpg'),(13,703,33,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg'),(14,703,33,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg'),(15,703,34,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg'),(16,703,34,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg'),(17,703,35,'/c/o/coalesce-functioning-on-impatience-t-shirt.jpg'),(18,703,36,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg'),(19,703,37,'/t/h/the-only-children-paisley-t-shirt.jpg'),(20,703,38,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(21,703,19,'/a/t/at-t-8525-pda.jpg'),(22,703,39,'/t/h/the-get-up-kids-band-camp-pullover-hoodie.jpg'),(24,703,45,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera.jpg'),(25,703,45,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera-1.jpg'),(26,703,46,'/o/l/olympus-stylus-750-7-1mp-digital-camera.jpg'),(27,703,46,'/o/l/olympus-stylus-750-7-1mp-digital-camera-1.jpg'),(28,703,47,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.jpg'),(29,703,47,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-1.jpg'),(30,703,48,'/k/o/kodak-easyshare-c530-5mp-digital-camera.jpg'),(31,703,48,'/k/o/kodak-easyshare-c530-5mp-digital-camera-1.jpg'),(32,703,44,'/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera.jpg'),(33,703,49,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(34,703,49,'/a/n/anashria-womens-premier-leather-sandal-1.jpg'),(35,703,74,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(36,703,74,'/a/n/anashria-womens-premier-leather-sandal-1.jpg'),(37,703,75,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(38,703,75,'/a/n/anashria-womens-premier-leather-sandal-1.jpg'),(47,703,83,'/c/n/cn-clogs-beach-garden-clog.jpg'),(84,703,103,'/s/t/steven-by-steve-madden-pryme-pump.jpg'),(102,703,112,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg'),(112,703,119,'/c/o/coalesce-functioning-on-impatience-t-shirt.jpg'),(113,703,120,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg'),(116,703,123,'/t/h/the-only-children-paisley-t-shirt.jpg'),(119,703,126,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(126,703,16,'/n/o/nokia-2610-phone.jpg'),(127,703,16,'/n/o/nokia-2610-phone-1.jpg'),(130,703,44,'/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg'),(131,703,134,'/u/n/universal-camera-charger.jpg'),(133,703,119,'/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg'),(136,703,27,'/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg'),(137,703,39,'/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg'),(139,703,41,'/a/k/akio-dresser.jpg'),(140,703,42,'/b/a/barcelona-bamboo-platform-bed.jpg'),(141,703,138,'/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg'),(142,703,139,'/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg'),(143,703,145,'/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg'),(144,703,148,'/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg'),(145,703,147,'/2/2/22-syncmaster-lcd-monitor.jpg'),(146,703,151,'/i/n/intel-c2d-e8400-3-0ghz-retail.jpg'),(147,703,152,'/2/4/24-widescreen-flat-panel-lcd-monitor.jpg'),(148,703,153,'/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg'),(149,703,156,'/1/9/19-widescreen-flat-panel-lcd-monitor.jpg'),(150,703,157,'/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg'),(151,703,159,'/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg'),(152,703,161,'/l/o/logitech-dinovo-edge-keyboard.jpg'),(153,703,162,'/m/i/microsoft-wireless-optical-mouse-5000.jpg'),(154,703,160,'/l/o/logitech-cordless-optical-trackman.jpg'),(155,703,163,'/c/o/computer.jpg'),(156,703,164,'/g/a/gaming-computer.jpg'),(157,703,165,'/m/y/my-computer.jpg'),(158,703,158,'/s/o/sony-vaio-11-1-notebook-pc.jpg'),(159,703,155,'/s/e/seagate-250gb-hd-5400rpm.jpg'),(160,703,154,'/s/e/seagate-500gb-hd-5400rpm.jpg'),(161,703,150,'/w/e/western-digital-500gb-hd-7200rpm.jpg'),(162,703,149,'/w/e/western-digital-1tb-hd-7200rpm.jpg'),(163,703,143,'/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg'),(164,703,141,'/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg'),(165,703,140,'/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg'),(166,703,166,'/h/t/htc-touch-diamond.jpg'),(167,703,26,'/a/c/acer-ferrari-3200-notebook-computer-pc.jpg'),(168,703,25,'/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg'),(171,703,93,'/a/s/asics-men-s-gel-kayano-xii.jpg'),(172,703,93,'/a/s/asics-men-s-gel-kayano-xii-1.jpg'),(173,703,93,'/a/s/asics-men-s-gel-kayano-xii-2.jpg'),(174,703,108,'/n/i/nine-west-women-s-lucero-pump.jpg'),(175,703,108,'/n/i/nine-west-women-s-lucero-pump-1.jpg'),(176,703,108,'/n/i/nine-west-women-s-lucero-pump-2.jpg'),(177,703,135,'/a/n/anashria-womens-premier-leather-sandal-2.jpg'),(178,703,135,'/a/n/anashria-womens-premier-leather-sandal-1.jpg'),(179,703,135,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(180,703,83,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(181,703,83,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(182,703,112,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg'),(183,703,112,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg'),(184,703,120,'/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg'),(185,703,126,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(186,703,126,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(187,703,103,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg'),(188,703,103,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg'),(189,703,16,'/n/o/nokia-2610-phone-2.jpg'),(190,703,17,'/b/l/blackberry-8100-pearl-2.jpg'),(191,703,18,'/s/o/sony-ericsson-w810i-2.jpg'),(192,703,20,'/s/a/samsung-mm-a900m-ace.jpg'),(193,703,28,'/t/o/toshiba-m285-e-14.jpg'),(194,703,34,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg'),(195,703,37,'/t/h/the-only-children-paisley-t-shirt-1.jpg'),(196,703,19,'/a/t/at-t-8525-pda-1.jpg'),(197,703,45,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg'),(198,703,46,'/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg'),(199,703,47,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg'),(200,703,48,'/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg'),(201,703,51,'/o/t/ottoman.jpg'),(202,703,52,'/c/h/chair.jpg'),(203,703,53,'/c/o/couch.jpg'),(204,703,54,'/m/a/magento-red-furniture-set.jpg'),(205,703,133,'/u/n/universal-camera-case.jpg'),(206,703,132,'/s/l/slr-camera-tripod.jpg'),(212,703,29,'/c/n/cn-clogs-beach-garden-clog-3.jpg'),(213,703,31,'/s/t/steven-by-steve-madden-pryme-pump-3.jpg'),(214,703,33,'/e/c/ecco-womens-golf-flexor-golf-shoe-3.jpg'),(215,703,34,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-3.jpg'),(216,703,37,'/t/h/the-only-children-paisley-t-shirt-2.jpg'),(222,703,49,'/a/n/anashria-womens-premier-leather-sandal-3.jpg'),(227,703,75,'/a/n/anashria-womens-premier-leather-sandal-3.jpg'),(228,703,124,'/t/h/the-only-children-paisley-t-shirt-1.jpg'),(229,703,125,'/t/h/the-only-children-paisley-t-shirt-1.jpg'),(230,703,133,'/u/n/universal-camera-case-1.jpg'),(237,703,29,'/c/n/cn-clogs-beach-garden-clog-4.jpg'),(238,703,31,'/s/t/steven-by-steve-madden-pryme-pump-4.jpg'),(239,703,33,'/e/c/ecco-womens-golf-flexor-golf-shoe-4.jpg'),(240,703,34,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-4.jpg'),(241,703,37,'/t/h/the-only-children-paisley-t-shirt-3.jpg'),(242,703,38,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-3.jpg'),(248,703,49,'/a/n/anashria-womens-premier-leather-sandal-4.jpg'),(253,703,75,'/a/n/anashria-womens-premier-leather-sandal-4.jpg'),(255,703,99,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg'),(256,703,100,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg'),(257,703,101,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg'),(258,703,102,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg'),(259,703,121,'/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg'),(260,703,122,'/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg'),(261,703,124,'/t/h/the-only-children-paisley-t-shirt-2.jpg'),(262,703,125,'/t/h/the-only-children-paisley-t-shirt-2.jpg'),(263,703,133,'/u/n/universal-camera-case-2.jpg'),(265,703,29,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(266,703,31,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg'),(267,703,33,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg'),(268,703,38,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(269,703,49,'/a/n/anashria-womens-premier-leather-sandal-2.jpg'),(270,703,75,'/a/n/anashria-womens-premier-leather-sandal-2.jpg'),(271,703,79,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(272,703,80,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(273,703,81,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(274,703,82,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(275,703,84,'/c/n/cn-clogs-beach-garden-clog.jpg'),(276,703,85,'/c/n/cn-clogs-beach-garden-clog.jpg'),(277,703,86,'/c/n/cn-clogs-beach-garden-clog.jpg'),(278,703,87,'/c/n/cn-clogs-beach-garden-clog.jpg'),(279,703,88,'/c/n/cn-clogs-beach-garden-clog.jpg'),(280,703,89,'/c/n/cn-clogs-beach-garden-clog.jpg'),(281,703,90,'/c/n/cn-clogs-beach-garden-clog.jpg'),(282,703,91,'/c/n/cn-clogs-beach-garden-clog.jpg'),(283,703,92,'/c/n/cn-clogs-beach-garden-clog.jpg'),(284,703,98,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg'),(285,703,99,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg'),(286,703,100,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg'),(287,703,101,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg'),(288,703,102,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg'),(289,703,104,'/s/t/steven-by-steve-madden-pryme-pump.jpg'),(290,703,105,'/s/t/steven-by-steve-madden-pryme-pump.jpg'),(291,703,106,'/s/t/steven-by-steve-madden-pryme-pump.jpg'),(292,703,107,'/s/t/steven-by-steve-madden-pryme-pump.jpg'),(293,703,113,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg'),(294,703,114,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg'),(295,703,115,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg'),(296,703,121,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg'),(297,703,122,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg'),(298,703,124,'/t/h/the-only-children-paisley-t-shirt.jpg'),(299,703,125,'/t/h/the-only-children-paisley-t-shirt.jpg'),(300,703,127,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(301,703,128,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(302,703,129,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(303,703,130,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(304,703,131,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(305,703,137,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(306,703,38,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(307,703,79,'/a/n/anashria-womens-premier-leather-sandal-1.jpg'),(308,703,80,'/a/n/anashria-womens-premier-leather-sandal-1.jpg'),(309,703,81,'/a/n/anashria-womens-premier-leather-sandal-1.jpg'),(310,703,82,'/a/n/anashria-womens-premier-leather-sandal-1.jpg'),(311,703,84,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(312,703,85,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(313,703,86,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(314,703,87,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(315,703,88,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(316,703,89,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(317,703,90,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(318,703,91,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(319,703,92,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(321,703,99,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg'),(322,703,100,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg'),(323,703,101,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg'),(324,703,102,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg'),(325,703,104,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg'),(326,703,105,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg'),(327,703,106,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg'),(328,703,107,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg'),(329,703,113,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg'),(330,703,114,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg'),(331,703,115,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg'),(332,703,121,'/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg'),(333,703,122,'/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg'),(334,703,127,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(335,703,128,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(336,703,129,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(337,703,130,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(338,703,131,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(339,703,137,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(340,703,79,'/a/n/anashria-womens-premier-leather-sandal-2.jpg'),(341,703,80,'/a/n/anashria-womens-premier-leather-sandal-2.jpg'),(342,703,81,'/a/n/anashria-womens-premier-leather-sandal-2.jpg'),(343,703,82,'/a/n/anashria-womens-premier-leather-sandal-2.jpg'),(344,703,84,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(345,703,85,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(346,703,86,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(347,703,87,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(348,703,88,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(349,703,89,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(350,703,90,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(351,703,91,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(352,703,92,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(353,703,104,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg'),(354,703,105,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg'),(355,703,106,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg'),(356,703,107,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg'),(357,703,113,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg'),(358,703,114,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg'),(359,703,115,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg'),(360,703,127,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(361,703,128,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(362,703,129,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(363,703,130,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(364,703,131,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(365,703,137,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(366,703,190,'/1/y/1year_member_1.jpg'),(367,703,189,'/i/S/iStock_000003948602XSmall_1_1.jpg'),(368,703,188,'/i/S/iStock_000007086407XSmall_1.jpg'),(369,703,187,'/i/S/iStock_000007595230Medium_1.jpg'),(370,703,187,'/3/_/3_c_1_1.jpg'),(371,703,187,'/3/_/3_1_1.jpg'),(372,703,187,'/3/_/3_b_1_1.jpg'),(373,703,186,'/3/_/3_c_2.jpg'),(374,703,185,'/3/_/3_b_2.jpg'),(375,703,184,'/3/_/3_3.jpg'),(376,703,183,'/i/S/iStock_000001867974Medium_1.jpg'),(377,703,182,'/2/_/2_b_1.jpg'),(378,703,183,'/2/_/2_b_2.jpg'),(379,703,183,'/2/_/2_1.jpg'),(380,703,179,'/1/_/1_b_1.jpg'),(381,703,179,'/i/S/iStock_000004287268Medium_1.jpg'),(382,703,179,'/1/_/1_1.jpg'),(383,703,180,'/1/_/1_b_2.jpg'),(384,703,178,'/1/_/1_2.jpg'),(385,703,177,'/s/h/shirt_medium_3_1.jpg'),(386,703,177,'/s/h/shirt_large_2_1.jpg'),(387,703,176,'/a/k/akio_2_2_1.jpg'),(388,703,176,'/i/m/image_40_90_1.jpg'),(389,703,175,'/c/h/checkered_gc_1.gif'),(390,703,175,'/g/c/gc_5_1.jpg'),(391,703,174,'/g/c/gc_4_1.gif'),(392,703,174,'/l/i/light_gc_1.gif'),(393,703,173,'/i/S/iStock_000007840313Small_1.jpg'),(394,703,169,'/f/o/foryou_1.gif'),(395,703,169,'/g/c/gc_1_1_1.gif'),(396,703,168,'/g/c/gc_3_1_1_1.gif'),(397,703,168,'/v/i/virtual_gc_1.gif'),(398,703,167,'/1/0/100_gc_1.gif'),(399,703,167,'/g/c/gc_2_1_1.gif'),(403,703,181,'/2/_/2_1_1.jpg');
/*!40000 ALTER TABLE `catalog_product_entity_media_gallery` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_media_gallery_value`
--
DROP TABLE IF EXISTS `catalog_product_entity_media_gallery_value`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_media_gallery_value` (
`value_id` int(11) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`label` varchar(255) DEFAULT NULL,
`position` int(11) unsigned DEFAULT NULL,
`disabled` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`value_id`,`store_id`),
KEY `FK_CATALOG_PRODUCT_MEDIA_GALLERY_VALUE_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_MEDIA_GALLERY_VALUE_GALLERY` FOREIGN KEY (`value_id`) REFERENCES `catalog_product_entity_media_gallery` (`value_id`) ON DELETE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_MEDIA_GALLERY_VALUE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog product media gallery values';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_media_gallery_value`
--
LOCK TABLES `catalog_product_entity_media_gallery_value` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_media_gallery_value` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_media_gallery_value` VALUES (1,0,'',2,0),(2,0,'',1,0),(3,0,'',0,0),(4,0,'',0,0),(5,0,'',0,1),(6,0,'',0,1),(7,0,'',0,0),(8,0,'',0,0),(9,0,'',0,1),(10,0,'',0,1),(11,0,'',0,0),(12,0,'',0,0),(13,0,'',0,1),(14,0,'',0,1),(15,0,'',0,1),(16,0,'',0,1),(17,0,'',0,0),(18,0,'',0,0),(19,0,'',0,0),(20,0,'',0,0),(21,0,'',0,0),(22,0,'',0,0),(24,0,'',1,0),(25,0,'',2,0),(26,0,'',0,0),(27,0,'',0,0),(28,0,'',1,0),(29,0,'',2,0),(30,0,'',0,0),(31,0,'',0,0),(32,0,'',0,0),(33,0,'',0,1),(34,0,'',0,1),(35,0,'',0,1),(36,0,'',0,1),(37,0,'',0,1),(38,0,'',0,1),(47,0,'',0,1),(84,0,'',0,1),(102,0,'',0,1),(112,0,'',0,0),(113,0,'',0,1),(116,0,'',0,1),(119,0,'',0,1),(126,0,'',2,0),(127,0,'',1,0),(130,0,'',1,1),(131,0,'',1,1),(133,0,'',1,1),(136,0,'',1,1),(137,0,'',1,1),(139,0,'',1,1),(140,0,'',1,1),(141,0,'',1,0),(142,0,'',1,0),(143,0,'',1,1),(144,0,'',1,1),(145,0,'',1,1),(146,0,'',1,1),(147,0,'',1,1),(148,0,'',1,1),(149,0,'',1,1),(150,0,'',1,1),(151,0,'',1,1),(152,0,'',1,1),(153,0,'',1,1),(154,0,'',1,1),(155,0,'',1,1),(156,0,'',1,1),(157,0,'',1,1),(158,0,'',1,1),(159,0,'',1,1),(160,0,'',1,1),(161,0,'',1,1),(162,0,'',1,1),(163,0,'',1,1),(164,0,'',1,1),(165,0,'',1,1),(166,0,'',1,1),(167,0,'',1,1),(168,0,'',1,1),(171,0,'',2,0),(172,0,'',1,0),(173,0,'',0,1),(174,0,'',0,1),(175,0,'',1,0),(176,0,'',2,0),(177,0,'',2,0),(178,0,'',1,0),(179,0,'',0,1),(180,0,'',0,0),(181,0,'',0,0),(182,0,'',1,0),(183,0,'',2,0),(184,0,'',0,0),(185,0,'',0,0),(186,0,'',0,0),(187,0,'',1,0),(188,0,'',2,0),(189,0,'',0,1),(190,0,'',0,1),(191,0,'',0,1),(192,0,'',0,1),(193,0,'',0,1),(194,0,'',0,1),(195,0,'',0,1),(196,0,'',0,1),(197,0,'',0,1),(198,0,'',0,1),(199,0,'',0,1),(200,0,'',0,1),(201,0,'',0,1),(202,0,'',0,1),(203,0,'',0,1),(204,0,'',0,1),(205,0,'',0,1),(206,0,'',0,1),(212,0,'',0,1),(213,0,'',0,1),(214,0,'',0,1),(215,0,'',0,1),(216,0,'',0,1),(222,0,'',0,1),(227,0,'',0,1),(228,0,'',0,1),(229,0,'',0,1),(230,0,'',0,1),(237,0,'',0,1),(238,0,'',0,1),(239,0,'',0,1),(240,0,'',0,1),(241,0,'',0,1),(242,0,'',0,1),(248,0,'',0,1),(253,0,'',0,1),(255,0,'',0,1),(256,0,'',0,1),(257,0,'',0,1),(258,0,'',0,1),(259,0,'',0,1),(260,0,'',0,1),(261,0,'',0,1),(262,0,'',0,1),(263,0,'',0,1),(265,0,'',0,1),(266,0,'',0,1),(267,0,'',0,1),(268,0,'',0,1),(269,0,'',0,1),(270,0,'',0,1),(271,0,'',0,1),(272,0,'',0,1),(273,0,'',0,1),(274,0,'',0,1),(275,0,'',0,1),(276,0,'',0,1),(277,0,'',0,1),(278,0,'',0,1),(279,0,'',0,1),(280,0,'',0,1),(281,0,'',0,1),(282,0,'',0,1),(283,0,'',0,1),(284,0,'',0,1),(285,0,'',0,1),(286,0,'',0,1),(287,0,'',0,1),(288,0,'',0,1),(289,0,'',0,1),(290,0,'',0,1),(291,0,'',0,1),(292,0,'',0,1),(293,0,'',0,1),(294,0,'',0,1),(295,0,'',0,1),(296,0,'',0,1),(297,0,'',0,1),(298,0,'',0,1),(299,0,'',0,1),(300,0,'',0,1),(301,0,'',0,1),(302,0,'',0,1),(303,0,'',0,1),(304,0,'',0,1),(305,0,'',0,1),(306,0,'',0,1),(307,0,'',0,1),(308,0,'',0,1),(309,0,'',0,1),(310,0,'',0,1),(311,0,'',0,1),(312,0,'',0,1),(313,0,'',0,1),(314,0,'',0,1),(315,0,'',0,1),(316,0,'',0,1),(317,0,'',0,1),(318,0,'',0,1),(319,0,'',0,1),(321,0,'',0,1),(322,0,'',0,1),(323,0,'',0,1),(324,0,'',0,1),(325,0,'',0,1),(326,0,'',0,1),(327,0,'',0,1),(328,0,'',0,1),(329,0,'',0,1),(330,0,'',0,1),(331,0,'',0,1),(332,0,'',0,1),(333,0,'',0,1),(334,0,'',0,1),(335,0,'',0,1),(336,0,'',0,1),(337,0,'',0,1),(338,0,'',0,1),(339,0,'',0,1),(340,0,'',0,1),(341,0,'',0,1),(342,0,'',0,1),(343,0,'',0,1),(344,0,'',0,1),(345,0,'',0,1),(346,0,'',0,1),(347,0,'',0,1),(348,0,'',0,1),(349,0,'',0,1),(350,0,'',0,1),(351,0,'',0,1),(352,0,'',0,1),(353,0,'',0,1),(354,0,'',0,1),(355,0,'',0,1),(356,0,'',0,1),(357,0,'',0,1),(358,0,'',0,1),(359,0,'',0,1),(360,0,'',0,1),(361,0,'',0,1),(362,0,'',0,1),(363,0,'',0,1),(364,0,'',0,1),(365,0,'',0,1),(366,0,'',1,1),(367,0,'',1,1),(368,0,'',1,1),(369,0,'',1,1),(370,0,'',7,0),(371,0,'',5,0),(372,0,'',6,0),(373,0,'',1,1),(374,0,'',1,1),(375,0,'',1,1),(376,0,'',1,1),(377,0,'',1,1),(378,0,'',3,0),(379,0,'',2,0),(380,0,'',3,0),(381,0,'',1,1),(382,0,'',2,0),(383,0,'',1,1),(384,0,'',1,1),(385,0,'',1,0),(386,0,'',2,1),(387,0,'',1,1),(388,0,'',2,0),(389,0,'',1,1),(390,0,'',2,1),(391,0,'',1,1),(392,0,'',2,1),(393,0,'',1,1),(394,0,'',1,1),(395,0,'',2,1),(396,0,'',1,1),(397,0,'',2,1),(398,0,'',1,1),(399,0,'',2,1),(403,0,'',1,1);
/*!40000 ALTER TABLE `catalog_product_entity_media_gallery_value` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_text`
--
DROP TABLE IF EXISTS `catalog_product_entity_text`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_text` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` text NOT NULL,
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE` (`attribute_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_TEXT_STORE` (`store_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_TEXT_PRODUCT_ENTITY` (`entity_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_TEXT_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_TEXT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=1842 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_text`
--
LOCK TABLES `catalog_product_entity_text` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_text` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_text` VALUES (1,10,495,0,16,'2610'),(2,10,494,0,16,'4.1 x 1.7 x 0.7 inches '),(3,10,97,0,16,'The Nokia 2610 is an easy to use device that combines multiple messaging options including email, instant messaging, and more. You can even download MP3 ringtones, graphics, and games straight to the phone, or surf the Internet with Cingular\'s MEdia Net service. It\'s the perfect complement to Cingular service for those even remotely interested in mobile Web capabilities in an affordable handset.
\r\n\r\nDesign
\r\nCompact and stylish, the 2610 features a candybar design sporting a bright 128 x 128 pixel display capable of displaying over 65,000 colors. Most of the phone\'s features and on-screen menus are controlled by a center toggle on the control pad. A standard hands-free headphone jack is provided, as are volume control keys, and there\'s even a \"Go-To\" button that can be assigned by the user for quick access to favorite applications. Lastly, the included speakerphone allows you to talk handsfree, and because the phone sports an internal antenna, there\'s nothing to snag or break off.\r\n\r\n'),(4,10,492,0,16,'
\r\n\r\n- Integrated camera with video recorder to capture those special moments
\r\n- Enriched data connections for complete mobile access via Email, MMS, and MEdia Net
\r\n- Personalize with downloadable MP3 and polyphonic Ring tones, Games, and Graphics
\r\n- Use AIM, Yahoo! and MSN Messenger to stay in touch on the go
\r\n- Mobile Internet browser and email
\r\n
'),(5,10,496,0,16,'Conditional $250 Equipment Discount Included: Your price paid includes an equipment discount of $250 that has been provided to you in exchange for either activating a new, non-substitute line of service or renewing an existing line of service with AT&T and your agreement that for the 181-day period following such activation or renewal you will: (1) pay your balance due to AT&T each month and otherwise maintain your account in good standing; (2) not disconnect this AT&T line of service; (3) not transfer this equipment to another AT&T line of service; (4) not change your AT&T service rate plan to a lower monthly service rate--this includes canceling or removing required PDA, BlackBerry, or smartphone features after your product has shipped; (5) not use this line of service to replace an existing account with AT&T. If these conditions are not met, you hereby authorize Magento to charge your credit card $250 as reimbursement of this equipment discount without need for further approval.'),(6,10,104,0,16,'Nokia 2610, cell, phone, '),(7,10,495,0,17,'8100'),(8,10,494,0,17,'4.2 x 2 x 0.6 inches '),(9,10,97,0,17,' Like the BlackBerry 7105t, the BlackBerry 8100 Pearl is \r\nThe BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000 colors-- plenty of real estate to view your e-mails, Web browser content, messaging sessions, and attachments. The venerable BlackBerry trackwheel has been replaced on this model with an innovative four-way trackball placed below the screen. On the rear of the handheld, you\'ll find a 1.3-megapixel camera and a self portrait mirror. The handheld\'s microSD memory card slot is located inside the device, behind the battery. There\'s also a standard 2.5mm headset jack that can be used with the included headset, as well as a mini-USB port for data connectivity.'),(10,10,492,0,17,'\r\n\r\n- 1.3 mega pixel camera to capture those special moments
\r\n- MP3 player lets you listen to your favorite music on the go
\r\n- Menu and escape keys on the front of the device for easier access
\r\n- Bluetooth technology lets you experience hands free and wire free features
\r\n- Package Contents: phone,AC adapter,software CD,headset,USB cable,sim- card,get started poster,reference guide
\r\n
'),(11,10,496,0,17,'CONDITIONAL $250 Equipment Discount Included: Your price paid includes an Equipment Discount of $250 that has been provided to you in exchange for activating a new, non-substitute line of service with T-Mobile and your agreement that for the 181-day period following such activation you will (1) pay your balance due to T-Mobile each month and otherwise maintain your account in good standing, (2) not disconnect this T-Mobile line of service, (3) not transfer this equipment to another T-Mobile line of service, (4) not change your T-Mobile service rate plan to a lower monthly service rate--this includes canceling or removing required PDA, BlackBerry, or smartphone features after your product has shipped, (5) not use this line of service to replace an existing account with T-Mobile. If these conditions are not met, you hereby authorize Magento.com to charge your credit card $250 as reimbursement of this Equipment Discount without need for further approval.'),(12,10,104,0,17,'Blackberry, 8100, pearl, cell, phone'),(13,10,495,0,18,'W810i'),(14,10,494,0,18,' 3.5 x 1.8 x 1 inches'),(15,10,97,0,18,'The W810i\'s screen sports 176 x 220 pixel resolution with support for 262,000 colors. Quick access buttons below the screen make it easy to control the phone\'s Walkman music features, while a five-way center button controls most of the phone\'s menus and features.'),(16,10,492,0,18,'\r\n\r\n \r\n- Disc2Phone™ music copying software is supplied in the W810 kit and it’s easy to copy songs from your favorite CDs, and PC music folders
\r\n- The built-in W810 2 megapixel digital camera with autofus takes excellent photos and when you need to catch some action, W810 has video too
\r\n- Sharing images and other phone content is easy. Use Bluetooth™, or Multimedia messaging when you want to send images and video
\r\n- Wherever you are, you have high speed access to the internet with EDGE technology
\r\n- A full-function email client in your W810 gives you access to your inbox wherever you go
\r\n
'),(17,10,496,0,18,'Conditional $250 Equipment Discount Included: Your price paid includes an equipment discount of $250 that has been provided to you in exchange for either activating a new, non-substitute line of service or renewing an existing line of service with AT&T and your agreement that for the 181-day period following such activation or renewal you will: (1) pay your balance due to AT&T each month and otherwise maintain your account in good standing; (2) not disconnect this AT&T line of service; (3) not transfer this equipment to another AT&T line of service; (4) not change your AT&T service rate plan to a lower monthly service rate--this includes canceling or removing required PDA, BlackBerry, or smartphone features after your product has shipped; (5) not use this line of service to replace an existing account with AT&T. If these conditions are not met, you hereby authorize Magento.com to charge your credit card $250 as reimbursement of this equipment discount without need for further approval.'),(18,10,104,0,18,'Sony, Ericsson ,W810i, cell, phone'),(19,10,495,0,20,'MM-A900M'),(20,10,494,0,20,'3.9 x 2 x 0.6 inches'),(21,10,97,0,20,'New services supported by both the MM-A900m include the newly announced Sprint Music StoreSM, which allows users to immediately buy and download complete songs directly to their phone; 30 channels of live and on demand video and audio from Sprint TVSM and On Demand, a personalized resource guide to news, traffic, weather, sports and entertainment. The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. Features like external music-navigation keys make these phones both functional and attractive. These handsets are sure to be at the top of many wish lists.'),(22,10,492,0,20,'\r\n\r\n- Bluetooth Wireless Technology: Built-in radio technology allows fast, secure transmission between your phone and accessories without cables or wires. Bluetooth wireless accessories are sold separately.
\r\n- Mass Storage Area: Store pictures, videos, voice memos and music within the internal memory of the phone.
\r\n- Streaming Music Enabled: Stream music to your phone with Music Choice®. Select from Pop, Rock, Hip Hop, and R&B plus exclusive video clips, performances, and artist interviews.
\r\n
\r\n '),(23,10,496,0,20,'CONDITIONAL $250 Equipment Discount Included: Your price paid includes an equipment discount of $250 that has been provided to you in exchange for activating a new, non-substitute line of service with Sprint and your agreement that for the 181-day period following such activation you will (1) pay your balance due to Sprint each month and otherwise maintain your account in good standing, (2) not disconnect this Sprint line of service, (3) not transfer this equipment to another Sprint line of service, (4) not change your Sprint service rate plan to a lower monthly service rate--this includes canceling or removing required PDA, BlackBerry, or smartphone features after your product has shipped, and (5) not use this line of service to replace an existing account with Sprint. If these conditions are not met, you hereby authorize Magento.com to charge your credit card $250 as reimbursement of this equipment discount without need for further approval.'),(24,10,104,0,20,'Samsung, MM-A900M, cell, phone'),(25,10,495,0,25,'MA464LL/A'),(26,10,494,0,25,'19.5 x 7.6 x 19.5 inches'),(27,10,497,0,25,'2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache'),(28,10,498,0,25,'1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300)'),(29,10,499,0,25,'100 GB 5400 rpm Serial ATA hard drive'),(30,10,500,0,25,'15.4-inch TFT widescreen display with 1440 x 900 resolution'),(31,10,97,0,25,'This, combined with myriad other engineering leaps, boosts performance up to four times higher than the PowerBook G4. With this awesome power, it\'s a breeze to render complex 3D models, enjoy smooth playback of HD video, or host a four-way video conference.Intel Core Duo is the first chip built using Intel\'s groundbreaking 65-nanometer process - resulting in transistors so small, you could fit a hundred inside a single human cell. With smaller distances for electrons to travel, and two processors designed to share resources and conserve power, Intel Core Duo achieves higher levels of performance as it uses fewer watts. Which is what makes it possible to design a super-powerful MacBook Pro that\'s only one inch thin.When Mac technology makes something easy, it\'s hardly news. So here\'s more non-news for MacBook Pro owners: software just works. If you see the Universal logo on a new application, that means it will run on Intel- and PowerPC-based Mac computers. For most existing applications, you simply do what you\'ve always done: double-click them. Thanks to the Rosetta technology in Mac OS X, they look and feel just like they did before.'),(32,10,492,0,25,' \r\n\r\n- 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache
\r\n- 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300); 100 GB 5400 rpm Serial ATA hard drive; slot-load SuperDrive (DVD±RW/CD-RW)
\r\n- One FireWire 400, two USB 2.0 ports, and ExpressCard/34 slot; no FireWire 800 slots
\r\n- Built-in 10/100/1000BASE-T (Gigabit); built-in 54 Mbps AirPort Extreme (802.11g); built-in Bluetooth 2.0+EDR
\r\n- 15.4-inch TFT widescreen display with 1440 x 900 resolution
'),(33,10,104,0,25,'Apple MacBook Pro MA464LL/A 15.4\" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive) '),(34,10,495,0,26,'LX.FR206.001'),(35,10,497,0,26,'Mobile AMD Athlon 64 2800+'),(36,10,498,0,26,'512MB of PC2700 DDR333 SDRAM'),(37,10,499,0,26,'80 gig Western Digital'),(38,10,500,0,26,'15-inch, 200-nit, high-brightness TFT LCD screen '),(39,10,97,0,26,' Acer has flawlessly designed the Ferrari 3200, instilling it with exceptional performance, brilliant graphics, and lightning-fast connectivity. This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success.'),(40,10,492,0,26,' \r\n\r\n- Mobile AMD Athlon 64 2800+
\r\n- 1MB L2 Cache
\r\n- 512MB of PC2700 DDR333 SDRAM
\r\n- 2 RAM Slots (0 open - upgrading requires chip removal)
\r\n- RAM is upgradeable to 2GB
\r\n
'),(41,10,104,0,26,'Acer Ferrari 3200 Notebook Computer PC '),(42,10,495,0,27,'VGN-TXN27N/B'),(43,10,494,0,27,'10.7 x 1.23 x 7.7 inches (WxHxD)'),(44,10,497,0,27,'Intel Core Solo Processor U1500'),(45,10,498,0,27,'2 GB RAM'),(46,10,499,0,27,'100 GB Hard Drive'),(47,10,500,0,27,'9 inches'),(48,10,97,0,27,' Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected.\r\n\r\n'),(49,10,492,0,27,' \r\n\r\n- Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings.
\r\n
\r\n\r\n '),(50,10,104,0,27,'Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop'),(51,10,495,0,28,'M285-E'),(52,10,494,0,28,'17 x 7 x 13 inches'),(53,10,497,0,28,'1.66 GHz Intel Core Duo T2300E processor'),(54,10,498,0,28,'1 GB RAM'),(55,10,499,0,28,'60 GB hard drive'),(56,10,500,0,28,'14-inch screen '),(57,10,97,0,28,'Easily mobile at just 6 pounds, the Toshiba Satellite A135-S4527 makes it easy to get your work done with a large, bright 15.4-inch widescreen LCD. The XGA-resolution screen (1280 x 800) permits side-by-side viewing of documents for increased productivity. It\'s also great for using as a media center, with Toshiba\'s unique Express Media Player enabling you to bypass the system and access CDs and DVDs with a touch of button. This affordable notebook PC is powered by Intel\'s 1.73 GHz Core Duo T2080 processor, which provides an optimized, multithreaded architecture for improved gaming and multitasking performance and efficient power consumption. It also offers a 120 GB hard drive, 1 GB of installed RAM (2 GB maximum), dual-layer/multi-format DVD drive that also burns CDs, integrated 54g wireless connectivity, and Intel GMA 950 video card with up to 256 MB of shared video RAM.\r\n\r\n'),(58,10,492,0,28,' \r\n\r\n- Processor: The Intel Core Duo T2080 processor is built with the Mobile Intel 945PM Express chipset, and it has a 1.73 GHz processor speed, fast 533 MHz front-side bus (FSB), and 1 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.)
\r\n
'),(59,10,104,0,28,'Toshiba, notebook, laptop, intel, '),(60,10,495,0,29,'B000JI2N0I'),(61,10,97,0,29,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.'),(62,10,492,0,29,' * Made of EVA foam\r\n * Heel strap keeps shoe on foot\r\n * Non-marking, slip-resistant outsole\r\n * Weigh just 6-10 ounces\r\n\r\n'),(63,10,104,0,29,'CN Clogs Beach/Garden Clog '),(64,10,495,0,30,'B000CP1M00'),(65,10,97,0,30,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.'),(66,10,495,0,32,'B000LJQVF8'),(67,10,97,0,32,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable.'),(68,10,492,0,32,'The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. '),(69,10,104,0,32,'Nine West Women\'s Lucero Pump '),(70,10,495,0,33,'B000NPOA1M'),(71,10,97,0,33,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.'),(72,10,495,0,35,'Impatience'),(73,10,97,0,35,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem'),(74,10,104,0,35,'Coalesce: Functioning On Impatience T-Shirt'),(75,10,495,0,36,'Ink Eater:'),(76,10,97,0,36,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!'),(77,10,104,0,36,'Ink Eater: Krylon Bombear Destroyed Tee'),(78,10,495,0,19,'8525 PDA'),(79,10,494,0,19,'4.4 x 2.4 x 0.9 inches'),(80,10,97,0,19,' The design of the 8525 is clean and uncluttered, with just a few buttons for mail, Internet Explorer, and contextual menus. Meanwhile, call answer and end buttons surround a five-way toggle that allows you to navigate and control the Windows Mobile interface. As mentioned, a full QWERTY keyboard cleverly slides out from underneath the screen. This allows you to hold the device horizontally, and the screen is automatically placed in landscape mode when you\'re using the keyboard. A side scroll wheel is conveniently tucked away on the side, making navigation when accessing the music player and other various applications a cinch when needed. A mini-SD memory expansion card slot is provided, as is an infrared port and support for a stereo Bluetooth headset. A mini-USB port is also included for wired data transfers and charging.'),(81,10,492,0,19,'\r\n\r\n- tri-band UMTS/HSDPA; quad-band GSM/GPRS/EDGE for global use
\r\n- Windows Mobile 5.0 with Messaging & Security Feature Pack
\r\n- sliding QWERTY keyboard with improved keypad design and improved backlight for easier use in low light conditions
\r\n- 128MB ROM / 64MB RAM; ~51MB user available memory
\r\n- 2.0 mega-pixel camera with video capabilities
\r\n
'),(82,10,496,0,19,'Conditional $250 Equipment Discount Included: Your price paid includes an equipment discount of $250 that has been provided to you in exchange for either activating a new, non-substitute line of service or renewing an existing line of service with AT&T and your agreement that for the 181-day period following such activation or renewal you will: (1) pay your balance due to AT&T each month and otherwise maintain your account in good standing; (2) not disconnect this AT&T line of service; (3) not transfer this equipment to another AT&T line of service; (4) not change your AT&T service rate plan to a lower monthly service rate--this includes canceling or removing required PDA, BlackBerry, or smartphone features after your product has shipped; (5) not use this line of service to replace an existing account with AT&T. If these conditions are not met, you hereby authorize Magento.com to charge your credit card $250 as reimbursement of this equipment discount without need for further approval.'),(83,10,104,0,19,'At&t, 8525, cell, phone'),(84,10,495,0,39,'The Get Up Kids: Band Camp Pullover Hoodie'),(85,10,97,0,39,'Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. Sizing info is available here. '),(86,10,104,0,39,'The Get Up Kids: Band Camp Pullover Hoodie'),(87,10,495,0,41,'384822'),(88,10,494,0,41,'21\"W x 44\"L x 35.5\"H'),(89,10,507,0,41,'Thailand'),(90,10,509,0,41,'Asian Beechwood'),(91,10,97,0,41,'Features include inset panel sides and for spacious drawers and two wicker baskets. 41\"Wx18\"Dx36\"H.'),(92,10,104,0,41,'Hardwood, drawers, wicker, asian, beechwood'),(93,10,495,0,42,'bar1234'),(94,10,494,0,42,'62\"W x 84\"L x 8\"H'),(95,10,507,0,42,'Thailand'),(96,10,492,0,44,'\r\n \r\n\r\n- 8.0-megapixel CMOS sensor captures enough detail for photo-quality 16 x 22-inch prints
\r\n- Includes Canon\'s EF-S 18-55mm, f3.5-5.6 zoom lens
\r\n- DIGIC II Image Processor provides fast, accurate image processing; captures images at a rate of up to 3 frames per second
\r\n- Fast start-up time--.2 seconds
\r\n- Powered by rechargeable Lithium-ion battery (included, with charger)
\r\n
\r\n'),(97,10,104,0,44,'canon, slr, camera, 8, digital'),(98,10,495,0,45,'QC-2185'),(99,10,494,0,45,'2.75 inches x 1.5 inches'),(100,10,97,0,45,'The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet.\r\n\r\nThe Argus QC-2185 features a clear and bright 1.1-inch CSTN (color super-twist nematic) LCD display that makes it easy to frame the perfect picture. Thanks to its USB 1.1 connection compatibility, this digital camera lets you quickly download pictures to your Mac or PC, and can also function as a handy web camera. The QC-2185 includes eight megabytes of internal SDRAM memory, with the ability to expand camera memory via a built-in SD (secure digital) storage card slot for easy storage and transfer of your pictures. This unit also includes a built-in auto flash with a three to seven foot range, and comes with ArcSoft PhotoImpression\'s photo editing software which makes it easy for you to edit, crop, adjust and improve all your best pictures to make them even better.\r\n'),(101,10,492,0,45,'\r\n5 megapixel digital camera with a 1600 x 1200 resolution and an f2.8 aperture\r\n- Clear and bright 1.1-inch CSTN LCD display makes it easy to frame the perfect picture
\r\n- USB 1.1 connection compatibility lets you quickly download pictures to your Mac or PC, and function as a web camera
\r\n- Runs on 3 AAA batteries, and requires; Windows OS 98 or higher, at least 32 MB of RAM and 125 MB of hard disk space, and an available USB port
\r\n- Weighs 3.4 ounces, measures 3.6 x 2.4 x 1.1 inches (W x H x D), and is backed by a 1-year manufacturer\'s warranty
\r\n
\r\n'),(102,10,104,0,45,'Argus, QC-2185, digital, camera, 2MP'),(103,10,495,0,46,'750'),(104,10,494,0,46,'3.8 x 2.1 x 1 inches'),(105,10,97,0,46,'Olympus continues to innovate with the launch of the Stylus 750 digital camera, a technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom that tucks away into a streamlined metal, all-weather body design. The camera is distinguished by a number of premium features, including:\r\n\r\n * An advanced combination of the mechanical CCD-shift Image Stabilization and Digital Image Stabilization work together to ensure the clearest pictures possible in any situation;\r\n * A 5x optical zoom lens with a newly developed lens element to maintain a small compact size;\r\n * A 2.5-inch LCD and Bright Capture Technology dramatically improve composition, capture and review of images in low-light situations;\r\n * Olympus\' exclusive TruePic Turbo Image Processing engine is coupled with a 7.1-megapixel image sensor to produce crisp, high-quality p'),(106,10,492,0,46,'\r\n\r\n\r\n- 7.1-megapixel CCD captures enough detail for photo-quality 15 x 20-inch prints
\r\n- 5x image-stabilized optical zoom; 2.5-inch LCD display
\r\n- Compact, all-weather body measures 3.8 x 2.1 x 0.96 inches
\r\n- Bright Capture technology; 27 selectable shooting modes; built-in Help guide
\r\n- Stores images on xD Picture Cards; powered by Li-Ion battery (battery and charger included)
\r\n
'),(107,10,104,0,46,'Olympus, stylus, 750, 7MP, digital, camera, zoom'),(108,10,495,0,47,'A630 '),(109,10,494,0,47,'4.3 x 2.6 x 1.9 inches '),(110,10,97,0,47,'Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes.
\r\n\r\nThe PowerShot A630 packs a vast array of advanced features into a remarkably compact space
\r\n\r\n'),(111,10,492,0,47,'\r\n\r\n- 8-megapixel CCD captures enough detail for photo-quality 16 x 22-inch prints
\r\n- 4x optical zoom; 2.5-inch vari-angle LCD display
\r\n- ISO range up to ISO 800 for less blur in low light while hand-holding
\r\n- 3:2 guide masks LCD to display 4 x 6-inch print size; 16:9 format option for still images
\r\n- Stores images on SD cards; powered by 4 AA-size batteries
\r\n
'),(112,10,104,0,47,'canon, powershot, A630, digital, camera, optical, zoom'),(113,10,495,0,48,'C530 '),(114,10,494,0,48,' 4 x 6 x 9 inches'),(115,10,97,0,48,'Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features--such as 5.0-megapixel CCD resolution, on-camera image cropping, and an on-camera Share button--at a very affordable price.'),(116,10,492,0,48,'\r\n \r\n\r\n- 5.0-megapixel CCD captures enough detail for photo-quality 13 x 17-inch prints
\r\n- 1.5-inch LCD display
\r\n- Continuous QVGA video
\r\n- Auto scene mode and three color modes; in-camera cropping
\r\n- Powered by AA size batteries; stores images on SD memory cards (includes 16 MB internal memory)
\r\n
'),(117,10,104,0,48,'kodak, eayshare, c530, 5MP, digital, camera'),(118,10,495,0,49,'B000KJ43SG'),(119,10,97,0,49,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(120,10,492,0,49,'Womens Premier Leather Single Layer Narrow Strap - '),(121,10,104,0,49,'womens, sandal, leather, anashria, '),(122,10,495,0,51,'magotto'),(123,10,507,0,51,'Italy'),(124,10,509,0,51,'Microfiber'),(125,10,97,0,51,'The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery.'),(126,10,104,0,51,'Ottoman'),(127,10,495,0,52,'1112'),(128,10,507,0,52,'Italy'),(129,10,509,0,52,'Microfiber'),(130,10,97,0,52,'This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber.'),(131,10,104,0,52,'Chair'),(132,10,495,0,53,'1113'),(133,10,507,0,53,'Italy'),(134,10,509,0,53,'Microfiber'),(135,10,97,0,53,'Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!'),(136,10,104,0,53,'Couch'),(137,10,495,0,54,'RFS'),(138,10,507,0,54,'Italy'),(139,10,509,0,54,'Microfiber'),(140,10,97,0,54,'The perfect furniture set for the living room! Love red? You\'ll love these pieces of handmade modern furniture!'),(141,10,104,0,54,'Magento, Red, Furniture, Set, ottoman, couch, chair'),(142,10,506,0,39,'Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. '),(143,10,506,0,38,'Printed on American Apparel Classic style 5495 California t-shirts. '),(144,10,506,0,37,'Printed on American Apparel Classic style 5495 California cotton T shirst. '),(145,10,506,0,36,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!'),(146,10,506,0,35,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem'),(147,10,506,0,34,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue'),(148,10,506,0,19,'Under the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera.'),(149,10,506,0,18,'The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here.'),(150,10,506,0,17,'The BlackBerry 8100 Pearl is a departure from the form factor of previous BlackBerry devices. This BlackBerry handset is far more phone-like, and RIM\'s engineers have managed to fit a QWERTY keyboard onto the handset\'s slim frame.'),(151,10,506,0,16,'The words \"entry level\" no longer mean \"low-end,\" especially when it comes to the Nokia 2610. Offering advanced media and calling features without breaking the bank'),(152,10,506,0,30,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. '),(153,10,506,0,41,'Our Akio dresser has a solid hardwood frame. '),(154,10,506,0,42,'Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details.'),(155,10,506,0,44,' Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. '),(156,10,506,0,54,'Love red? You\'ll love these pieces of handmade modern furniture!'),(157,10,495,0,74,'B000KJ43SG'),(158,10,97,0,74,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(159,10,492,0,74,'Womens Premier Leather Single Layer Narrow Strap - '),(160,10,104,0,74,'womens, sandal, leather, anashria, '),(161,10,506,0,74,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(162,10,495,0,75,'B000KJ43SG'),(163,10,97,0,75,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(164,10,492,0,75,'Womens Premier Leather Single Layer Narrow Strap - '),(165,10,492,0,80,'Womens Premier Leather Single Layer Narrow Strap - '),(166,10,104,0,80,'womens, sandal, leather, anashria, '),(167,10,506,0,80,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(168,10,495,0,81,'B000KJ43SG'),(169,10,97,0,81,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(170,10,492,0,81,'Womens Premier Leather Single Layer Narrow Strap - '),(171,10,104,0,81,'womens, sandal, leather, anashria, '),(172,10,506,0,81,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(173,10,495,0,82,'B000KJ43SG'),(174,10,495,0,84,'B000JI2N0I'),(175,10,97,0,84,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.'),(176,10,492,0,84,' * Made of EVA foam\r\n * Heel strap keeps shoe on foot\r\n * Non-marking, slip-resistant outsole\r\n * Weigh just 6-10 ounces\r\n\r\n'),(177,10,104,0,84,'CN Clogs Beach/Garden Clog '),(178,10,104,0,85,'CN Clogs Beach/Garden Clog '),(179,10,506,0,85,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(180,10,495,0,86,'B000JI2N0I'),(181,10,97,0,86,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.'),(182,10,97,0,87,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.'),(183,10,492,0,87,' * Made of EVA foam\r\n * Heel strap keeps shoe on foot\r\n * Non-marking, slip-resistant outsole\r\n * Weigh just 6-10 ounces\r\n\r\n'),(184,10,104,0,87,'CN Clogs Beach/Garden Clog '),(185,10,506,0,87,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(186,10,506,0,88,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(187,10,495,0,89,'B000JI2N0I'),(188,10,97,0,89,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.'),(189,10,492,0,89,' * Made of EVA foam\r\n * Heel strap keeps shoe on foot\r\n * Non-marking, slip-resistant outsole\r\n * Weigh just 6-10 ounces\r\n\r\n'),(190,10,492,0,90,' * Made of EVA foam\r\n * Heel strap keeps shoe on foot\r\n * Non-marking, slip-resistant outsole\r\n * Weigh just 6-10 ounces\r\n\r\n'),(191,10,104,0,90,'CN Clogs Beach/Garden Clog '),(192,10,506,0,90,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(193,10,495,0,91,'B000JI2N0I'),(194,10,495,0,92,'B000JI2N0I'),(195,10,97,0,92,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.'),(196,10,492,0,92,' * Made of EVA foam\r\n * Heel strap keeps shoe on foot\r\n * Non-marking, slip-resistant outsole\r\n * Weigh just 6-10 ounces\r\n\r\n'),(197,10,104,0,92,'CN Clogs Beach/Garden Clog '),(198,10,97,0,93,'Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.'),(199,10,492,0,93,'\r\n\r\n- I.G.S.: Allows for natural foot movement from heel strike to toe-off
\r\n- DuoMax Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off
\r\n- Space Trusstic System: Allows for greater midsole deformation and more efficient foot function
\r\n- GEL Cushioning System: Provides maximum rearfoot/forefoot shock attenuation
\r\n- Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation
\r\n\r\n
'),(200,10,495,0,94,'B000CP1M00'),(201,10,506,0,94,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. '),(202,10,495,0,95,'B000CP1M00'),(203,10,97,0,95,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.'),(204,10,495,0,96,'B000CP1M00'),(205,10,97,0,96,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.'),(206,10,492,0,96,'# I.G.S.?: Allows for natural foot movement from heel strike to toe-off\r\n# DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off\r\n# Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function\r\n# GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation\r\n# Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation'),(207,10,97,0,97,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.'),(208,10,492,0,97,'# I.G.S.?: Allows for natural foot movement from heel strike to toe-off\r\n# DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off\r\n# Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function\r\n# GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation\r\n# Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation'),(209,10,104,0,97,'ASICS® Men\'s GEL-Kayano® XII '),(210,10,104,0,99,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(211,10,506,0,99,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue'),(212,10,495,0,100,'B000IKC6AY'),(213,10,506,0,100,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue'),(214,10,495,0,101,'B000IKC6AY'),(215,10,97,0,101,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.'),(216,10,492,0,101,'The handsome style of the Con-Verge slip-on from Kenneth Cole New York is larger than life. This sharp shoe has a semi-polished smooth leather upper, a squared off stitched apron toe, and dual-goring for easy on/off accessibility. It also features soft leather linings, a cushioned insole, and a paneled rubber outsole for a sturdy step. The Con-Verge is a perfect companion to your business and special occasion wardrobes.'),(217,10,104,0,101,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(218,10,506,0,101,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue'),(219,10,495,0,102,'B000IKC6AY'),(220,10,97,0,102,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.'),(221,10,492,0,102,'The handsome style of the Con-Verge slip-on from Kenneth Cole New York is larger than life. This sharp shoe has a semi-polished smooth leather upper, a squared off stitched apron toe, and dual-goring for easy on/off accessibility. It also features soft leather linings, a cushioned insole, and a paneled rubber outsole for a sturdy step. The Con-Verge is a perfect companion to your business and special occasion wardrobes.'),(222,10,104,0,102,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(223,10,506,0,102,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue'),(224,10,495,0,103,'B000NOGIKY'),(225,10,104,0,103,'Steven by Steve Madden Pryme Pump'),(226,10,506,0,103,' This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe'),(227,10,97,0,103,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention.'),(228,10,492,0,103,'A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. '),(229,10,495,0,104,'B000NOGIKY'),(230,10,97,0,104,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention.'),(231,10,492,0,104,'A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. '),(232,10,104,0,104,'Steven by Steve Madden Pryme Pump'),(233,10,506,0,104,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe'),(234,10,495,0,105,'B000NOGIKY'),(235,10,97,0,105,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention.'),(236,10,492,0,105,'A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. '),(237,10,104,0,105,'Steven by Steve Madden Pryme Pump'),(238,10,506,0,105,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe'),(239,10,495,0,106,'B000NOGIKY'),(240,10,97,0,106,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention.'),(241,10,492,0,106,'A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. '),(242,10,104,0,106,'Steven by Steve Madden Pryme Pump'),(243,10,506,0,106,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe'),(244,10,495,0,107,'B000NOGIKY'),(245,10,97,0,107,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention.'),(246,10,492,0,107,'A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. '),(247,10,104,0,107,'Steven by Steve Madden Pryme Pump'),(248,10,506,0,107,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe'),(249,10,495,0,108,'B000LJQVF8'),(250,10,104,0,108,'Nine West, Women, Lucero, Pump'),(251,10,506,0,108,'This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp'),(252,10,97,0,108,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable.'),(253,10,492,0,108,'The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. '),(254,10,495,0,109,'B000LJQVF8'),(255,10,97,0,109,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable.'),(256,10,492,0,109,'The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. '),(257,10,104,0,109,'Nine West Women\'s Lucero Pump '),(258,10,506,0,109,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp'),(259,10,495,0,110,'B000LJQVF8'),(260,10,97,0,110,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable.'),(261,10,97,0,111,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable.'),(262,10,506,0,111,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp'),(263,10,495,0,112,'B000NPOA1M'),(264,10,104,0,112,'ECCO, Womens, Golf, Flexor, Shoe'),(265,10,506,0,112,'With a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.'),(266,10,97,0,112,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.'),(267,10,492,0,112,'\r\n\r\n- Breathable mesh fabric lining
\r\n- Cushioned Comfort Fibre System(R)
\r\n- Moisture absorbent
\r\n- Anti-bacterial insole
\r\n
'),(268,10,495,0,113,'B000NPOA1M'),(269,10,495,0,114,'B000NPOA1M'),(270,10,104,0,114,'ECCO Womens Golf Flexor Golf Shoe'),(271,10,506,0,114,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.'),(272,10,495,0,115,'B000NPOA1M'),(273,10,97,0,115,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.'),(274,10,492,0,115,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.'),(275,10,104,0,115,'ECCO Womens Golf Flexor Golf Shoe'),(276,10,506,0,115,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.'),(277,10,495,0,117,'Impatience'),(278,10,97,0,117,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem'),(279,10,104,0,117,'Coalesce: Functioning On Impatience T-Shirt'),(280,10,506,0,117,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem'),(281,10,495,0,118,'Impatience'),(282,10,97,0,118,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem'),(283,10,104,0,118,'Coalesce: Functioning On Impatience T-Shirt'),(284,10,506,0,118,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem'),(285,10,495,0,119,'Impatience'),(286,10,104,0,119,'Coalesce, T-Shirt'),(287,10,506,0,119,'\r\n\r\n\r\n- 6.1 oz. 100% preshrunk heavyweight cotton
\r\n- Shoulder-to-shoulder taping
\r\n- Double-needle sleeves and bottom hem
\r\n
'),(288,10,97,0,119,'Comfortable preshrunk shirts. Highest Quality Printing.
\r\n\r\n\r\n- 6.1 oz. 100% preshrunk heavyweight cotton
\r\n- Shoulder-to-shoulder taping
\r\n- Double-needle sleeves and bottom hem
'),(289,10,495,0,120,'Ink Eater:'),(290,10,104,0,120,'Ink Eater, Krylon, Bombear , Destroyed, Tee, t shirt'),(291,10,506,0,120,'Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!'),(292,10,97,0,120,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!'),(293,10,495,0,121,'Ink Eater:'),(294,10,97,0,121,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!'),(295,10,104,0,121,'Ink Eater: Krylon Bombear Destroyed Tee'),(296,10,506,0,121,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!'),(297,10,495,0,122,'Ink Eater:'),(298,10,97,0,122,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!'),(299,10,104,0,122,'Ink Eater: Krylon Bombear Destroyed Tee'),(300,10,506,0,122,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!'),(301,10,495,0,123,'paisley'),(302,10,104,0,123,'The Only Children: Paisley T-Shirt'),(303,10,506,0,123,'Printed on American Apparel Classic style 5495 California cotton T shirt. '),(304,10,97,0,123,'\r\n\r\n- 6.1 oz. 100% preshrunk heavyweight cotton
\r\n- Double-needle sleeves and bottom hem
\r\n
'),(305,10,495,0,124,'The Only Children: Paisley T-Shirt'),(306,10,97,0,124,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Double-needle sleeves and bottom hem'),(307,10,104,0,124,'The Only Children: Paisley T-Shirt'),(308,10,506,0,124,'Printed on American Apparel Classic style 5495 California cotton T shirst. '),(309,10,495,0,125,'The Only Children: Paisley T-Shirt'),(310,10,97,0,125,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Double-needle sleeves and bottom hem'),(311,10,104,0,125,'The Only Children: Paisley T-Shirt'),(312,10,506,0,125,'Printed on American Apparel Classic style 5495 California cotton T shirst. '),(313,10,495,0,126,'zolof'),(314,10,104,0,126,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(315,10,506,0,126,'Printed on American Apparel Classic style 5495 California t-shirts. '),(316,10,97,0,126,'\r\n 6.1 oz. 100% preshrunk heavyweight cotton
\r\n- Shoulder-to-shoulder taping
\r\n- Double-needle sleeves and bottom hem
\r\n
'),(317,10,104,0,127,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(318,10,104,0,128,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(319,10,506,0,128,'Printed on American Apparel Classic style 5495 California t-shirts. '),(320,10,495,0,129,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(321,10,97,0,129,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem'),(322,10,104,0,129,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(323,10,506,0,129,'Printed on American Apparel Classic style 5495 California t-shirts. '),(324,10,495,0,130,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(325,10,97,0,130,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem'),(326,10,104,0,130,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(327,10,506,0,130,'Printed on American Apparel Classic style 5495 California t-shirts. '),(328,10,495,0,131,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(329,10,97,0,131,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem'),(330,10,97,0,133,'A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time.'),(331,10,97,0,134,'Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator.'),(332,10,506,0,134,'Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator.'),(333,10,495,0,135,'B000KJ43SG!'),(334,10,104,0,135,'womens, sandal, leather, anashria, '),(335,10,506,0,135,'Buckle embellished contrasting straps adorn both the heel and canvas covered wedge of this t-strap sandal to make it a truly unique addition to your wardrobe'),(336,10,97,0,135,'Smooth kidskin upper in a dress platform wedge t-strap sandal style, with a round open toe, front and ankle adjustable buckles and tonal stitching accents. Ankle buckle features elastic panel. Smooth faux leather lining, cushioning faux leather and fabric topped insole. 1 inch matching leather and fabric wrapped midsole.'),(337,10,492,0,135,'\r\n\r\n- Womens Style
\r\n- Genuine Top Grain Premier Leather
\r\n- Rich Color Tones
\r\n- Straps lined with 2000 lb test nylon
\r\n- Guaranteed for the Life of the Sole - Non-slip sole
\r\n
'),(338,10,495,0,137,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(339,10,97,0,137,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem'),(340,10,104,0,137,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(341,10,506,0,137,'Printed on American Apparel Classic style 5495 California t-shirts. '),(342,10,531,0,28,''),(343,10,104,0,134,''),(344,10,531,0,51,''),(345,10,531,0,119,''),(346,10,531,0,126,''),(347,10,531,0,123,''),(348,10,531,0,120,''),(349,10,531,0,83,''),(350,10,531,0,44,''),(351,10,531,0,27,''),(352,10,531,0,39,''),(353,10,531,0,41,''),(354,10,531,0,42,''),(355,10,104,0,138,''),(356,10,531,0,138,''),(357,10,531,0,139,''),(358,10,104,0,140,''),(359,10,97,0,140,'Crucial 2GB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. '),(360,10,506,0,140,'Crucial 2GB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. '),(361,10,531,0,140,''),(362,10,104,0,141,''),(363,10,531,0,141,''),(364,10,531,0,142,''),(365,10,104,0,143,''),(366,10,97,0,143,'Crucial 512MB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. '),(367,10,506,0,143,'Crucial 512MB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. '),(368,10,531,0,143,''),(369,10,104,0,144,'2 Year Warranty - Parts and Labor'),(370,10,97,0,144,'2 Year Extended Warranty - Parts and Labor'),(371,10,506,0,144,'2 Year Extended Warranty - Parts and Labor'),(372,10,531,0,144,''),(373,10,104,0,145,''),(374,10,97,0,145,'Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform.'),(375,10,531,0,145,''),(376,10,531,0,146,''),(377,10,500,0,147,'22\"'),(378,10,104,0,147,''),(379,10,97,0,147,'The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready.'),(380,10,506,0,147,'The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready.'),(381,10,531,0,147,''),(382,10,104,0,148,''),(383,10,97,0,148,'Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor.'),(384,10,506,0,148,'AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor'),(385,10,531,0,148,''),(386,10,499,0,149,'1 TB'),(387,10,104,0,149,''),(388,10,97,0,149,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(389,10,506,0,149,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(390,10,531,0,149,''),(391,10,499,0,150,'500 GB'),(392,10,531,0,150,''),(393,10,506,0,151,'Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors.'),(394,10,531,0,151,''),(395,10,500,0,152,'24\"'),(396,10,104,0,152,''),(397,10,97,0,152,'With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device.\r\n\r\nProduct Features:\r\n * Ultrafast 5 ms response time\r\n * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness\r\n * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles\r\n'),(398,10,506,0,152,'5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs'),(399,10,506,0,153,'Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor'),(400,10,104,0,154,''),(401,10,97,0,154,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(402,10,506,0,154,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(403,10,531,0,154,''),(404,10,499,0,155,'5400 rpm'),(405,10,104,0,155,''),(406,10,500,0,156,'19\"'),(407,10,506,0,156,'2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs'),(408,10,531,0,156,''),(409,10,500,0,157,'30\"'),(410,10,104,0,157,''),(411,10,97,0,157,' * Digital (DVI), USB 2.0 and FireWire 400 inputs\r\n * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture\r\n * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print\r\n * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter\r\n * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices\r\n * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt\r\n * Antiglare, hard-coat screen treatment\r\n * Wall-mountable with optional mounting kit (not included)\r\n * ENERGY STAR compliance assures a high standard of energy efficiency\r\n'),(412,10,506,0,157,'Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency.'),(413,10,97,0,158,' \r\n\r\n- Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings.
\r\n
\r\n'),(414,10,97,0,159,'The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price!'),(415,10,506,0,159,'The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard.'),(416,10,531,0,159,''),(417,10,104,0,160,''),(418,10,97,0,160,'Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking.'),(419,10,506,0,160,'Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter.'),(420,10,531,0,160,''),(421,10,104,0,161,''),(422,10,97,0,161,'PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement.\r\n\r\nAn ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience!'),(423,10,506,0,161,'PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered.'),(424,10,531,0,161,''),(425,10,104,0,162,''),(426,10,97,0,162,'Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. '),(427,10,506,0,162,'Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse.'),(428,10,531,0,162,''),(429,10,531,0,25,''),(430,10,104,0,163,''),(431,10,97,0,163,'Make a computer'),(432,10,506,0,163,'Make a computer'),(433,10,531,0,163,''),(434,10,104,0,164,''),(435,10,97,0,164,'Make a computer'),(436,10,506,0,164,'Make a computer'),(437,10,531,0,164,''),(438,10,104,0,165,''),(439,10,506,0,165,'test description'),(440,10,97,0,165,'test description'),(441,10,531,0,165,''),(442,10,495,0,166,'HTC Touch Diamond'),(443,10,104,0,166,''),(444,10,506,0,166,'Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design.'),(445,10,97,0,166,'Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design.\r\n\r\nFeaturing a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use.\r\n\r\nWith HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection.\r\n\r\nYour contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips.\r\n\r\nA 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit.\r\n\r\nStyle and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived.'),(446,10,492,0,166,'Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design.\r\n\r\nFeaturing a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use.\r\n\r\nWith HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection.\r\n\r\nYour contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips.\r\n\r\nA 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit.\r\n\r\nStyle and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived.'),(447,10,494,0,166,'102 mm (L) X 51 mm (W) X 11.35 mm (T)'),(448,10,496,0,166,''),(449,10,531,0,166,''),(450,10,531,0,108,''),(451,10,531,0,94,''),(452,10,531,0,30,''),(453,10,531,0,95,''),(454,10,531,0,96,''),(455,10,531,0,97,''),(456,10,531,0,93,''),(457,10,531,0,35,''),(458,10,531,0,117,''),(459,10,531,0,32,''),(460,10,531,0,110,''),(461,10,531,0,109,''),(462,10,531,0,111,''),(463,10,531,0,36,''),(464,10,531,0,137,''),(465,10,531,0,38,''),(466,10,531,0,128,''),(467,10,531,0,130,''),(468,10,531,0,127,''),(469,10,531,0,129,''),(470,10,531,0,131,''),(471,10,531,0,37,''),(472,10,531,0,124,''),(473,10,531,0,125,''),(474,10,531,0,122,''),(475,10,531,0,121,''),(476,10,531,0,29,''),(477,10,531,0,84,''),(478,10,531,0,86,''),(479,10,531,0,85,''),(480,10,531,0,87,''),(481,10,531,0,88,''),(482,10,531,0,89,''),(483,10,531,0,90,''),(484,10,531,0,91,''),(485,10,531,0,92,''),(486,10,531,0,100,''),(487,10,531,0,101,''),(488,10,531,0,102,''),(489,10,531,0,99,''),(490,10,531,0,34,''),(491,10,531,0,104,''),(492,10,531,0,31,''),(493,10,531,0,105,''),(494,10,531,0,106,''),(495,10,531,0,107,''),(496,10,531,0,113,''),(497,10,531,0,114,''),(498,10,531,0,115,''),(499,10,531,0,33,''),(500,10,531,0,74,''),(501,10,531,0,79,''),(502,10,531,0,75,''),(503,10,531,0,80,''),(504,10,531,0,81,''),(505,10,531,0,82,''),(506,10,531,0,49,''),(507,10,531,0,135,''),(508,10,531,0,112,''),(509,10,531,0,103,''),(510,10,531,0,98,''),(511,10,531,0,16,''),(512,10,531,0,17,''),(513,10,531,0,18,''),(514,10,531,0,19,''),(515,10,531,0,20,''),(516,10,531,0,45,''),(517,10,531,0,46,''),(518,10,531,0,47,''),(519,10,531,0,48,''),(520,10,494,0,52,''),(521,10,531,0,52,''),(522,10,494,0,53,''),(523,10,531,0,53,''),(524,10,494,0,54,''),(525,10,531,0,54,''),(526,10,104,0,132,''),(527,10,531,0,132,''),(528,10,492,0,30,'# I.G.S.?: Allows for natural foot movement from heel strike to toe-off\r\n# DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off\r\n# Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function\r\n# GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation\r\n# Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation'),(529,10,104,0,30,'ASICS® Men\'s GEL-Kayano® XII '),(530,10,495,0,31,'B000NOGIKY'),(531,10,97,0,31,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention.'),(532,10,492,0,31,'A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. '),(533,10,104,0,31,'Steven by Steve Madden Pryme Pump'),(534,10,492,0,33,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.'),(535,10,104,0,33,'ECCO Womens Golf Flexor Golf Shoe'),(536,10,495,0,34,'B000IKC6AY'),(537,10,97,0,34,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.'),(538,10,492,0,34,'The handsome style of the Con-Verge slip-on from Kenneth Cole New York is larger than life. This sharp shoe has a semi-polished smooth leather upper, a squared off stitched apron toe, and dual-goring for easy on/off accessibility. It also features soft leather linings, a cushioned insole, and a paneled rubber outsole for a sturdy step. The Con-Verge is a perfect companion to your business and special occasion wardrobes.'),(539,10,104,0,34,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(540,10,495,0,37,'The Only Children: Paisley T-Shirt'),(541,10,97,0,37,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Double-needle sleeves and bottom hem'),(542,10,104,0,37,'The Only Children: Paisley T-Shirt'),(543,10,495,0,38,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(544,10,97,0,38,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem'),(545,10,104,0,38,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(546,10,509,0,42,'Bamboo'),(547,10,97,0,42,'Entirely handcrafted of solid Bamboo. Designed for use with a mattress alone, it includes a sturdy, padded wood platform for comfort and proper mattress support.'),(548,10,104,0,42,'bamboo, barcelona, platform, bed'),(549,10,495,0,44,'Rebel XT '),(550,10,494,0,44,'5 x 3.7 x 2.5 inches'),(551,10,97,0,44,'The Canon EOS Digital Rebel camera now has a new, faster, even smaller big brother. Sibling rivalries aside, the 8.0-megapixel Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Even with its advancements in ergonomic design and technology, this easy-to-use EOS digital camera is compatible with all of Canon\'s EF lenses, including the EF-S lenses.'),(552,10,506,0,33,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.'),(553,10,506,0,32,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp'),(554,10,506,0,31,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe'),(555,10,506,0,29,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(556,10,506,0,28,'Get the competitive edge with the Gateway M285-E. This widescreen Convertible Notebook functions as both a conventional notebook and a tablet.'),(557,10,506,0,27,'Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC.'),(558,10,506,0,26,'This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success'),(559,10,506,0,25,'You\'ve seen improvements in notebook performance before - but never on this scale. The Intel Core Duo powering MacBook Pro is actually two processors built into a single chip.'),(560,10,506,0,20,'The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. '),(561,10,506,0,45,'The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet.'),(562,10,506,0,46,'A technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom.'),(563,10,506,0,47,'Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes.'),(564,10,506,0,48,'Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features'),(565,10,506,0,49,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(566,10,506,0,51,'With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery.'),(567,10,506,0,52,'Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber.'),(568,10,506,0,53,'For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!'),(569,10,104,0,75,'womens, sandal, leather, anashria, '),(570,10,506,0,75,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(571,10,495,0,79,'B000KJ43SG'),(572,10,97,0,79,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(573,10,492,0,79,'Womens Premier Leather Single Layer Narrow Strap - '),(574,10,104,0,79,'womens, sandal, leather, anashria, '),(575,10,506,0,79,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(576,10,495,0,80,'B000KJ43SG'),(577,10,97,0,80,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(578,10,97,0,82,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(579,10,492,0,82,'Womens Premier Leather Single Layer Narrow Strap - '),(580,10,104,0,82,'womens, sandal, leather, anashria, '),(581,10,506,0,82,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(582,10,495,0,83,'B000JI2N0I'),(583,10,104,0,83,'cn, clogs, outdoor, shoes, sandals, comfortable'),(584,10,506,0,83,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(585,10,97,0,83,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.'),(586,10,492,0,83,'\r\n\r\n- Made of EVA foam
\r\n- Heel strap keeps shoe on foot
\r\n- Non-marking, slip-resistant outsole
\r\n- Weigh just 6-10 ounces
\r\n'),(587,10,506,0,84,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(588,10,495,0,85,'B000JI2N0I'),(589,10,97,0,85,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.'),(590,10,492,0,85,' * Made of EVA foam\r\n * Heel strap keeps shoe on foot\r\n * Non-marking, slip-resistant outsole\r\n * Weigh just 6-10 ounces\r\n\r\n'),(591,10,492,0,86,' * Made of EVA foam\r\n * Heel strap keeps shoe on foot\r\n * Non-marking, slip-resistant outsole\r\n * Weigh just 6-10 ounces\r\n\r\n'),(592,10,104,0,86,'CN Clogs Beach/Garden Clog '),(593,10,506,0,86,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(594,10,495,0,87,'B000JI2N0I'),(595,10,495,0,88,'B000JI2N0I'),(596,10,97,0,88,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.'),(597,10,492,0,88,' * Made of EVA foam\r\n * Heel strap keeps shoe on foot\r\n * Non-marking, slip-resistant outsole\r\n * Weigh just 6-10 ounces\r\n\r\n'),(598,10,104,0,88,'CN Clogs Beach/Garden Clog '),(599,10,104,0,89,'CN Clogs Beach/Garden Clog '),(600,10,506,0,89,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(601,10,495,0,90,'B000JI2N0I'),(602,10,97,0,90,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.'),(603,10,97,0,91,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.'),(604,10,492,0,91,' * Made of EVA foam\r\n * Heel strap keeps shoe on foot\r\n * Non-marking, slip-resistant outsole\r\n * Weigh just 6-10 ounces\r\n\r\n'),(605,10,104,0,91,'CN Clogs Beach/Garden Clog '),(606,10,506,0,91,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(607,10,506,0,92,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(608,10,495,0,93,'B000CP1M00'),(609,10,104,0,93,'asics, gel, kayano'),(610,10,506,0,93,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. '),(611,10,97,0,94,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.'),(612,10,492,0,94,'# I.G.S.?: Allows for natural foot movement from heel strike to toe-off\r\n# DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off\r\n# Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function\r\n# GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation\r\n# Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation'),(613,10,104,0,94,'ASICS® Men\'s GEL-Kayano® XII '),(614,10,492,0,95,'# I.G.S.?: Allows for natural foot movement from heel strike to toe-off\r\n# DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off\r\n# Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function\r\n# GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation\r\n# Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation'),(615,10,104,0,95,'ASICS® Men\'s GEL-Kayano® XII '),(616,10,506,0,95,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. '),(617,10,104,0,96,'ASICS® Men\'s GEL-Kayano® XII '),(618,10,506,0,96,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. '),(619,10,495,0,97,'B000CP1M00'),(620,10,506,0,97,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. '),(621,10,495,0,98,'B000IKC6AY'),(622,10,104,0,98,'Kenneth Cole, New York, Men\'s, Con-verge, Slip-on'),(623,10,506,0,98,'Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe.'),(624,10,97,0,98,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.'),(625,10,492,0,98,'The handsome style of the Con-Verge slip-on from Kenneth Cole New York is larger than life. This sharp shoe has a semi-polished smooth leather upper, a squared off stitched apron toe, and dual-goring for easy on/off accessibility. It also features soft leather linings, a cushioned insole, and a paneled rubber outsole for a sturdy step. The Con-Verge is a perfect companion to your business and special occasion wardrobes.'),(626,10,495,0,99,'B000IKC6AY'),(627,10,97,0,99,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.'),(628,10,492,0,99,'The handsome style of the Con-Verge slip-on from Kenneth Cole New York is larger than life. This sharp shoe has a semi-polished smooth leather upper, a squared off stitched apron toe, and dual-goring for easy on/off accessibility. It also features soft leather linings, a cushioned insole, and a paneled rubber outsole for a sturdy step. The Con-Verge is a perfect companion to your business and special occasion wardrobes.'),(629,10,97,0,100,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.'),(630,10,492,0,100,'The handsome style of the Con-Verge slip-on from Kenneth Cole New York is larger than life. This sharp shoe has a semi-polished smooth leather upper, a squared off stitched apron toe, and dual-goring for easy on/off accessibility. It also features soft leather linings, a cushioned insole, and a paneled rubber outsole for a sturdy step. The Con-Verge is a perfect companion to your business and special occasion wardrobes.'),(631,10,104,0,100,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(632,10,492,0,110,'The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. '),(633,10,104,0,110,'Nine West Women\'s Lucero Pump '),(634,10,506,0,110,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp'),(635,10,495,0,111,'B000LJQVF8'),(636,10,492,0,111,'The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. '),(637,10,104,0,111,'Nine West Women\'s Lucero Pump '),(638,10,97,0,113,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.'),(639,10,492,0,113,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.'),(640,10,104,0,113,'ECCO Womens Golf Flexor Golf Shoe'),(641,10,506,0,113,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.'),(642,10,97,0,114,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.'),(643,10,492,0,114,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.'),(644,10,495,0,127,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(645,10,97,0,127,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem'),(646,10,506,0,127,'Printed on American Apparel Classic style 5495 California t-shirts. '),(647,10,495,0,128,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(648,10,97,0,128,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem'),(649,10,104,0,131,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(650,10,506,0,131,'Printed on American Apparel Classic style 5495 California t-shirts. '),(651,10,506,0,133,'A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time.'),(652,10,97,0,132,'Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers.'),(653,10,506,0,132,'Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers.'),(654,10,494,0,26,''),(655,10,531,0,26,''),(656,10,531,0,134,''),(657,10,531,0,118,''),(658,10,494,0,51,''),(659,10,97,0,138,'This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors.'),(660,10,506,0,138,'This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market.'),(661,10,104,0,139,''),(662,10,97,0,139,'Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line.'),(663,10,506,0,139,'The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.'),(664,10,97,0,141,'Crucial 1024MB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. '),(665,10,506,0,141,'Crucial 1024MB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. '),(666,10,104,0,142,'1 Year Warranty - Parts and Labor'),(667,10,97,0,142,'1 Year Extended Warranty - Parts and Labor'),(668,10,506,0,142,'1 Year Extended Warranty - Parts and Labor'),(669,10,506,0,145,'Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor.'),(670,10,104,0,146,'3 Year Warranty - Parts and Labor'),(671,10,97,0,146,'3 Year Extended Warranty - Parts and Labor'),(672,10,506,0,146,'3 Year Extended Warranty - Parts and Labor'),(673,10,104,0,150,''),(674,10,97,0,150,'500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(675,10,506,0,150,'500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(676,10,104,0,151,''),(677,10,97,0,151,'Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward.'),(678,10,531,0,152,''),(679,10,104,0,153,''),(680,10,97,0,153,'The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing.'),(681,10,531,0,153,''),(682,10,499,0,154,'5400 rpm'),(683,10,97,0,155,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(684,10,506,0,155,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(685,10,531,0,155,''),(686,10,104,0,156,''),(687,10,97,0,156,'Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device.\r\nProduct Features\r\n\r\n * Ultrafast 2 ms response time\r\n * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness\r\n * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles\r\n'),(688,10,531,0,157,''),(689,10,104,0,158,'Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, '),(690,10,506,0,158,'Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected.\r\n\r\n'),(691,10,531,0,158,''),(692,10,104,0,159,''),(693,10,497,0,16,''),(694,10,498,0,16,''),(695,10,499,0,16,''),(696,10,500,0,16,''),(697,10,507,0,16,''),(698,10,509,0,16,''),(699,10,497,0,17,''),(700,10,498,0,17,''),(701,10,499,0,17,''),(702,10,500,0,17,''),(703,10,507,0,17,''),(704,10,509,0,17,''),(705,10,497,0,18,''),(706,10,498,0,18,''),(707,10,499,0,18,''),(708,10,500,0,18,''),(709,10,507,0,18,''),(710,10,509,0,18,''),(711,10,497,0,19,''),(712,10,498,0,19,''),(713,10,499,0,19,''),(714,10,500,0,19,''),(715,10,507,0,19,''),(716,10,509,0,19,''),(717,10,497,0,20,''),(718,10,498,0,20,''),(719,10,499,0,20,''),(720,10,500,0,20,''),(721,10,507,0,20,''),(722,10,509,0,20,''),(723,10,496,0,25,''),(724,10,507,0,25,''),(725,10,509,0,25,''),(726,10,496,0,26,''),(727,10,507,0,26,''),(728,10,509,0,26,''),(729,10,496,0,27,''),(730,10,507,0,27,''),(731,10,509,0,27,''),(732,10,496,0,28,''),(733,10,507,0,28,''),(734,10,509,0,28,''),(735,10,494,0,29,''),(736,10,496,0,29,''),(737,10,497,0,29,''),(738,10,498,0,29,''),(739,10,499,0,29,''),(740,10,500,0,29,''),(741,10,507,0,29,''),(742,10,509,0,29,''),(743,10,494,0,30,''),(744,10,496,0,30,''),(745,10,497,0,30,''),(746,10,498,0,30,''),(747,10,499,0,30,''),(748,10,500,0,30,''),(749,10,507,0,30,''),(750,10,509,0,30,''),(751,10,494,0,31,''),(752,10,496,0,31,''),(753,10,497,0,31,''),(754,10,498,0,31,''),(755,10,499,0,31,''),(756,10,500,0,31,''),(757,10,507,0,31,''),(758,10,509,0,31,''),(759,10,494,0,32,''),(760,10,496,0,32,''),(761,10,497,0,32,''),(762,10,498,0,32,''),(763,10,499,0,32,''),(764,10,500,0,32,''),(765,10,507,0,32,''),(766,10,509,0,32,''),(767,10,494,0,33,''),(768,10,496,0,33,''),(769,10,497,0,33,''),(770,10,498,0,33,''),(771,10,499,0,33,''),(772,10,500,0,33,''),(773,10,507,0,33,''),(774,10,509,0,33,''),(775,10,494,0,34,''),(776,10,496,0,34,''),(777,10,497,0,34,''),(778,10,498,0,34,''),(779,10,499,0,34,''),(780,10,500,0,34,''),(781,10,507,0,34,''),(782,10,509,0,34,''),(783,10,494,0,35,''),(784,10,492,0,35,''),(785,10,496,0,35,''),(786,10,497,0,35,''),(787,10,498,0,35,''),(788,10,499,0,35,''),(789,10,500,0,35,''),(790,10,507,0,35,''),(791,10,509,0,35,''),(792,10,494,0,36,''),(793,10,492,0,36,''),(794,10,496,0,36,''),(795,10,497,0,36,''),(796,10,498,0,36,''),(797,10,499,0,36,''),(798,10,500,0,36,''),(799,10,507,0,36,''),(800,10,509,0,36,''),(801,10,494,0,37,''),(802,10,492,0,37,''),(803,10,496,0,37,''),(804,10,497,0,37,''),(805,10,498,0,37,''),(806,10,499,0,37,''),(807,10,500,0,37,''),(808,10,507,0,37,''),(809,10,509,0,37,''),(810,10,494,0,38,''),(811,10,492,0,38,''),(812,10,496,0,38,''),(813,10,497,0,38,''),(814,10,498,0,38,''),(815,10,499,0,38,''),(816,10,500,0,38,''),(817,10,507,0,38,''),(818,10,509,0,38,''),(819,10,494,0,39,''),(820,10,492,0,39,''),(821,10,496,0,39,''),(822,10,497,0,39,''),(823,10,498,0,39,''),(824,10,499,0,39,''),(825,10,500,0,39,''),(826,10,507,0,39,''),(827,10,509,0,39,''),(828,10,492,0,41,''),(829,10,496,0,41,''),(830,10,497,0,41,''),(831,10,498,0,41,''),(832,10,499,0,41,''),(833,10,500,0,41,''),(834,10,492,0,42,''),(835,10,496,0,42,''),(836,10,497,0,42,''),(837,10,498,0,42,''),(838,10,499,0,42,''),(839,10,500,0,42,''),(840,10,496,0,44,''),(841,10,497,0,44,''),(842,10,498,0,44,''),(843,10,499,0,44,''),(844,10,500,0,44,''),(845,10,507,0,44,''),(846,10,509,0,44,''),(847,10,496,0,45,''),(848,10,497,0,45,''),(849,10,498,0,45,''),(850,10,499,0,45,''),(851,10,500,0,45,''),(852,10,507,0,45,''),(853,10,509,0,45,''),(854,10,496,0,46,''),(855,10,497,0,46,''),(856,10,498,0,46,''),(857,10,499,0,46,''),(858,10,500,0,46,''),(859,10,507,0,46,''),(860,10,509,0,46,''),(861,10,496,0,47,''),(862,10,497,0,47,''),(863,10,498,0,47,''),(864,10,499,0,47,''),(865,10,500,0,47,''),(866,10,507,0,47,''),(867,10,509,0,47,''),(868,10,496,0,48,''),(869,10,497,0,48,''),(870,10,498,0,48,''),(871,10,499,0,48,''),(872,10,500,0,48,''),(873,10,507,0,48,''),(874,10,509,0,48,''),(875,10,494,0,49,''),(876,10,496,0,49,''),(877,10,497,0,49,''),(878,10,498,0,49,''),(879,10,499,0,49,''),(880,10,500,0,49,''),(881,10,507,0,49,''),(882,10,509,0,49,''),(883,10,492,0,51,''),(884,10,496,0,51,''),(885,10,497,0,51,''),(886,10,498,0,51,''),(887,10,499,0,51,''),(888,10,500,0,51,''),(889,10,492,0,52,''),(890,10,496,0,52,''),(891,10,497,0,52,''),(892,10,498,0,52,''),(893,10,499,0,52,''),(894,10,500,0,52,''),(895,10,492,0,53,''),(896,10,496,0,53,''),(897,10,497,0,53,''),(898,10,498,0,53,''),(899,10,499,0,53,''),(900,10,500,0,53,''),(901,10,492,0,54,''),(902,10,496,0,54,''),(903,10,498,0,54,''),(904,10,499,0,54,''),(905,10,500,0,54,''),(906,10,494,0,74,''),(907,10,496,0,74,''),(908,10,497,0,74,''),(909,10,498,0,74,''),(910,10,499,0,74,''),(911,10,500,0,74,''),(912,10,507,0,74,''),(913,10,509,0,74,''),(914,10,494,0,75,''),(915,10,496,0,75,''),(916,10,497,0,75,''),(917,10,498,0,75,''),(918,10,499,0,75,''),(919,10,500,0,75,''),(920,10,507,0,75,''),(921,10,509,0,75,''),(922,10,494,0,79,''),(923,10,496,0,79,''),(924,10,497,0,79,''),(925,10,498,0,79,''),(926,10,499,0,79,''),(927,10,500,0,79,''),(928,10,507,0,79,''),(929,10,509,0,79,''),(930,10,494,0,80,''),(931,10,496,0,80,''),(932,10,497,0,80,''),(933,10,498,0,80,''),(934,10,499,0,80,''),(935,10,500,0,80,''),(936,10,507,0,80,''),(937,10,509,0,80,''),(938,10,494,0,81,''),(939,10,496,0,81,''),(940,10,497,0,81,''),(941,10,498,0,81,''),(942,10,499,0,81,''),(943,10,500,0,81,''),(944,10,507,0,81,''),(945,10,509,0,81,''),(946,10,494,0,82,''),(947,10,496,0,82,''),(948,10,497,0,82,''),(949,10,498,0,82,''),(950,10,499,0,82,''),(951,10,500,0,82,''),(952,10,507,0,82,''),(953,10,509,0,82,''),(954,10,494,0,83,''),(955,10,496,0,83,''),(956,10,498,0,83,''),(957,10,499,0,83,''),(958,10,500,0,83,''),(959,10,507,0,83,''),(960,10,509,0,83,''),(961,10,494,0,84,''),(962,10,496,0,84,''),(963,10,497,0,84,''),(964,10,498,0,84,''),(965,10,499,0,84,''),(966,10,500,0,84,''),(967,10,507,0,84,''),(968,10,509,0,84,''),(969,10,494,0,85,''),(970,10,496,0,85,''),(971,10,497,0,85,''),(972,10,498,0,85,''),(973,10,499,0,85,''),(974,10,500,0,85,''),(975,10,507,0,85,''),(976,10,509,0,85,''),(977,10,494,0,86,''),(978,10,496,0,86,''),(979,10,497,0,86,''),(980,10,498,0,86,''),(981,10,499,0,86,''),(982,10,500,0,86,''),(983,10,507,0,86,''),(984,10,509,0,86,''),(985,10,494,0,87,''),(986,10,496,0,87,''),(987,10,497,0,87,''),(988,10,498,0,87,''),(989,10,499,0,87,''),(990,10,500,0,87,''),(991,10,507,0,87,''),(992,10,509,0,87,''),(993,10,494,0,88,''),(994,10,496,0,88,''),(995,10,497,0,88,''),(996,10,498,0,88,''),(997,10,499,0,88,''),(998,10,500,0,88,''),(999,10,507,0,88,''),(1000,10,509,0,88,''),(1001,10,494,0,89,''),(1002,10,496,0,89,''),(1003,10,497,0,89,''),(1004,10,498,0,89,''),(1005,10,499,0,89,''),(1006,10,500,0,89,''),(1007,10,507,0,89,''),(1008,10,509,0,89,''),(1009,10,494,0,90,''),(1010,10,496,0,90,''),(1011,10,497,0,90,''),(1012,10,498,0,90,''),(1013,10,499,0,90,''),(1014,10,500,0,90,''),(1015,10,507,0,90,''),(1016,10,509,0,90,''),(1017,10,494,0,91,''),(1018,10,496,0,91,''),(1019,10,497,0,91,''),(1020,10,498,0,91,''),(1021,10,499,0,91,''),(1022,10,500,0,91,''),(1023,10,507,0,91,''),(1024,10,509,0,91,''),(1025,10,494,0,92,''),(1026,10,496,0,92,''),(1027,10,497,0,92,''),(1028,10,498,0,92,''),(1029,10,499,0,92,''),(1030,10,500,0,92,''),(1031,10,507,0,92,''),(1032,10,509,0,92,''),(1033,10,494,0,93,''),(1034,10,496,0,93,''),(1035,10,498,0,93,''),(1036,10,499,0,93,''),(1037,10,500,0,93,''),(1038,10,507,0,93,''),(1039,10,509,0,93,''),(1040,10,494,0,94,''),(1041,10,496,0,94,''),(1042,10,497,0,94,''),(1043,10,498,0,94,''),(1044,10,499,0,94,''),(1045,10,500,0,94,''),(1046,10,507,0,94,''),(1047,10,509,0,94,''),(1048,10,494,0,95,''),(1049,10,496,0,95,''),(1050,10,497,0,95,''),(1051,10,498,0,95,''),(1052,10,499,0,95,''),(1053,10,500,0,95,''),(1054,10,507,0,95,''),(1055,10,509,0,95,''),(1056,10,494,0,96,''),(1057,10,496,0,96,''),(1058,10,497,0,96,''),(1059,10,498,0,96,''),(1060,10,499,0,96,''),(1061,10,500,0,96,''),(1062,10,507,0,96,''),(1063,10,509,0,96,''),(1064,10,494,0,97,''),(1065,10,496,0,97,''),(1066,10,497,0,97,''),(1067,10,498,0,97,''),(1068,10,499,0,97,''),(1069,10,500,0,97,''),(1070,10,507,0,97,''),(1071,10,509,0,97,''),(1072,10,494,0,98,''),(1073,10,496,0,98,''),(1074,10,498,0,98,''),(1075,10,499,0,98,''),(1076,10,500,0,98,''),(1077,10,507,0,98,''),(1078,10,509,0,98,''),(1079,10,494,0,99,''),(1080,10,496,0,99,''),(1081,10,497,0,99,''),(1082,10,498,0,99,''),(1083,10,499,0,99,''),(1084,10,500,0,99,''),(1085,10,507,0,99,''),(1086,10,509,0,99,''),(1087,10,494,0,100,''),(1088,10,496,0,100,''),(1089,10,497,0,100,''),(1090,10,498,0,100,''),(1091,10,499,0,100,''),(1092,10,500,0,100,''),(1093,10,507,0,100,''),(1094,10,509,0,100,''),(1095,10,494,0,101,''),(1096,10,496,0,101,''),(1097,10,497,0,101,''),(1098,10,498,0,101,''),(1099,10,499,0,101,''),(1100,10,500,0,101,''),(1101,10,507,0,101,''),(1102,10,509,0,101,''),(1103,10,494,0,102,''),(1104,10,496,0,102,''),(1105,10,497,0,102,''),(1106,10,498,0,102,''),(1107,10,499,0,102,''),(1108,10,500,0,102,''),(1109,10,507,0,102,''),(1110,10,509,0,102,''),(1111,10,494,0,103,''),(1112,10,496,0,103,''),(1113,10,498,0,103,''),(1114,10,499,0,103,''),(1115,10,500,0,103,''),(1116,10,507,0,103,''),(1117,10,509,0,103,''),(1118,10,494,0,104,''),(1119,10,496,0,104,''),(1120,10,497,0,104,''),(1121,10,498,0,104,''),(1122,10,499,0,104,''),(1123,10,500,0,104,''),(1124,10,507,0,104,''),(1125,10,509,0,104,''),(1126,10,494,0,105,''),(1127,10,496,0,105,''),(1128,10,497,0,105,''),(1129,10,498,0,105,''),(1130,10,499,0,105,''),(1131,10,500,0,105,''),(1132,10,507,0,105,''),(1133,10,509,0,105,''),(1134,10,494,0,106,''),(1135,10,496,0,106,''),(1136,10,497,0,106,''),(1137,10,498,0,106,''),(1138,10,499,0,106,''),(1139,10,500,0,106,''),(1140,10,507,0,106,''),(1141,10,509,0,106,''),(1142,10,494,0,107,''),(1143,10,496,0,107,''),(1144,10,497,0,107,''),(1145,10,498,0,107,''),(1146,10,499,0,107,''),(1147,10,500,0,107,''),(1148,10,507,0,107,''),(1149,10,509,0,107,''),(1150,10,494,0,108,''),(1151,10,496,0,108,''),(1152,10,498,0,108,''),(1153,10,499,0,108,''),(1154,10,500,0,108,''),(1155,10,507,0,108,''),(1156,10,509,0,108,''),(1157,10,494,0,109,''),(1158,10,496,0,109,''),(1159,10,497,0,109,''),(1160,10,498,0,109,''),(1161,10,499,0,109,''),(1162,10,500,0,109,''),(1163,10,507,0,109,''),(1164,10,509,0,109,''),(1165,10,494,0,110,''),(1166,10,496,0,110,''),(1167,10,497,0,110,''),(1168,10,498,0,110,''),(1169,10,499,0,110,''),(1170,10,500,0,110,''),(1171,10,507,0,110,''),(1172,10,509,0,110,''),(1173,10,494,0,111,''),(1174,10,496,0,111,''),(1175,10,497,0,111,''),(1176,10,498,0,111,''),(1177,10,499,0,111,''),(1178,10,500,0,111,''),(1179,10,507,0,111,''),(1180,10,509,0,111,''),(1181,10,494,0,112,''),(1182,10,496,0,112,''),(1183,10,498,0,112,''),(1184,10,499,0,112,''),(1185,10,500,0,112,''),(1186,10,507,0,112,''),(1187,10,509,0,112,''),(1188,10,494,0,113,''),(1189,10,496,0,113,''),(1190,10,497,0,113,''),(1191,10,498,0,113,''),(1192,10,499,0,113,''),(1193,10,500,0,113,''),(1194,10,507,0,113,''),(1195,10,509,0,113,''),(1196,10,494,0,114,''),(1197,10,496,0,114,''),(1198,10,497,0,114,''),(1199,10,498,0,114,''),(1200,10,499,0,114,''),(1201,10,500,0,114,''),(1202,10,507,0,114,''),(1203,10,509,0,114,''),(1204,10,494,0,115,''),(1205,10,496,0,115,''),(1206,10,497,0,115,''),(1207,10,498,0,115,''),(1208,10,499,0,115,''),(1209,10,500,0,115,''),(1210,10,507,0,115,''),(1211,10,509,0,115,''),(1212,10,494,0,117,''),(1213,10,492,0,117,''),(1214,10,496,0,117,''),(1215,10,497,0,117,''),(1216,10,498,0,117,''),(1217,10,499,0,117,''),(1218,10,500,0,117,''),(1219,10,507,0,117,''),(1220,10,509,0,117,''),(1221,10,494,0,118,''),(1222,10,492,0,118,''),(1223,10,496,0,118,''),(1224,10,497,0,118,''),(1225,10,498,0,118,''),(1226,10,499,0,118,''),(1227,10,500,0,118,''),(1228,10,507,0,118,''),(1229,10,509,0,118,''),(1230,10,494,0,119,''),(1231,10,492,0,119,''),(1232,10,496,0,119,''),(1233,10,498,0,119,''),(1234,10,499,0,119,''),(1235,10,500,0,119,''),(1236,10,507,0,119,''),(1237,10,509,0,119,''),(1238,10,494,0,120,''),(1239,10,492,0,120,''),(1240,10,496,0,120,''),(1241,10,498,0,120,''),(1242,10,499,0,120,''),(1243,10,500,0,120,''),(1244,10,507,0,120,''),(1245,10,509,0,120,''),(1246,10,494,0,121,''),(1247,10,492,0,121,''),(1248,10,496,0,121,''),(1249,10,497,0,121,''),(1250,10,498,0,121,''),(1251,10,499,0,121,''),(1252,10,500,0,121,''),(1253,10,507,0,121,''),(1254,10,509,0,121,''),(1255,10,494,0,122,''),(1256,10,492,0,122,''),(1257,10,496,0,122,''),(1258,10,497,0,122,''),(1259,10,498,0,122,''),(1260,10,499,0,122,''),(1261,10,500,0,122,''),(1262,10,507,0,122,''),(1263,10,509,0,122,''),(1264,10,494,0,123,''),(1265,10,492,0,123,''),(1266,10,496,0,123,''),(1267,10,498,0,123,''),(1268,10,499,0,123,''),(1269,10,500,0,123,''),(1270,10,507,0,123,''),(1271,10,509,0,123,''),(1272,10,494,0,124,''),(1273,10,492,0,124,''),(1274,10,496,0,124,''),(1275,10,497,0,124,''),(1276,10,498,0,124,''),(1277,10,499,0,124,''),(1278,10,500,0,124,''),(1279,10,507,0,124,''),(1280,10,509,0,124,''),(1281,10,494,0,125,''),(1282,10,492,0,125,''),(1283,10,496,0,125,''),(1284,10,497,0,125,''),(1285,10,498,0,125,''),(1286,10,499,0,125,''),(1287,10,500,0,125,''),(1288,10,507,0,125,''),(1289,10,509,0,125,''),(1290,10,494,0,126,''),(1291,10,492,0,126,''),(1292,10,496,0,126,''),(1293,10,498,0,126,''),(1294,10,499,0,126,''),(1295,10,500,0,126,''),(1296,10,507,0,126,''),(1297,10,509,0,126,''),(1298,10,494,0,127,''),(1299,10,492,0,127,''),(1300,10,496,0,127,''),(1301,10,497,0,127,''),(1302,10,498,0,127,''),(1303,10,499,0,127,''),(1304,10,500,0,127,''),(1305,10,507,0,127,''),(1306,10,509,0,127,''),(1307,10,494,0,128,''),(1308,10,492,0,128,''),(1309,10,496,0,128,''),(1310,10,497,0,128,''),(1311,10,498,0,128,''),(1312,10,499,0,128,''),(1313,10,500,0,128,''),(1314,10,507,0,128,''),(1315,10,509,0,128,''),(1316,10,494,0,129,''),(1317,10,492,0,129,''),(1318,10,496,0,129,''),(1319,10,497,0,129,''),(1320,10,498,0,129,''),(1321,10,499,0,129,''),(1322,10,500,0,129,''),(1323,10,507,0,129,''),(1324,10,509,0,129,''),(1325,10,494,0,130,''),(1326,10,492,0,130,''),(1327,10,496,0,130,''),(1328,10,497,0,130,''),(1329,10,498,0,130,''),(1330,10,499,0,130,''),(1331,10,500,0,130,''),(1332,10,507,0,130,''),(1333,10,509,0,130,''),(1334,10,494,0,131,''),(1335,10,492,0,131,''),(1336,10,496,0,131,''),(1337,10,497,0,131,''),(1338,10,498,0,131,''),(1339,10,499,0,131,''),(1340,10,500,0,131,''),(1341,10,507,0,131,''),(1342,10,509,0,131,''),(1343,10,495,0,132,''),(1344,10,494,0,132,''),(1345,10,492,0,132,''),(1346,10,496,0,132,''),(1347,10,497,0,132,''),(1348,10,498,0,132,''),(1349,10,499,0,132,''),(1350,10,500,0,132,''),(1351,10,507,0,132,''),(1352,10,509,0,132,''),(1353,10,495,0,133,''),(1354,10,494,0,133,''),(1355,10,492,0,133,''),(1356,10,496,0,133,''),(1357,10,104,0,133,''),(1358,10,531,0,133,''),(1359,10,497,0,133,''),(1360,10,498,0,133,''),(1361,10,499,0,133,''),(1362,10,500,0,133,''),(1363,10,507,0,133,''),(1364,10,509,0,133,''),(1365,10,495,0,134,''),(1366,10,494,0,134,''),(1367,10,492,0,134,''),(1368,10,496,0,134,''),(1369,10,497,0,134,''),(1370,10,498,0,134,''),(1371,10,499,0,134,''),(1372,10,500,0,134,''),(1373,10,507,0,134,''),(1374,10,509,0,134,''),(1375,10,494,0,135,''),(1376,10,496,0,135,''),(1377,10,498,0,135,''),(1378,10,499,0,135,''),(1379,10,500,0,135,''),(1380,10,507,0,135,''),(1381,10,509,0,135,''),(1382,10,494,0,137,''),(1383,10,492,0,137,''),(1384,10,496,0,137,''),(1385,10,497,0,137,''),(1386,10,498,0,137,''),(1387,10,499,0,137,''),(1388,10,500,0,137,''),(1389,10,507,0,137,''),(1390,10,509,0,137,''),(1391,10,495,0,138,''),(1392,10,494,0,138,''),(1393,10,492,0,138,''),(1394,10,496,0,138,''),(1395,10,497,0,138,''),(1396,10,498,0,138,''),(1397,10,499,0,138,''),(1398,10,500,0,138,''),(1399,10,507,0,138,''),(1400,10,509,0,138,''),(1401,10,495,0,139,''),(1402,10,494,0,139,''),(1403,10,492,0,139,''),(1404,10,496,0,139,''),(1405,10,497,0,139,''),(1406,10,498,0,139,''),(1407,10,499,0,139,''),(1408,10,500,0,139,''),(1409,10,507,0,139,''),(1410,10,509,0,139,''),(1411,10,495,0,140,''),(1412,10,494,0,140,''),(1413,10,492,0,140,''),(1414,10,496,0,140,''),(1415,10,497,0,140,''),(1416,10,498,0,140,''),(1417,10,499,0,140,''),(1418,10,500,0,140,''),(1419,10,507,0,140,''),(1420,10,509,0,140,''),(1421,10,495,0,141,''),(1422,10,494,0,141,''),(1423,10,492,0,141,''),(1424,10,496,0,141,''),(1425,10,497,0,141,''),(1426,10,498,0,141,''),(1427,10,499,0,141,''),(1428,10,500,0,141,''),(1429,10,507,0,141,''),(1430,10,509,0,141,''),(1431,10,495,0,143,''),(1432,10,494,0,143,''),(1433,10,492,0,143,''),(1434,10,496,0,143,''),(1435,10,497,0,143,''),(1436,10,498,0,143,''),(1437,10,499,0,143,''),(1438,10,500,0,143,''),(1439,10,507,0,143,''),(1440,10,509,0,143,''),(1441,10,495,0,145,''),(1442,10,494,0,145,''),(1443,10,492,0,145,''),(1444,10,496,0,145,''),(1445,10,497,0,145,''),(1446,10,498,0,145,''),(1447,10,499,0,145,''),(1448,10,500,0,145,''),(1449,10,507,0,145,''),(1450,10,509,0,145,''),(1451,10,495,0,147,''),(1452,10,494,0,147,''),(1453,10,492,0,147,''),(1454,10,496,0,147,''),(1455,10,497,0,147,''),(1456,10,498,0,147,''),(1457,10,499,0,147,''),(1458,10,507,0,147,''),(1459,10,509,0,147,''),(1460,10,495,0,148,''),(1461,10,494,0,148,''),(1462,10,492,0,148,''),(1463,10,496,0,148,''),(1464,10,497,0,148,''),(1465,10,498,0,148,''),(1466,10,499,0,148,''),(1467,10,500,0,148,''),(1468,10,507,0,148,''),(1469,10,509,0,148,''),(1470,10,495,0,149,''),(1471,10,494,0,149,''),(1472,10,492,0,149,''),(1473,10,496,0,149,''),(1474,10,497,0,149,''),(1475,10,498,0,149,''),(1476,10,500,0,149,''),(1477,10,507,0,149,''),(1478,10,509,0,149,''),(1479,10,495,0,150,''),(1480,10,494,0,150,''),(1481,10,492,0,150,''),(1482,10,496,0,150,''),(1483,10,497,0,150,''),(1484,10,498,0,150,''),(1485,10,500,0,150,''),(1486,10,507,0,150,''),(1487,10,509,0,150,''),(1488,10,495,0,151,''),(1489,10,494,0,151,''),(1490,10,492,0,151,''),(1491,10,496,0,151,''),(1492,10,497,0,151,''),(1493,10,498,0,151,''),(1494,10,499,0,151,''),(1495,10,500,0,151,''),(1496,10,507,0,151,''),(1497,10,509,0,151,''),(1498,10,495,0,152,''),(1499,10,494,0,152,''),(1500,10,492,0,152,''),(1501,10,496,0,152,''),(1502,10,497,0,152,''),(1503,10,498,0,152,''),(1504,10,499,0,152,''),(1505,10,507,0,152,''),(1506,10,509,0,152,''),(1507,10,495,0,153,''),(1508,10,494,0,153,''),(1509,10,492,0,153,''),(1510,10,496,0,153,''),(1511,10,497,0,153,''),(1512,10,498,0,153,''),(1513,10,499,0,153,''),(1514,10,500,0,153,''),(1515,10,507,0,153,''),(1516,10,509,0,153,''),(1517,10,495,0,154,''),(1518,10,494,0,154,''),(1519,10,492,0,154,''),(1520,10,496,0,154,''),(1521,10,497,0,154,''),(1522,10,498,0,154,''),(1523,10,500,0,154,''),(1524,10,507,0,154,''),(1525,10,509,0,154,''),(1526,10,495,0,155,''),(1527,10,494,0,155,''),(1528,10,492,0,155,''),(1529,10,496,0,155,''),(1530,10,497,0,155,''),(1531,10,498,0,155,''),(1532,10,500,0,155,''),(1533,10,507,0,155,''),(1534,10,509,0,155,''),(1535,10,495,0,156,''),(1536,10,494,0,156,''),(1537,10,492,0,156,''),(1538,10,496,0,156,''),(1539,10,497,0,156,''),(1540,10,498,0,156,''),(1541,10,499,0,156,''),(1542,10,507,0,156,''),(1543,10,509,0,156,''),(1544,10,495,0,157,''),(1545,10,494,0,157,''),(1546,10,492,0,157,''),(1547,10,496,0,157,''),(1548,10,497,0,157,''),(1549,10,498,0,157,''),(1550,10,499,0,157,''),(1551,10,507,0,157,''),(1552,10,509,0,157,''),(1553,10,495,0,159,''),(1554,10,494,0,159,''),(1555,10,492,0,159,''),(1556,10,496,0,159,''),(1557,10,497,0,159,''),(1558,10,498,0,159,''),(1559,10,499,0,159,''),(1560,10,500,0,159,''),(1561,10,507,0,159,''),(1562,10,509,0,159,''),(1563,10,495,0,160,''),(1564,10,494,0,160,''),(1565,10,492,0,160,''),(1566,10,496,0,160,''),(1567,10,497,0,160,''),(1568,10,498,0,160,''),(1569,10,499,0,160,''),(1570,10,500,0,160,''),(1571,10,507,0,160,''),(1572,10,509,0,160,''),(1573,10,495,0,161,''),(1574,10,494,0,161,''),(1575,10,492,0,161,''),(1576,10,496,0,161,''),(1577,10,497,0,161,''),(1578,10,498,0,161,''),(1579,10,499,0,161,''),(1580,10,500,0,161,''),(1581,10,507,0,161,''),(1582,10,509,0,161,''),(1583,10,495,0,162,''),(1584,10,494,0,162,''),(1585,10,492,0,162,''),(1586,10,496,0,162,''),(1587,10,497,0,162,''),(1588,10,498,0,162,''),(1589,10,499,0,162,''),(1590,10,500,0,162,''),(1591,10,507,0,162,''),(1592,10,509,0,162,''),(1593,10,497,0,166,''),(1594,10,498,0,166,''),(1595,10,499,0,166,''),(1596,10,500,0,166,''),(1597,10,507,0,166,''),(1598,10,509,0,166,''),(1599,10,97,0,167,'Physical Gift Card with fixed amount.'),(1600,10,104,0,167,''),(1601,10,506,0,167,'Physical Gift Card with fixed amount.'),(1602,10,531,0,167,''),(1603,10,97,0,168,'No more returned Christmas gifts, and no more clueless stare from your loved ones. Give the gift they want with this Magento Virtual Gift Card! No time to wait for delivery? Send a gift card straight to the inbox of your loved one!'),(1604,10,104,0,168,''),(1605,10,506,0,168,'Virtual Gift Card with fixed and open amounts.'),(1606,10,531,0,168,''),(1607,10,97,0,169,'Physical Gift Card with open amount'),(1608,10,104,0,169,''),(1609,10,506,0,169,'Physical Gift Card with open amount'),(1610,10,531,0,169,''),(1623,10,495,0,173,''),(1624,10,494,0,173,''),(1625,10,97,0,173,'This sexy silk blouse is perfect for any occasion.'),(1626,10,492,0,173,''),(1627,10,496,0,173,''),(1628,10,104,0,173,''),(1629,10,506,0,173,'This sexy silk blouse is perfect for any occasion.'),(1630,10,531,0,173,''),(1631,10,497,0,173,''),(1632,10,498,0,173,''),(1633,10,499,0,173,''),(1634,10,500,0,173,''),(1635,10,507,0,173,''),(1636,10,509,0,173,''),(1637,10,97,0,174,'Physical and Virtual Gift Card with no message'),(1638,10,104,0,174,''),(1639,10,506,0,174,'Physical and Virtual Gift Card with no message'),(1640,10,531,0,174,''),(1641,10,97,0,175,'$200 Physical Gift Card'),(1642,10,104,0,175,''),(1643,10,506,0,175,'$200 Physical Gift Card'),(1644,10,531,0,175,''),(1645,10,495,0,176,'349838'),(1646,10,494,0,176,'16.5\"W x 78\"L x 9\"H'),(1647,10,97,0,176,'Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. Crafted in Thailand of Asian beechwood. 39\'\'Wx14\'\'Dx72\'\'H.'),(1648,10,492,0,176,''),(1649,10,496,0,176,''),(1650,10,104,0,176,'Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. '),(1651,10,506,0,176,'Add extra shelves for storing and displaying. '),(1652,10,531,0,176,''),(1653,10,497,0,176,''),(1654,10,498,0,176,''),(1655,10,499,0,176,''),(1656,10,500,0,176,''),(1657,10,507,0,176,'Thailand'),(1658,10,509,0,176,'Asian Beechwood'),(1659,10,495,0,177,''),(1660,10,494,0,177,''),(1661,10,97,0,177,'A beautiful shirt. '),(1662,10,492,0,177,''),(1663,10,496,0,177,''),(1664,10,104,0,177,''),(1665,10,506,0,177,'A beautiful shirt. '),(1666,10,531,0,177,''),(1667,10,497,0,177,''),(1668,10,498,0,177,''),(1669,10,499,0,177,''),(1670,10,500,0,177,''),(1671,10,507,0,177,''),(1672,10,509,0,177,''),(1673,10,495,0,178,''),(1674,10,494,0,178,''),(1675,10,97,0,178,'Get the Virtual Reality look with this stylish pink faux fur!'),(1676,10,492,0,178,''),(1677,10,496,0,178,''),(1678,10,104,0,178,''),(1679,10,506,0,178,'Get the Virtual Reality look with this stylish pink faux fur!'),(1680,10,531,0,178,''),(1681,10,497,0,178,''),(1682,10,498,0,178,''),(1683,10,499,0,178,''),(1684,10,500,0,178,''),(1685,10,507,0,178,''),(1686,10,509,0,178,''),(1687,10,495,0,179,''),(1688,10,494,0,179,''),(1689,10,97,0,179,'This spring become a virtual reality goddess.'),(1690,10,492,0,179,''),(1691,10,496,0,179,''),(1692,10,104,0,179,''),(1693,10,506,0,179,'This spring become a virtual reality goddess.'),(1694,10,531,0,179,''),(1695,10,498,0,179,''),(1696,10,499,0,179,''),(1697,10,500,0,179,''),(1698,10,507,0,179,''),(1699,10,509,0,179,''),(1700,10,495,0,180,''),(1701,10,494,0,180,''),(1702,10,97,0,180,'Finish up your Virtual Reality look with this 5\" heel boots.'),(1703,10,492,0,180,''),(1704,10,496,0,180,''),(1705,10,104,0,180,''),(1706,10,506,0,180,'Finish up your Virtual Reality look with this 5\" heel boots.'),(1707,10,531,0,180,''),(1708,10,497,0,180,''),(1709,10,498,0,180,''),(1710,10,499,0,180,''),(1711,10,500,0,180,''),(1712,10,507,0,180,''),(1713,10,509,0,180,''),(1714,10,495,0,181,''),(1715,10,494,0,181,''),(1716,10,97,0,181,'Our black and white vintage is made from 100% silk. '),(1717,10,492,0,181,''),(1718,10,496,0,181,''),(1719,10,104,0,181,''),(1720,10,506,0,181,'Our black and white vintage is made from 100% silk. '),(1721,10,531,0,181,''),(1722,10,497,0,181,''),(1723,10,498,0,181,''),(1724,10,499,0,181,''),(1725,10,500,0,181,''),(1726,10,507,0,181,''),(1727,10,509,0,181,''),(1728,10,495,0,182,''),(1729,10,494,0,182,''),(1730,10,97,0,182,'Finish up the Vintage look!'),(1731,10,492,0,182,''),(1732,10,496,0,182,''),(1733,10,104,0,182,''),(1734,10,506,0,182,'Finish up the Vintage look!'),(1735,10,531,0,182,''),(1736,10,497,0,182,''),(1737,10,498,0,182,''),(1738,10,499,0,182,''),(1739,10,500,0,182,''),(1740,10,507,0,182,''),(1741,10,509,0,182,''),(1742,10,495,0,183,''),(1743,10,494,0,183,''),(1744,10,97,0,183,'This spring become a timeless vintage goddess.'),(1745,10,492,0,183,''),(1746,10,496,0,183,''),(1747,10,104,0,183,''),(1748,10,506,0,183,'This spring become a timeless vintage goddess.'),(1749,10,531,0,183,''),(1750,10,498,0,183,''),(1751,10,499,0,183,''),(1752,10,500,0,183,''),(1753,10,507,0,183,''),(1754,10,509,0,183,''),(1755,10,495,0,184,''),(1756,10,494,0,184,''),(1757,10,97,0,184,'One button blazer style cotton jacket'),(1758,10,492,0,184,''),(1759,10,496,0,184,''),(1760,10,104,0,184,''),(1761,10,506,0,184,'One button blazer style cotton jacket'),(1762,10,531,0,184,''),(1763,10,497,0,184,''),(1764,10,498,0,184,''),(1765,10,499,0,184,''),(1766,10,500,0,184,''),(1767,10,507,0,184,''),(1768,10,509,0,184,''),(1769,10,495,0,185,''),(1770,10,494,0,185,''),(1771,10,97,0,185,'Our zipper-less black leather pants will keep you dancing till the morning!'),(1772,10,492,0,185,''),(1773,10,496,0,185,''),(1774,10,104,0,185,''),(1775,10,506,0,185,'Our zipper-less black leather pants will keep you dancing till the morning!'),(1776,10,531,0,185,''),(1777,10,497,0,185,''),(1778,10,498,0,185,''),(1779,10,499,0,185,''),(1780,10,500,0,185,''),(1781,10,507,0,185,''),(1782,10,509,0,185,''),(1783,10,495,0,186,''),(1784,10,494,0,186,''),(1785,10,97,0,186,'5\" platform boots for your dancing pleasure'),(1786,10,492,0,186,''),(1787,10,496,0,186,''),(1788,10,104,0,186,''),(1789,10,506,0,186,'5\" platform boots for your dancing pleasure'),(1790,10,531,0,186,''),(1791,10,497,0,186,''),(1792,10,498,0,186,''),(1793,10,499,0,186,''),(1794,10,500,0,186,''),(1795,10,507,0,186,''),(1796,10,509,0,186,''),(1797,10,495,0,187,''),(1798,10,494,0,187,''),(1799,10,97,0,187,'This spring become the goddess of the dance floor - become LA Cool.'),(1800,10,492,0,187,''),(1801,10,496,0,187,''),(1802,10,104,0,187,''),(1803,10,506,0,187,'This spring become the goddess of the dance floor - become LA Cool.'),(1804,10,531,0,187,''),(1805,10,498,0,187,''),(1806,10,499,0,187,''),(1807,10,500,0,187,''),(1808,10,507,0,187,''),(1809,10,509,0,187,''),(1810,10,495,0,188,''),(1811,10,494,0,188,''),(1812,10,97,0,188,'Our best-selling classic style jeans sits straight through the seat, thigh and leg.'),(1813,10,492,0,188,''),(1814,10,496,0,188,''),(1815,10,104,0,188,''),(1816,10,506,0,188,'Our best-selling classic style jeans sits straight through the seat, thigh and leg.'),(1817,10,531,0,188,''),(1818,10,497,0,188,''),(1819,10,498,0,188,''),(1820,10,499,0,188,''),(1821,10,500,0,188,''),(1822,10,507,0,188,''),(1823,10,509,0,188,''),(1824,10,495,0,189,''),(1825,10,494,0,189,''),(1826,10,97,0,189,'Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look.'),(1827,10,492,0,189,''),(1828,10,496,0,189,''),(1829,10,104,0,189,''),(1830,10,506,0,189,'Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look.'),(1831,10,531,0,189,''),(1832,10,497,0,189,''),(1833,10,498,0,189,''),(1834,10,499,0,189,''),(1835,10,500,0,189,''),(1836,10,507,0,189,''),(1837,10,509,0,189,''),(1838,10,97,0,190,'1 Year Membership to Magento Enterprise Demo.'),(1839,10,104,0,190,''),(1840,10,506,0,190,'1 Year Membership to Magento Enterprise Demo.'),(1841,10,531,0,190,'');
/*!40000 ALTER TABLE `catalog_product_entity_text` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_tier_price`
--
DROP TABLE IF EXISTS `catalog_product_entity_tier_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_tier_price` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`all_groups` tinyint(1) unsigned NOT NULL DEFAULT '1',
`customer_group_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`qty` decimal(12,4) NOT NULL DEFAULT '1.0000',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000',
`website_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CATALOG_PRODUCT_TIER_PRICE` (`entity_id`,`all_groups`,`customer_group_id`,`qty`,`website_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_TIER_PRICE_PRODUCT_ENTITY` (`entity_id`),
KEY `FK_catalog_product_entity_tier_price_group` (`customer_group_id`),
KEY `FK_CATALOG_PRODUCT_TIER_WEBSITE` (`website_id`),
CONSTRAINT `FK_catalog_product_entity_tier_price_group` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_TIER_PRICE_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_TIER_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_tier_price`
--
LOCK TABLES `catalog_product_entity_tier_price` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_tier_price` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_tier_price` VALUES (12,120,1,0,'5.0000','21.0000',0),(13,120,1,0,'10.0000','20.0000',0),(14,120,1,0,'20.0000','18.0000',0),(18,126,1,0,'5.0000','12.5000',0),(19,126,1,0,'10.0000','11.5000',0),(20,126,1,0,'20.0000','9.5000',0),(21,39,1,0,'2.0000','25.0000',0),(22,39,1,0,'5.0000','20.0000',0),(23,39,1,0,'10.0000','15.0000',0),(25,44,1,0,'2.0000','449.0000',0);
/*!40000 ALTER TABLE `catalog_product_entity_tier_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_product_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE` (`attribute_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE` (`store_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_PRODUCT_ENTITY` (`entity_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2823 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_varchar`
--
LOCK TABLES `catalog_product_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_varchar` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_varchar` VALUES (1,10,96,0,16,'Nokia 2610 Phone'),(3,10,481,0,16,'nokia-2610-phone'),(4,10,103,0,16,'Nokia 2610'),(5,10,105,0,16,'Offering advanced media and calling features without breaking the bank, The Nokia 2610 is an easy to use'),(6,10,106,0,16,'/n/o/nokia-2610-phone-2.jpg'),(7,10,109,0,16,'/n/o/nokia-2610-phone-2.jpg'),(8,10,493,0,16,'/n/o/nokia-2610-phone-2.jpg'),(9,10,96,0,17,'BlackBerry 8100 Pearl'),(11,10,481,0,17,'blackberry-8100-pearl'),(12,10,103,0,17,'BlackBerry 8100 Pearl'),(13,10,105,0,17,'BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000 colors-- plenty of real estate to view your e-mails, Web browser content, messaging sessions, and attachments.'),(14,10,493,0,17,'/b/l/blackberry-8100-pearl-2.jpg'),(15,10,109,0,17,'/b/l/blackberry-8100-pearl-2.jpg'),(16,10,106,0,17,'/b/l/blackberry-8100-pearl-2.jpg'),(17,10,96,0,18,'Sony Ericsson W810i'),(19,10,481,0,18,'sony-ericsson-w810i'),(20,10,103,0,18,'Sony Ericsson W810i'),(21,10,105,0,18,'The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here, as is the horizontally-oriented camera unit on the back of the phone, allowing you to hold the phone j'),(22,10,493,0,18,'/s/o/sony-ericsson-w810i-2.jpg'),(23,10,109,0,18,'/s/o/sony-ericsson-w810i-2.jpg'),(24,10,106,0,18,'/s/o/sony-ericsson-w810i-2.jpg'),(25,10,96,0,20,'Samsung MM-A900M Ace'),(27,10,481,0,20,'samsung-mm-a900m-ace'),(28,10,103,0,20,'Samsung MM-A900M Ace Phone'),(29,10,105,0,20,'New services supported by both the MM-A900m include the newly announced Sprint Music StoreSM, which allows users to immediately buy and download complete songs directly to their phone'),(30,10,493,0,20,'/s/a/samsung-mm-a900m-ace.jpg'),(31,10,109,0,20,'/s/a/samsung-mm-a900m-ace.jpg'),(32,10,106,0,20,'/s/a/samsung-mm-a900m-ace.jpg'),(33,10,96,0,25,'Apple MacBook Pro MA464LL/A 15.4\" Notebook PC'),(34,10,481,0,25,'apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive'),(35,10,103,0,25,'Apple MacBook Pro MA464LL/A 15.4\" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive)'),(36,10,105,0,25,'Apple MacBook Pro MA464LL/A 15.4\" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive)'),(37,10,493,0,25,'/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg'),(38,10,109,0,25,'/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg'),(39,10,106,0,25,'/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg'),(40,10,96,0,26,'Acer Ferrari 3200 Notebook Computer PC'),(41,10,481,0,26,'acer-ferrari-3200-notebook-computer-pc'),(42,10,103,0,26,'Acer Ferrari 3200 Notebook Computer PC'),(43,10,105,0,26,'Acer Ferrari 3200 Notebook Computer PC'),(44,10,493,0,26,'/a/c/acer-ferrari-3200-notebook-computer-pc.jpg'),(45,10,109,0,26,'/a/c/acer-ferrari-3200-notebook-computer-pc.jpg'),(46,10,106,0,26,'/a/c/acer-ferrari-3200-notebook-computer-pc.jpg'),(47,10,96,0,27,'Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC'),(48,10,481,0,27,'sony-vaio-vgn-txn27n-b-11-1-notebook-pc'),(49,10,103,0,27,'Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC (Intel Core Solo Processor U1500, 2 GB RAM, 100 GB Hard Drive, DVD±RW Drive, Vista Business) Charcoal Black'),(50,10,105,0,27,'Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC (Intel Core Solo Processor U1500, 2 GB RAM, 100 GB Hard Drive, DVD±RW Drive, Vista Business) Charcoal Black'),(51,10,493,0,27,'/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg'),(52,10,109,0,27,'/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg'),(53,10,106,0,27,'/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg'),(54,10,96,0,28,'Toshiba M285-E 14\"'),(55,10,481,0,28,'toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium'),(56,10,103,0,28,'Toshiba Satellite A135-S4527 155.4\" Notebook PC (Intel Pentium Dual Core Processor T2080, 1 GB RAM, 120 GB Hard Drive, SuperMulti DVD Drive, Vista Premium)'),(57,10,105,0,28,'Toshiba M285-E 14\" Convertible Notebook PC (Intel Core Duo Processor T2300E, 1 GB RAM, 60'),(58,10,493,0,28,'/t/o/toshiba-m285-e-14.jpg'),(59,10,109,0,28,'/t/o/toshiba-m285-e-14.jpg'),(60,10,106,0,28,'/t/o/toshiba-m285-e-14.jpg'),(61,10,96,0,29,'CN Clogs Beach/Garden Clog'),(62,10,481,0,29,'cn-clogs-beach-garden-clog-3'),(63,10,103,0,29,'CN Clogs Beach/Garden Clog'),(64,10,105,0,29,'CN Clogs Beach/Garden Clog'),(65,10,493,0,29,'/c/n/cn-clogs-beach-garden-clog-4.jpg'),(66,10,109,0,29,'/c/n/cn-clogs-beach-garden-clog-3.jpg'),(67,10,106,0,29,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(68,10,96,0,30,'ASICS® Men\'s GEL-Kayano® XII'),(69,10,481,0,30,'asics-men-s-gel-kayano-xii-8'),(70,10,103,0,30,'ASICS® Men\'s GEL-Kayano® XII'),(71,10,105,0,30,'ASICS® Men\'s GEL-Kayano® XII'),(72,10,493,0,30,'no_selection'),(73,10,109,0,30,'no_selection'),(74,10,106,0,30,'no_selection'),(75,10,96,0,31,'Steven by Steve Madden Pryme Pump'),(76,10,481,0,31,'steven-by-steve-madden-pryme-pump-4'),(77,10,103,0,31,'Steven by Steve Madden Pryme Pump'),(78,10,105,0,31,'Steven by Steve Madden Pryme Pump'),(79,10,493,0,31,'/s/t/steven-by-steve-madden-pryme-pump-4.jpg'),(80,10,109,0,31,'/s/t/steven-by-steve-madden-pryme-pump-3.jpg'),(81,10,106,0,31,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg'),(82,10,96,0,32,'Nine West Women\'s Lucero Pump'),(83,10,481,0,32,'nine-west-women-s-lucero-pump-3'),(84,10,103,0,32,'Nine West Women\'s Lucero Pump'),(85,10,105,0,32,'Nine West Women\'s Lucero Pump'),(86,10,493,0,32,'no_selection'),(87,10,109,0,32,'no_selection'),(88,10,106,0,32,'no_selection'),(89,10,96,0,33,'ECCO Womens Golf Flexor Golf Shoe'),(90,10,481,0,33,'ecco-womens-golf-flexor-golf-shoe-3'),(91,10,103,0,33,'ECCO Womens Golf Flexor Golf Shoe'),(92,10,105,0,33,'ECCO Womens Golf Flexor Golf Shoe'),(93,10,493,0,33,'/e/c/ecco-womens-golf-flexor-golf-shoe-4.jpg'),(94,10,109,0,33,'/e/c/ecco-womens-golf-flexor-golf-shoe-3.jpg'),(95,10,106,0,33,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg'),(96,10,96,0,34,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(97,10,481,0,34,'kenneth-cole-new-york-men-s-con-verge-slip-on-8'),(98,10,103,0,34,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(99,10,105,0,34,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(100,10,493,0,34,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-4.jpg'),(101,10,109,0,34,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-3.jpg'),(102,10,106,0,34,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg'),(103,10,96,0,35,'Coalesce: Functioning On Impatience T-Shirt'),(104,10,481,0,35,'coalesce-functioning-on-impatience-t-shirt-small'),(105,10,103,0,35,'Coalesce: Functioning On Impatience T-Shirt'),(106,10,105,0,35,'Coalesce: Functioning On Impatience T-Shirt'),(107,10,493,0,35,'no_selection'),(108,10,109,0,35,'no_selection'),(109,10,106,0,35,'no_selection'),(110,10,96,0,36,'Ink Eater: Krylon Bombear Destroyed Tee'),(111,10,481,0,36,'ink-eater-krylon-bombear-destroyed-tee-sm'),(112,10,103,0,36,'Ink Eater: Krylon Bombear Destroyed Tee'),(113,10,105,0,36,'Ink Eater: Krylon Bombear Destroyed Tee'),(114,10,493,0,36,'no_selection'),(115,10,109,0,36,'no_selection'),(116,10,106,0,36,'no_selection'),(117,10,96,0,37,'The Only Children: Paisley T-Shirt'),(118,10,481,0,37,'the-only-children-paisley-t-shirt-sm'),(119,10,103,0,37,'The Only Children: Paisley T-Shirt'),(120,10,105,0,37,'The Only Children: Paisley T-Shirt'),(121,10,493,0,37,'/t/h/the-only-children-paisley-t-shirt-3.jpg'),(122,10,109,0,37,'/t/h/the-only-children-paisley-t-shirt-2.jpg'),(123,10,106,0,37,'/t/h/the-only-children-paisley-t-shirt-1.jpg'),(124,10,96,0,38,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(125,10,481,0,38,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm'),(126,10,103,0,38,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(127,10,105,0,38,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(128,10,493,0,38,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-3.jpg'),(129,10,109,0,38,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(130,10,106,0,38,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(131,10,96,0,19,'AT&T 8525 PDA'),(132,10,481,0,19,'atandt-8525-pda'),(133,10,103,0,19,'AT&T 8525 PDA Phone'),(134,10,105,0,19,'nder the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera. The design of'),(135,10,493,0,19,'/a/t/at-t-8525-pda-1.jpg'),(136,10,109,0,19,'/a/t/at-t-8525-pda-1.jpg'),(137,10,106,0,19,'/a/t/at-t-8525-pda-1.jpg'),(138,10,96,0,39,'The Get Up Kids: Band Camp Pullover Hoodie'),(139,10,481,0,39,'the-get-up-kids-band-camp-pullover-hoodie'),(140,10,103,0,39,'The Get Up Kids: Band Camp Pullover Hoodie'),(141,10,105,0,39,'The Get Up Kids: Band Camp Pullover Hoodie'),(142,10,493,0,39,'/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg'),(143,10,109,0,39,'/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg'),(144,10,106,0,39,'/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg'),(145,10,96,0,41,'Akio Dresser'),(146,10,481,0,41,'akio-dresser'),(147,10,103,0,41,'Akio Dresser'),(148,10,105,0,41,'Our Akio dresser has a solid hardwood frame. Features include inset panel sides and for spacious drawers and two wicker baskets.'),(149,10,493,0,41,'/a/k/akio-dresser.jpg'),(150,10,109,0,41,'/a/k/akio-dresser.jpg'),(151,10,106,0,41,'/a/k/akio-dresser.jpg'),(152,10,96,0,42,'Barcelona Bamboo Platform Bed'),(153,10,481,0,42,'barcelona-bamboo-platform-bed'),(154,10,103,0,42,'Barcelona Bamboo Platform Bed'),(155,10,105,0,42,'Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details.'),(156,10,493,0,42,'/b/a/barcelona-bamboo-platform-bed.jpg'),(157,10,109,0,42,'/b/a/barcelona-bamboo-platform-bed.jpg'),(158,10,106,0,42,'/b/a/barcelona-bamboo-platform-bed.jpg'),(160,10,96,0,44,'Canon Digital Rebel XT 8MP Digital SLR Camera'),(162,10,481,0,44,'canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black'),(163,10,103,0,44,'Canon Digital Rebel XT 8MP Digital SLR Camera with EF-S 18-55mm f3.5-5.6 Lens (Black)'),(164,10,105,0,44,'Canon Digital Rebel XT 8MP Digital SLR Camera with EF-S 18-55mm f3.5-5.6 Lens (Black)'),(165,10,493,0,44,'/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg'),(166,10,109,0,44,'/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg'),(167,10,106,0,44,'/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg'),(168,10,96,0,45,' Argus QC-2185 Quick Click 5MP Digital Camera'),(170,10,481,0,45,'argus-qc-2185-quick-click-5mp-digital-camera'),(171,10,103,0,45,'Argus QC-2185 Quick Click 2MP Digital Camera'),(172,10,105,0,45,'Argus QC-2185 Quick Click 2MP Digital Camera'),(173,10,493,0,45,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg'),(174,10,109,0,45,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg'),(175,10,106,0,45,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg'),(176,10,96,0,46,' Olympus Stylus 750 7.1MP Digital Camera'),(178,10,481,0,46,'olympus-stylus-750-7-1mp-digital-camera'),(179,10,103,0,46,'Olympus Stylus 750 7.1MP Digital Camera with Digital Image Stabilized 5x Optical Zoom and CCD Shift Stabilization (Silver)'),(180,10,105,0,46,'Olympus Stylus 750 7.1MP Digital Camera with Digital Image Stabilized 5x Optical Zoom and CCD Shift Stabilization (Silver)'),(181,10,493,0,46,'/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg'),(182,10,109,0,46,'/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg'),(183,10,106,0,46,'/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg'),(184,10,96,0,47,'Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom'),(186,10,481,0,47,'canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom'),(187,10,103,0,47,'Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom'),(188,10,105,0,47,'Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom'),(189,10,493,0,47,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg'),(190,10,109,0,47,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg'),(191,10,106,0,47,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg'),(192,10,96,0,48,'Kodak EasyShare C530 5MP Digital Camera'),(194,10,481,0,48,'kodak-easyshare-c530-5mp-digital-camera'),(195,10,103,0,48,'Kodak EasyShare C530 5MP Digital Camera'),(196,10,105,0,48,'Kodak EasyShare C530 5MP Digital Camera'),(197,10,493,0,48,'/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg'),(198,10,109,0,48,'/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg'),(199,10,106,0,48,'/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg'),(200,10,96,0,49,'Anashria Womens Premier Leather Sandal'),(201,10,481,0,49,'anashria-womens-premier-leather-sandal-9'),(202,10,103,0,49,'Anashria Womens Premier Leather Sandal'),(203,10,105,0,49,'Anashria Womens Premier Leather Sandal'),(204,10,493,0,49,'/a/n/anashria-womens-premier-leather-sandal-4.jpg'),(205,10,109,0,49,'/a/n/anashria-womens-premier-leather-sandal-3.jpg'),(206,10,106,0,49,'/a/n/anashria-womens-premier-leather-sandal-2.jpg'),(207,10,96,0,51,'Ottoman'),(208,10,481,0,51,'ottoman'),(209,10,103,0,51,'Ottoman'),(210,10,105,0,51,'Ottoman'),(211,10,493,0,51,'/o/t/ottoman.jpg'),(212,10,109,0,51,'/o/t/ottoman.jpg'),(213,10,106,0,51,'/o/t/ottoman.jpg'),(214,10,96,0,52,'Chair'),(215,10,481,0,52,'chair'),(216,10,103,0,52,'Chair'),(217,10,105,0,52,'Chair'),(218,10,493,0,52,'/c/h/chair.jpg'),(219,10,109,0,52,'/c/h/chair.jpg'),(220,10,106,0,52,'/c/h/chair.jpg'),(221,10,96,0,53,'Couch'),(222,10,481,0,53,'couch'),(223,10,103,0,53,'Couch'),(224,10,105,0,53,'Couch'),(225,10,493,0,53,'/c/o/couch.jpg'),(226,10,109,0,53,'/c/o/couch.jpg'),(227,10,106,0,53,'/c/o/couch.jpg'),(228,10,96,0,54,'Magento Red Furniture Set'),(229,10,481,0,54,'magento-red-furniture-set'),(230,10,103,0,54,'Magento Red Furniture Set'),(231,10,105,0,54,'Magento Red Furniture Set'),(232,10,493,0,54,'/m/a/magento-red-furniture-set.jpg'),(233,10,109,0,54,'/m/a/magento-red-furniture-set.jpg'),(234,10,106,0,54,'/m/a/magento-red-furniture-set.jpg'),(241,10,96,0,74,'Anashria Womens Premier Leather Sandal'),(242,10,481,0,74,'anashria-womens-premier-leather-sandal-3'),(243,10,103,0,74,'Anashria Womens Premier Leather Sandal'),(244,10,105,0,74,'Anashria Womens Premier Leather Sandal'),(245,10,493,0,74,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(246,10,109,0,74,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(247,10,106,0,74,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(249,10,96,0,75,'Anashria Womens Premier Leather Sandal'),(250,10,481,0,75,'anashria-womens-premier-leather-sandal-4'),(251,10,103,0,75,'Anashria Womens Premier Leather Sandal'),(252,10,105,0,75,'Anashria Womens Premier Leather Sandal'),(253,10,493,0,75,'/a/n/anashria-womens-premier-leather-sandal-4.jpg'),(254,10,109,0,75,'/a/n/anashria-womens-premier-leather-sandal-3.jpg'),(255,10,106,0,75,'/a/n/anashria-womens-premier-leather-sandal-2.jpg'),(257,10,96,0,79,'Anashria Womens Premier Leather Sandal'),(258,10,481,0,79,'anashria-womens-premier-leather-sandal-5'),(259,10,103,0,79,'Anashria Womens Premier Leather Sandal'),(260,10,105,0,79,'Anashria Womens Premier Leather Sandal'),(261,10,493,0,79,'/a/n/anashria-womens-premier-leather-sandal-2.jpg'),(262,10,109,0,79,'/a/n/anashria-womens-premier-leather-sandal-1.jpg'),(263,10,106,0,79,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(265,10,96,0,80,'Anashria Womens Premier Leather Sandal'),(266,10,481,0,80,'anashria-womens-premier-leather-sandal-6'),(267,10,103,0,80,'Anashria Womens Premier Leather Sandal'),(268,10,105,0,80,'Anashria Womens Premier Leather Sandal'),(269,10,493,0,80,'/a/n/anashria-womens-premier-leather-sandal-2.jpg'),(270,10,109,0,80,'/a/n/anashria-womens-premier-leather-sandal-1.jpg'),(271,10,106,0,80,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(273,10,96,0,81,'Anashria Womens Premier Leather Sandal'),(274,10,481,0,81,'anashria-womens-premier-leather-sandal-7'),(275,10,103,0,81,'Anashria Womens Premier Leather Sandal'),(276,10,105,0,81,'Anashria Womens Premier Leather Sandal'),(277,10,493,0,81,'/a/n/anashria-womens-premier-leather-sandal-2.jpg'),(278,10,109,0,81,'/a/n/anashria-womens-premier-leather-sandal-1.jpg'),(279,10,106,0,81,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(281,10,96,0,82,'Anashria Womens Premier Leather Sandal'),(282,10,481,0,82,'anashria-womens-premier-leather-sandal-8'),(283,10,103,0,82,'Anashria Womens Premier Leather Sandal'),(284,10,105,0,82,'Anashria Womens Premier Leather Sandal'),(285,10,493,0,82,'/a/n/anashria-womens-premier-leather-sandal-2.jpg'),(286,10,109,0,82,'/a/n/anashria-womens-premier-leather-sandal-1.jpg'),(287,10,106,0,82,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(289,10,96,0,83,'CN Clogs Beach/Garden Clog'),(290,10,481,0,83,'cn-clogs-beach-garden-clog'),(291,10,103,0,83,'CN Clogs Beach/Garden Clog'),(292,10,105,0,83,'CN Clogs Beach/Garden Clog'),(293,10,493,0,83,'/c/n/cn-clogs-beach-garden-clog.jpg'),(294,10,109,0,83,'/c/n/cn-clogs-beach-garden-clog.jpg'),(295,10,106,0,83,'/c/n/cn-clogs-beach-garden-clog.jpg'),(296,10,96,0,84,'CN Clogs Beach/Garden Clog'),(297,10,481,0,84,'cn-clogs-beach-garden-clog-4'),(298,10,103,0,84,'CN Clogs Beach/Garden Clog'),(299,10,105,0,84,'CN Clogs Beach/Garden Clog'),(300,10,493,0,84,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(301,10,109,0,84,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(302,10,106,0,84,'/c/n/cn-clogs-beach-garden-clog.jpg'),(304,10,96,0,85,'CN Clogs Beach/Garden Clog'),(305,10,481,0,85,'cn-clogs-beach-garden-clog-5'),(306,10,103,0,85,'CN Clogs Beach/Garden Clog'),(307,10,105,0,85,'CN Clogs Beach/Garden Clog'),(308,10,493,0,85,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(309,10,109,0,85,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(310,10,106,0,85,'/c/n/cn-clogs-beach-garden-clog.jpg'),(312,10,96,0,86,'CN Clogs Beach/Garden Clog'),(313,10,481,0,86,'cn-clogs-beach-garden-clog-6'),(314,10,103,0,86,'CN Clogs Beach/Garden Clog'),(315,10,105,0,86,'CN Clogs Beach/Garden Clog'),(316,10,493,0,86,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(317,10,109,0,86,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(318,10,106,0,86,'/c/n/cn-clogs-beach-garden-clog.jpg'),(320,10,96,0,87,'CN Clogs Beach/Garden Clog'),(321,10,481,0,87,'cn-clogs-beach-garden-clog-7'),(322,10,103,0,87,'CN Clogs Beach/Garden Clog'),(323,10,105,0,87,'CN Clogs Beach/Garden Clog'),(324,10,493,0,87,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(325,10,109,0,87,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(326,10,106,0,87,'/c/n/cn-clogs-beach-garden-clog.jpg'),(328,10,96,0,88,'CN Clogs Beach/Garden Clog'),(329,10,481,0,88,'cn-clogs-beach-garden-clog-8'),(330,10,103,0,88,'CN Clogs Beach/Garden Clog'),(331,10,105,0,88,'CN Clogs Beach/Garden Clog'),(332,10,493,0,88,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(333,10,109,0,88,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(334,10,106,0,88,'/c/n/cn-clogs-beach-garden-clog.jpg'),(336,10,96,0,89,'CN Clogs Beach/Garden Clog'),(337,10,481,0,89,'cn-clogs-beach-garden-clog-9'),(338,10,103,0,89,'CN Clogs Beach/Garden Clog'),(339,10,105,0,89,'CN Clogs Beach/Garden Clog'),(340,10,493,0,89,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(341,10,109,0,89,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(342,10,106,0,89,'/c/n/cn-clogs-beach-garden-clog.jpg'),(344,10,96,0,90,'CN Clogs Beach/Garden Clog'),(345,10,481,0,90,'cn-clogs-beach-garden-clog-10'),(346,10,103,0,90,'CN Clogs Beach/Garden Clog'),(347,10,105,0,90,'CN Clogs Beach/Garden Clog'),(348,10,493,0,90,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(349,10,109,0,90,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(350,10,106,0,90,'/c/n/cn-clogs-beach-garden-clog.jpg'),(352,10,96,0,91,'CN Clogs Beach/Garden Clog'),(353,10,481,0,91,'cn-clogs-beach-garden-clog-11'),(354,10,103,0,91,'CN Clogs Beach/Garden Clog'),(355,10,105,0,91,'CN Clogs Beach/Garden Clog'),(356,10,493,0,91,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(357,10,109,0,91,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(358,10,106,0,91,'/c/n/cn-clogs-beach-garden-clog.jpg'),(360,10,96,0,92,'CN Clogs Beach/Garden Clog'),(361,10,481,0,92,'cn-clogs-beach-garden-clog-12'),(362,10,103,0,92,'CN Clogs Beach/Garden Clog'),(363,10,105,0,92,'CN Clogs Beach/Garden Clog'),(364,10,493,0,92,'/c/n/cn-clogs-beach-garden-clog-2.jpg'),(365,10,109,0,92,'/c/n/cn-clogs-beach-garden-clog-1.jpg'),(366,10,106,0,92,'/c/n/cn-clogs-beach-garden-clog.jpg'),(368,10,96,0,93,'ASICS® Men\'s GEL-Kayano® XII'),(369,10,481,0,93,'asics-men-s-gel-kayano-xii'),(370,10,103,0,93,'ASICS® Men\'s GEL-Kayano® XII'),(371,10,105,0,93,'ASICS® Men\'s GEL-Kayano® XII'),(372,10,493,0,93,'/a/s/asics-men-s-gel-kayano-xii-2.jpg'),(373,10,109,0,93,'/a/s/asics-men-s-gel-kayano-xii-2.jpg'),(374,10,106,0,93,'/a/s/asics-men-s-gel-kayano-xii-2.jpg'),(375,10,96,0,94,'ASICS® Men\'s GEL-Kayano® XII'),(376,10,481,0,94,'asics-men-s-gel-kayano-xii-9'),(377,10,103,0,94,'ASICS® Men\'s GEL-Kayano® XII'),(378,10,105,0,94,'ASICS® Men\'s GEL-Kayano® XII'),(379,10,493,0,94,'no_selection'),(380,10,109,0,94,'no_selection'),(381,10,106,0,94,'no_selection'),(383,10,96,0,95,'ASICS® Men\'s GEL-Kayano® XII'),(384,10,481,0,95,'asics-men-s-gel-kayano-xii-10'),(385,10,103,0,95,'ASICS® Men\'s GEL-Kayano® XII'),(386,10,105,0,95,'ASICS® Men\'s GEL-Kayano® XII'),(387,10,493,0,95,'no_selection'),(388,10,109,0,95,'no_selection'),(389,10,106,0,95,'no_selection'),(391,10,96,0,96,'ASICS® Men\'s GEL-Kayano® XII'),(392,10,481,0,96,'asics-men-s-gel-kayano-xii-11'),(393,10,103,0,96,'ASICS® Men\'s GEL-Kayano® XII'),(394,10,105,0,96,'ASICS® Men\'s GEL-Kayano® XII'),(395,10,493,0,96,'no_selection'),(396,10,109,0,96,'no_selection'),(397,10,106,0,96,'no_selection'),(399,10,96,0,97,'ASICS® Men\'s GEL-Kayano® XII'),(400,10,481,0,97,'asics-men-s-gel-kayano-xii-12'),(401,10,103,0,97,'ASICS® Men\'s GEL-Kayano® XII'),(402,10,105,0,97,'ASICS® Men\'s GEL-Kayano® XII'),(403,10,493,0,97,'no_selection'),(404,10,109,0,97,'no_selection'),(405,10,106,0,97,'no_selection'),(407,10,96,0,98,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(408,10,481,0,98,'kenneth-cole-new-york-men-s-con-verge-slip-on'),(409,10,103,0,98,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(410,10,105,0,98,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(411,10,493,0,98,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg'),(412,10,109,0,98,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg'),(413,10,106,0,98,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg'),(414,10,96,0,99,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(415,10,481,0,99,'kenneth-cole-new-york-men-s-con-verge-slip-on-9'),(416,10,103,0,99,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(417,10,105,0,99,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(418,10,493,0,99,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg'),(419,10,109,0,99,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg'),(420,10,106,0,99,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg'),(422,10,96,0,100,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(423,10,481,0,100,'kenneth-cole-new-york-men-s-con-verge-slip-on-10'),(424,10,103,0,100,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(425,10,105,0,100,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(426,10,493,0,100,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg'),(427,10,109,0,100,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg'),(428,10,106,0,100,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg'),(430,10,96,0,101,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(431,10,481,0,101,'kenneth-cole-new-york-men-s-con-verge-slip-on-11'),(432,10,103,0,101,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(433,10,105,0,101,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(434,10,493,0,101,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg'),(435,10,109,0,101,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg'),(436,10,106,0,101,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg'),(438,10,96,0,102,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(439,10,481,0,102,'kenneth-cole-new-york-men-s-con-verge-slip-on-12'),(440,10,103,0,102,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(441,10,105,0,102,'Kenneth Cole New York Men\'s Con-verge Slip-on'),(442,10,493,0,102,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg'),(443,10,109,0,102,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg'),(444,10,106,0,102,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg'),(446,10,96,0,103,'Steven by Steve Madden Pryme Pump'),(447,10,481,0,103,'steven-by-steve-madden-pryme-pump'),(448,10,103,0,103,'Steven by Steve Madden Pryme Pump'),(449,10,105,0,103,'Steven by Steve Madden Pryme Pump'),(450,10,493,0,103,'/s/t/steven-by-steve-madden-pryme-pump.jpg'),(451,10,109,0,103,'/s/t/steven-by-steve-madden-pryme-pump.jpg'),(452,10,106,0,103,'/s/t/steven-by-steve-madden-pryme-pump.jpg'),(453,10,96,0,104,'Steven by Steve Madden Pryme Pump'),(454,10,481,0,104,'steven-by-steve-madden-pryme-pump-5'),(455,10,103,0,104,'Steven by Steve Madden Pryme Pump'),(456,10,105,0,104,'Steven by Steve Madden Pryme Pump'),(457,10,493,0,104,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg'),(458,10,109,0,104,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg'),(459,10,106,0,104,'/s/t/steven-by-steve-madden-pryme-pump.jpg'),(461,10,96,0,105,'Steven by Steve Madden Pryme Pump'),(462,10,481,0,105,'steven-by-steve-madden-pryme-pump-6'),(463,10,103,0,105,'Steven by Steve Madden Pryme Pump'),(464,10,105,0,105,'Steven by Steve Madden Pryme Pump'),(465,10,493,0,105,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg'),(466,10,109,0,105,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg'),(467,10,106,0,105,'/s/t/steven-by-steve-madden-pryme-pump.jpg'),(469,10,96,0,106,'Steven by Steve Madden Pryme Pump'),(470,10,481,0,106,'steven-by-steve-madden-pryme-pump-7'),(471,10,103,0,106,'Steven by Steve Madden Pryme Pump'),(472,10,105,0,106,'Steven by Steve Madden Pryme Pump'),(473,10,493,0,106,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg'),(474,10,109,0,106,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg'),(475,10,106,0,106,'/s/t/steven-by-steve-madden-pryme-pump.jpg'),(477,10,96,0,107,'Steven by Steve Madden Pryme Pump'),(478,10,481,0,107,'steven-by-steve-madden-pryme-pump-8'),(479,10,103,0,107,'Steven by Steve Madden Pryme Pump'),(480,10,105,0,107,'Steven by Steve Madden Pryme Pump'),(481,10,493,0,107,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg'),(482,10,109,0,107,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg'),(483,10,106,0,107,'/s/t/steven-by-steve-madden-pryme-pump.jpg'),(485,10,96,0,108,'Nine West Women\'s Lucero Pump'),(486,10,481,0,108,'nine-west-women-s-lucero-pump'),(487,10,103,0,108,'Nine West Women\'s Lucero Pump'),(488,10,105,0,108,'Nine West Women\'s Lucero Pump'),(489,10,493,0,108,'/n/i/nine-west-women-s-lucero-pump.jpg'),(490,10,109,0,108,'/n/i/nine-west-women-s-lucero-pump.jpg'),(491,10,106,0,108,'/n/i/nine-west-women-s-lucero-pump.jpg'),(492,10,96,0,109,'Nine West Women\'s Lucero Pump'),(493,10,481,0,109,'nine-west-women-s-lucero-pump-4'),(494,10,103,0,109,'Nine West Women\'s Lucero Pump'),(495,10,105,0,109,'Nine West Women\'s Lucero Pump'),(496,10,493,0,109,'no_selection'),(497,10,109,0,109,'no_selection'),(498,10,106,0,109,'no_selection'),(500,10,96,0,110,'Nine West Women\'s Lucero Pump'),(501,10,481,0,110,'nine-west-women-s-lucero-pump-5'),(502,10,103,0,110,'Nine West Women\'s Lucero Pump'),(503,10,105,0,110,'Nine West Women\'s Lucero Pump'),(504,10,493,0,110,'no_selection'),(505,10,109,0,110,'no_selection'),(506,10,106,0,110,'no_selection'),(508,10,96,0,111,'Nine West Women\'s Lucero Pump'),(509,10,481,0,111,'nine-west-women-s-lucero-pump-6'),(510,10,103,0,111,'Nine West Women\'s Lucero Pump'),(511,10,105,0,111,'Nine West Women\'s Lucero Pump'),(512,10,493,0,111,'no_selection'),(513,10,109,0,111,'no_selection'),(514,10,106,0,111,'no_selection'),(522,10,96,0,112,'ECCO Womens Golf Flexor Golf Shoe'),(524,10,481,0,112,'ecco-womens-golf-flexor-golf-shoe'),(525,10,103,0,112,'ECCO Womens Golf Flexor Golf Shoe'),(526,10,105,0,112,'ECCO Womens Golf Flexor Golf Shoe'),(527,10,493,0,112,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg'),(528,10,109,0,112,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg'),(529,10,106,0,112,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg'),(530,10,96,0,113,'ECCO Womens Golf Flexor Golf Shoe'),(531,10,481,0,113,'ecco-womens-golf-flexor-golf-shoe-4'),(532,10,103,0,113,'ECCO Womens Golf Flexor Golf Shoe'),(533,10,105,0,113,'ECCO Womens Golf Flexor Golf Shoe'),(534,10,493,0,113,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg'),(535,10,109,0,113,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg'),(536,10,106,0,113,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg'),(538,10,96,0,114,'ECCO Womens Golf Flexor Golf Shoe'),(539,10,481,0,114,'ecco-womens-golf-flexor-golf-shoe-5'),(540,10,103,0,114,'ECCO Womens Golf Flexor Golf Shoe'),(541,10,105,0,114,'ECCO Womens Golf Flexor Golf Shoe'),(542,10,493,0,114,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg'),(543,10,109,0,114,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg'),(544,10,106,0,114,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg'),(546,10,96,0,115,'ECCO Womens Golf Flexor Golf Shoe'),(547,10,481,0,115,'ecco-womens-golf-flexor-golf-shoe-6'),(548,10,103,0,115,'ECCO Womens Golf Flexor Golf Shoe'),(549,10,105,0,115,'ECCO Womens Golf Flexor Golf Shoe'),(550,10,493,0,115,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg'),(551,10,109,0,115,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg'),(552,10,106,0,115,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg'),(554,10,96,0,117,'Coalesce: Functioning On Impatience T-Shirt'),(555,10,481,0,117,'coalesce-functioning-on-impatience-t-shirt-medium'),(556,10,103,0,117,'Coalesce: Functioning On Impatience T-Shirt'),(557,10,105,0,117,'Coalesce: Functioning On Impatience T-Shirt'),(558,10,493,0,117,'no_selection'),(559,10,109,0,117,'no_selection'),(560,10,106,0,117,'no_selection'),(561,10,96,0,118,'Coalesce: Functioning On Impatience T-Shirt'),(562,10,481,0,118,'coalesce-functioning-on-impatience-t-shirt-large'),(563,10,103,0,118,'Coalesce: Functioning On Impatience T-Shirt'),(564,10,105,0,118,'Coalesce: Functioning On Impatience T-Shirt'),(565,10,493,0,118,'no_selection'),(566,10,109,0,118,'no_selection'),(567,10,106,0,118,'no_selection'),(568,10,96,0,119,'Coalesce: Functioning On Impatience T-Shirt'),(569,10,481,0,119,'coalesce-functioning-on-impatience-t-shirt'),(570,10,103,0,119,'Coalesce: Functioning On Impatience T-Shirt'),(571,10,105,0,119,'Coalesce: Functioning On Impatience T-Shirt'),(572,10,493,0,119,'/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg'),(573,10,109,0,119,'/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg'),(574,10,106,0,119,'/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg'),(575,10,96,0,120,'Ink Eater: Krylon Bombear Destroyed Tee'),(576,10,481,0,120,'ink-eater-krylon-bombear-destroyed-tee'),(577,10,103,0,120,'Ink Eater: Krylon Bombear Destroyed Tee'),(578,10,105,0,120,'Ink Eater: Krylon Bombear Destroyed Tee'),(579,10,493,0,120,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg'),(580,10,109,0,120,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg'),(581,10,106,0,120,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg'),(582,10,96,0,121,'Ink Eater: Krylon Bombear Destroyed Tee'),(583,10,481,0,121,'ink-eater-krylon-bombear-destroyed-tee-med'),(584,10,103,0,121,'Ink Eater: Krylon Bombear Destroyed Tee'),(585,10,105,0,121,'Ink Eater: Krylon Bombear Destroyed Tee'),(586,10,493,0,121,'/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg'),(587,10,109,0,121,'/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg'),(588,10,106,0,121,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg'),(589,10,96,0,122,'Ink Eater: Krylon Bombear Destroyed Tee'),(590,10,481,0,122,'ink-eater-krylon-bombear-destroyed-tee-lrg'),(591,10,103,0,122,'Ink Eater: Krylon Bombear Destroyed Tee'),(592,10,105,0,122,'Ink Eater: Krylon Bombear Destroyed Tee'),(593,10,493,0,122,'/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg'),(594,10,109,0,122,'/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg'),(595,10,106,0,122,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg'),(596,10,96,0,123,'The Only Children: Paisley T-Shirt'),(597,10,481,0,123,'the-only-children-paisley-t-shirt'),(598,10,103,0,123,'The Only Children: Paisley T-Shirt'),(599,10,105,0,123,'The Only Children: Paisley T-Shirt'),(600,10,493,0,123,'/t/h/the-only-children-paisley-t-shirt.jpg'),(601,10,109,0,123,'/t/h/the-only-children-paisley-t-shirt.jpg'),(602,10,106,0,123,'/t/h/the-only-children-paisley-t-shirt.jpg'),(603,10,96,0,124,'The Only Children: Paisley T-Shirt'),(604,10,481,0,124,'the-only-children-paisley-t-shirt-med'),(605,10,103,0,124,'The Only Children: Paisley T-Shirt'),(606,10,105,0,124,'The Only Children: Paisley T-Shirt'),(607,10,493,0,124,'/t/h/the-only-children-paisley-t-shirt-2.jpg'),(608,10,109,0,124,'/t/h/the-only-children-paisley-t-shirt-1.jpg'),(609,10,106,0,124,'/t/h/the-only-children-paisley-t-shirt.jpg'),(610,10,96,0,125,'The Only Children: Paisley T-Shirt'),(611,10,481,0,125,'the-only-children-paisley-t-shirt-lrg'),(612,10,103,0,125,'The Only Children: Paisley T-Shirt'),(613,10,105,0,125,'The Only Children: Paisley T-Shirt'),(614,10,493,0,125,'/t/h/the-only-children-paisley-t-shirt-2.jpg'),(615,10,109,0,125,'/t/h/the-only-children-paisley-t-shirt-1.jpg'),(616,10,106,0,125,'/t/h/the-only-children-paisley-t-shirt.jpg'),(617,10,96,0,126,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(618,10,481,0,126,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt'),(619,10,103,0,126,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(620,10,105,0,126,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(621,10,493,0,126,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(622,10,109,0,126,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(623,10,106,0,126,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(624,10,96,0,127,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(625,10,481,0,127,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm'),(626,10,103,0,127,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(627,10,105,0,127,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(628,10,493,0,127,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(629,10,109,0,127,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(630,10,106,0,127,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(631,10,96,0,128,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(632,10,481,0,128,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med'),(633,10,103,0,128,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(634,10,105,0,128,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(635,10,493,0,128,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(636,10,109,0,128,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(637,10,106,0,128,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(638,10,96,0,129,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(639,10,481,0,129,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med'),(640,10,103,0,129,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(641,10,105,0,129,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(642,10,493,0,129,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(643,10,109,0,129,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(644,10,106,0,129,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(645,10,96,0,130,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(646,10,481,0,130,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg'),(647,10,103,0,130,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(648,10,105,0,130,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(649,10,493,0,130,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(650,10,109,0,130,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(651,10,106,0,130,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(652,10,96,0,131,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(653,10,481,0,131,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg'),(654,10,103,0,131,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(655,10,105,0,131,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(656,10,493,0,131,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(657,10,109,0,131,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(658,10,106,0,131,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(659,10,96,0,133,'Universal Camera Case'),(660,10,481,0,133,'universal-camera-case'),(661,10,109,0,133,'/u/n/universal-camera-case-1.jpg'),(662,10,96,0,132,'SLR Camera Tripod'),(663,10,481,0,132,'slr-camera-tripod'),(664,10,109,0,132,'/s/l/slr-camera-tripod.jpg'),(665,10,96,0,134,'Universal Camera Charger'),(666,10,481,0,134,'universal-camera-charger'),(667,10,109,0,134,'/u/n/universal-camera-charger.jpg'),(668,10,493,0,134,'/u/n/universal-camera-charger.jpg'),(669,10,106,0,134,'/u/n/universal-camera-charger.jpg'),(670,10,493,0,133,'/u/n/universal-camera-case-2.jpg'),(671,10,106,0,133,'/u/n/universal-camera-case.jpg'),(672,10,493,0,132,'/s/l/slr-camera-tripod.jpg'),(673,10,106,0,132,'/s/l/slr-camera-tripod.jpg'),(674,10,96,0,135,'Anashria Womens Premier Leather Sandal'),(676,10,481,0,135,'anashria-womens-premier-leather-sandal'),(677,10,103,0,135,'Anashria Womens Premier Leather Sandal'),(678,10,105,0,135,'Anashria Womens Premier Leather Sandal'),(679,10,493,0,135,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(680,10,109,0,135,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(681,10,106,0,135,'/a/n/anashria-womens-premier-leather-sandal.jpg'),(682,10,96,0,137,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(683,10,481,0,137,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med'),(684,10,103,0,137,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(685,10,105,0,137,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt'),(686,10,493,0,137,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg'),(687,10,109,0,137,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg'),(688,10,106,0,137,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg'),(689,10,562,0,28,'2'),(691,10,562,0,26,'2'),(693,10,562,0,134,'2'),(694,10,103,0,134,''),(695,10,105,0,134,''),(697,10,562,0,118,'2'),(699,10,562,0,51,'2'),(701,10,562,0,119,'2'),(703,10,562,0,126,'2'),(705,10,562,0,123,'2'),(707,10,562,0,120,'2'),(709,10,562,0,83,'2'),(711,10,562,0,44,'2'),(712,10,562,0,17,'2'),(713,10,562,0,18,'2'),(714,10,562,0,19,'2'),(715,10,562,0,20,'2'),(716,10,562,0,25,'2'),(717,10,562,0,27,'2'),(718,10,562,0,30,'2'),(719,10,562,0,32,'2'),(720,10,562,0,35,'2'),(721,10,562,0,36,'2'),(722,10,562,0,37,'2'),(723,10,562,0,38,'2'),(724,10,562,0,39,'2'),(725,10,562,0,41,'2'),(726,10,562,0,42,'2'),(727,10,562,0,46,'2'),(728,10,562,0,52,'2'),(729,10,562,0,53,'2'),(730,10,562,0,80,'2'),(731,10,562,0,96,'2'),(732,10,562,0,117,'2'),(733,10,562,0,128,'2'),(735,10,562,0,16,'2'),(736,10,562,0,84,'2'),(737,10,562,0,124,'2'),(738,10,562,0,132,'2'),(741,10,562,0,122,'2'),(742,10,562,0,121,'2'),(745,10,562,0,137,'2'),(746,10,562,0,133,'2'),(747,10,836,0,16,'container2'),(748,10,836,0,17,'container2'),(749,10,836,0,18,'container2'),(750,10,836,0,19,'container2'),(751,10,836,0,20,'container2'),(752,10,836,0,25,'container1'),(753,10,836,0,26,'container2'),(754,10,836,0,27,'container2'),(755,10,836,0,28,'container2'),(756,10,836,0,29,'container2'),(757,10,836,0,30,'container2'),(758,10,836,0,31,'container2'),(759,10,836,0,32,'container2'),(760,10,836,0,33,'container2'),(761,10,836,0,34,'container2'),(762,10,836,0,35,'container2'),(763,10,836,0,36,'container2'),(764,10,836,0,37,'container2'),(765,10,836,0,38,'container2'),(766,10,836,0,39,'container2'),(767,10,836,0,41,'container2'),(768,10,836,0,42,'container2'),(769,10,836,0,44,'container2'),(770,10,836,0,45,'container2'),(771,10,836,0,46,'container2'),(772,10,836,0,47,'container2'),(773,10,836,0,48,'container2'),(774,10,836,0,49,'container2'),(775,10,836,0,51,'container2'),(776,10,836,0,52,'container2'),(777,10,836,0,53,'container2'),(778,10,836,0,54,'container2'),(779,10,836,0,74,'container2'),(780,10,836,0,75,'container2'),(781,10,836,0,79,'container2'),(782,10,836,0,80,'container2'),(783,10,836,0,81,'container2'),(784,10,836,0,82,'container2'),(785,10,836,0,83,'container1'),(786,10,836,0,84,'container2'),(787,10,836,0,85,'container2'),(788,10,836,0,86,'container2'),(789,10,836,0,87,'container2'),(790,10,836,0,88,'container2'),(791,10,836,0,89,'container2'),(792,10,836,0,90,'container2'),(793,10,836,0,91,'container2'),(794,10,836,0,92,'container2'),(795,10,836,0,93,'container1'),(796,10,836,0,94,'container2'),(797,10,836,0,95,'container2'),(798,10,836,0,96,'container2'),(799,10,836,0,97,'container2'),(800,10,836,0,98,'container1'),(801,10,836,0,99,'container2'),(802,10,836,0,100,'container2'),(803,10,836,0,101,'container2'),(804,10,836,0,102,'container2'),(805,10,836,0,103,'container1'),(806,10,836,0,104,'container2'),(807,10,836,0,105,'container2'),(808,10,836,0,106,'container2'),(809,10,836,0,107,'container2'),(810,10,836,0,108,'container1'),(811,10,836,0,109,'container2'),(812,10,836,0,110,'container2'),(813,10,836,0,111,'container2'),(814,10,836,0,112,'container1'),(815,10,836,0,113,'container2'),(816,10,836,0,114,'container2'),(817,10,836,0,115,'container2'),(818,10,836,0,117,'container2'),(819,10,836,0,118,'container2'),(820,10,836,0,119,'container1'),(821,10,836,0,120,'container1'),(822,10,836,0,121,'container2'),(823,10,836,0,122,'container2'),(824,10,836,0,123,'container1'),(825,10,836,0,124,'container2'),(826,10,836,0,125,'container2'),(827,10,836,0,126,'container1'),(828,10,836,0,127,'container2'),(829,10,836,0,128,'container2'),(830,10,836,0,129,'container2'),(831,10,836,0,130,'container2'),(832,10,836,0,131,'container2'),(833,10,836,0,132,'container2'),(834,10,836,0,133,'container2'),(835,10,836,0,134,'container2'),(836,10,836,0,135,'container1'),(837,10,836,0,137,'container2'),(838,10,96,0,138,'Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default)'),(839,10,481,0,138,'apevia-black-x-cruiser-case-atx-mid-tower-case'),(840,10,562,0,138,'2'),(841,10,103,0,138,''),(842,10,105,0,138,''),(843,10,106,0,138,'/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg'),(844,10,493,0,138,'/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg'),(845,10,109,0,138,'/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg'),(847,10,836,0,138,'container2'),(848,10,96,0,139,'NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default)'),(849,10,481,0,139,'nzxt-lexa-silver-aluminum-atx-mid-tower-case'),(850,10,562,0,139,'2'),(851,10,103,0,139,''),(852,10,105,0,139,''),(853,10,493,0,139,'/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg'),(854,10,109,0,139,'/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg'),(855,10,106,0,139,'/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg'),(857,10,836,0,139,'container2'),(858,10,96,0,140,'Crucial 2GB PC4200 DDR2 533MHz Memory'),(859,10,481,0,140,'crucial-2gb-pc4200-ddr2-533mhz-memory'),(860,10,562,0,140,'2'),(861,10,874,0,140,'2GB'),(862,10,103,0,140,''),(863,10,105,0,140,''),(864,10,493,0,140,'/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg'),(865,10,109,0,140,'/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg'),(866,10,106,0,140,'/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg'),(868,10,836,0,140,'container2'),(869,10,96,0,141,'Crucial 1GB PC4200 DDR2 533MHz Memory'),(870,10,481,0,141,'crucial-1gb-pc4200-ddr2-533mhz-memory'),(871,10,562,0,141,'2'),(872,10,874,0,141,'1GB'),(873,10,103,0,141,''),(874,10,105,0,141,''),(875,10,493,0,141,'/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg'),(876,10,109,0,141,'/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg'),(877,10,106,0,141,'/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg'),(879,10,836,0,141,'container2'),(880,10,96,0,142,'One Year Extended Warranty - Parts and Labor'),(881,10,481,0,142,'1-year-extended-warranty-parts-and-labor'),(882,10,103,0,142,'1 Year Warranty - Parts and Labor'),(883,10,105,0,142,'1 Year Warranty - Parts and Labor'),(884,10,493,0,142,'no_selection'),(885,10,109,0,142,'no_selection'),(886,10,106,0,142,'no_selection'),(888,10,836,0,142,'container2'),(889,10,96,0,143,'Crucial 512MB PC4200 DDR2 533MHz Memory'),(890,10,481,0,143,'crucial-512mb-pc4200-ddr2-533mhz-memory'),(891,10,562,0,143,'2'),(892,10,874,0,143,'512MB'),(893,10,103,0,143,''),(894,10,105,0,143,''),(895,10,493,0,143,'/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg'),(896,10,109,0,143,'/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg'),(897,10,106,0,143,'/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg'),(899,10,836,0,143,'container2'),(900,10,96,0,144,'Two Year Extended Warranty - Parts and Labor'),(901,10,481,0,144,'1-year-extended-warranty-parts-and-labor'),(902,10,103,0,144,'2 Year Warranty - Parts and Labor'),(903,10,105,0,144,'2 Year Warranty - Parts and Labor'),(904,10,493,0,144,'no_selection'),(905,10,109,0,144,'no_selection'),(906,10,106,0,144,'no_selection'),(908,10,836,0,144,'container2'),(909,10,96,0,145,'AMD Phenom X4 9850 Black Ed. 2.50GHz Retail'),(910,10,481,0,145,'amd-phenom-x4-9850-black-ed-2-50ghz-retail'),(911,10,562,0,145,'2'),(912,10,103,0,145,''),(913,10,105,0,145,''),(914,10,493,0,145,'/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg'),(915,10,109,0,145,'/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg'),(916,10,106,0,145,'/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg'),(918,10,836,0,145,'container2'),(919,10,96,0,146,'Three Year Extended Warranty - Parts and Labor'),(920,10,481,0,146,'1-year-extended-warranty-parts-and-labor'),(921,10,103,0,146,'3 Year Warranty - Parts and Labor'),(922,10,105,0,146,'3 Year Warranty - Parts and Labor'),(923,10,493,0,146,'no_selection'),(924,10,109,0,146,'no_selection'),(925,10,106,0,146,'no_selection'),(927,10,836,0,146,'container2'),(928,10,96,0,147,'22\" Syncmaster LCD Monitor'),(929,10,481,0,147,'22-syncmaster-lcd-monitor'),(930,10,562,0,147,'2'),(931,10,873,0,147,'1680 x 1050'),(932,10,876,0,147,'2ms'),(933,10,103,0,147,''),(934,10,105,0,147,''),(935,10,493,0,147,'/2/2/22-syncmaster-lcd-monitor.jpg'),(936,10,109,0,147,'/2/2/22-syncmaster-lcd-monitor.jpg'),(937,10,106,0,147,'/2/2/22-syncmaster-lcd-monitor.jpg'),(939,10,836,0,147,'container2'),(940,10,96,0,148,'AMD A64 X2 3800+ 2.0GHz OEM'),(941,10,481,0,148,'amd-a64-x2-3800-2-0ghz-oem'),(942,10,562,0,148,'2'),(943,10,103,0,148,''),(944,10,105,0,148,''),(945,10,493,0,148,'/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg'),(946,10,109,0,148,'/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg'),(947,10,106,0,148,'/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg'),(949,10,836,0,148,'container2'),(950,10,96,0,149,'Western Digital - 1TB HD - 7200RPM'),(951,10,481,0,149,'1tb-7200rpm'),(952,10,562,0,149,'2'),(953,10,878,0,149,'7200 rpm'),(954,10,103,0,149,''),(955,10,105,0,149,''),(956,10,493,0,149,'/w/e/western-digital-1tb-hd-7200rpm.jpg'),(957,10,109,0,149,'/w/e/western-digital-1tb-hd-7200rpm.jpg'),(958,10,106,0,149,'/w/e/western-digital-1tb-hd-7200rpm.jpg'),(960,10,836,0,149,'container2'),(961,10,96,0,150,'Western Digital 500GB HD - 7200RPM'),(962,10,481,0,150,'500gb-7200rpm'),(963,10,562,0,150,'2'),(964,10,878,0,150,'7200 rpm'),(965,10,103,0,150,''),(966,10,105,0,150,''),(967,10,493,0,150,'/w/e/western-digital-500gb-hd-7200rpm.jpg'),(968,10,109,0,150,'/w/e/western-digital-500gb-hd-7200rpm.jpg'),(969,10,106,0,150,'/w/e/western-digital-500gb-hd-7200rpm.jpg'),(971,10,836,0,150,'container2'),(972,10,96,0,151,'Intel C2D E8400 3.0GHz Retail'),(973,10,481,0,151,'intel-c2d-e8400-3-0ghz-retail'),(974,10,562,0,151,'2'),(975,10,103,0,151,''),(976,10,105,0,151,''),(977,10,493,0,151,'/i/n/intel-c2d-e8400-3-0ghz-retail.jpg'),(978,10,109,0,151,'/i/n/intel-c2d-e8400-3-0ghz-retail.jpg'),(979,10,106,0,151,'/i/n/intel-c2d-e8400-3-0ghz-retail.jpg'),(981,10,836,0,151,'container2'),(982,10,96,0,152,'24\" Widescreen Flat-Panel LCD Monitor'),(983,10,481,0,152,'24-widescreen-flat-panel-lcd-monitor'),(984,10,562,0,152,'2'),(985,10,873,0,152,'1920x1200'),(986,10,876,0,152,'5ms'),(987,10,103,0,152,''),(988,10,105,0,152,''),(989,10,493,0,152,'/2/4/24-widescreen-flat-panel-lcd-monitor.jpg'),(990,10,109,0,152,'/2/4/24-widescreen-flat-panel-lcd-monitor.jpg'),(991,10,106,0,152,'/2/4/24-widescreen-flat-panel-lcd-monitor.jpg'),(993,10,836,0,152,'container2'),(994,10,96,0,153,'Intel Core 2 Extreme QX9775 3.20GHz Retail'),(995,10,481,0,153,'intel-core-2-extreme-qx9775-3-20ghz-retail'),(996,10,562,0,153,'2'),(997,10,103,0,153,''),(998,10,105,0,153,''),(999,10,493,0,153,'/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg'),(1000,10,109,0,153,'/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg'),(1001,10,106,0,153,'/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg'),(1003,10,836,0,153,'container2'),(1004,10,96,0,154,'Seagate 500GB HD - 5400RPM'),(1005,10,481,0,154,'500gb-5400rpm'),(1006,10,562,0,154,'2'),(1007,10,878,0,154,'500 GB'),(1008,10,103,0,154,''),(1009,10,105,0,154,''),(1010,10,493,0,154,'/s/e/seagate-500gb-hd-5400rpm.jpg'),(1011,10,109,0,154,'/s/e/seagate-500gb-hd-5400rpm.jpg'),(1012,10,106,0,154,'/s/e/seagate-500gb-hd-5400rpm.jpg'),(1014,10,836,0,154,'container2'),(1015,10,96,0,155,'Seagate 250GB HD - 5400RPM'),(1016,10,481,0,155,'250gb-5400rpm'),(1017,10,562,0,155,'2'),(1018,10,878,0,155,'250 GB'),(1019,10,103,0,155,''),(1020,10,105,0,155,''),(1021,10,493,0,155,'/s/e/seagate-250gb-hd-5400rpm.jpg'),(1022,10,109,0,155,'/s/e/seagate-250gb-hd-5400rpm.jpg'),(1023,10,106,0,155,'/s/e/seagate-250gb-hd-5400rpm.jpg'),(1025,10,836,0,155,'container2'),(1026,10,96,0,156,'19\" Widescreen Flat-Panel LCD Monitor'),(1027,10,481,0,156,'19-widescreen-flat-panel-lcd-monitor'),(1028,10,562,0,156,'2'),(1029,10,873,0,156,'1440x900'),(1030,10,876,0,156,'2ms'),(1031,10,103,0,156,''),(1032,10,105,0,156,''),(1033,10,493,0,156,'/1/9/19-widescreen-flat-panel-lcd-monitor.jpg'),(1034,10,109,0,156,'/1/9/19-widescreen-flat-panel-lcd-monitor.jpg'),(1035,10,106,0,156,'/1/9/19-widescreen-flat-panel-lcd-monitor.jpg'),(1037,10,836,0,156,'container2'),(1038,10,96,0,157,'30\" Flat-Panel TFT-LCD Cinema HD Monitor'),(1039,10,481,0,157,'30-flat-panel-tft-lcd-cinema-hd-monitor'),(1040,10,562,0,157,'2'),(1041,10,873,0,157,'1920x1200'),(1042,10,876,0,157,'15ms'),(1043,10,103,0,157,''),(1044,10,105,0,157,''),(1045,10,493,0,157,'/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg'),(1046,10,109,0,157,'/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg'),(1047,10,106,0,157,'/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg'),(1049,10,836,0,157,'container2'),(1050,10,96,0,158,'Sony VAIO 11.1\" Notebook PC'),(1051,10,481,0,158,'sony-vaio-vgn-txn27n-b-11-1-notebook-pc'),(1052,10,103,0,158,'Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC (Intel Core Solo Processor U1500, 2 GB RAM, 100 GB Hard Drive, DVD±RW Drive, Vista Business) Charcoal Black'),(1053,10,105,0,158,'Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC (Intel Core Solo Processor U1500, 2 GB RAM, 100 GB Hard Drive, DVD±RW Drive, Vista Business) Charcoal Black'),(1054,10,493,0,158,'/s/o/sony-vaio-11-1-notebook-pc.jpg'),(1055,10,109,0,158,'/s/o/sony-vaio-11-1-notebook-pc.jpg'),(1056,10,106,0,158,'/s/o/sony-vaio-11-1-notebook-pc.jpg'),(1058,10,836,0,158,'container2'),(1060,10,96,0,159,'Microsoft Natural Ergonomic Keyboard 4000'),(1061,10,481,0,159,'microsoft-natural-ergonomic-keyboard-4000'),(1062,10,562,0,159,'2'),(1063,10,103,0,159,''),(1064,10,105,0,159,''),(1065,10,493,0,159,'/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg'),(1066,10,109,0,159,'/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg'),(1067,10,106,0,159,'/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg'),(1069,10,836,0,159,'container2'),(1070,10,96,0,160,'Logitech Cordless Optical Trackman'),(1071,10,481,0,160,'microsoft-wireless-optical-mouse-5000'),(1072,10,562,0,160,'2'),(1073,10,103,0,160,''),(1074,10,105,0,160,''),(1075,10,493,0,160,'/l/o/logitech-cordless-optical-trackman.jpg'),(1076,10,109,0,160,'/l/o/logitech-cordless-optical-trackman.jpg'),(1077,10,106,0,160,'/l/o/logitech-cordless-optical-trackman.jpg'),(1079,10,836,0,160,'container2'),(1080,10,96,0,161,'Logitech diNovo Edge Keyboard'),(1081,10,481,0,161,'logitech-dinovo-edge-keyboard'),(1082,10,562,0,161,'2'),(1083,10,103,0,161,''),(1084,10,105,0,161,''),(1085,10,493,0,161,'/l/o/logitech-dinovo-edge-keyboard.jpg'),(1086,10,109,0,161,'/l/o/logitech-dinovo-edge-keyboard.jpg'),(1087,10,106,0,161,'/l/o/logitech-dinovo-edge-keyboard.jpg'),(1089,10,836,0,161,'container2'),(1090,10,96,0,162,'Microsoft Wireless Optical Mouse 5000'),(1091,10,481,0,162,'microsoft-wireless-optical-mouse-5000'),(1092,10,562,0,162,'2'),(1093,10,103,0,162,''),(1094,10,105,0,162,''),(1095,10,493,0,162,'/m/i/microsoft-wireless-optical-mouse-5000.jpg'),(1096,10,109,0,162,'/m/i/microsoft-wireless-optical-mouse-5000.jpg'),(1097,10,106,0,162,'/m/i/microsoft-wireless-optical-mouse-5000.jpg'),(1099,10,836,0,162,'container2'),(1101,10,96,0,163,'Computer'),(1102,10,481,0,163,'computer'),(1103,10,103,0,163,''),(1104,10,105,0,163,''),(1105,10,493,0,163,'/c/o/computer.jpg'),(1106,10,109,0,163,'/c/o/computer.jpg'),(1107,10,106,0,163,'/c/o/computer.jpg'),(1109,10,836,0,163,'container2'),(1111,10,96,0,164,'Gaming Computer'),(1112,10,481,0,164,'gaming-computer'),(1113,10,103,0,164,''),(1114,10,105,0,164,''),(1115,10,493,0,164,'/g/a/gaming-computer.jpg'),(1116,10,109,0,164,'/g/a/gaming-computer.jpg'),(1117,10,106,0,164,'/g/a/gaming-computer.jpg'),(1119,10,836,0,164,'container2'),(1121,10,96,0,165,'My Computer'),(1122,10,481,0,165,'my-computer'),(1123,10,103,0,165,''),(1124,10,105,0,165,''),(1125,10,493,0,165,'/m/y/my-computer.jpg'),(1126,10,109,0,165,'/m/y/my-computer.jpg'),(1127,10,106,0,165,'/m/y/my-computer.jpg'),(1129,10,836,0,165,'container2'),(1131,10,96,0,166,'HTC Touch Diamond'),(1132,10,481,0,166,'htc-touch-diamond'),(1133,10,562,0,166,'2'),(1134,10,103,0,166,''),(1135,10,105,0,166,''),(1136,10,493,0,166,'/h/t/htc-touch-diamond.jpg'),(1137,10,109,0,166,'/h/t/htc-touch-diamond.jpg'),(1138,10,106,0,166,'/h/t/htc-touch-diamond.jpg'),(1140,10,836,0,166,'container2'),(1141,10,562,0,45,'2'),(1142,10,562,0,112,'2'),(1143,10,562,0,164,'2'),(1144,10,562,0,108,'2'),(1147,10,562,0,94,'2'),(1150,10,562,0,95,'2'),(1153,10,562,0,97,'2'),(1155,10,562,0,93,'2'),(1162,10,562,0,110,'2'),(1164,10,562,0,109,'2'),(1166,10,562,0,111,'2'),(1168,10,562,0,135,'2'),(1174,10,562,0,130,'2'),(1176,10,562,0,127,'2'),(1178,10,562,0,129,'2'),(1180,10,562,0,131,'2'),(1185,10,562,0,125,'2'),(1189,10,562,0,29,'2'),(1192,10,562,0,86,'2'),(1194,10,562,0,85,'2'),(1196,10,562,0,87,'2'),(1198,10,562,0,88,'2'),(1200,10,562,0,89,'2'),(1202,10,562,0,90,'2'),(1204,10,562,0,91,'2'),(1206,10,562,0,92,'2'),(1208,10,562,0,100,'2'),(1210,10,562,0,101,'2'),(1212,10,562,0,102,'2'),(1214,10,562,0,99,'2'),(1216,10,562,0,34,'2'),(1218,10,562,0,104,'2'),(1220,10,562,0,31,'2'),(1222,10,562,0,105,'2'),(1224,10,562,0,106,'2'),(1226,10,562,0,107,'2'),(1228,10,562,0,113,'2'),(1230,10,562,0,114,'2'),(1232,10,562,0,115,'2'),(1234,10,562,0,33,'2'),(1236,10,562,0,74,'2'),(1238,10,562,0,79,'2'),(1240,10,562,0,75,'2'),(1243,10,562,0,81,'2'),(1245,10,562,0,82,'2'),(1247,10,562,0,49,'2'),(1254,10,562,0,103,'2'),(1257,10,562,0,98,'2'),(1267,10,562,0,47,'2'),(1269,10,562,0,48,'2'),(1273,10,562,0,54,'2'),(1275,10,103,0,132,''),(1276,10,105,0,132,''),(1278,10,570,0,16,'nokia-2610-phone.html'),(1279,10,881,0,16,''),(1280,10,880,0,16,''),(1281,10,879,0,16,''),(1283,10,874,0,16,''),(1284,10,873,0,16,''),(1285,10,876,0,16,''),(1286,10,878,0,16,''),(1287,10,570,0,17,'blackberry-8100-pearl.html'),(1288,10,881,0,17,''),(1289,10,880,0,17,''),(1290,10,879,0,17,''),(1292,10,874,0,17,''),(1293,10,873,0,17,''),(1294,10,876,0,17,''),(1295,10,878,0,17,''),(1296,10,570,0,18,'sony-ericsson-w810i.html'),(1297,10,881,0,18,''),(1298,10,880,0,18,''),(1299,10,879,0,18,''),(1301,10,874,0,18,''),(1302,10,873,0,18,''),(1303,10,876,0,18,''),(1304,10,878,0,18,''),(1305,10,570,0,19,'atandt-8525-pda.html'),(1306,10,881,0,19,''),(1307,10,880,0,19,''),(1308,10,879,0,19,''),(1310,10,874,0,19,''),(1311,10,873,0,19,''),(1312,10,876,0,19,''),(1313,10,878,0,19,''),(1314,10,570,0,20,'samsung-mm-a900m-ace.html'),(1315,10,881,0,20,''),(1316,10,880,0,20,''),(1317,10,879,0,20,''),(1319,10,874,0,20,''),(1320,10,873,0,20,''),(1321,10,876,0,20,''),(1322,10,878,0,20,''),(1323,10,570,0,25,'apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html'),(1324,10,881,0,25,''),(1325,10,880,0,25,''),(1326,10,879,0,25,''),(1328,10,874,0,25,''),(1329,10,873,0,25,''),(1330,10,876,0,25,''),(1331,10,878,0,25,''),(1332,10,570,0,26,'acer-ferrari-3200-notebook-computer-pc.html'),(1333,10,881,0,26,''),(1334,10,880,0,26,''),(1335,10,879,0,26,''),(1337,10,874,0,26,''),(1338,10,873,0,26,''),(1339,10,876,0,26,''),(1340,10,878,0,26,''),(1341,10,570,0,27,'sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html'),(1342,10,881,0,27,''),(1343,10,880,0,27,''),(1344,10,879,0,27,''),(1346,10,874,0,27,''),(1347,10,873,0,27,''),(1348,10,876,0,27,''),(1349,10,878,0,27,''),(1350,10,570,0,28,'toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html'),(1351,10,881,0,28,''),(1352,10,880,0,28,''),(1353,10,879,0,28,''),(1355,10,874,0,28,''),(1356,10,873,0,28,''),(1357,10,876,0,28,''),(1358,10,878,0,28,''),(1359,10,570,0,29,'cn-clogs-beach-garden-clog-3.html'),(1360,10,881,0,29,''),(1361,10,880,0,29,''),(1362,10,879,0,29,''),(1364,10,874,0,29,''),(1365,10,873,0,29,''),(1366,10,876,0,29,''),(1367,10,878,0,29,''),(1368,10,570,0,30,'asics-men-s-gel-kayano-xii-8.html'),(1369,10,881,0,30,''),(1370,10,880,0,30,''),(1371,10,879,0,30,''),(1373,10,874,0,30,''),(1374,10,873,0,30,''),(1375,10,876,0,30,''),(1376,10,878,0,30,''),(1377,10,570,0,31,'steven-by-steve-madden-pryme-pump-4.html'),(1378,10,881,0,31,''),(1379,10,880,0,31,''),(1380,10,879,0,31,''),(1382,10,874,0,31,''),(1383,10,873,0,31,''),(1384,10,876,0,31,''),(1385,10,878,0,31,''),(1386,10,570,0,32,'nine-west-women-s-lucero-pump-3.html'),(1387,10,881,0,32,''),(1388,10,880,0,32,''),(1389,10,879,0,32,''),(1391,10,874,0,32,''),(1392,10,873,0,32,''),(1393,10,876,0,32,''),(1394,10,878,0,32,''),(1395,10,570,0,33,'ecco-womens-golf-flexor-golf-shoe-3.html'),(1396,10,881,0,33,''),(1397,10,880,0,33,''),(1398,10,879,0,33,''),(1400,10,874,0,33,''),(1401,10,873,0,33,''),(1402,10,876,0,33,''),(1403,10,878,0,33,''),(1404,10,570,0,34,'kenneth-cole-new-york-men-s-con-verge-slip-on-8.html'),(1405,10,881,0,34,''),(1406,10,880,0,34,''),(1407,10,879,0,34,''),(1409,10,874,0,34,''),(1410,10,873,0,34,''),(1411,10,876,0,34,''),(1412,10,878,0,34,''),(1413,10,570,0,35,'coalesce-functioning-on-impatience-t-shirt-small.html'),(1414,10,881,0,35,''),(1415,10,880,0,35,''),(1416,10,879,0,35,''),(1418,10,874,0,35,''),(1419,10,873,0,35,''),(1420,10,876,0,35,''),(1421,10,878,0,35,''),(1422,10,570,0,36,'ink-eater-krylon-bombear-destroyed-tee-sm.html'),(1423,10,881,0,36,''),(1424,10,880,0,36,''),(1425,10,879,0,36,''),(1427,10,874,0,36,''),(1428,10,873,0,36,''),(1429,10,876,0,36,''),(1430,10,878,0,36,''),(1431,10,570,0,37,'the-only-children-paisley-t-shirt-sm.html'),(1432,10,881,0,37,''),(1433,10,880,0,37,''),(1434,10,879,0,37,''),(1436,10,874,0,37,''),(1437,10,873,0,37,''),(1438,10,876,0,37,''),(1439,10,878,0,37,''),(1440,10,570,0,38,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html'),(1441,10,881,0,38,''),(1442,10,880,0,38,''),(1443,10,879,0,38,''),(1445,10,874,0,38,''),(1446,10,873,0,38,''),(1447,10,876,0,38,''),(1448,10,878,0,38,''),(1449,10,570,0,39,'the-get-up-kids-band-camp-pullover-hoodie.html'),(1450,10,881,0,39,''),(1451,10,880,0,39,''),(1452,10,879,0,39,''),(1454,10,874,0,39,''),(1455,10,873,0,39,''),(1456,10,876,0,39,''),(1457,10,878,0,39,''),(1458,10,570,0,41,'akio-dresser.html'),(1459,10,881,0,41,''),(1460,10,880,0,41,''),(1461,10,879,0,41,''),(1463,10,874,0,41,''),(1464,10,873,0,41,''),(1465,10,876,0,41,''),(1466,10,878,0,41,''),(1467,10,570,0,42,'barcelona-bamboo-platform-bed.html'),(1468,10,881,0,42,''),(1469,10,880,0,42,''),(1470,10,879,0,42,''),(1472,10,874,0,42,''),(1473,10,873,0,42,''),(1474,10,876,0,42,''),(1475,10,878,0,42,''),(1476,10,570,0,44,'canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black.html'),(1477,10,881,0,44,''),(1478,10,880,0,44,''),(1479,10,879,0,44,''),(1481,10,874,0,44,''),(1482,10,873,0,44,''),(1483,10,876,0,44,''),(1484,10,878,0,44,''),(1485,10,570,0,45,'argus-qc-2185-quick-click-5mp-digital-camera.html'),(1486,10,881,0,45,''),(1487,10,880,0,45,''),(1488,10,879,0,45,''),(1490,10,874,0,45,''),(1491,10,873,0,45,''),(1492,10,876,0,45,''),(1493,10,878,0,45,''),(1494,10,570,0,46,'olympus-stylus-750-7-1mp-digital-camera.html'),(1495,10,881,0,46,''),(1496,10,880,0,46,''),(1497,10,879,0,46,''),(1499,10,874,0,46,''),(1500,10,873,0,46,''),(1501,10,876,0,46,''),(1502,10,878,0,46,''),(1503,10,570,0,47,'canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.html'),(1504,10,881,0,47,''),(1505,10,880,0,47,''),(1506,10,879,0,47,''),(1508,10,874,0,47,''),(1509,10,873,0,47,''),(1510,10,876,0,47,''),(1511,10,878,0,47,''),(1512,10,570,0,48,'kodak-easyshare-c530-5mp-digital-camera.html'),(1513,10,881,0,48,''),(1514,10,880,0,48,''),(1515,10,879,0,48,''),(1517,10,874,0,48,''),(1518,10,873,0,48,''),(1519,10,876,0,48,''),(1520,10,878,0,48,''),(1521,10,570,0,49,'anashria-womens-premier-leather-sandal-9.html'),(1522,10,881,0,49,''),(1523,10,880,0,49,''),(1524,10,879,0,49,''),(1526,10,874,0,49,''),(1527,10,873,0,49,''),(1528,10,876,0,49,''),(1529,10,878,0,49,''),(1530,10,570,0,51,'ottoman.html'),(1531,10,881,0,51,''),(1532,10,880,0,51,''),(1533,10,879,0,51,''),(1535,10,874,0,51,''),(1536,10,873,0,51,''),(1537,10,876,0,51,''),(1538,10,878,0,51,''),(1539,10,570,0,52,'chair.html'),(1540,10,881,0,52,''),(1541,10,880,0,52,''),(1542,10,879,0,52,''),(1544,10,874,0,52,''),(1545,10,873,0,52,''),(1546,10,876,0,52,''),(1547,10,878,0,52,''),(1548,10,570,0,53,'couch.html'),(1549,10,881,0,53,''),(1550,10,880,0,53,''),(1551,10,879,0,53,''),(1553,10,874,0,53,''),(1554,10,873,0,53,''),(1555,10,876,0,53,''),(1556,10,878,0,53,''),(1557,10,570,0,54,'magento-red-furniture-set.html'),(1558,10,881,0,54,''),(1559,10,880,0,54,''),(1560,10,879,0,54,''),(1562,10,874,0,54,''),(1563,10,873,0,54,''),(1564,10,876,0,54,''),(1565,10,878,0,54,''),(1566,10,570,0,74,'anashria-womens-premier-leather-sandal-3.html'),(1567,10,881,0,74,''),(1568,10,880,0,74,''),(1569,10,879,0,74,''),(1571,10,874,0,74,''),(1572,10,873,0,74,''),(1573,10,876,0,74,''),(1574,10,878,0,74,''),(1575,10,570,0,75,'anashria-womens-premier-leather-sandal-4.html'),(1576,10,881,0,75,''),(1577,10,880,0,75,''),(1578,10,879,0,75,''),(1580,10,874,0,75,''),(1581,10,873,0,75,''),(1582,10,876,0,75,''),(1583,10,878,0,75,''),(1584,10,570,0,79,'anashria-womens-premier-leather-sandal-5.html'),(1585,10,881,0,79,''),(1586,10,880,0,79,''),(1587,10,879,0,79,''),(1589,10,874,0,79,''),(1590,10,873,0,79,''),(1591,10,876,0,79,''),(1592,10,878,0,79,''),(1593,10,570,0,80,'anashria-womens-premier-leather-sandal-6.html'),(1594,10,881,0,80,''),(1595,10,880,0,80,''),(1596,10,879,0,80,''),(1598,10,874,0,80,''),(1599,10,873,0,80,''),(1600,10,876,0,80,''),(1601,10,878,0,80,''),(1602,10,570,0,81,'anashria-womens-premier-leather-sandal-7.html'),(1603,10,881,0,81,''),(1604,10,880,0,81,''),(1605,10,879,0,81,''),(1607,10,874,0,81,''),(1608,10,873,0,81,''),(1609,10,876,0,81,''),(1610,10,878,0,81,''),(1611,10,570,0,82,'anashria-womens-premier-leather-sandal-8.html'),(1612,10,881,0,82,''),(1613,10,880,0,82,''),(1614,10,879,0,82,''),(1616,10,874,0,82,''),(1617,10,873,0,82,''),(1618,10,876,0,82,''),(1619,10,878,0,82,''),(1620,10,570,0,83,'cn-clogs-beach-garden-clog.html'),(1621,10,881,0,83,''),(1622,10,880,0,83,''),(1623,10,879,0,83,''),(1624,10,874,0,83,''),(1625,10,873,0,83,''),(1626,10,876,0,83,''),(1627,10,878,0,83,''),(1628,10,570,0,84,'cn-clogs-beach-garden-clog-4.html'),(1629,10,881,0,84,''),(1630,10,880,0,84,''),(1631,10,879,0,84,''),(1633,10,874,0,84,''),(1634,10,873,0,84,''),(1635,10,876,0,84,''),(1636,10,878,0,84,''),(1637,10,570,0,85,'cn-clogs-beach-garden-clog-5.html'),(1638,10,881,0,85,''),(1639,10,880,0,85,''),(1640,10,879,0,85,''),(1642,10,874,0,85,''),(1643,10,873,0,85,''),(1644,10,876,0,85,''),(1645,10,878,0,85,''),(1646,10,570,0,86,'cn-clogs-beach-garden-clog-6.html'),(1647,10,881,0,86,''),(1648,10,880,0,86,''),(1649,10,879,0,86,''),(1651,10,874,0,86,''),(1652,10,873,0,86,''),(1653,10,876,0,86,''),(1654,10,878,0,86,''),(1655,10,570,0,87,'cn-clogs-beach-garden-clog-7.html'),(1656,10,881,0,87,''),(1657,10,880,0,87,''),(1658,10,879,0,87,''),(1660,10,874,0,87,''),(1661,10,873,0,87,''),(1662,10,876,0,87,''),(1663,10,878,0,87,''),(1664,10,570,0,88,'cn-clogs-beach-garden-clog-8.html'),(1665,10,881,0,88,''),(1666,10,880,0,88,''),(1667,10,879,0,88,''),(1669,10,874,0,88,''),(1670,10,873,0,88,''),(1671,10,876,0,88,''),(1672,10,878,0,88,''),(1673,10,570,0,89,'cn-clogs-beach-garden-clog-9.html'),(1674,10,881,0,89,''),(1675,10,880,0,89,''),(1676,10,879,0,89,''),(1678,10,874,0,89,''),(1679,10,873,0,89,''),(1680,10,876,0,89,''),(1681,10,878,0,89,''),(1682,10,570,0,90,'cn-clogs-beach-garden-clog-10.html'),(1683,10,881,0,90,''),(1684,10,880,0,90,''),(1685,10,879,0,90,''),(1687,10,874,0,90,''),(1688,10,873,0,90,''),(1689,10,876,0,90,''),(1690,10,878,0,90,''),(1691,10,570,0,91,'cn-clogs-beach-garden-clog-11.html'),(1692,10,881,0,91,''),(1693,10,880,0,91,''),(1694,10,879,0,91,''),(1696,10,874,0,91,''),(1697,10,873,0,91,''),(1698,10,876,0,91,''),(1699,10,878,0,91,''),(1700,10,570,0,92,'cn-clogs-beach-garden-clog-12.html'),(1701,10,881,0,92,''),(1702,10,880,0,92,''),(1703,10,879,0,92,''),(1705,10,874,0,92,''),(1706,10,873,0,92,''),(1707,10,876,0,92,''),(1708,10,878,0,92,''),(1709,10,570,0,93,'asics-men-s-gel-kayano-xii.html'),(1710,10,881,0,93,''),(1711,10,880,0,93,''),(1712,10,879,0,93,''),(1713,10,874,0,93,''),(1714,10,873,0,93,''),(1715,10,876,0,93,''),(1716,10,878,0,93,''),(1717,10,570,0,94,'asics-men-s-gel-kayano-xii-9.html'),(1718,10,881,0,94,''),(1719,10,880,0,94,''),(1720,10,879,0,94,''),(1722,10,874,0,94,''),(1723,10,873,0,94,''),(1724,10,876,0,94,''),(1725,10,878,0,94,''),(1726,10,570,0,95,'asics-men-s-gel-kayano-xii-10.html'),(1727,10,881,0,95,''),(1728,10,880,0,95,''),(1729,10,879,0,95,''),(1731,10,874,0,95,''),(1732,10,873,0,95,''),(1733,10,876,0,95,''),(1734,10,878,0,95,''),(1735,10,570,0,96,'asics-men-s-gel-kayano-xii-11.html'),(1736,10,881,0,96,''),(1737,10,880,0,96,''),(1738,10,879,0,96,''),(1740,10,874,0,96,''),(1741,10,873,0,96,''),(1742,10,876,0,96,''),(1743,10,878,0,96,''),(1744,10,570,0,97,'asics-men-s-gel-kayano-xii-12.html'),(1745,10,881,0,97,''),(1746,10,880,0,97,''),(1747,10,879,0,97,''),(1749,10,874,0,97,''),(1750,10,873,0,97,''),(1751,10,876,0,97,''),(1752,10,878,0,97,''),(1753,10,570,0,98,'kenneth-cole-new-york-men-s-con-verge-slip-on.html'),(1754,10,881,0,98,''),(1755,10,880,0,98,''),(1756,10,879,0,98,''),(1757,10,874,0,98,''),(1758,10,873,0,98,''),(1759,10,876,0,98,''),(1760,10,878,0,98,''),(1761,10,570,0,99,'kenneth-cole-new-york-men-s-con-verge-slip-on-9.html'),(1762,10,881,0,99,''),(1763,10,880,0,99,''),(1764,10,879,0,99,''),(1766,10,874,0,99,''),(1767,10,873,0,99,''),(1768,10,876,0,99,''),(1769,10,878,0,99,''),(1770,10,570,0,100,'kenneth-cole-new-york-men-s-con-verge-slip-on-10.html'),(1771,10,881,0,100,''),(1772,10,880,0,100,''),(1773,10,879,0,100,''),(1775,10,874,0,100,''),(1776,10,873,0,100,''),(1777,10,876,0,100,''),(1778,10,878,0,100,''),(1779,10,570,0,101,'kenneth-cole-new-york-men-s-con-verge-slip-on-11.html'),(1780,10,881,0,101,''),(1781,10,880,0,101,''),(1782,10,879,0,101,''),(1784,10,874,0,101,''),(1785,10,873,0,101,''),(1786,10,876,0,101,''),(1787,10,878,0,101,''),(1788,10,570,0,102,'kenneth-cole-new-york-men-s-con-verge-slip-on-12.html'),(1789,10,881,0,102,''),(1790,10,880,0,102,''),(1791,10,879,0,102,''),(1793,10,874,0,102,''),(1794,10,873,0,102,''),(1795,10,876,0,102,''),(1796,10,878,0,102,''),(1797,10,570,0,103,'steven-by-steve-madden-pryme-pump.html'),(1798,10,881,0,103,''),(1799,10,880,0,103,''),(1800,10,879,0,103,''),(1801,10,874,0,103,''),(1802,10,873,0,103,''),(1803,10,876,0,103,''),(1804,10,878,0,103,''),(1805,10,570,0,104,'steven-by-steve-madden-pryme-pump-5.html'),(1806,10,881,0,104,''),(1807,10,880,0,104,''),(1808,10,879,0,104,''),(1810,10,874,0,104,''),(1811,10,873,0,104,''),(1812,10,876,0,104,''),(1813,10,878,0,104,''),(1814,10,570,0,105,'steven-by-steve-madden-pryme-pump-6.html'),(1815,10,881,0,105,''),(1816,10,880,0,105,''),(1817,10,879,0,105,''),(1819,10,874,0,105,''),(1820,10,873,0,105,''),(1821,10,876,0,105,''),(1822,10,878,0,105,''),(1823,10,570,0,106,'steven-by-steve-madden-pryme-pump-7.html'),(1824,10,881,0,106,''),(1825,10,880,0,106,''),(1826,10,879,0,106,''),(1828,10,874,0,106,''),(1829,10,873,0,106,''),(1830,10,876,0,106,''),(1831,10,878,0,106,''),(1832,10,570,0,107,'steven-by-steve-madden-pryme-pump-8.html'),(1833,10,881,0,107,''),(1834,10,880,0,107,''),(1835,10,879,0,107,''),(1837,10,874,0,107,''),(1838,10,873,0,107,''),(1839,10,876,0,107,''),(1840,10,878,0,107,''),(1841,10,570,0,108,'nine-west-women-s-lucero-pump.html'),(1842,10,881,0,108,''),(1843,10,880,0,108,''),(1844,10,879,0,108,''),(1845,10,874,0,108,''),(1846,10,873,0,108,''),(1847,10,876,0,108,''),(1848,10,878,0,108,''),(1849,10,570,0,109,'nine-west-women-s-lucero-pump-4.html'),(1850,10,881,0,109,''),(1851,10,880,0,109,''),(1852,10,879,0,109,''),(1854,10,874,0,109,''),(1855,10,873,0,109,''),(1856,10,876,0,109,''),(1857,10,878,0,109,''),(1858,10,570,0,110,'nine-west-women-s-lucero-pump-5.html'),(1859,10,881,0,110,''),(1860,10,880,0,110,''),(1861,10,879,0,110,''),(1863,10,874,0,110,''),(1864,10,873,0,110,''),(1865,10,876,0,110,''),(1866,10,878,0,110,''),(1867,10,570,0,111,'nine-west-women-s-lucero-pump-6.html'),(1868,10,881,0,111,''),(1869,10,880,0,111,''),(1870,10,879,0,111,''),(1872,10,874,0,111,''),(1873,10,873,0,111,''),(1874,10,876,0,111,''),(1875,10,878,0,111,''),(1876,10,570,0,112,'ecco-womens-golf-flexor-golf-shoe.html'),(1877,10,881,0,112,''),(1878,10,880,0,112,''),(1879,10,879,0,112,''),(1880,10,874,0,112,''),(1881,10,873,0,112,''),(1882,10,876,0,112,''),(1883,10,878,0,112,''),(1884,10,570,0,113,'ecco-womens-golf-flexor-golf-shoe-4.html'),(1885,10,881,0,113,''),(1886,10,880,0,113,''),(1887,10,879,0,113,''),(1889,10,874,0,113,''),(1890,10,873,0,113,''),(1891,10,876,0,113,''),(1892,10,878,0,113,''),(1893,10,570,0,114,'ecco-womens-golf-flexor-golf-shoe-5.html'),(1894,10,881,0,114,''),(1895,10,880,0,114,''),(1896,10,879,0,114,''),(1898,10,874,0,114,''),(1899,10,873,0,114,''),(1900,10,876,0,114,''),(1901,10,878,0,114,''),(1902,10,570,0,115,'ecco-womens-golf-flexor-golf-shoe-6.html'),(1903,10,881,0,115,''),(1904,10,880,0,115,''),(1905,10,879,0,115,''),(1907,10,874,0,115,''),(1908,10,873,0,115,''),(1909,10,876,0,115,''),(1910,10,878,0,115,''),(1911,10,570,0,117,'coalesce-functioning-on-impatience-t-shirt-medium.html'),(1912,10,881,0,117,''),(1913,10,880,0,117,''),(1914,10,879,0,117,''),(1916,10,874,0,117,''),(1917,10,873,0,117,''),(1918,10,876,0,117,''),(1919,10,878,0,117,''),(1920,10,570,0,118,'coalesce-functioning-on-impatience-t-shirt-large.html'),(1921,10,881,0,118,''),(1922,10,880,0,118,''),(1923,10,879,0,118,''),(1925,10,874,0,118,''),(1926,10,873,0,118,''),(1927,10,876,0,118,''),(1928,10,878,0,118,''),(1929,10,570,0,119,'coalesce-functioning-on-impatience-t-shirt.html'),(1930,10,881,0,119,''),(1931,10,880,0,119,''),(1932,10,879,0,119,''),(1933,10,874,0,119,''),(1934,10,873,0,119,''),(1935,10,876,0,119,''),(1936,10,878,0,119,''),(1937,10,570,0,120,'ink-eater-krylon-bombear-destroyed-tee.html'),(1938,10,881,0,120,''),(1939,10,880,0,120,''),(1940,10,879,0,120,''),(1941,10,874,0,120,''),(1942,10,873,0,120,''),(1943,10,876,0,120,''),(1944,10,878,0,120,''),(1945,10,570,0,121,'ink-eater-krylon-bombear-destroyed-tee-med.html'),(1946,10,881,0,121,''),(1947,10,880,0,121,''),(1948,10,879,0,121,''),(1950,10,874,0,121,''),(1951,10,873,0,121,''),(1952,10,876,0,121,''),(1953,10,878,0,121,''),(1954,10,570,0,122,'ink-eater-krylon-bombear-destroyed-tee-lrg.html'),(1955,10,881,0,122,''),(1956,10,880,0,122,''),(1957,10,879,0,122,''),(1959,10,874,0,122,''),(1960,10,873,0,122,''),(1961,10,876,0,122,''),(1962,10,878,0,122,''),(1963,10,570,0,123,'the-only-children-paisley-t-shirt.html'),(1964,10,881,0,123,''),(1965,10,880,0,123,''),(1966,10,879,0,123,''),(1968,10,874,0,123,''),(1969,10,873,0,123,''),(1970,10,876,0,123,''),(1971,10,878,0,123,''),(1972,10,570,0,124,'the-only-children-paisley-t-shirt-med.html'),(1973,10,881,0,124,''),(1974,10,880,0,124,''),(1975,10,879,0,124,''),(1977,10,874,0,124,''),(1978,10,873,0,124,''),(1979,10,876,0,124,''),(1980,10,878,0,124,''),(1981,10,570,0,125,'the-only-children-paisley-t-shirt-lrg.html'),(1982,10,881,0,125,''),(1983,10,880,0,125,''),(1984,10,879,0,125,''),(1986,10,874,0,125,''),(1987,10,873,0,125,''),(1988,10,876,0,125,''),(1989,10,878,0,125,''),(1990,10,570,0,126,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html'),(1991,10,881,0,126,''),(1992,10,880,0,126,''),(1993,10,879,0,126,''),(1994,10,874,0,126,''),(1995,10,873,0,126,''),(1996,10,876,0,126,''),(1997,10,878,0,126,''),(1998,10,570,0,127,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html'),(1999,10,881,0,127,''),(2000,10,880,0,127,''),(2001,10,879,0,127,''),(2003,10,874,0,127,''),(2004,10,873,0,127,''),(2005,10,876,0,127,''),(2006,10,878,0,127,''),(2007,10,570,0,128,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html'),(2008,10,881,0,128,''),(2009,10,880,0,128,''),(2010,10,879,0,128,''),(2012,10,874,0,128,''),(2013,10,873,0,128,''),(2014,10,876,0,128,''),(2015,10,878,0,128,''),(2016,10,570,0,129,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html'),(2017,10,881,0,129,''),(2018,10,880,0,129,''),(2019,10,879,0,129,''),(2021,10,874,0,129,''),(2022,10,873,0,129,''),(2023,10,876,0,129,''),(2024,10,878,0,129,''),(2025,10,570,0,130,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html'),(2026,10,881,0,130,''),(2027,10,880,0,130,''),(2028,10,879,0,130,''),(2030,10,874,0,130,''),(2031,10,873,0,130,''),(2032,10,876,0,130,''),(2033,10,878,0,130,''),(2034,10,570,0,131,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html'),(2035,10,881,0,131,''),(2036,10,880,0,131,''),(2037,10,879,0,131,''),(2039,10,874,0,131,''),(2040,10,873,0,131,''),(2041,10,876,0,131,''),(2042,10,878,0,131,''),(2043,10,570,0,132,'slr-camera-tripod.html'),(2044,10,881,0,132,''),(2045,10,880,0,132,''),(2046,10,879,0,132,''),(2048,10,874,0,132,''),(2049,10,873,0,132,''),(2050,10,876,0,132,''),(2051,10,878,0,132,''),(2052,10,103,0,133,''),(2053,10,105,0,133,''),(2054,10,570,0,133,'universal-camera-case.html'),(2055,10,881,0,133,''),(2056,10,880,0,133,''),(2057,10,879,0,133,''),(2059,10,874,0,133,''),(2060,10,873,0,133,''),(2061,10,876,0,133,''),(2062,10,878,0,133,''),(2063,10,570,0,134,'universal-camera-charger.html'),(2064,10,881,0,134,''),(2065,10,880,0,134,''),(2066,10,879,0,134,''),(2068,10,874,0,134,''),(2069,10,873,0,134,''),(2070,10,876,0,134,''),(2071,10,878,0,134,''),(2072,10,570,0,135,'anashria-womens-premier-leather-sandal.html'),(2073,10,881,0,135,''),(2074,10,880,0,135,''),(2075,10,879,0,135,''),(2076,10,874,0,135,''),(2077,10,873,0,135,''),(2078,10,876,0,135,''),(2079,10,878,0,135,''),(2080,10,570,0,137,'zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html'),(2081,10,881,0,137,''),(2082,10,880,0,137,''),(2083,10,879,0,137,''),(2085,10,874,0,137,''),(2086,10,873,0,137,''),(2087,10,876,0,137,''),(2088,10,878,0,137,''),(2089,10,570,0,138,'apevia-black-x-cruiser-case-atx-mid-tower-case.html'),(2090,10,881,0,138,''),(2091,10,880,0,138,''),(2092,10,879,0,138,''),(2094,10,874,0,138,''),(2095,10,873,0,138,''),(2096,10,876,0,138,''),(2097,10,878,0,138,''),(2098,10,570,0,139,'nzxt-lexa-silver-aluminum-atx-mid-tower-case.html'),(2099,10,881,0,139,''),(2100,10,880,0,139,''),(2101,10,879,0,139,''),(2103,10,874,0,139,''),(2104,10,873,0,139,''),(2105,10,876,0,139,''),(2106,10,878,0,139,''),(2107,10,570,0,140,'crucial-2gb-pc4200-ddr2-533mhz-memory.html'),(2108,10,881,0,140,''),(2109,10,880,0,140,''),(2110,10,879,0,140,''),(2112,10,873,0,140,''),(2113,10,876,0,140,''),(2114,10,878,0,140,''),(2115,10,570,0,141,'crucial-1gb-pc4200-ddr2-533mhz-memory.html'),(2116,10,881,0,141,''),(2117,10,880,0,141,''),(2118,10,879,0,141,''),(2120,10,873,0,141,''),(2121,10,876,0,141,''),(2122,10,878,0,141,''),(2123,10,570,0,142,'1-year-extended-warranty-parts-and-labor.html'),(2124,10,881,0,142,''),(2125,10,880,0,142,''),(2126,10,879,0,142,''),(2128,10,874,0,142,''),(2129,10,873,0,142,''),(2130,10,876,0,142,''),(2131,10,878,0,142,''),(2132,10,570,0,143,'crucial-512mb-pc4200-ddr2-533mhz-memory.html'),(2133,10,881,0,143,''),(2134,10,880,0,143,''),(2135,10,879,0,143,''),(2137,10,873,0,143,''),(2138,10,876,0,143,''),(2139,10,878,0,143,''),(2140,10,570,0,144,'1-year-extended-warranty-parts-and-labor-1.html'),(2141,10,881,0,144,''),(2142,10,880,0,144,''),(2143,10,879,0,144,''),(2145,10,874,0,144,''),(2146,10,873,0,144,''),(2147,10,876,0,144,''),(2148,10,878,0,144,''),(2149,10,570,0,145,'amd-phenom-x4-9850-black-ed-2-50ghz-retail.html'),(2150,10,881,0,145,''),(2151,10,880,0,145,''),(2152,10,879,0,145,''),(2154,10,874,0,145,''),(2155,10,873,0,145,''),(2156,10,876,0,145,''),(2157,10,878,0,145,''),(2158,10,570,0,146,'1-year-extended-warranty-parts-and-labor-2.html'),(2159,10,881,0,146,''),(2160,10,880,0,146,''),(2161,10,879,0,146,''),(2163,10,874,0,146,''),(2164,10,873,0,146,''),(2165,10,876,0,146,''),(2166,10,878,0,146,''),(2167,10,570,0,147,'22-syncmaster-lcd-monitor.html'),(2168,10,881,0,147,''),(2169,10,880,0,147,''),(2170,10,879,0,147,''),(2172,10,874,0,147,''),(2173,10,878,0,147,''),(2174,10,570,0,148,'amd-a64-x2-3800-2-0ghz-oem.html'),(2175,10,881,0,148,''),(2176,10,880,0,148,''),(2177,10,879,0,148,''),(2179,10,874,0,148,''),(2180,10,873,0,148,''),(2181,10,876,0,148,''),(2182,10,878,0,148,''),(2183,10,570,0,149,'1tb-7200rpm.html'),(2184,10,881,0,149,''),(2185,10,880,0,149,''),(2186,10,879,0,149,''),(2188,10,874,0,149,''),(2189,10,873,0,149,''),(2190,10,876,0,149,''),(2191,10,570,0,150,'500gb-7200rpm.html'),(2192,10,881,0,150,''),(2193,10,880,0,150,''),(2194,10,879,0,150,''),(2196,10,874,0,150,''),(2197,10,873,0,150,''),(2198,10,876,0,150,''),(2199,10,570,0,151,'intel-c2d-e8400-3-0ghz-retail.html'),(2200,10,881,0,151,''),(2201,10,880,0,151,''),(2202,10,879,0,151,''),(2204,10,874,0,151,''),(2205,10,873,0,151,''),(2206,10,876,0,151,''),(2207,10,878,0,151,''),(2208,10,570,0,152,'24-widescreen-flat-panel-lcd-monitor.html'),(2209,10,881,0,152,''),(2210,10,880,0,152,''),(2211,10,879,0,152,''),(2213,10,874,0,152,''),(2214,10,878,0,152,''),(2215,10,570,0,153,'intel-core-2-extreme-qx9775-3-20ghz-retail.html'),(2216,10,881,0,153,''),(2217,10,880,0,153,''),(2218,10,879,0,153,''),(2220,10,874,0,153,''),(2221,10,873,0,153,''),(2222,10,876,0,153,''),(2223,10,878,0,153,''),(2224,10,570,0,154,'500gb-5400rpm.html'),(2225,10,881,0,154,''),(2226,10,880,0,154,''),(2227,10,879,0,154,''),(2229,10,874,0,154,''),(2230,10,873,0,154,''),(2231,10,876,0,154,''),(2232,10,570,0,155,'250gb-5400rpm.html'),(2233,10,881,0,155,''),(2234,10,880,0,155,''),(2235,10,879,0,155,''),(2237,10,874,0,155,''),(2238,10,873,0,155,''),(2239,10,876,0,155,''),(2240,10,570,0,156,'19-widescreen-flat-panel-lcd-monitor.html'),(2241,10,881,0,156,''),(2242,10,880,0,156,''),(2243,10,879,0,156,''),(2245,10,874,0,156,''),(2246,10,878,0,156,''),(2247,10,570,0,157,'30-flat-panel-tft-lcd-cinema-hd-monitor.html'),(2248,10,881,0,157,''),(2249,10,880,0,157,''),(2250,10,879,0,157,''),(2252,10,874,0,157,''),(2253,10,878,0,157,''),(2254,10,570,0,158,'sony-vaio-vgn-txn27n-b-11-1-notebook-pc-1.html'),(2255,10,881,0,158,''),(2256,10,880,0,158,''),(2257,10,879,0,158,''),(2258,10,874,0,158,''),(2259,10,873,0,158,''),(2260,10,876,0,158,''),(2261,10,878,0,158,''),(2262,10,570,0,159,'microsoft-natural-ergonomic-keyboard-4000.html'),(2263,10,881,0,159,''),(2264,10,880,0,159,''),(2265,10,879,0,159,''),(2267,10,874,0,159,''),(2268,10,873,0,159,''),(2269,10,876,0,159,''),(2270,10,878,0,159,''),(2271,10,570,0,160,'microsoft-wireless-optical-mouse-5000.html'),(2272,10,881,0,160,''),(2273,10,880,0,160,''),(2274,10,879,0,160,''),(2276,10,874,0,160,''),(2277,10,873,0,160,''),(2278,10,876,0,160,''),(2279,10,878,0,160,''),(2280,10,570,0,161,'logitech-dinovo-edge-keyboard.html'),(2281,10,881,0,161,''),(2282,10,880,0,161,''),(2283,10,879,0,161,''),(2285,10,874,0,161,''),(2286,10,873,0,161,''),(2287,10,876,0,161,''),(2288,10,878,0,161,''),(2289,10,570,0,162,'microsoft-wireless-optical-mouse-5000-162.html'),(2290,10,881,0,162,''),(2291,10,880,0,162,''),(2292,10,879,0,162,''),(2294,10,874,0,162,''),(2295,10,873,0,162,''),(2296,10,876,0,162,''),(2297,10,878,0,162,''),(2298,10,570,0,163,'computer.html'),(2299,10,881,0,163,''),(2300,10,880,0,163,''),(2301,10,879,0,163,''),(2302,10,874,0,163,''),(2303,10,873,0,163,''),(2304,10,876,0,163,''),(2305,10,878,0,163,''),(2306,10,570,0,164,'gaming-computer.html'),(2307,10,881,0,164,''),(2308,10,880,0,164,''),(2309,10,879,0,164,''),(2310,10,874,0,164,''),(2311,10,873,0,164,''),(2312,10,876,0,164,''),(2313,10,878,0,164,''),(2314,10,570,0,165,'my-computer.html'),(2315,10,881,0,165,''),(2316,10,880,0,165,''),(2317,10,879,0,165,''),(2318,10,874,0,165,''),(2319,10,873,0,165,''),(2320,10,876,0,165,''),(2321,10,878,0,165,''),(2322,10,570,0,166,'htc-touch-diamond.html'),(2323,10,881,0,166,''),(2324,10,880,0,166,''),(2325,10,879,0,166,''),(2327,10,874,0,166,''),(2328,10,873,0,166,''),(2329,10,876,0,166,''),(2330,10,878,0,166,''),(2331,10,96,0,167,'$100 Physical Gift Card'),(2332,10,481,0,167,'100-physical-gift-card'),(2333,10,103,0,167,''),(2334,10,105,0,167,''),(2335,10,836,0,167,'container2'),(2336,10,570,0,167,'100-physical-gift-card.html'),(2337,10,881,0,167,''),(2338,10,880,0,167,''),(2339,10,879,0,167,''),(2341,10,874,0,167,''),(2342,10,873,0,167,''),(2343,10,876,0,167,''),(2344,10,878,0,167,''),(2345,10,96,0,168,'Virtual Gift Card'),(2346,10,481,0,168,'virtual-gift-card'),(2347,10,103,0,168,''),(2348,10,105,0,168,''),(2349,10,836,0,168,'container2'),(2350,10,570,0,168,'virtual-gift-card.html'),(2351,10,881,0,168,''),(2352,10,880,0,168,''),(2353,10,879,0,168,''),(2355,10,874,0,168,''),(2356,10,873,0,168,''),(2357,10,876,0,168,''),(2358,10,878,0,168,''),(2359,10,96,0,169,'\'For You\' Physical Gift Card'),(2360,10,481,0,169,'for-you-physical-gift-card'),(2361,10,103,0,169,''),(2362,10,105,0,169,''),(2363,10,836,0,169,'container2'),(2364,10,570,0,169,'for-you-physical-gift-card.html'),(2365,10,881,0,169,''),(2366,10,880,0,169,''),(2367,10,879,0,169,''),(2369,10,874,0,169,''),(2370,10,873,0,169,''),(2371,10,876,0,169,''),(2372,10,878,0,169,''),(2421,10,96,0,173,'Exotic Silk Blouse'),(2422,10,481,0,173,'exotic-silk-blouse'),(2423,10,103,0,173,''),(2424,10,105,0,173,''),(2425,10,562,0,173,'2'),(2426,10,836,0,173,'container1'),(2427,10,570,0,173,'exotic-silk-blouse.html'),(2428,10,881,0,173,''),(2429,10,880,0,173,''),(2430,10,879,0,173,''),(2432,10,874,0,173,''),(2433,10,873,0,173,''),(2434,10,876,0,173,''),(2435,10,878,0,173,''),(2436,10,96,0,174,'Physical and Virtual Gift Card'),(2437,10,481,0,174,'physical-and-virtual-gift-card'),(2438,10,103,0,174,''),(2439,10,105,0,174,''),(2440,10,836,0,174,'container2'),(2441,10,570,0,174,'physical-and-virtual-gift-card.html'),(2442,10,881,0,174,''),(2443,10,880,0,174,''),(2444,10,879,0,174,''),(2446,10,874,0,174,''),(2447,10,873,0,174,''),(2448,10,876,0,174,''),(2449,10,878,0,174,''),(2450,10,96,0,175,'$200 Gift Card'),(2451,10,481,0,175,'200-gift-card'),(2452,10,103,0,175,''),(2453,10,105,0,175,''),(2454,10,836,0,175,'container2'),(2455,10,570,0,175,'200-gift-card.html'),(2456,10,881,0,175,''),(2457,10,880,0,175,''),(2458,10,879,0,175,''),(2460,10,874,0,175,''),(2461,10,873,0,175,''),(2462,10,876,0,175,''),(2463,10,878,0,175,''),(2464,10,96,0,176,'Akio Bookcase'),(2465,10,481,0,176,'akio-bookcase'),(2466,10,103,0,176,'Akio Bookcase'),(2467,10,105,0,176,'Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. '),(2468,10,562,0,176,'2'),(2469,10,836,0,176,'container2'),(2470,10,570,0,176,'akio-bookcase.html'),(2471,10,881,0,176,''),(2472,10,880,0,176,''),(2473,10,879,0,176,''),(2475,10,874,0,176,''),(2476,10,873,0,176,''),(2477,10,876,0,176,''),(2478,10,878,0,176,''),(2479,10,96,0,177,'Butterfly Fish'),(2480,10,481,0,177,'butterfly-fish'),(2481,10,103,0,177,''),(2482,10,105,0,177,'A beautiful shirt. '),(2483,10,562,0,177,'2'),(2484,10,836,0,177,'container2'),(2485,10,570,0,177,'butterfly-fish.html'),(2486,10,881,0,177,''),(2487,10,880,0,177,''),(2488,10,879,0,177,''),(2490,10,874,0,177,''),(2491,10,873,0,177,''),(2492,10,876,0,177,''),(2493,10,878,0,177,''),(2494,10,96,0,178,'Pink Faux Fur Jacket'),(2495,10,481,0,178,'pink-faux-fur-jacket'),(2496,10,103,0,178,''),(2497,10,105,0,178,''),(2498,10,562,0,178,'2'),(2499,10,836,0,178,'container2'),(2500,10,570,0,178,'pink-faux-fur-jacket.html'),(2501,10,881,0,178,''),(2502,10,880,0,178,''),(2503,10,879,0,178,''),(2505,10,874,0,178,''),(2506,10,873,0,178,''),(2507,10,876,0,178,''),(2508,10,878,0,178,''),(2509,10,96,0,179,'Get This Look: Virtual Reality'),(2510,10,481,0,179,'virtual-reality'),(2511,10,103,0,179,''),(2512,10,105,0,179,''),(2513,10,562,0,179,'2'),(2514,10,836,0,179,'container2'),(2515,10,570,0,179,'virtual-reality.html'),(2516,10,881,0,179,''),(2517,10,880,0,179,''),(2518,10,879,0,179,''),(2520,10,874,0,179,''),(2521,10,873,0,179,''),(2522,10,876,0,179,''),(2523,10,878,0,179,''),(2524,10,96,0,180,'Pink Laced Leather Boots'),(2525,10,481,0,180,'pink-laced-leather-boots'),(2526,10,103,0,180,''),(2527,10,105,0,180,''),(2528,10,562,0,180,'2'),(2529,10,836,0,180,'container2'),(2530,10,570,0,180,'pink-laced-leather-boots.html'),(2531,10,881,0,180,''),(2532,10,880,0,180,''),(2533,10,879,0,180,''),(2535,10,874,0,180,''),(2536,10,873,0,180,''),(2537,10,876,0,180,''),(2538,10,878,0,180,''),(2539,10,96,0,181,'Vintage Black and White'),(2540,10,481,0,181,'vintage-black-and-white'),(2541,10,103,0,181,''),(2542,10,105,0,181,''),(2543,10,562,0,181,'2'),(2544,10,836,0,181,'container2'),(2545,10,570,0,181,'vintage-black-and-white.html'),(2546,10,881,0,181,''),(2547,10,880,0,181,''),(2548,10,879,0,181,''),(2550,10,874,0,181,''),(2551,10,873,0,181,''),(2552,10,876,0,181,''),(2553,10,878,0,181,''),(2554,10,96,0,182,'Black Stilettos'),(2555,10,481,0,182,'black-stilettos'),(2556,10,103,0,182,''),(2557,10,105,0,182,''),(2558,10,562,0,182,'2'),(2559,10,836,0,182,'container2'),(2560,10,570,0,182,'black-stilettos.html'),(2561,10,881,0,182,''),(2562,10,880,0,182,''),(2563,10,879,0,182,''),(2565,10,874,0,182,''),(2566,10,873,0,182,''),(2567,10,876,0,182,''),(2568,10,878,0,182,''),(2569,10,96,0,183,'Get This Look: Timeless Vintage'),(2570,10,481,0,183,'get-this-look-timeless-vintage'),(2571,10,103,0,183,''),(2572,10,105,0,183,''),(2573,10,562,0,183,'2'),(2574,10,836,0,183,'container2'),(2575,10,570,0,183,'get-this-look-timeless-vintage.html'),(2576,10,881,0,183,''),(2577,10,880,0,183,''),(2578,10,879,0,183,''),(2580,10,874,0,183,''),(2581,10,873,0,183,''),(2582,10,876,0,183,''),(2583,10,878,0,183,''),(2584,10,96,0,184,'Black Cotton Jacket'),(2585,10,481,0,184,'black-cotton-jacket'),(2586,10,103,0,184,''),(2587,10,105,0,184,''),(2588,10,562,0,184,'2'),(2589,10,836,0,184,'container2'),(2590,10,570,0,184,'black-cotton-jacket.html'),(2591,10,881,0,184,''),(2592,10,880,0,184,''),(2593,10,879,0,184,''),(2595,10,874,0,184,''),(2596,10,873,0,184,''),(2597,10,876,0,184,''),(2598,10,878,0,184,''),(2599,10,96,0,185,'Black Leather Pants'),(2600,10,481,0,185,'black-leather-pants'),(2601,10,103,0,185,''),(2602,10,105,0,185,''),(2603,10,562,0,185,'2'),(2604,10,836,0,185,'container2'),(2605,10,570,0,185,'black-leather-pants.html'),(2606,10,881,0,185,''),(2607,10,880,0,185,''),(2608,10,879,0,185,''),(2610,10,874,0,185,''),(2611,10,873,0,185,''),(2612,10,876,0,185,''),(2613,10,878,0,185,''),(2614,10,96,0,186,'Black Plaform Shoes'),(2615,10,481,0,186,'black-plaform-shoes'),(2616,10,103,0,186,''),(2617,10,105,0,186,''),(2618,10,562,0,186,'2'),(2619,10,836,0,186,'container2'),(2620,10,570,0,186,'black-plaform-shoes.html'),(2621,10,881,0,186,''),(2622,10,880,0,186,''),(2623,10,879,0,186,''),(2625,10,874,0,186,''),(2626,10,873,0,186,''),(2627,10,876,0,186,''),(2628,10,878,0,186,''),(2629,10,96,0,187,'Get This Look: L.A. Cool'),(2630,10,481,0,187,'get-this-look-l-a-cool'),(2631,10,103,0,187,''),(2632,10,105,0,187,''),(2633,10,562,0,187,'2'),(2634,10,836,0,187,'container2'),(2635,10,570,0,187,'get-this-look-l-a-cool.html'),(2636,10,881,0,187,''),(2637,10,880,0,187,''),(2638,10,879,0,187,''),(2640,10,874,0,187,''),(2641,10,873,0,187,''),(2642,10,876,0,187,''),(2643,10,878,0,187,''),(2644,10,96,0,188,'Classic Jeans'),(2645,10,481,0,188,'classic-jeans'),(2646,10,103,0,188,''),(2647,10,105,0,188,''),(2648,10,562,0,188,'2'),(2649,10,836,0,188,'container2'),(2650,10,570,0,188,'classic-jeans.html'),(2651,10,881,0,188,''),(2652,10,880,0,188,''),(2653,10,879,0,188,''),(2655,10,874,0,188,''),(2656,10,873,0,188,''),(2657,10,876,0,188,''),(2658,10,878,0,188,''),(2659,10,96,0,189,'Sand Wash Jeans'),(2660,10,481,0,189,'sand-wash-jeans'),(2661,10,103,0,189,''),(2662,10,105,0,189,''),(2663,10,562,0,189,'2'),(2664,10,836,0,189,'container2'),(2665,10,570,0,189,'sand-wash-jeans.html'),(2666,10,881,0,189,''),(2667,10,880,0,189,''),(2668,10,879,0,189,''),(2670,10,874,0,189,''),(2671,10,873,0,189,''),(2672,10,876,0,189,''),(2673,10,878,0,189,''),(2674,10,96,0,190,'1 Year Membership'),(2675,10,481,0,190,'1-year-membership'),(2676,10,103,0,190,''),(2677,10,105,0,190,''),(2678,10,836,0,190,'container2'),(2679,10,570,0,190,'1-year-membership.html'),(2680,10,881,0,190,''),(2681,10,880,0,190,''),(2682,10,879,0,190,''),(2684,10,874,0,190,''),(2685,10,873,0,190,''),(2686,10,876,0,190,''),(2687,10,878,0,190,''),(2688,10,493,0,190,'/1/y/1year_member_1.jpg'),(2689,10,109,0,190,'/1/y/1year_member_1.jpg'),(2690,10,106,0,190,'/1/y/1year_member_1.jpg'),(2691,10,571,0,190,''),(2692,10,927,0,190,''),(2693,10,493,0,189,'/i/S/iStock_000003948602XSmall_1_1.jpg'),(2694,10,109,0,189,'/i/S/iStock_000003948602XSmall_1_1.jpg'),(2695,10,106,0,189,'/i/S/iStock_000003948602XSmall_1_1.jpg'),(2696,10,571,0,189,''),(2697,10,927,0,189,''),(2698,10,493,0,188,'/i/S/iStock_000007086407XSmall_1.jpg'),(2699,10,109,0,188,'/i/S/iStock_000007086407XSmall_1.jpg'),(2700,10,106,0,188,'/i/S/iStock_000007086407XSmall_1.jpg'),(2701,10,571,0,188,''),(2702,10,927,0,188,''),(2703,10,493,0,187,'/i/S/iStock_000007595230Medium_1.jpg'),(2704,10,109,0,187,'/i/S/iStock_000007595230Medium_1.jpg'),(2705,10,106,0,187,'/i/S/iStock_000007595230Medium_1.jpg'),(2706,10,571,0,187,''),(2707,10,927,0,187,''),(2708,10,493,0,186,'/3/_/3_c_2.jpg'),(2709,10,109,0,186,'/3/_/3_c_2.jpg'),(2710,10,106,0,186,'/3/_/3_c_2.jpg'),(2711,10,571,0,186,''),(2712,10,927,0,186,''),(2713,10,493,0,185,'/3/_/3_b_2.jpg'),(2714,10,109,0,185,'/3/_/3_b_2.jpg'),(2715,10,106,0,185,'/3/_/3_b_2.jpg'),(2716,10,571,0,185,''),(2717,10,927,0,185,''),(2718,10,493,0,184,'/3/_/3_3.jpg'),(2719,10,109,0,184,'/3/_/3_3.jpg'),(2720,10,106,0,184,'/3/_/3_3.jpg'),(2721,10,571,0,184,''),(2722,10,927,0,184,''),(2723,10,493,0,183,'/i/S/iStock_000001867974Medium_1.jpg'),(2724,10,109,0,183,'/i/S/iStock_000001867974Medium_1.jpg'),(2725,10,106,0,183,'/i/S/iStock_000001867974Medium_1.jpg'),(2726,10,571,0,183,''),(2727,10,927,0,183,''),(2728,10,493,0,182,'/2/_/2_b_1.jpg'),(2729,10,109,0,182,'/2/_/2_b_1.jpg'),(2730,10,106,0,182,'/2/_/2_b_1.jpg'),(2731,10,571,0,182,''),(2732,10,927,0,182,''),(2733,10,493,0,179,'/i/S/iStock_000004287268Medium_1.jpg'),(2734,10,109,0,179,'/i/S/iStock_000004287268Medium_1.jpg'),(2735,10,106,0,179,'/i/S/iStock_000004287268Medium_1.jpg'),(2736,10,571,0,179,''),(2737,10,927,0,179,''),(2738,10,493,0,180,'/1/_/1_b_2.jpg'),(2739,10,109,0,180,'/1/_/1_b_2.jpg'),(2740,10,106,0,180,'/1/_/1_b_2.jpg'),(2741,10,571,0,180,''),(2742,10,927,0,180,''),(2743,10,493,0,178,'/1/_/1_2.jpg'),(2744,10,109,0,178,'/1/_/1_2.jpg'),(2745,10,106,0,178,'/1/_/1_2.jpg'),(2746,10,571,0,178,''),(2747,10,927,0,178,''),(2748,10,109,0,177,'/s/h/shirt_medium_3_1.jpg'),(2749,10,493,0,177,'/s/h/shirt_medium_3_1.jpg'),(2750,10,106,0,177,'/s/h/shirt_large_2_1.jpg'),(2751,10,571,0,177,''),(2752,10,927,0,177,''),(2753,10,493,0,176,'/a/k/akio_2_2_1.jpg'),(2754,10,109,0,176,'/a/k/akio_2_2_1.jpg'),(2755,10,106,0,176,'/a/k/akio_2_2_1.jpg'),(2756,10,571,0,176,''),(2757,10,927,0,176,''),(2758,10,493,0,175,'/c/h/checkered_gc_1.gif'),(2759,10,109,0,175,'/c/h/checkered_gc_1.gif'),(2760,10,106,0,175,'/g/c/gc_5_1.jpg'),(2761,10,571,0,175,''),(2762,10,927,0,175,''),(2763,10,106,0,174,'/g/c/gc_4_1.gif'),(2764,10,493,0,174,'/l/i/light_gc_1.gif'),(2765,10,109,0,174,'/l/i/light_gc_1.gif'),(2766,10,571,0,174,''),(2767,10,927,0,174,''),(2768,10,493,0,173,'/i/S/iStock_000007840313Small_1.jpg'),(2769,10,109,0,173,'/i/S/iStock_000007840313Small_1.jpg'),(2770,10,106,0,173,'/i/S/iStock_000007840313Small_1.jpg'),(2771,10,571,0,173,''),(2772,10,927,0,173,''),(2788,10,493,0,169,'/f/o/foryou_1.gif'),(2789,10,109,0,169,'/f/o/foryou_1.gif'),(2790,10,106,0,169,'/g/c/gc_1_1_1.gif'),(2791,10,571,0,169,''),(2792,10,927,0,169,''),(2793,10,106,0,168,'/g/c/gc_3_1_1_1.gif'),(2794,10,493,0,168,'/v/i/virtual_gc_1.gif'),(2795,10,109,0,168,'/v/i/virtual_gc_1.gif'),(2796,10,571,0,168,''),(2797,10,927,0,168,''),(2798,10,493,0,167,'/1/0/100_gc_1.gif'),(2799,10,109,0,167,'/1/0/100_gc_1.gif'),(2800,10,106,0,167,'/g/c/gc_2_1_1.gif'),(2801,10,571,0,167,''),(2802,10,927,0,167,''),(2803,10,571,0,137,''),(2804,10,927,0,137,''),(2805,10,571,0,123,''),(2806,10,927,0,123,''),(2807,10,571,0,39,''),(2808,10,927,0,39,''),(2809,10,493,0,181,'/2/_/2_1_1.jpg'),(2810,10,109,0,181,'/2/_/2_1_1.jpg'),(2811,10,106,0,181,'/2/_/2_1_1.jpg'),(2812,10,571,0,181,''),(2813,10,927,0,181,''),(2814,10,571,0,16,''),(2815,10,927,0,16,''),(2816,10,571,0,165,''),(2817,10,927,0,165,''),(2818,10,571,0,44,''),(2819,10,927,0,44,''),(2820,10,571,0,45,''),(2821,10,927,0,45,''),(2822,10,570,1,162,'microsoft-wireless-optical-mouse-5000-162.html');
/*!40000 ALTER TABLE `catalog_product_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_flat_1`
--
DROP TABLE IF EXISTS `catalog_product_flat_1`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_flat_1` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`type_id` varchar(32) NOT NULL DEFAULT 'simple',
`cost` decimal(12,4) DEFAULT NULL,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`email_template` varchar(255) DEFAULT NULL,
`enable_googlecheckout` tinyint(1) DEFAULT NULL,
`giftcard_amounts` decimal(12,4) DEFAULT NULL,
`giftcard_type` tinyint(3) unsigned DEFAULT NULL,
`has_options` smallint(6) NOT NULL DEFAULT '0',
`image_label` varchar(255) DEFAULT NULL,
`is_redeemable` int(11) DEFAULT NULL,
`lifetime` int(11) DEFAULT NULL,
`links_exist` int(11) DEFAULT NULL,
`links_purchased_separately` int(11) DEFAULT NULL,
`links_title` varchar(255) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`news_from_date` datetime DEFAULT NULL,
`news_to_date` datetime DEFAULT NULL,
`open_amount_max` decimal(12,4) DEFAULT NULL,
`open_amount_min` decimal(12,4) DEFAULT NULL,
`price` decimal(12,4) DEFAULT NULL,
`price_type` int(11) DEFAULT NULL,
`price_view` int(11) DEFAULT NULL,
`required_options` tinyint(3) unsigned NOT NULL DEFAULT '0',
`shipment_type` int(11) DEFAULT NULL,
`short_description` text,
`sku` varchar(64) DEFAULT NULL,
`sku_type` int(11) DEFAULT NULL,
`small_image` varchar(255) DEFAULT NULL,
`small_image_label` varchar(255) DEFAULT NULL,
`special_from_date` datetime DEFAULT NULL,
`special_price` decimal(12,4) DEFAULT NULL,
`special_to_date` datetime DEFAULT NULL,
`tax_class_id` int(11) DEFAULT NULL,
`thumbnail` varchar(255) DEFAULT NULL,
`thumbnail_label` varchar(255) DEFAULT NULL,
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`url_key` varchar(255) DEFAULT NULL,
`url_path` varchar(255) DEFAULT NULL,
`use_config_email_template` int(11) DEFAULT NULL,
`use_config_is_redeemable` int(11) DEFAULT NULL,
`use_config_lifetime` int(11) DEFAULT NULL,
`visibility` tinyint(3) unsigned DEFAULT NULL,
`weight` decimal(12,4) DEFAULT NULL,
`weight_type` int(11) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_TYPE_ID` (`type_id`),
KEY `IDX_ATRRIBUTE_SET` (`attribute_set_id`),
KEY `IDX_NAME` (`name`),
KEY `IDX_PRICE` (`price`),
CONSTRAINT `FK_CATALOG_PRODUCT_FLAT_1_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=191 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_flat_1`
--
LOCK TABLES `catalog_product_flat_1` WRITE;
/*!40000 ALTER TABLE `catalog_product_flat_1` DISABLE KEYS */;
INSERT INTO `catalog_product_flat_1` VALUES (16,38,'simple','20.0000','2007-08-23 13:03:05',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nokia 2610 Phone',NULL,NULL,NULL,NULL,'149.9900',NULL,NULL,0,NULL,'The words \"entry level\" no longer mean \"low-end,\" especially when it comes to the Nokia 2610. Offering advanced media and calling features without breaking the bank','n2610',NULL,'/n/o/nokia-2610-phone-2.jpg','',NULL,NULL,NULL,2,'/n/o/nokia-2610-phone-2.jpg','','2009-05-06 20:37:48','nokia-2610-phone','nokia-2610-phone.html',NULL,NULL,NULL,4,'3.2000',NULL),(17,38,'simple','29.9900','2007-08-23 15:40:26',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'BlackBerry 8100 Pearl',NULL,NULL,NULL,NULL,'349.9900',NULL,NULL,0,NULL,'The BlackBerry 8100 Pearl is a departure from the form factor of previous BlackBerry devices. This BlackBerry handset is far more phone-like, and RIM\'s engineers have managed to fit a QWERTY keyboard onto the handset\'s slim frame.','bb8100',NULL,'/b/l/blackberry-8100-pearl-2.jpg','',NULL,NULL,NULL,2,'/b/l/blackberry-8100-pearl-2.jpg','','2009-04-24 17:52:10','blackberry-8100-pearl','blackberry-8100-pearl.html',NULL,NULL,NULL,4,'15.2000',NULL),(18,38,'simple','29.9900','2007-08-23 15:47:44',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Sony Ericsson W810i',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here.','sw810i',NULL,'/s/o/sony-ericsson-w810i-2.jpg','',NULL,NULL,NULL,2,'/s/o/sony-ericsson-w810i-2.jpg','','2009-04-24 17:52:12','sony-ericsson-w810i','sony-ericsson-w810i.html',NULL,NULL,NULL,4,'13.6000',NULL),(19,38,'simple','29.9900','2007-08-23 15:55:29',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'AT&T 8525 PDA',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'Under the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera.','8525PDA',NULL,'/a/t/at-t-8525-pda-1.jpg','',NULL,NULL,NULL,2,'/a/t/at-t-8525-pda-1.jpg','','2009-04-24 17:52:16','atandt-8525-pda','atandt-8525-pda.html',NULL,NULL,NULL,4,'30.0000',NULL),(20,38,'simple','29.9900','2007-08-23 18:06:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Samsung MM-A900M Ace',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. ','MM-A900M',NULL,'/s/a/samsung-mm-a900m-ace.jpg','',NULL,NULL,NULL,2,'/s/a/samsung-mm-a900m-ace.jpg','','2009-04-24 17:52:17','samsung-mm-a900m-ace','samsung-mm-a900m-ace.html',NULL,NULL,NULL,4,'1.0000',NULL),(25,39,'simple','1299.9900','2007-08-24 14:28:50',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Apple MacBook Pro MA464LL/A 15.4\" Notebook PC',NULL,NULL,NULL,NULL,'2299.9900',NULL,NULL,0,NULL,'You\'ve seen improvements in notebook performance before - but never on this scale. The Intel Core Duo powering MacBook Pro is actually two processors built into a single chip.','MA464LL/A',NULL,'/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg','',NULL,NULL,NULL,2,'/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg','','2009-04-24 17:52:19','apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive','apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html',NULL,NULL,NULL,4,'10.6000',NULL),(26,39,'simple','999.9900','2007-08-24 14:35:16',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Acer Ferrari 3200 Notebook Computer PC',NULL,NULL,NULL,NULL,'1799.9900',NULL,NULL,0,NULL,'This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success','LX.FR206.001',NULL,'/a/c/acer-ferrari-3200-notebook-computer-pc.jpg','',NULL,NULL,NULL,2,'/a/c/acer-ferrari-3200-notebook-computer-pc.jpg','','2009-04-24 17:52:20','acer-ferrari-3200-notebook-computer-pc','acer-ferrari-3200-notebook-computer-pc.html',NULL,NULL,NULL,4,'11.4000',NULL),(27,39,'simple','899.9900','2007-08-24 14:41:56',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC',NULL,NULL,NULL,NULL,'2699.9900',NULL,NULL,0,NULL,'Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC.','VGN-TXN27N/B',NULL,'/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg','',NULL,NULL,NULL,2,'/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg','','2009-04-24 17:52:22','sony-vaio-vgn-txn27n-b-11-1-notebook-pc','sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html',NULL,NULL,NULL,4,'2.8000',NULL),(28,39,'simple','899.9900','2007-08-24 14:47:57',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Toshiba M285-E 14\"',NULL,NULL,NULL,NULL,'1599.9900',NULL,NULL,0,NULL,'Get the competitive edge with the Gateway M285-E. This widescreen Convertible Notebook functions as both a conventional notebook and a tablet.','M285-E',NULL,'/t/o/toshiba-m285-e-14.jpg','',NULL,NULL,NULL,2,'/t/o/toshiba-m285-e-14.jpg','','2009-04-24 17:52:23','toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium','toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html',NULL,NULL,NULL,4,'10.0000',NULL),(29,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_3',NULL,'/c/n/cn-clogs-beach-garden-clog-3.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-4.jpg','','2009-04-24 17:52:28','cn-clogs-beach-garden-clog-3','cn-clogs-beach-garden-clog-3.html',NULL,NULL,NULL,1,'1.0000',NULL),(30,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_8',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:29','asics-men-s-gel-kayano-xii-8','asics-men-s-gel-kayano-xii-8.html',NULL,NULL,NULL,1,'3.0000',NULL),(31,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_4',NULL,'/s/t/steven-by-steve-madden-pryme-pump-3.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-4.jpg','','2009-04-24 17:52:30','steven-by-steve-madden-pryme-pump-4','steven-by-steve-madden-pryme-pump-4.html',NULL,NULL,NULL,1,'2.0000',NULL),(32,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_3',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:32','nine-west-women-s-lucero-pump-3','nine-west-women-s-lucero-pump-3.html',NULL,NULL,NULL,1,'2.0000',NULL),(33,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_3',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-3.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-4.jpg','','2009-04-24 17:52:33','ecco-womens-golf-flexor-golf-shoe-3','ecco-womens-golf-flexor-golf-shoe-3.html',NULL,NULL,NULL,1,'4.0000',NULL),(34,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_8',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-3.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-4.jpg','','2009-04-24 17:52:35','kenneth-cole-new-york-men-s-con-verge-slip-on-8','kenneth-cole-new-york-men-s-con-verge-slip-on-8.html',NULL,NULL,NULL,1,'2.0000',NULL),(35,41,'simple','2.0000','2007-08-24 19:49:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem','coal_sm',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:36','coalesce-functioning-on-impatience-t-shirt-small','coalesce-functioning-on-impatience-t-shirt-small.html',NULL,NULL,NULL,1,'0.5000',NULL),(36,41,'simple','2.0000','2007-08-24 19:53:06',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,0,NULL,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink_sm',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:39','ink-eater-krylon-bombear-destroyed-tee-sm','ink-eater-krylon-bombear-destroyed-tee-sm.html',NULL,NULL,NULL,1,'0.5000',NULL),(37,41,'simple','2.0000','2007-08-24 19:59:39',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirst. ','oc_sm',NULL,'/t/h/the-only-children-paisley-t-shirt-2.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt-3.jpg','','2009-04-24 17:52:44','the-only-children-paisley-t-shirt-sm','the-only-children-paisley-t-shirt-sm.html',NULL,NULL,NULL,1,'0.4400',NULL),(38,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_r_sm',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-3.jpg','','2009-04-24 17:52:45','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html',NULL,NULL,NULL,1,'0.4400',NULL),(39,41,'simple','5.0000','2007-08-24 20:07:02',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Get Up Kids: Band Camp Pullover Hoodie',NULL,NULL,NULL,NULL,'30.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. ','4fasd5f5',NULL,'/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg','',NULL,NULL,NULL,2,'/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg','','2009-04-26 23:01:32','the-get-up-kids-band-camp-pullover-hoodie','the-get-up-kids-band-camp-pullover-hoodie.html',NULL,NULL,NULL,4,'1.7500',NULL),(41,42,'simple','100.0000','2007-08-27 10:43:59',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Akio Dresser',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'Our Akio dresser has a solid hardwood frame. ','384822',NULL,'/a/k/akio-dresser.jpg','',NULL,NULL,NULL,2,'/a/k/akio-dresser.jpg','','2009-04-24 17:52:48','akio-dresser','akio-dresser.html',NULL,NULL,NULL,4,'128.9700',NULL),(42,42,'simple','800.0000','2007-08-27 10:50:01',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Barcelona Bamboo Platform Bed',NULL,NULL,NULL,NULL,'2299.0000',NULL,NULL,0,NULL,'Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details.','bar1234',NULL,'/b/a/barcelona-bamboo-platform-bed.jpg','',NULL,NULL,NULL,2,'/b/a/barcelona-bamboo-platform-bed.jpg','','2009-04-24 17:52:50','barcelona-bamboo-platform-bed','barcelona-bamboo-platform-bed.html',NULL,NULL,NULL,4,'150.0000',NULL),(44,44,'simple','200.0000','2007-08-28 13:06:05',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Canon Digital Rebel XT 8MP Digital SLR Camera',NULL,NULL,NULL,NULL,'550.0000',NULL,NULL,0,NULL,' Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. ','Rebel XT',NULL,'/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg','',NULL,NULL,NULL,2,'/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg','','2009-05-07 10:54:05','canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black','canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black.html',NULL,NULL,NULL,4,'4.0000',NULL),(45,44,'simple','20.0000','2007-08-28 13:18:56',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,' Argus QC-2185 Quick Click 5MP Digital Camera',NULL,NULL,NULL,NULL,'37.4900',NULL,NULL,0,NULL,'The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet.','QC-2185',NULL,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg','',NULL,NULL,NULL,2,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg','','2009-05-07 11:05:23','argus-qc-2185-quick-click-5mp-digital-camera','argus-qc-2185-quick-click-5mp-digital-camera.html',NULL,NULL,NULL,4,'1.0000',NULL),(46,44,'simple','29.9900','2007-08-28 13:23:34',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,' Olympus Stylus 750 7.1MP Digital Camera',NULL,NULL,NULL,NULL,'161.9400',NULL,NULL,0,NULL,'A technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom.','750',NULL,'/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg','',NULL,NULL,NULL,2,'/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg','','2009-04-24 17:52:57','olympus-stylus-750-7-1mp-digital-camera','olympus-stylus-750-7-1mp-digital-camera.html',NULL,NULL,NULL,4,'2.0000',NULL),(47,44,'simple','29.9900','2007-08-28 13:27:14',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom',NULL,NULL,NULL,NULL,'329.9900',NULL,NULL,0,NULL,'Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes.','A630',NULL,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg','',NULL,NULL,NULL,2,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg','','2009-04-24 17:53:01','canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom','canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.html',NULL,NULL,NULL,4,'3.0000',NULL),(48,44,'simple','29.9900','2007-08-28 13:32:20',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kodak EasyShare C530 5MP Digital Camera',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features','C530',NULL,'/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg','',NULL,NULL,NULL,2,'/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg','','2009-04-24 17:53:03','kodak-easyshare-c530-5mp-digital-camera','kodak-easyshare-c530-5mp-digital-camera.html',NULL,NULL,NULL,4,'2.0000',NULL),(49,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_9',NULL,'/a/n/anashria-womens-premier-leather-sandal-3.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-4.jpg','','2009-04-24 17:53:04','anashria-womens-premier-leather-sandal-9','anashria-womens-premier-leather-sandal-9.html',NULL,NULL,NULL,1,'2.0000',NULL),(51,42,'simple','50.0000','2007-08-28 16:25:46',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ottoman',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery.','1111',NULL,'/o/t/ottoman.jpg','',NULL,NULL,NULL,2,'/o/t/ottoman.jpg','','2009-04-24 17:53:06','ottoman','ottoman.html',NULL,NULL,NULL,4,'20.0000',NULL),(52,42,'simple','50.0000','2007-08-28 16:29:24',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Chair',NULL,NULL,NULL,NULL,'129.9900',NULL,NULL,0,NULL,'Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber.','1112',NULL,'/c/h/chair.jpg','',NULL,NULL,NULL,2,'/c/h/chair.jpg','','2009-04-24 17:53:07','chair','chair.html',NULL,NULL,NULL,4,'50.0000',NULL),(53,42,'simple','200.0000','2007-08-28 16:32:24',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Couch',NULL,NULL,NULL,NULL,'599.9900',NULL,NULL,0,NULL,'For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!','1113',NULL,'/c/o/couch.jpg','',NULL,NULL,NULL,2,'/c/o/couch.jpg','','2009-04-24 17:53:08','couch','couch.html',NULL,NULL,NULL,4,'200.0000',NULL),(54,42,'grouped','300.0000','2007-08-28 16:38:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Magento Red Furniture Set',NULL,NULL,NULL,NULL,'699.9900',NULL,NULL,0,NULL,'Love red? You\'ll love these pieces of handmade modern furniture!','1114',NULL,'/m/a/magento-red-furniture-set.jpg','',NULL,NULL,NULL,2,'/m/a/magento-red-furniture-set.jpg','','2009-04-24 17:53:10','magento-red-furniture-set','magento-red-furniture-set.html',NULL,NULL,NULL,4,'500.0000',NULL),(74,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_3',NULL,'/a/n/anashria-womens-premier-leather-sandal.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal.jpg','','2009-04-24 17:53:11','anashria-womens-premier-leather-sandal-3','anashria-womens-premier-leather-sandal-3.html',NULL,NULL,NULL,1,'2.0000',NULL),(75,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_4',NULL,'/a/n/anashria-womens-premier-leather-sandal-3.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-4.jpg','','2009-04-24 17:53:13','anashria-womens-premier-leather-sandal-4','anashria-womens-premier-leather-sandal-4.html',NULL,NULL,NULL,1,'2.0000',NULL),(79,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_5',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:14','anashria-womens-premier-leather-sandal-5','anashria-womens-premier-leather-sandal-5.html',NULL,NULL,NULL,1,'2.0000',NULL),(80,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_6',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:15','anashria-womens-premier-leather-sandal-6','anashria-womens-premier-leather-sandal-6.html',NULL,NULL,NULL,1,'2.0000',NULL),(81,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_7',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:17','anashria-womens-premier-leather-sandal-7','anashria-womens-premier-leather-sandal-7.html',NULL,NULL,NULL,1,'2.0000',NULL),(82,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_8',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:18','anashria-womens-premier-leather-sandal-8','anashria-womens-premier-leather-sandal-8.html',NULL,NULL,NULL,1,'2.0000',NULL),(83,40,'configurable','2.0000','2007-08-29 10:32:52',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,1,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn',NULL,'/c/n/cn-clogs-beach-garden-clog.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog.jpg','','2009-04-24 17:53:20','cn-clogs-beach-garden-clog','cn-clogs-beach-garden-clog.html',NULL,NULL,NULL,4,'1.0000',NULL),(84,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_4',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:21','cn-clogs-beach-garden-clog-4','cn-clogs-beach-garden-clog-4.html',NULL,NULL,NULL,1,'1.0000',NULL),(85,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_5',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:23','cn-clogs-beach-garden-clog-5','cn-clogs-beach-garden-clog-5.html',NULL,NULL,NULL,1,'1.0000',NULL),(86,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_6',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:24','cn-clogs-beach-garden-clog-6','cn-clogs-beach-garden-clog-6.html',NULL,NULL,NULL,1,'1.0000',NULL),(87,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_7',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:26','cn-clogs-beach-garden-clog-7','cn-clogs-beach-garden-clog-7.html',NULL,NULL,NULL,1,'1.0000',NULL),(88,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m8',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:27','cn-clogs-beach-garden-clog-8','cn-clogs-beach-garden-clog-8.html',NULL,NULL,NULL,1,'1.0000',NULL),(89,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m9',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:28','cn-clogs-beach-garden-clog-9','cn-clogs-beach-garden-clog-9.html',NULL,NULL,NULL,1,'1.0000',NULL),(90,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m10',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:30','cn-clogs-beach-garden-clog-10','cn-clogs-beach-garden-clog-10.html',NULL,NULL,NULL,1,'1.0000',NULL),(91,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m11',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:32','cn-clogs-beach-garden-clog-11','cn-clogs-beach-garden-clog-11.html',NULL,NULL,NULL,1,'1.0000',NULL),(92,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m12',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:33','cn-clogs-beach-garden-clog-12','cn-clogs-beach-garden-clog-12.html',NULL,NULL,NULL,1,'1.0000',NULL),(93,40,'configurable','29.9900','2007-08-29 11:46:47',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,1,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. ','asc',NULL,'/a/s/asics-men-s-gel-kayano-xii-2.jpg','',NULL,NULL,NULL,2,'/a/s/asics-men-s-gel-kayano-xii-2.jpg','','2009-04-24 17:53:34','asics-men-s-gel-kayano-xii','asics-men-s-gel-kayano-xii.html',NULL,NULL,NULL,4,'3.0000',NULL),(94,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_9',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:36','asics-men-s-gel-kayano-xii-9','asics-men-s-gel-kayano-xii-9.html',NULL,NULL,NULL,1,'3.0000',NULL),(95,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_10',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:38','asics-men-s-gel-kayano-xii-10','asics-men-s-gel-kayano-xii-10.html',NULL,NULL,NULL,1,'3.0000',NULL),(96,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_11',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:39','asics-men-s-gel-kayano-xii-11','asics-men-s-gel-kayano-xii-11.html',NULL,NULL,NULL,1,'3.0000',NULL),(97,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_12',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:40','asics-men-s-gel-kayano-xii-12','asics-men-s-gel-kayano-xii-12.html',NULL,NULL,NULL,1,'3.0000',NULL),(98,40,'configurable','29.9900','2007-08-29 12:09:17',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,1,NULL,'Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe.','ken',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg','','2009-04-24 17:53:42','kenneth-cole-new-york-men-s-con-verge-slip-on','kenneth-cole-new-york-men-s-con-verge-slip-on.html',NULL,NULL,NULL,4,'2.0000',NULL),(99,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_9',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:43','kenneth-cole-new-york-men-s-con-verge-slip-on-9','kenneth-cole-new-york-men-s-con-verge-slip-on-9.html',NULL,NULL,NULL,1,'2.0000',NULL),(100,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_10',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:45','kenneth-cole-new-york-men-s-con-verge-slip-on-10','kenneth-cole-new-york-men-s-con-verge-slip-on-10.html',NULL,NULL,NULL,1,'2.0000',NULL),(101,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_11',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:46','kenneth-cole-new-york-men-s-con-verge-slip-on-11','kenneth-cole-new-york-men-s-con-verge-slip-on-11.html',NULL,NULL,NULL,1,'2.0000',NULL),(102,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_12',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:47','kenneth-cole-new-york-men-s-con-verge-slip-on-12','kenneth-cole-new-york-men-s-con-verge-slip-on-12.html',NULL,NULL,NULL,1,'2.0000',NULL),(103,40,'configurable','29.9900','2007-08-29 12:29:46',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,1,NULL,' This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve',NULL,'/s/t/steven-by-steve-madden-pryme-pump.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump.jpg','','2009-04-24 17:53:49','steven-by-steve-madden-pryme-pump','steven-by-steve-madden-pryme-pump.html',NULL,NULL,NULL,4,'2.0000',NULL),(104,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_5',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:51','steven-by-steve-madden-pryme-pump-5','steven-by-steve-madden-pryme-pump-5.html',NULL,NULL,NULL,1,'2.0000',NULL),(105,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_6',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:52','steven-by-steve-madden-pryme-pump-6','steven-by-steve-madden-pryme-pump-6.html',NULL,NULL,NULL,1,'2.0000',NULL),(106,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_7',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:54','steven-by-steve-madden-pryme-pump-7','steven-by-steve-madden-pryme-pump-7.html',NULL,NULL,NULL,1,'2.0000',NULL),(107,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_8',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:55','steven-by-steve-madden-pryme-pump-8','steven-by-steve-madden-pryme-pump-8.html',NULL,NULL,NULL,1,'2.0000',NULL),(108,40,'configurable','29.9900','2007-08-29 12:52:39',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,1,NULL,'This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine',NULL,'/n/i/nine-west-women-s-lucero-pump.jpg','',NULL,NULL,NULL,2,'/n/i/nine-west-women-s-lucero-pump.jpg','','2009-04-24 17:53:56','nine-west-women-s-lucero-pump','nine-west-women-s-lucero-pump.html',NULL,NULL,NULL,4,'2.0000',NULL),(109,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_4',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:58','nine-west-women-s-lucero-pump-4','nine-west-women-s-lucero-pump-4.html',NULL,NULL,NULL,1,'2.0000',NULL),(110,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_5',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:59','nine-west-women-s-lucero-pump-5','nine-west-women-s-lucero-pump-5.html',NULL,NULL,NULL,1,'2.0000',NULL),(111,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_6',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:54:01','nine-west-women-s-lucero-pump-6','nine-west-women-s-lucero-pump-6.html',NULL,NULL,NULL,1,'2.0000',NULL),(112,40,'configurable','29.9900','2007-08-29 13:17:43',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,1,NULL,'With a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg','','2009-04-24 17:54:02','ecco-womens-golf-flexor-golf-shoe','ecco-womens-golf-flexor-golf-shoe.html',NULL,NULL,NULL,4,'4.0000',NULL),(113,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_4',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg','','2009-04-24 17:54:04','ecco-womens-golf-flexor-golf-shoe-4','ecco-womens-golf-flexor-golf-shoe-4.html',NULL,NULL,NULL,1,'4.0000',NULL),(114,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_5',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg','','2009-04-24 17:54:05','ecco-womens-golf-flexor-golf-shoe-5','ecco-womens-golf-flexor-golf-shoe-5.html',NULL,NULL,NULL,1,'4.0000',NULL),(115,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_6',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg','','2009-04-24 17:54:06','ecco-womens-golf-flexor-golf-shoe-6','ecco-womens-golf-flexor-golf-shoe-6.html',NULL,NULL,NULL,1,'4.0000',NULL),(117,41,'simple','2.0000','2007-08-24 19:49:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem','coal_md',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:54:08','coalesce-functioning-on-impatience-t-shirt-medium','coalesce-functioning-on-impatience-t-shirt-medium.html',NULL,NULL,NULL,1,'0.5000',NULL),(118,41,'simple','2.0000','2007-08-24 19:49:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem','coal_lrg',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:54:09','coalesce-functioning-on-impatience-t-shirt-large','coalesce-functioning-on-impatience-t-shirt-large.html',NULL,NULL,NULL,1,'0.5000',NULL),(119,41,'configurable','2.0000','2007-08-29 15:00:05',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,1,NULL,'\r\n\r\n\r\n- 6.1 oz. 100% preshrunk heavyweight cotton
\r\n- Shoulder-to-shoulder taping
\r\n- Double-needle sleeves and bottom hem
\r\n
','coal_1',NULL,'/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg','','2009-04-24 17:54:11','coalesce-functioning-on-impatience-t-shirt','coalesce-functioning-on-impatience-t-shirt.html',NULL,NULL,NULL,4,'0.5000',NULL),(120,41,'configurable','2.0000','2007-08-29 15:06:16',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,1,NULL,'Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink',NULL,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg','',NULL,NULL,NULL,2,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg','','2009-04-24 17:54:12','ink-eater-krylon-bombear-destroyed-tee','ink-eater-krylon-bombear-destroyed-tee.html',NULL,NULL,NULL,4,'0.5000',NULL),(121,41,'simple','2.0000','2007-08-24 19:53:06',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,0,NULL,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink_med',NULL,'/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg','',NULL,NULL,NULL,2,'/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg','','2009-04-24 17:54:14','ink-eater-krylon-bombear-destroyed-tee-med','ink-eater-krylon-bombear-destroyed-tee-med.html',NULL,NULL,NULL,1,'0.5000',NULL),(122,41,'simple','2.0000','2007-08-24 19:53:06',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,0,NULL,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink_lrg',NULL,'/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg','',NULL,NULL,NULL,2,'/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg','','2009-04-24 17:54:15','ink-eater-krylon-bombear-destroyed-tee-lrg','ink-eater-krylon-bombear-destroyed-tee-lrg.html',NULL,NULL,NULL,1,'0.5000',NULL),(123,41,'configurable','2.0000','2007-08-29 15:14:29',NULL,0,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'100.0000',NULL,NULL,1,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirt. ','oc',NULL,'/t/h/the-only-children-paisley-t-shirt.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt.jpg','','2009-04-26 23:00:16','the-only-children-paisley-t-shirt','the-only-children-paisley-t-shirt.html',NULL,NULL,NULL,4,'0.4400',NULL),(124,41,'simple','2.0000','2007-08-24 19:59:39',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirst. ','oc_med',NULL,'/t/h/the-only-children-paisley-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt-2.jpg','','2009-04-24 17:54:18','the-only-children-paisley-t-shirt-med','the-only-children-paisley-t-shirt-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(125,41,'simple','2.0000','2007-08-24 19:59:39',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirst. ','oc_lrg',NULL,'/t/h/the-only-children-paisley-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt-2.jpg','','2009-04-24 17:54:20','the-only-children-paisley-t-shirt-lrg','the-only-children-paisley-t-shirt-lrg.html',NULL,NULL,NULL,1,'0.4400',NULL),(126,41,'configurable','2.0000','2007-08-29 15:31:56',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,1,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg','','2009-04-24 17:54:21','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html',NULL,NULL,NULL,4,'0.4400',NULL),(127,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_g_sm',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:23','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html',NULL,NULL,NULL,1,'0.4400',NULL),(128,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_r_med',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:25','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(129,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_g_med',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:26','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(130,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_r_lrg',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:27','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html',NULL,NULL,NULL,1,'0.4400',NULL),(131,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_g_lrg',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:29','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html',NULL,NULL,NULL,1,'0.4400',NULL),(132,9,'simple',NULL,'2007-08-29 19:53:55',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'SLR Camera Tripod',NULL,NULL,NULL,NULL,'99.0000',NULL,NULL,0,NULL,'Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers.','ac674',NULL,'/s/l/slr-camera-tripod.jpg','',NULL,NULL,NULL,2,'/s/l/slr-camera-tripod.jpg','','2009-04-24 17:54:30','slr-camera-tripod','slr-camera-tripod.html',NULL,NULL,NULL,4,'42.0000',NULL),(133,9,'simple',NULL,'2007-08-29 19:56:27',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Universal Camera Case',NULL,NULL,NULL,NULL,'34.0000',NULL,NULL,0,NULL,'A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time.','ac9003',NULL,'/u/n/universal-camera-case-1.jpg','',NULL,NULL,NULL,2,'/u/n/universal-camera-case-2.jpg','','2009-04-24 17:54:32','universal-camera-case','universal-camera-case.html',NULL,NULL,NULL,4,NULL,NULL),(134,9,'simple',NULL,'2007-08-29 19:59:29',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Universal Camera Charger',NULL,NULL,NULL,NULL,'19.0000',NULL,NULL,0,NULL,'Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator.','ac-66332',NULL,'/u/n/universal-camera-charger.jpg','',NULL,NULL,NULL,2,'/u/n/universal-camera-charger.jpg','','2009-04-24 17:54:33','universal-camera-charger','universal-camera-charger.html',NULL,NULL,NULL,4,'5.0000',NULL),(135,40,'configurable','10.0000','2007-08-30 11:22:53',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,1,NULL,'Buckle embellished contrasting straps adorn both the heel and canvas covered wedge of this t-strap sandal to make it a truly unique addition to your wardrobe','ana',NULL,'/a/n/anashria-womens-premier-leather-sandal.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal.jpg','','2009-04-24 17:54:34','anashria-womens-premier-leather-sandal','anashria-womens-premier-leather-sandal.html',NULL,NULL,NULL,4,'2.0000',NULL),(137,41,'simple','2.0000','2007-10-04 07:46:58',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_b_med',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-26 17:21:37','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(138,9,'simple',NULL,'2008-07-25 00:52:03',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default)',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market.','apevia-black',NULL,'/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg','',NULL,NULL,NULL,1,'/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg','','2009-04-24 17:54:37','apevia-black-x-cruiser-case-atx-mid-tower-case','apevia-black-x-cruiser-case-atx-mid-tower-case.html',NULL,NULL,NULL,4,'10.0000',NULL),(139,9,'simple',NULL,'2008-07-25 00:54:41',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default)',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.','nzxtlexa',NULL,'/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg','',NULL,NULL,NULL,1,'/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg','','2009-04-24 17:54:39','nzxt-lexa-silver-aluminum-atx-mid-tower-case','nzxt-lexa-silver-aluminum-atx-mid-tower-case.html',NULL,NULL,NULL,4,'10.0000',NULL),(140,58,'simple',NULL,'2008-07-25 00:59:55',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Crucial 2GB PC4200 DDR2 533MHz Memory',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'Crucial 2GB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ','2gbdimm',NULL,'/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg','',NULL,NULL,NULL,1,'/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg','','2009-04-24 17:54:40','crucial-2gb-pc4200-ddr2-533mhz-memory','crucial-2gb-pc4200-ddr2-533mhz-memory.html',NULL,NULL,NULL,4,'1.0000',NULL),(141,58,'simple',NULL,'2008-07-25 01:02:21',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Crucial 1GB PC4200 DDR2 533MHz Memory',NULL,NULL,NULL,NULL,'150.9900',NULL,NULL,0,NULL,'Crucial 1024MB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ','1gbdimm',NULL,'/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg','',NULL,NULL,NULL,1,'/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg','','2009-04-24 17:54:42','crucial-1gb-pc4200-ddr2-533mhz-memory','crucial-1gb-pc4200-ddr2-533mhz-memory.html',NULL,NULL,NULL,4,'1.0000',NULL),(142,59,'virtual',NULL,'2008-07-25 01:02:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'One Year Extended Warranty - Parts and Labor',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'1 Year Extended Warranty - Parts and Labor','1yr_p_l',NULL,'no_selection','',NULL,NULL,NULL,0,'no_selection','','2009-04-24 17:54:43','1-year-extended-warranty-parts-and-labor','1-year-extended-warranty-parts-and-labor.html',NULL,NULL,NULL,1,NULL,NULL),(143,58,'simple',NULL,'2008-07-25 01:05:00',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Crucial 512MB PC4200 DDR2 533MHz Memory',NULL,NULL,NULL,NULL,'99.9900',NULL,NULL,0,NULL,'Crucial 512MB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ','512dimm',NULL,'/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg','',NULL,NULL,NULL,1,'/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg','','2009-04-24 17:54:44','crucial-512mb-pc4200-ddr2-533mhz-memory','crucial-512mb-pc4200-ddr2-533mhz-memory.html',NULL,NULL,NULL,4,'1.0000',NULL),(144,59,'virtual',NULL,'2008-07-25 01:06:02',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Two Year Extended Warranty - Parts and Labor',NULL,NULL,NULL,NULL,'250.0000',NULL,NULL,0,NULL,'2 Year Extended Warranty - Parts and Labor','2yr_p_l',NULL,'no_selection','',NULL,NULL,NULL,0,'no_selection','','2009-04-24 17:54:46','1-year-extended-warranty-parts-and-labor','1-year-extended-warranty-parts-and-labor-1.html',NULL,NULL,NULL,1,NULL,NULL),(145,60,'simple',NULL,'2008-07-25 01:07:37',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'AMD Phenom X4 9850 Black Ed. 2.50GHz Retail',NULL,NULL,NULL,NULL,'335.9900',NULL,NULL,0,NULL,'Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor.','amdphenom',NULL,'/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg','',NULL,NULL,NULL,1,'/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg','','2009-04-24 17:54:47','amd-phenom-x4-9850-black-ed-2-50ghz-retail','amd-phenom-x4-9850-black-ed-2-50ghz-retail.html',NULL,NULL,NULL,4,'1.0000',NULL),(146,59,'virtual',NULL,'2008-07-25 01:07:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Three Year Extended Warranty - Parts and Labor',NULL,NULL,NULL,NULL,'325.0000',NULL,NULL,0,NULL,'3 Year Extended Warranty - Parts and Labor','3yr_p_l',NULL,'no_selection','',NULL,NULL,NULL,0,'no_selection','','2009-04-24 17:54:48','1-year-extended-warranty-parts-and-labor','1-year-extended-warranty-parts-and-labor-2.html',NULL,NULL,NULL,1,NULL,NULL),(147,61,'simple',NULL,'2008-07-25 01:10:17',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'22\" Syncmaster LCD Monitor',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready.','226bw',NULL,'/2/2/22-syncmaster-lcd-monitor.jpg','',NULL,NULL,NULL,0,'/2/2/22-syncmaster-lcd-monitor.jpg','','2009-04-24 17:54:50','22-syncmaster-lcd-monitor','22-syncmaster-lcd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(148,60,'simple',NULL,'2008-07-25 01:10:21',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'AMD A64 X2 3800+ 2.0GHz OEM',NULL,NULL,NULL,NULL,'98.9900',NULL,NULL,0,NULL,'AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor','amda64',NULL,'/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg','',NULL,NULL,NULL,1,'/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg','','2009-04-24 17:54:51','amd-a64-x2-3800-2-0ghz-oem','amd-a64-x2-3800-2-0ghz-oem.html',NULL,NULL,NULL,4,'1.0000',NULL),(149,62,'simple',NULL,'2008-07-25 01:12:44',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Western Digital - 1TB HD - 7200RPM',NULL,NULL,NULL,NULL,'399.0000',NULL,NULL,0,NULL,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','1tb7200',NULL,'/w/e/western-digital-1tb-hd-7200rpm.jpg','',NULL,NULL,NULL,1,'/w/e/western-digital-1tb-hd-7200rpm.jpg','','2009-04-24 17:54:53','1tb-7200rpm','1tb-7200rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(150,62,'simple',NULL,'2008-07-25 01:12:44',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Western Digital 500GB HD - 7200RPM',NULL,NULL,NULL,NULL,'299.0000',NULL,NULL,0,NULL,'500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','500gb7200',NULL,'/w/e/western-digital-500gb-hd-7200rpm.jpg','',NULL,NULL,NULL,1,'/w/e/western-digital-500gb-hd-7200rpm.jpg','','2009-04-24 17:54:54','500gb-7200rpm','500gb-7200rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(151,60,'simple',NULL,'2008-07-25 01:13:21',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Intel C2D E8400 3.0GHz Retail',NULL,NULL,NULL,NULL,'98.9900',NULL,NULL,0,NULL,'Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors.','intelc2d',NULL,'/i/n/intel-c2d-e8400-3-0ghz-retail.jpg','',NULL,NULL,NULL,1,'/i/n/intel-c2d-e8400-3-0ghz-retail.jpg','','2009-04-24 17:54:55','intel-c2d-e8400-3-0ghz-retail','intel-c2d-e8400-3-0ghz-retail.html',NULL,NULL,NULL,4,'1.0000',NULL),(152,61,'simple',NULL,'2008-07-25 01:14:11',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'24\" Widescreen Flat-Panel LCD Monitor',NULL,NULL,NULL,NULL,'699.9900',NULL,NULL,0,NULL,'5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs','W2452T-TF',NULL,'/2/4/24-widescreen-flat-panel-lcd-monitor.jpg','',NULL,NULL,NULL,1,'/2/4/24-widescreen-flat-panel-lcd-monitor.jpg','','2009-04-24 17:54:57','24-widescreen-flat-panel-lcd-monitor','24-widescreen-flat-panel-lcd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(153,60,'simple',NULL,'2008-07-25 01:15:29',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Intel Core 2 Extreme QX9775 3.20GHz Retail',NULL,NULL,NULL,NULL,'2049.9900',NULL,NULL,0,NULL,'Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor','intelcore2extreme',NULL,'/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg','',NULL,NULL,NULL,1,'/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg','','2009-04-24 17:54:58','intel-core-2-extreme-qx9775-3-20ghz-retail','intel-core-2-extreme-qx9775-3-20ghz-retail.html',NULL,NULL,NULL,4,'1.0000',NULL),(154,62,'simple',NULL,'2008-07-25 01:16:03',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Seagate 500GB HD - 5400RPM',NULL,NULL,NULL,NULL,'299.0000',NULL,NULL,0,NULL,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','500gb5400',NULL,'/s/e/seagate-500gb-hd-5400rpm.jpg','',NULL,NULL,NULL,1,'/s/e/seagate-500gb-hd-5400rpm.jpg','','2009-04-24 17:55:03','500gb-5400rpm','500gb-5400rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(155,62,'simple',NULL,'2008-07-25 01:16:03',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Seagate 250GB HD - 5400RPM',NULL,NULL,NULL,NULL,'99.0000',NULL,NULL,0,NULL,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','250gb5400',NULL,'/s/e/seagate-250gb-hd-5400rpm.jpg','',NULL,NULL,NULL,1,'/s/e/seagate-250gb-hd-5400rpm.jpg','','2009-04-24 17:55:04','250gb-5400rpm','250gb-5400rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(156,61,'simple',NULL,'2008-07-25 01:16:51',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'19\" Widescreen Flat-Panel LCD Monitor',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs','W1952TQ-TF',NULL,'/1/9/19-widescreen-flat-panel-lcd-monitor.jpg','',NULL,NULL,NULL,0,'/1/9/19-widescreen-flat-panel-lcd-monitor.jpg','','2009-04-24 17:55:06','19-widescreen-flat-panel-lcd-monitor','19-widescreen-flat-panel-lcd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(157,61,'simple',NULL,'2008-07-25 01:19:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'30\" Flat-Panel TFT-LCD Cinema HD Monitor',NULL,NULL,NULL,NULL,'699.9900',NULL,NULL,0,NULL,'Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency.','M9179LL',NULL,'/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg','',NULL,NULL,NULL,0,'/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg','','2009-04-24 17:55:07','30-flat-panel-tft-lcd-cinema-hd-monitor','30-flat-panel-tft-lcd-cinema-hd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(158,39,'bundle',NULL,'2008-07-25 01:21:23',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Sony VAIO 11.1\" Notebook PC',NULL,NULL,NULL,NULL,NULL,0,1,1,0,'Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected.\r\n\r\n','VGN-TXN27N/BW',NULL,'/s/o/sony-vaio-11-1-notebook-pc.jpg','',NULL,NULL,NULL,2,'/s/o/sony-vaio-11-1-notebook-pc.jpg','','2009-04-24 17:55:09','sony-vaio-vgn-txn27n-b-11-1-notebook-pc','sony-vaio-vgn-txn27n-b-11-1-notebook-pc-1.html',NULL,NULL,NULL,4,NULL,0),(159,9,'simple',NULL,'2008-07-25 01:22:14',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Microsoft Natural Ergonomic Keyboard 4000',NULL,NULL,NULL,NULL,'99.9900',NULL,NULL,0,NULL,'The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard.','microsoftnatural',NULL,'/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg','',NULL,NULL,NULL,0,'/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg','','2009-04-24 17:55:10','microsoft-natural-ergonomic-keyboard-4000','microsoft-natural-ergonomic-keyboard-4000.html',NULL,NULL,NULL,4,'1.0000',NULL),(160,9,'simple',NULL,'2008-07-25 01:24:15',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Logitech Cordless Optical Trackman',NULL,NULL,NULL,NULL,'79.9900',NULL,NULL,0,NULL,'Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter.','logitechcord',NULL,'/l/o/logitech-cordless-optical-trackman.jpg','',NULL,NULL,NULL,1,'/l/o/logitech-cordless-optical-trackman.jpg','','2009-04-24 17:55:11','microsoft-wireless-optical-mouse-5000','microsoft-wireless-optical-mouse-5000.html',NULL,NULL,NULL,4,'1.0000',NULL),(161,9,'simple',NULL,'2008-07-25 01:25:09',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Logitech diNovo Edge Keyboard',NULL,NULL,NULL,NULL,'239.9900',NULL,NULL,0,NULL,'PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered.','logidinovo',NULL,'/l/o/logitech-dinovo-edge-keyboard.jpg','',NULL,NULL,NULL,0,'/l/o/logitech-dinovo-edge-keyboard.jpg','','2009-04-24 17:55:13','logitech-dinovo-edge-keyboard','logitech-dinovo-edge-keyboard.html',NULL,NULL,NULL,4,'1.0000',NULL),(162,9,'simple',NULL,'2008-07-25 01:25:11',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Microsoft Wireless Optical Mouse 5000',NULL,NULL,NULL,NULL,'59.9900',NULL,NULL,0,NULL,'Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse.','micronmouse5000',NULL,'/m/i/microsoft-wireless-optical-mouse-5000.jpg','',NULL,NULL,NULL,1,'/m/i/microsoft-wireless-optical-mouse-5000.jpg','','2009-04-24 17:55:14','microsoft-wireless-optical-mouse-5000','microsoft-wireless-optical-mouse-5000-162.html',NULL,NULL,NULL,4,'1.0000',NULL),(163,9,'bundle',NULL,'2008-07-25 01:34:24',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Computer',NULL,NULL,NULL,NULL,NULL,0,0,1,0,'Make a computer','computer',NULL,'/c/o/computer.jpg','',NULL,NULL,NULL,1,'/c/o/computer.jpg','','2009-04-24 17:55:16','computer','computer.html',NULL,NULL,NULL,4,NULL,0),(164,9,'bundle',NULL,'2008-07-25 01:36:33',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Gaming Computer',NULL,NULL,NULL,NULL,'4999.9500',1,0,1,1,'Make a computer','computer_fixed',NULL,'/g/a/gaming-computer.jpg','',NULL,NULL,NULL,1,'/g/a/gaming-computer.jpg','','2009-04-24 17:55:17','gaming-computer','gaming-computer.html',NULL,NULL,NULL,4,'20.0000',1),(165,39,'bundle',NULL,'2008-07-25 01:40:27',NULL,0,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'My Computer',NULL,NULL,NULL,NULL,NULL,0,0,1,0,'test description','mycomputer',NULL,'/m/y/my-computer.jpg','','2008-07-30 00:00:00',NULL,NULL,1,'/m/y/my-computer.jpg','','2009-05-06 22:11:22','my-computer','my-computer.html',NULL,NULL,NULL,4,'10.0000',1),(166,38,'simple',NULL,'2008-07-25 02:22:13',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'HTC Touch Diamond',NULL,NULL,NULL,NULL,'750.0000',NULL,NULL,0,NULL,'Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design.','HTC Touch Diamond',NULL,'/h/t/htc-touch-diamond.jpg','',NULL,NULL,NULL,2,'/h/t/htc-touch-diamond.jpg','','2009-04-24 17:55:21','htc-touch-diamond','htc-touch-diamond.html',NULL,NULL,NULL,4,'0.3000',NULL),(167,9,'giftcard',NULL,'2009-04-24 17:55:22',NULL,1,NULL,1,0,'',0,0,NULL,NULL,NULL,'$100 Physical Gift Card',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'Physical Gift Card with fixed amount.','gc_physical1',NULL,'/1/0/100_gc_1.gif','',NULL,NULL,NULL,NULL,'/1/0/100_gc_1.gif','','2009-04-26 12:38:49','100-physical-gift-card','100-physical-gift-card.html',1,1,1,4,'0.1000',NULL),(168,9,'giftcard',NULL,'2009-04-24 17:55:27',NULL,1,NULL,0,0,'',NULL,NULL,NULL,NULL,NULL,'Virtual Gift Card',NULL,NULL,'500.0000','10.0000',NULL,NULL,NULL,0,NULL,'Virtual Gift Card with fixed and open amounts.','gc_virtual1',NULL,'/v/i/virtual_gc_1.gif','',NULL,NULL,NULL,NULL,'/v/i/virtual_gc_1.gif','','2009-04-26 12:28:41','virtual-gift-card','virtual-gift-card.html',1,1,1,4,'0.0000',NULL),(169,9,'giftcard',NULL,'2009-04-24 17:55:28',NULL,1,NULL,1,0,'',NULL,NULL,NULL,NULL,NULL,'\'For You\' Physical Gift Card',NULL,NULL,'100.0000','20.0000',NULL,NULL,NULL,0,NULL,'Physical Gift Card with open amount','gc_physical2',NULL,'/f/o/foryou_1.gif','',NULL,NULL,NULL,NULL,'/f/o/foryou_1.gif','','2009-04-26 12:26:18','for-you-physical-gift-card','for-you-physical-gift-card.html',1,1,1,4,'0.1000',NULL),(173,9,'simple',NULL,'2009-04-24 17:55:33',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Exotic Silk Blouse',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'This sexy silk blouse is perfect for any occasion.','esb_1',NULL,'/i/S/iStock_000007840313Small_1.jpg','','2009-04-21 00:00:00','139.0000',NULL,2,'/i/S/iStock_000007840313Small_1.jpg','','2010-04-20 14:12:10','exotic-silk-blouse','exotic-silk-blouse.html',NULL,NULL,NULL,4,'0.4000',NULL),(174,9,'giftcard',NULL,'2009-04-24 17:55:35',NULL,1,NULL,2,0,'',NULL,NULL,NULL,NULL,NULL,'Physical and Virtual Gift Card',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'Physical and Virtual Gift Card with no message','gc_physvirt1',NULL,'/l/i/light_gc_1.gif','',NULL,NULL,NULL,NULL,'/l/i/light_gc_1.gif','','2009-04-26 11:25:02','physical-and-virtual-gift-card','physical-and-virtual-gift-card.html',1,1,1,4,'0.2000',NULL),(175,9,'giftcard',NULL,'2009-04-24 17:55:36',NULL,1,NULL,1,0,'',NULL,NULL,NULL,NULL,NULL,'$200 Gift Card',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'$200 Physical Gift Card','gc_physical3',NULL,'/c/h/checkered_gc_1.gif','',NULL,NULL,NULL,NULL,'/c/h/checkered_gc_1.gif','','2009-04-26 11:32:19','200-gift-card','200-gift-card.html',1,1,1,4,'0.3000',NULL),(176,42,'simple','100.0000','2009-04-24 17:55:38',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Akio Bookcase',NULL,NULL,NULL,NULL,'249.9900',NULL,NULL,0,NULL,'Add extra shelves for storing and displaying. ','349838',NULL,'/a/k/akio_2_2_1.jpg','',NULL,NULL,NULL,2,'/a/k/akio_2_2_1.jpg','','2009-04-26 11:20:59','akio-bookcase','akio-bookcase.html',NULL,NULL,NULL,4,'82.5000',NULL),(177,45,'simple',NULL,'2009-04-24 17:55:39',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Butterfly Fish',NULL,NULL,NULL,NULL,'14.9900',NULL,NULL,0,NULL,'A beautiful shirt. ','2223',NULL,'/s/h/shirt_medium_3_1.jpg','',NULL,NULL,NULL,2,'/s/h/shirt_medium_3_1.jpg','','2009-04-26 11:19:26','butterfly-fish','butterfly-fish.html',NULL,NULL,NULL,4,'0.1000',NULL),(178,9,'simple',NULL,'2009-04-24 17:55:40',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Pink Faux Fur Jacket',NULL,NULL,NULL,NULL,'79.9900',NULL,NULL,0,NULL,'Get the Virtual Reality look with this stylish pink faux fur!','pink-faux-fur',NULL,'/1/_/1_2.jpg','',NULL,NULL,NULL,2,'/1/_/1_2.jpg','','2009-04-26 11:18:02','pink-faux-fur-jacket','pink-faux-fur-jacket.html',NULL,NULL,NULL,1,'1.0000',NULL),(179,9,'grouped',NULL,'2009-04-24 17:55:42',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Get This Look: Virtual Reality',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'This spring become a virtual reality goddess.','vir-real',NULL,'/i/S/iStock_000004287268Medium_1.jpg','',NULL,NULL,NULL,NULL,'/i/S/iStock_000004287268Medium_1.jpg','','2009-04-26 22:53:50','virtual-reality','virtual-reality.html',NULL,NULL,NULL,4,NULL,NULL),(180,9,'simple',NULL,'2009-04-24 17:55:43',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Pink Laced Leather Boots',NULL,NULL,NULL,NULL,'139.9900',NULL,NULL,0,NULL,'Finish up your Virtual Reality look with this 5\" heel boots.','pink-laced',NULL,'/1/_/1_b_2.jpg','',NULL,NULL,NULL,2,'/1/_/1_b_2.jpg','','2009-04-26 11:17:37','pink-laced-leather-boots','pink-laced-leather-boots.html',NULL,NULL,NULL,4,'3.0000',NULL),(181,9,'simple',NULL,'2009-04-24 17:55:44',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Vintage Black and White',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'Our black and white vintage is made from 100% silk. ','vin-bw',NULL,'/2/_/2_1_1.jpg','','2009-04-21 00:00:00','279.9900',NULL,2,'/2/_/2_1_1.jpg','','2009-04-26 23:17:25','vintage-black-and-white','vintage-black-and-white.html',NULL,NULL,NULL,4,'1.0000',NULL),(182,9,'simple',NULL,'2009-04-24 17:55:46',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Black Stilettos',NULL,NULL,NULL,NULL,'129.9900',NULL,NULL,0,NULL,'Finish up the Vintage look!','bl-stil',NULL,'/2/_/2_b_1.jpg','','2009-04-21 00:00:00','119.9900',NULL,2,'/2/_/2_b_1.jpg','','2009-04-26 10:50:06','black-stilettos','black-stilettos.html',NULL,NULL,NULL,4,'1.0000',NULL),(183,9,'grouped',NULL,'2009-04-24 17:55:47',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Get This Look: Timeless Vintage',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'This spring become a timeless vintage goddess.','timeless-vintage',NULL,'/i/S/iStock_000001867974Medium_1.jpg','',NULL,NULL,NULL,NULL,'/i/S/iStock_000001867974Medium_1.jpg','','2009-04-26 10:53:54','get-this-look-timeless-vintage','get-this-look-timeless-vintage.html',NULL,NULL,NULL,4,NULL,NULL),(184,9,'simple',NULL,'2009-04-24 17:55:48',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Black Cotton Jacket',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'One button blazer style cotton jacket','bl-cttn-jkt',NULL,'/3/_/3_3.jpg','',NULL,NULL,NULL,2,'/3/_/3_3.jpg','','2009-04-25 00:09:37','black-cotton-jacket','black-cotton-jacket.html',NULL,NULL,NULL,4,'2.0000',NULL),(185,9,'simple',NULL,'2009-04-24 17:55:50',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Black Leather Pants',NULL,NULL,NULL,NULL,'499.9900',NULL,NULL,0,NULL,'Our zipper-less black leather pants will keep you dancing till the morning!','bl-leather',NULL,'/3/_/3_b_2.jpg','',NULL,NULL,NULL,2,'/3/_/3_b_2.jpg','','2009-04-25 00:07:05','black-leather-pants','black-leather-pants.html',NULL,NULL,NULL,1,'4.0000',NULL),(186,9,'simple',NULL,'2009-04-24 17:55:51',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Black Plaform Shoes',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'5\" platform boots for your dancing pleasure','bl-platform',NULL,'/3/_/3_c_2.jpg','',NULL,NULL,NULL,2,'/3/_/3_c_2.jpg','','2009-04-25 00:01:52','black-plaform-shoes','black-plaform-shoes.html',NULL,NULL,NULL,1,'4.0000',NULL),(187,9,'grouped',NULL,'2009-04-24 17:55:53',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Get This Look: L.A. Cool',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'This spring become the goddess of the dance floor - become LA Cool.','gdl-lacool',NULL,'/i/S/iStock_000007595230Medium_1.jpg','',NULL,NULL,NULL,NULL,'/i/S/iStock_000007595230Medium_1.jpg','','2009-04-24 23:59:46','get-this-look-l-a-cool','get-this-look-l-a-cool.html',NULL,NULL,NULL,4,NULL,NULL),(188,9,'simple',NULL,'2009-04-24 17:55:54',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Classic Jeans',NULL,NULL,NULL,NULL,'99.9900',NULL,NULL,0,NULL,'Our best-selling classic style jeans sits straight through the seat, thigh and leg.','classic-jeans',NULL,'/i/S/iStock_000007086407XSmall_1.jpg','',NULL,NULL,NULL,2,'/i/S/iStock_000007086407XSmall_1.jpg','','2009-04-24 22:53:35','classic-jeans','classic-jeans.html',NULL,NULL,NULL,4,'3.0000',NULL),(189,9,'simple',NULL,'2009-04-24 17:55:56',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Sand Wash Jeans',NULL,NULL,NULL,NULL,'129.9900',NULL,NULL,0,NULL,'Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look.','sand-wash-jeans',NULL,'/i/S/iStock_000003948602XSmall_1_1.jpg','','2009-04-21 00:00:00','119.9900',NULL,2,'/i/S/iStock_000003948602XSmall_1_1.jpg','','2009-04-24 22:48:01','sand-wash-jeans','sand-wash-jeans.html',NULL,NULL,NULL,4,'3.0000',NULL),(190,9,'virtual',NULL,'2009-04-24 17:55:57',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'1 Year Membership',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'1 Year Membership to Magento Enterprise Demo.','1yr-membership',NULL,'/1/y/1year_member_1.jpg','',NULL,NULL,NULL,2,'/1/y/1year_member_1.jpg','','2009-05-07 04:09:08','1-year-membership','1-year-membership.html',NULL,NULL,NULL,4,NULL,NULL);
/*!40000 ALTER TABLE `catalog_product_flat_1` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_flat_2`
--
DROP TABLE IF EXISTS `catalog_product_flat_2`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_flat_2` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`type_id` varchar(32) NOT NULL DEFAULT 'simple',
`cost` decimal(12,4) DEFAULT NULL,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`email_template` varchar(255) DEFAULT NULL,
`enable_googlecheckout` tinyint(1) DEFAULT NULL,
`giftcard_amounts` decimal(12,4) DEFAULT NULL,
`giftcard_type` tinyint(3) unsigned DEFAULT NULL,
`has_options` smallint(6) NOT NULL DEFAULT '0',
`image_label` varchar(255) DEFAULT NULL,
`is_redeemable` int(11) DEFAULT NULL,
`lifetime` int(11) DEFAULT NULL,
`links_exist` int(11) DEFAULT NULL,
`links_purchased_separately` int(11) DEFAULT NULL,
`links_title` varchar(255) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`news_from_date` datetime DEFAULT NULL,
`news_to_date` datetime DEFAULT NULL,
`open_amount_max` decimal(12,4) DEFAULT NULL,
`open_amount_min` decimal(12,4) DEFAULT NULL,
`price` decimal(12,4) DEFAULT NULL,
`price_type` int(11) DEFAULT NULL,
`price_view` int(11) DEFAULT NULL,
`required_options` tinyint(3) unsigned NOT NULL DEFAULT '0',
`shipment_type` int(11) DEFAULT NULL,
`short_description` text,
`sku` varchar(64) DEFAULT NULL,
`sku_type` int(11) DEFAULT NULL,
`small_image` varchar(255) DEFAULT NULL,
`small_image_label` varchar(255) DEFAULT NULL,
`special_from_date` datetime DEFAULT NULL,
`special_price` decimal(12,4) DEFAULT NULL,
`special_to_date` datetime DEFAULT NULL,
`tax_class_id` int(11) DEFAULT NULL,
`thumbnail` varchar(255) DEFAULT NULL,
`thumbnail_label` varchar(255) DEFAULT NULL,
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`url_key` varchar(255) DEFAULT NULL,
`url_path` varchar(255) DEFAULT NULL,
`use_config_email_template` int(11) DEFAULT NULL,
`use_config_is_redeemable` int(11) DEFAULT NULL,
`use_config_lifetime` int(11) DEFAULT NULL,
`visibility` tinyint(3) unsigned DEFAULT NULL,
`weight` decimal(12,4) DEFAULT NULL,
`weight_type` int(11) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_TYPE_ID` (`type_id`),
KEY `IDX_ATRRIBUTE_SET` (`attribute_set_id`),
KEY `IDX_NAME` (`name`),
KEY `IDX_PRICE` (`price`),
CONSTRAINT `FK_CATALOG_PRODUCT_FLAT_2_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=191 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_flat_2`
--
LOCK TABLES `catalog_product_flat_2` WRITE;
/*!40000 ALTER TABLE `catalog_product_flat_2` DISABLE KEYS */;
INSERT INTO `catalog_product_flat_2` VALUES (16,38,'simple','20.0000','2007-08-23 13:03:05',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nokia 2610 Phone',NULL,NULL,NULL,NULL,'149.9900',NULL,NULL,0,NULL,'The words \"entry level\" no longer mean \"low-end,\" especially when it comes to the Nokia 2610. Offering advanced media and calling features without breaking the bank','n2610',NULL,'/n/o/nokia-2610-phone-2.jpg','',NULL,NULL,NULL,2,'/n/o/nokia-2610-phone-2.jpg','','2009-05-06 20:37:48','nokia-2610-phone','nokia-2610-phone.html',NULL,NULL,NULL,4,'3.2000',NULL),(17,38,'simple','29.9900','2007-08-23 15:40:26',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'BlackBerry 8100 Pearl',NULL,NULL,NULL,NULL,'349.9900',NULL,NULL,0,NULL,'The BlackBerry 8100 Pearl is a departure from the form factor of previous BlackBerry devices. This BlackBerry handset is far more phone-like, and RIM\'s engineers have managed to fit a QWERTY keyboard onto the handset\'s slim frame.','bb8100',NULL,'/b/l/blackberry-8100-pearl-2.jpg','',NULL,NULL,NULL,2,'/b/l/blackberry-8100-pearl-2.jpg','','2009-04-24 17:52:10','blackberry-8100-pearl','blackberry-8100-pearl.html',NULL,NULL,NULL,4,'15.2000',NULL),(18,38,'simple','29.9900','2007-08-23 15:47:44',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Sony Ericsson W810i',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here.','sw810i',NULL,'/s/o/sony-ericsson-w810i-2.jpg','',NULL,NULL,NULL,2,'/s/o/sony-ericsson-w810i-2.jpg','','2009-04-24 17:52:12','sony-ericsson-w810i','sony-ericsson-w810i.html',NULL,NULL,NULL,4,'13.6000',NULL),(19,38,'simple','29.9900','2007-08-23 15:55:29',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'AT&T 8525 PDA',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'Under the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera.','8525PDA',NULL,'/a/t/at-t-8525-pda-1.jpg','',NULL,NULL,NULL,2,'/a/t/at-t-8525-pda-1.jpg','','2009-04-24 17:52:16','atandt-8525-pda','atandt-8525-pda.html',NULL,NULL,NULL,4,'30.0000',NULL),(20,38,'simple','29.9900','2007-08-23 18:06:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Samsung MM-A900M Ace',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. ','MM-A900M',NULL,'/s/a/samsung-mm-a900m-ace.jpg','',NULL,NULL,NULL,2,'/s/a/samsung-mm-a900m-ace.jpg','','2009-04-24 17:52:17','samsung-mm-a900m-ace','samsung-mm-a900m-ace.html',NULL,NULL,NULL,4,'1.0000',NULL),(25,39,'simple','1299.9900','2007-08-24 14:28:50',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Apple MacBook Pro MA464LL/A 15.4\" Notebook PC',NULL,NULL,NULL,NULL,'2299.9900',NULL,NULL,0,NULL,'You\'ve seen improvements in notebook performance before - but never on this scale. The Intel Core Duo powering MacBook Pro is actually two processors built into a single chip.','MA464LL/A',NULL,'/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg','',NULL,NULL,NULL,2,'/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg','','2009-04-24 17:52:19','apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive','apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html',NULL,NULL,NULL,4,'10.6000',NULL),(26,39,'simple','999.9900','2007-08-24 14:35:16',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Acer Ferrari 3200 Notebook Computer PC',NULL,NULL,NULL,NULL,'1799.9900',NULL,NULL,0,NULL,'This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success','LX.FR206.001',NULL,'/a/c/acer-ferrari-3200-notebook-computer-pc.jpg','',NULL,NULL,NULL,2,'/a/c/acer-ferrari-3200-notebook-computer-pc.jpg','','2009-04-24 17:52:20','acer-ferrari-3200-notebook-computer-pc','acer-ferrari-3200-notebook-computer-pc.html',NULL,NULL,NULL,4,'11.4000',NULL),(27,39,'simple','899.9900','2007-08-24 14:41:56',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC',NULL,NULL,NULL,NULL,'2699.9900',NULL,NULL,0,NULL,'Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC.','VGN-TXN27N/B',NULL,'/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg','',NULL,NULL,NULL,2,'/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg','','2009-04-24 17:52:22','sony-vaio-vgn-txn27n-b-11-1-notebook-pc','sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html',NULL,NULL,NULL,4,'2.8000',NULL),(28,39,'simple','899.9900','2007-08-24 14:47:57',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Toshiba M285-E 14\"',NULL,NULL,NULL,NULL,'1599.9900',NULL,NULL,0,NULL,'Get the competitive edge with the Gateway M285-E. This widescreen Convertible Notebook functions as both a conventional notebook and a tablet.','M285-E',NULL,'/t/o/toshiba-m285-e-14.jpg','',NULL,NULL,NULL,2,'/t/o/toshiba-m285-e-14.jpg','','2009-04-24 17:52:23','toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium','toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html',NULL,NULL,NULL,4,'10.0000',NULL),(29,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_3',NULL,'/c/n/cn-clogs-beach-garden-clog-3.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-4.jpg','','2009-04-24 17:52:28','cn-clogs-beach-garden-clog-3','cn-clogs-beach-garden-clog-3.html',NULL,NULL,NULL,1,'1.0000',NULL),(30,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_8',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:29','asics-men-s-gel-kayano-xii-8','asics-men-s-gel-kayano-xii-8.html',NULL,NULL,NULL,1,'3.0000',NULL),(31,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_4',NULL,'/s/t/steven-by-steve-madden-pryme-pump-3.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-4.jpg','','2009-04-24 17:52:30','steven-by-steve-madden-pryme-pump-4','steven-by-steve-madden-pryme-pump-4.html',NULL,NULL,NULL,1,'2.0000',NULL),(32,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_3',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:32','nine-west-women-s-lucero-pump-3','nine-west-women-s-lucero-pump-3.html',NULL,NULL,NULL,1,'2.0000',NULL),(33,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_3',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-3.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-4.jpg','','2009-04-24 17:52:33','ecco-womens-golf-flexor-golf-shoe-3','ecco-womens-golf-flexor-golf-shoe-3.html',NULL,NULL,NULL,1,'4.0000',NULL),(34,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_8',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-3.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-4.jpg','','2009-04-24 17:52:35','kenneth-cole-new-york-men-s-con-verge-slip-on-8','kenneth-cole-new-york-men-s-con-verge-slip-on-8.html',NULL,NULL,NULL,1,'2.0000',NULL),(35,41,'simple','2.0000','2007-08-24 19:49:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem','coal_sm',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:36','coalesce-functioning-on-impatience-t-shirt-small','coalesce-functioning-on-impatience-t-shirt-small.html',NULL,NULL,NULL,1,'0.5000',NULL),(36,41,'simple','2.0000','2007-08-24 19:53:06',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,0,NULL,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink_sm',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:39','ink-eater-krylon-bombear-destroyed-tee-sm','ink-eater-krylon-bombear-destroyed-tee-sm.html',NULL,NULL,NULL,1,'0.5000',NULL),(37,41,'simple','2.0000','2007-08-24 19:59:39',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirst. ','oc_sm',NULL,'/t/h/the-only-children-paisley-t-shirt-2.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt-3.jpg','','2009-04-24 17:52:44','the-only-children-paisley-t-shirt-sm','the-only-children-paisley-t-shirt-sm.html',NULL,NULL,NULL,1,'0.4400',NULL),(38,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_r_sm',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-3.jpg','','2009-04-24 17:52:45','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html',NULL,NULL,NULL,1,'0.4400',NULL),(39,41,'simple','5.0000','2007-08-24 20:07:02',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Get Up Kids: Band Camp Pullover Hoodie',NULL,NULL,NULL,NULL,'30.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. ','4fasd5f5',NULL,'/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg','',NULL,NULL,NULL,2,'/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg','','2009-04-26 23:01:32','the-get-up-kids-band-camp-pullover-hoodie','the-get-up-kids-band-camp-pullover-hoodie.html',NULL,NULL,NULL,4,'1.7500',NULL),(41,42,'simple','100.0000','2007-08-27 10:43:59',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Akio Dresser',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'Our Akio dresser has a solid hardwood frame. ','384822',NULL,'/a/k/akio-dresser.jpg','',NULL,NULL,NULL,2,'/a/k/akio-dresser.jpg','','2009-04-24 17:52:48','akio-dresser','akio-dresser.html',NULL,NULL,NULL,4,'128.9700',NULL),(42,42,'simple','800.0000','2007-08-27 10:50:01',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Barcelona Bamboo Platform Bed',NULL,NULL,NULL,NULL,'2299.0000',NULL,NULL,0,NULL,'Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details.','bar1234',NULL,'/b/a/barcelona-bamboo-platform-bed.jpg','',NULL,NULL,NULL,2,'/b/a/barcelona-bamboo-platform-bed.jpg','','2009-04-24 17:52:50','barcelona-bamboo-platform-bed','barcelona-bamboo-platform-bed.html',NULL,NULL,NULL,4,'150.0000',NULL),(44,44,'simple','200.0000','2007-08-28 13:06:05',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Canon Digital Rebel XT 8MP Digital SLR Camera',NULL,NULL,NULL,NULL,'550.0000',NULL,NULL,0,NULL,' Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. ','Rebel XT',NULL,'/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg','',NULL,NULL,NULL,2,'/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg','','2009-05-07 10:54:05','canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black','canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black.html',NULL,NULL,NULL,4,'4.0000',NULL),(45,44,'simple','20.0000','2007-08-28 13:18:56',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,' Argus QC-2185 Quick Click 5MP Digital Camera',NULL,NULL,NULL,NULL,'37.4900',NULL,NULL,0,NULL,'The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet.','QC-2185',NULL,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg','',NULL,NULL,NULL,2,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg','','2009-05-07 11:05:23','argus-qc-2185-quick-click-5mp-digital-camera','argus-qc-2185-quick-click-5mp-digital-camera.html',NULL,NULL,NULL,4,'1.0000',NULL),(46,44,'simple','29.9900','2007-08-28 13:23:34',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,' Olympus Stylus 750 7.1MP Digital Camera',NULL,NULL,NULL,NULL,'161.9400',NULL,NULL,0,NULL,'A technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom.','750',NULL,'/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg','',NULL,NULL,NULL,2,'/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg','','2009-04-24 17:52:57','olympus-stylus-750-7-1mp-digital-camera','olympus-stylus-750-7-1mp-digital-camera.html',NULL,NULL,NULL,4,'2.0000',NULL),(47,44,'simple','29.9900','2007-08-28 13:27:14',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom',NULL,NULL,NULL,NULL,'329.9900',NULL,NULL,0,NULL,'Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes.','A630',NULL,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg','',NULL,NULL,NULL,2,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg','','2009-04-24 17:53:01','canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom','canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.html',NULL,NULL,NULL,4,'3.0000',NULL),(48,44,'simple','29.9900','2007-08-28 13:32:20',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kodak EasyShare C530 5MP Digital Camera',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features','C530',NULL,'/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg','',NULL,NULL,NULL,2,'/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg','','2009-04-24 17:53:03','kodak-easyshare-c530-5mp-digital-camera','kodak-easyshare-c530-5mp-digital-camera.html',NULL,NULL,NULL,4,'2.0000',NULL),(49,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_9',NULL,'/a/n/anashria-womens-premier-leather-sandal-3.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-4.jpg','','2009-04-24 17:53:04','anashria-womens-premier-leather-sandal-9','anashria-womens-premier-leather-sandal-9.html',NULL,NULL,NULL,1,'2.0000',NULL),(51,42,'simple','50.0000','2007-08-28 16:25:46',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ottoman',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery.','1111',NULL,'/o/t/ottoman.jpg','',NULL,NULL,NULL,2,'/o/t/ottoman.jpg','','2009-04-24 17:53:06','ottoman','ottoman.html',NULL,NULL,NULL,4,'20.0000',NULL),(52,42,'simple','50.0000','2007-08-28 16:29:24',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Chair',NULL,NULL,NULL,NULL,'129.9900',NULL,NULL,0,NULL,'Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber.','1112',NULL,'/c/h/chair.jpg','',NULL,NULL,NULL,2,'/c/h/chair.jpg','','2009-04-24 17:53:07','chair','chair.html',NULL,NULL,NULL,4,'50.0000',NULL),(53,42,'simple','200.0000','2007-08-28 16:32:24',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Couch',NULL,NULL,NULL,NULL,'599.9900',NULL,NULL,0,NULL,'For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!','1113',NULL,'/c/o/couch.jpg','',NULL,NULL,NULL,2,'/c/o/couch.jpg','','2009-04-24 17:53:08','couch','couch.html',NULL,NULL,NULL,4,'200.0000',NULL),(54,42,'grouped','300.0000','2007-08-28 16:38:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Magento Red Furniture Set',NULL,NULL,NULL,NULL,'699.9900',NULL,NULL,0,NULL,'Love red? You\'ll love these pieces of handmade modern furniture!','1114',NULL,'/m/a/magento-red-furniture-set.jpg','',NULL,NULL,NULL,2,'/m/a/magento-red-furniture-set.jpg','','2009-04-24 17:53:10','magento-red-furniture-set','magento-red-furniture-set.html',NULL,NULL,NULL,4,'500.0000',NULL),(74,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_3',NULL,'/a/n/anashria-womens-premier-leather-sandal.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal.jpg','','2009-04-24 17:53:11','anashria-womens-premier-leather-sandal-3','anashria-womens-premier-leather-sandal-3.html',NULL,NULL,NULL,1,'2.0000',NULL),(75,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_4',NULL,'/a/n/anashria-womens-premier-leather-sandal-3.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-4.jpg','','2009-04-24 17:53:13','anashria-womens-premier-leather-sandal-4','anashria-womens-premier-leather-sandal-4.html',NULL,NULL,NULL,1,'2.0000',NULL),(79,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_5',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:14','anashria-womens-premier-leather-sandal-5','anashria-womens-premier-leather-sandal-5.html',NULL,NULL,NULL,1,'2.0000',NULL),(80,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_6',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:15','anashria-womens-premier-leather-sandal-6','anashria-womens-premier-leather-sandal-6.html',NULL,NULL,NULL,1,'2.0000',NULL),(81,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_7',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:17','anashria-womens-premier-leather-sandal-7','anashria-womens-premier-leather-sandal-7.html',NULL,NULL,NULL,1,'2.0000',NULL),(82,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_8',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:18','anashria-womens-premier-leather-sandal-8','anashria-womens-premier-leather-sandal-8.html',NULL,NULL,NULL,1,'2.0000',NULL),(83,40,'configurable','2.0000','2007-08-29 10:32:52',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,1,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn',NULL,'/c/n/cn-clogs-beach-garden-clog.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog.jpg','','2009-04-24 17:53:20','cn-clogs-beach-garden-clog','cn-clogs-beach-garden-clog.html',NULL,NULL,NULL,4,'1.0000',NULL),(84,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_4',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:21','cn-clogs-beach-garden-clog-4','cn-clogs-beach-garden-clog-4.html',NULL,NULL,NULL,1,'1.0000',NULL),(85,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_5',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:23','cn-clogs-beach-garden-clog-5','cn-clogs-beach-garden-clog-5.html',NULL,NULL,NULL,1,'1.0000',NULL),(86,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_6',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:24','cn-clogs-beach-garden-clog-6','cn-clogs-beach-garden-clog-6.html',NULL,NULL,NULL,1,'1.0000',NULL),(87,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_7',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:26','cn-clogs-beach-garden-clog-7','cn-clogs-beach-garden-clog-7.html',NULL,NULL,NULL,1,'1.0000',NULL),(88,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m8',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:27','cn-clogs-beach-garden-clog-8','cn-clogs-beach-garden-clog-8.html',NULL,NULL,NULL,1,'1.0000',NULL),(89,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m9',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:28','cn-clogs-beach-garden-clog-9','cn-clogs-beach-garden-clog-9.html',NULL,NULL,NULL,1,'1.0000',NULL),(90,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m10',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:30','cn-clogs-beach-garden-clog-10','cn-clogs-beach-garden-clog-10.html',NULL,NULL,NULL,1,'1.0000',NULL),(91,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m11',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:32','cn-clogs-beach-garden-clog-11','cn-clogs-beach-garden-clog-11.html',NULL,NULL,NULL,1,'1.0000',NULL),(92,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m12',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:33','cn-clogs-beach-garden-clog-12','cn-clogs-beach-garden-clog-12.html',NULL,NULL,NULL,1,'1.0000',NULL),(93,40,'configurable','29.9900','2007-08-29 11:46:47',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,1,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. ','asc',NULL,'/a/s/asics-men-s-gel-kayano-xii-2.jpg','',NULL,NULL,NULL,2,'/a/s/asics-men-s-gel-kayano-xii-2.jpg','','2009-04-24 17:53:34','asics-men-s-gel-kayano-xii','asics-men-s-gel-kayano-xii.html',NULL,NULL,NULL,4,'3.0000',NULL),(94,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_9',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:36','asics-men-s-gel-kayano-xii-9','asics-men-s-gel-kayano-xii-9.html',NULL,NULL,NULL,1,'3.0000',NULL),(95,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_10',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:38','asics-men-s-gel-kayano-xii-10','asics-men-s-gel-kayano-xii-10.html',NULL,NULL,NULL,1,'3.0000',NULL),(96,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_11',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:39','asics-men-s-gel-kayano-xii-11','asics-men-s-gel-kayano-xii-11.html',NULL,NULL,NULL,1,'3.0000',NULL),(97,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_12',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:40','asics-men-s-gel-kayano-xii-12','asics-men-s-gel-kayano-xii-12.html',NULL,NULL,NULL,1,'3.0000',NULL),(98,40,'configurable','29.9900','2007-08-29 12:09:17',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,1,NULL,'Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe.','ken',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg','','2009-04-24 17:53:42','kenneth-cole-new-york-men-s-con-verge-slip-on','kenneth-cole-new-york-men-s-con-verge-slip-on.html',NULL,NULL,NULL,4,'2.0000',NULL),(99,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_9',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:43','kenneth-cole-new-york-men-s-con-verge-slip-on-9','kenneth-cole-new-york-men-s-con-verge-slip-on-9.html',NULL,NULL,NULL,1,'2.0000',NULL),(100,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_10',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:45','kenneth-cole-new-york-men-s-con-verge-slip-on-10','kenneth-cole-new-york-men-s-con-verge-slip-on-10.html',NULL,NULL,NULL,1,'2.0000',NULL),(101,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_11',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:46','kenneth-cole-new-york-men-s-con-verge-slip-on-11','kenneth-cole-new-york-men-s-con-verge-slip-on-11.html',NULL,NULL,NULL,1,'2.0000',NULL),(102,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_12',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:47','kenneth-cole-new-york-men-s-con-verge-slip-on-12','kenneth-cole-new-york-men-s-con-verge-slip-on-12.html',NULL,NULL,NULL,1,'2.0000',NULL),(103,40,'configurable','29.9900','2007-08-29 12:29:46',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,1,NULL,' This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve',NULL,'/s/t/steven-by-steve-madden-pryme-pump.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump.jpg','','2009-04-24 17:53:49','steven-by-steve-madden-pryme-pump','steven-by-steve-madden-pryme-pump.html',NULL,NULL,NULL,4,'2.0000',NULL),(104,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_5',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:51','steven-by-steve-madden-pryme-pump-5','steven-by-steve-madden-pryme-pump-5.html',NULL,NULL,NULL,1,'2.0000',NULL),(105,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_6',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:52','steven-by-steve-madden-pryme-pump-6','steven-by-steve-madden-pryme-pump-6.html',NULL,NULL,NULL,1,'2.0000',NULL),(106,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_7',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:54','steven-by-steve-madden-pryme-pump-7','steven-by-steve-madden-pryme-pump-7.html',NULL,NULL,NULL,1,'2.0000',NULL),(107,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_8',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:55','steven-by-steve-madden-pryme-pump-8','steven-by-steve-madden-pryme-pump-8.html',NULL,NULL,NULL,1,'2.0000',NULL),(108,40,'configurable','29.9900','2007-08-29 12:52:39',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,1,NULL,'This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine',NULL,'/n/i/nine-west-women-s-lucero-pump.jpg','',NULL,NULL,NULL,2,'/n/i/nine-west-women-s-lucero-pump.jpg','','2009-04-24 17:53:56','nine-west-women-s-lucero-pump','nine-west-women-s-lucero-pump.html',NULL,NULL,NULL,4,'2.0000',NULL),(109,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_4',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:58','nine-west-women-s-lucero-pump-4','nine-west-women-s-lucero-pump-4.html',NULL,NULL,NULL,1,'2.0000',NULL),(110,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_5',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:59','nine-west-women-s-lucero-pump-5','nine-west-women-s-lucero-pump-5.html',NULL,NULL,NULL,1,'2.0000',NULL),(111,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_6',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:54:01','nine-west-women-s-lucero-pump-6','nine-west-women-s-lucero-pump-6.html',NULL,NULL,NULL,1,'2.0000',NULL),(112,40,'configurable','29.9900','2007-08-29 13:17:43',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,1,NULL,'With a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg','','2009-04-24 17:54:02','ecco-womens-golf-flexor-golf-shoe','ecco-womens-golf-flexor-golf-shoe.html',NULL,NULL,NULL,4,'4.0000',NULL),(113,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_4',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg','','2009-04-24 17:54:04','ecco-womens-golf-flexor-golf-shoe-4','ecco-womens-golf-flexor-golf-shoe-4.html',NULL,NULL,NULL,1,'4.0000',NULL),(114,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_5',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg','','2009-04-24 17:54:05','ecco-womens-golf-flexor-golf-shoe-5','ecco-womens-golf-flexor-golf-shoe-5.html',NULL,NULL,NULL,1,'4.0000',NULL),(115,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_6',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg','','2009-04-24 17:54:06','ecco-womens-golf-flexor-golf-shoe-6','ecco-womens-golf-flexor-golf-shoe-6.html',NULL,NULL,NULL,1,'4.0000',NULL),(117,41,'simple','2.0000','2007-08-24 19:49:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem','coal_md',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:54:08','coalesce-functioning-on-impatience-t-shirt-medium','coalesce-functioning-on-impatience-t-shirt-medium.html',NULL,NULL,NULL,1,'0.5000',NULL),(118,41,'simple','2.0000','2007-08-24 19:49:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem','coal_lrg',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:54:09','coalesce-functioning-on-impatience-t-shirt-large','coalesce-functioning-on-impatience-t-shirt-large.html',NULL,NULL,NULL,1,'0.5000',NULL),(119,41,'configurable','2.0000','2007-08-29 15:00:05',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,1,NULL,'\r\n\r\n\r\n- 6.1 oz. 100% preshrunk heavyweight cotton
\r\n- Shoulder-to-shoulder taping
\r\n- Double-needle sleeves and bottom hem
\r\n
','coal_1',NULL,'/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg','','2009-04-24 17:54:11','coalesce-functioning-on-impatience-t-shirt','coalesce-functioning-on-impatience-t-shirt.html',NULL,NULL,NULL,4,'0.5000',NULL),(120,41,'configurable','2.0000','2007-08-29 15:06:16',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,1,NULL,'Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink',NULL,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg','',NULL,NULL,NULL,2,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg','','2009-04-24 17:54:12','ink-eater-krylon-bombear-destroyed-tee','ink-eater-krylon-bombear-destroyed-tee.html',NULL,NULL,NULL,4,'0.5000',NULL),(121,41,'simple','2.0000','2007-08-24 19:53:06',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,0,NULL,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink_med',NULL,'/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg','',NULL,NULL,NULL,2,'/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg','','2009-04-24 17:54:14','ink-eater-krylon-bombear-destroyed-tee-med','ink-eater-krylon-bombear-destroyed-tee-med.html',NULL,NULL,NULL,1,'0.5000',NULL),(122,41,'simple','2.0000','2007-08-24 19:53:06',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,0,NULL,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink_lrg',NULL,'/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg','',NULL,NULL,NULL,2,'/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg','','2009-04-24 17:54:15','ink-eater-krylon-bombear-destroyed-tee-lrg','ink-eater-krylon-bombear-destroyed-tee-lrg.html',NULL,NULL,NULL,1,'0.5000',NULL),(123,41,'configurable','2.0000','2007-08-29 15:14:29',NULL,0,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'100.0000',NULL,NULL,1,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirt. ','oc',NULL,'/t/h/the-only-children-paisley-t-shirt.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt.jpg','','2009-04-26 23:00:16','the-only-children-paisley-t-shirt','the-only-children-paisley-t-shirt.html',NULL,NULL,NULL,4,'0.4400',NULL),(124,41,'simple','2.0000','2007-08-24 19:59:39',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirst. ','oc_med',NULL,'/t/h/the-only-children-paisley-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt-2.jpg','','2009-04-24 17:54:18','the-only-children-paisley-t-shirt-med','the-only-children-paisley-t-shirt-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(125,41,'simple','2.0000','2007-08-24 19:59:39',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirst. ','oc_lrg',NULL,'/t/h/the-only-children-paisley-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt-2.jpg','','2009-04-24 17:54:20','the-only-children-paisley-t-shirt-lrg','the-only-children-paisley-t-shirt-lrg.html',NULL,NULL,NULL,1,'0.4400',NULL),(126,41,'configurable','2.0000','2007-08-29 15:31:56',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,1,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg','','2009-04-24 17:54:21','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html',NULL,NULL,NULL,4,'0.4400',NULL),(127,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_g_sm',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:23','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html',NULL,NULL,NULL,1,'0.4400',NULL),(128,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_r_med',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:25','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(129,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_g_med',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:26','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(130,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_r_lrg',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:27','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html',NULL,NULL,NULL,1,'0.4400',NULL),(131,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_g_lrg',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:29','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html',NULL,NULL,NULL,1,'0.4400',NULL),(132,9,'simple',NULL,'2007-08-29 19:53:55',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'SLR Camera Tripod',NULL,NULL,NULL,NULL,'99.0000',NULL,NULL,0,NULL,'Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers.','ac674',NULL,'/s/l/slr-camera-tripod.jpg','',NULL,NULL,NULL,2,'/s/l/slr-camera-tripod.jpg','','2009-04-24 17:54:30','slr-camera-tripod','slr-camera-tripod.html',NULL,NULL,NULL,4,'42.0000',NULL),(133,9,'simple',NULL,'2007-08-29 19:56:27',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Universal Camera Case',NULL,NULL,NULL,NULL,'34.0000',NULL,NULL,0,NULL,'A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time.','ac9003',NULL,'/u/n/universal-camera-case-1.jpg','',NULL,NULL,NULL,2,'/u/n/universal-camera-case-2.jpg','','2009-04-24 17:54:32','universal-camera-case','universal-camera-case.html',NULL,NULL,NULL,4,NULL,NULL),(134,9,'simple',NULL,'2007-08-29 19:59:29',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Universal Camera Charger',NULL,NULL,NULL,NULL,'19.0000',NULL,NULL,0,NULL,'Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator.','ac-66332',NULL,'/u/n/universal-camera-charger.jpg','',NULL,NULL,NULL,2,'/u/n/universal-camera-charger.jpg','','2009-04-24 17:54:33','universal-camera-charger','universal-camera-charger.html',NULL,NULL,NULL,4,'5.0000',NULL),(135,40,'configurable','10.0000','2007-08-30 11:22:53',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,1,NULL,'Buckle embellished contrasting straps adorn both the heel and canvas covered wedge of this t-strap sandal to make it a truly unique addition to your wardrobe','ana',NULL,'/a/n/anashria-womens-premier-leather-sandal.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal.jpg','','2009-04-24 17:54:34','anashria-womens-premier-leather-sandal','anashria-womens-premier-leather-sandal.html',NULL,NULL,NULL,4,'2.0000',NULL),(137,41,'simple','2.0000','2007-10-04 07:46:58',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_b_med',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-26 17:21:37','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(138,9,'simple',NULL,'2008-07-25 00:52:03',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default)',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market.','apevia-black',NULL,'/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg','',NULL,NULL,NULL,1,'/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg','','2009-04-24 17:54:37','apevia-black-x-cruiser-case-atx-mid-tower-case','apevia-black-x-cruiser-case-atx-mid-tower-case.html',NULL,NULL,NULL,4,'10.0000',NULL),(139,9,'simple',NULL,'2008-07-25 00:54:41',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default)',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.','nzxtlexa',NULL,'/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg','',NULL,NULL,NULL,1,'/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg','','2009-04-24 17:54:39','nzxt-lexa-silver-aluminum-atx-mid-tower-case','nzxt-lexa-silver-aluminum-atx-mid-tower-case.html',NULL,NULL,NULL,4,'10.0000',NULL),(140,58,'simple',NULL,'2008-07-25 00:59:55',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Crucial 2GB PC4200 DDR2 533MHz Memory',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'Crucial 2GB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ','2gbdimm',NULL,'/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg','',NULL,NULL,NULL,1,'/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg','','2009-04-24 17:54:40','crucial-2gb-pc4200-ddr2-533mhz-memory','crucial-2gb-pc4200-ddr2-533mhz-memory.html',NULL,NULL,NULL,4,'1.0000',NULL),(141,58,'simple',NULL,'2008-07-25 01:02:21',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Crucial 1GB PC4200 DDR2 533MHz Memory',NULL,NULL,NULL,NULL,'150.9900',NULL,NULL,0,NULL,'Crucial 1024MB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ','1gbdimm',NULL,'/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg','',NULL,NULL,NULL,1,'/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg','','2009-04-24 17:54:42','crucial-1gb-pc4200-ddr2-533mhz-memory','crucial-1gb-pc4200-ddr2-533mhz-memory.html',NULL,NULL,NULL,4,'1.0000',NULL),(142,59,'virtual',NULL,'2008-07-25 01:02:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'One Year Extended Warranty - Parts and Labor',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'1 Year Extended Warranty - Parts and Labor','1yr_p_l',NULL,'no_selection','',NULL,NULL,NULL,0,'no_selection','','2009-04-24 17:54:43','1-year-extended-warranty-parts-and-labor','1-year-extended-warranty-parts-and-labor.html',NULL,NULL,NULL,1,NULL,NULL),(143,58,'simple',NULL,'2008-07-25 01:05:00',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Crucial 512MB PC4200 DDR2 533MHz Memory',NULL,NULL,NULL,NULL,'99.9900',NULL,NULL,0,NULL,'Crucial 512MB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ','512dimm',NULL,'/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg','',NULL,NULL,NULL,1,'/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg','','2009-04-24 17:54:44','crucial-512mb-pc4200-ddr2-533mhz-memory','crucial-512mb-pc4200-ddr2-533mhz-memory.html',NULL,NULL,NULL,4,'1.0000',NULL),(144,59,'virtual',NULL,'2008-07-25 01:06:02',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Two Year Extended Warranty - Parts and Labor',NULL,NULL,NULL,NULL,'250.0000',NULL,NULL,0,NULL,'2 Year Extended Warranty - Parts and Labor','2yr_p_l',NULL,'no_selection','',NULL,NULL,NULL,0,'no_selection','','2009-04-24 17:54:46','1-year-extended-warranty-parts-and-labor','1-year-extended-warranty-parts-and-labor-1.html',NULL,NULL,NULL,1,NULL,NULL),(145,60,'simple',NULL,'2008-07-25 01:07:37',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'AMD Phenom X4 9850 Black Ed. 2.50GHz Retail',NULL,NULL,NULL,NULL,'335.9900',NULL,NULL,0,NULL,'Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor.','amdphenom',NULL,'/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg','',NULL,NULL,NULL,1,'/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg','','2009-04-24 17:54:47','amd-phenom-x4-9850-black-ed-2-50ghz-retail','amd-phenom-x4-9850-black-ed-2-50ghz-retail.html',NULL,NULL,NULL,4,'1.0000',NULL),(146,59,'virtual',NULL,'2008-07-25 01:07:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Three Year Extended Warranty - Parts and Labor',NULL,NULL,NULL,NULL,'325.0000',NULL,NULL,0,NULL,'3 Year Extended Warranty - Parts and Labor','3yr_p_l',NULL,'no_selection','',NULL,NULL,NULL,0,'no_selection','','2009-04-24 17:54:48','1-year-extended-warranty-parts-and-labor','1-year-extended-warranty-parts-and-labor-2.html',NULL,NULL,NULL,1,NULL,NULL),(147,61,'simple',NULL,'2008-07-25 01:10:17',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'22\" Syncmaster LCD Monitor',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready.','226bw',NULL,'/2/2/22-syncmaster-lcd-monitor.jpg','',NULL,NULL,NULL,0,'/2/2/22-syncmaster-lcd-monitor.jpg','','2009-04-24 17:54:50','22-syncmaster-lcd-monitor','22-syncmaster-lcd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(148,60,'simple',NULL,'2008-07-25 01:10:21',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'AMD A64 X2 3800+ 2.0GHz OEM',NULL,NULL,NULL,NULL,'98.9900',NULL,NULL,0,NULL,'AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor','amda64',NULL,'/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg','',NULL,NULL,NULL,1,'/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg','','2009-04-24 17:54:51','amd-a64-x2-3800-2-0ghz-oem','amd-a64-x2-3800-2-0ghz-oem.html',NULL,NULL,NULL,4,'1.0000',NULL),(149,62,'simple',NULL,'2008-07-25 01:12:44',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Western Digital - 1TB HD - 7200RPM',NULL,NULL,NULL,NULL,'399.0000',NULL,NULL,0,NULL,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','1tb7200',NULL,'/w/e/western-digital-1tb-hd-7200rpm.jpg','',NULL,NULL,NULL,1,'/w/e/western-digital-1tb-hd-7200rpm.jpg','','2009-04-24 17:54:53','1tb-7200rpm','1tb-7200rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(150,62,'simple',NULL,'2008-07-25 01:12:44',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Western Digital 500GB HD - 7200RPM',NULL,NULL,NULL,NULL,'299.0000',NULL,NULL,0,NULL,'500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','500gb7200',NULL,'/w/e/western-digital-500gb-hd-7200rpm.jpg','',NULL,NULL,NULL,1,'/w/e/western-digital-500gb-hd-7200rpm.jpg','','2009-04-24 17:54:54','500gb-7200rpm','500gb-7200rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(151,60,'simple',NULL,'2008-07-25 01:13:21',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Intel C2D E8400 3.0GHz Retail',NULL,NULL,NULL,NULL,'98.9900',NULL,NULL,0,NULL,'Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors.','intelc2d',NULL,'/i/n/intel-c2d-e8400-3-0ghz-retail.jpg','',NULL,NULL,NULL,1,'/i/n/intel-c2d-e8400-3-0ghz-retail.jpg','','2009-04-24 17:54:55','intel-c2d-e8400-3-0ghz-retail','intel-c2d-e8400-3-0ghz-retail.html',NULL,NULL,NULL,4,'1.0000',NULL),(152,61,'simple',NULL,'2008-07-25 01:14:11',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'24\" Widescreen Flat-Panel LCD Monitor',NULL,NULL,NULL,NULL,'699.9900',NULL,NULL,0,NULL,'5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs','W2452T-TF',NULL,'/2/4/24-widescreen-flat-panel-lcd-monitor.jpg','',NULL,NULL,NULL,1,'/2/4/24-widescreen-flat-panel-lcd-monitor.jpg','','2009-04-24 17:54:57','24-widescreen-flat-panel-lcd-monitor','24-widescreen-flat-panel-lcd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(153,60,'simple',NULL,'2008-07-25 01:15:29',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Intel Core 2 Extreme QX9775 3.20GHz Retail',NULL,NULL,NULL,NULL,'2049.9900',NULL,NULL,0,NULL,'Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor','intelcore2extreme',NULL,'/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg','',NULL,NULL,NULL,1,'/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg','','2009-04-24 17:54:58','intel-core-2-extreme-qx9775-3-20ghz-retail','intel-core-2-extreme-qx9775-3-20ghz-retail.html',NULL,NULL,NULL,4,'1.0000',NULL),(154,62,'simple',NULL,'2008-07-25 01:16:03',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Seagate 500GB HD - 5400RPM',NULL,NULL,NULL,NULL,'299.0000',NULL,NULL,0,NULL,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','500gb5400',NULL,'/s/e/seagate-500gb-hd-5400rpm.jpg','',NULL,NULL,NULL,1,'/s/e/seagate-500gb-hd-5400rpm.jpg','','2009-04-24 17:55:03','500gb-5400rpm','500gb-5400rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(155,62,'simple',NULL,'2008-07-25 01:16:03',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Seagate 250GB HD - 5400RPM',NULL,NULL,NULL,NULL,'99.0000',NULL,NULL,0,NULL,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','250gb5400',NULL,'/s/e/seagate-250gb-hd-5400rpm.jpg','',NULL,NULL,NULL,1,'/s/e/seagate-250gb-hd-5400rpm.jpg','','2009-04-24 17:55:04','250gb-5400rpm','250gb-5400rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(156,61,'simple',NULL,'2008-07-25 01:16:51',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'19\" Widescreen Flat-Panel LCD Monitor',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs','W1952TQ-TF',NULL,'/1/9/19-widescreen-flat-panel-lcd-monitor.jpg','',NULL,NULL,NULL,0,'/1/9/19-widescreen-flat-panel-lcd-monitor.jpg','','2009-04-24 17:55:06','19-widescreen-flat-panel-lcd-monitor','19-widescreen-flat-panel-lcd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(157,61,'simple',NULL,'2008-07-25 01:19:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'30\" Flat-Panel TFT-LCD Cinema HD Monitor',NULL,NULL,NULL,NULL,'699.9900',NULL,NULL,0,NULL,'Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency.','M9179LL',NULL,'/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg','',NULL,NULL,NULL,0,'/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg','','2009-04-24 17:55:07','30-flat-panel-tft-lcd-cinema-hd-monitor','30-flat-panel-tft-lcd-cinema-hd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(158,39,'bundle',NULL,'2008-07-25 01:21:23',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Sony VAIO 11.1\" Notebook PC',NULL,NULL,NULL,NULL,NULL,0,1,1,0,'Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected.\r\n\r\n','VGN-TXN27N/BW',NULL,'/s/o/sony-vaio-11-1-notebook-pc.jpg','',NULL,NULL,NULL,2,'/s/o/sony-vaio-11-1-notebook-pc.jpg','','2009-04-24 17:55:09','sony-vaio-vgn-txn27n-b-11-1-notebook-pc','sony-vaio-vgn-txn27n-b-11-1-notebook-pc-1.html',NULL,NULL,NULL,4,NULL,0),(159,9,'simple',NULL,'2008-07-25 01:22:14',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Microsoft Natural Ergonomic Keyboard 4000',NULL,NULL,NULL,NULL,'99.9900',NULL,NULL,0,NULL,'The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard.','microsoftnatural',NULL,'/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg','',NULL,NULL,NULL,0,'/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg','','2009-04-24 17:55:10','microsoft-natural-ergonomic-keyboard-4000','microsoft-natural-ergonomic-keyboard-4000.html',NULL,NULL,NULL,4,'1.0000',NULL),(160,9,'simple',NULL,'2008-07-25 01:24:15',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Logitech Cordless Optical Trackman',NULL,NULL,NULL,NULL,'79.9900',NULL,NULL,0,NULL,'Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter.','logitechcord',NULL,'/l/o/logitech-cordless-optical-trackman.jpg','',NULL,NULL,NULL,1,'/l/o/logitech-cordless-optical-trackman.jpg','','2009-04-24 17:55:11','microsoft-wireless-optical-mouse-5000','microsoft-wireless-optical-mouse-5000.html',NULL,NULL,NULL,4,'1.0000',NULL),(161,9,'simple',NULL,'2008-07-25 01:25:09',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Logitech diNovo Edge Keyboard',NULL,NULL,NULL,NULL,'239.9900',NULL,NULL,0,NULL,'PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered.','logidinovo',NULL,'/l/o/logitech-dinovo-edge-keyboard.jpg','',NULL,NULL,NULL,0,'/l/o/logitech-dinovo-edge-keyboard.jpg','','2009-04-24 17:55:13','logitech-dinovo-edge-keyboard','logitech-dinovo-edge-keyboard.html',NULL,NULL,NULL,4,'1.0000',NULL),(162,9,'simple',NULL,'2008-07-25 01:25:11',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Microsoft Wireless Optical Mouse 5000',NULL,NULL,NULL,NULL,'59.9900',NULL,NULL,0,NULL,'Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse.','micronmouse5000',NULL,'/m/i/microsoft-wireless-optical-mouse-5000.jpg','',NULL,NULL,NULL,1,'/m/i/microsoft-wireless-optical-mouse-5000.jpg','','2009-04-24 17:55:14','microsoft-wireless-optical-mouse-5000','microsoft-wireless-optical-mouse-5000-162.html',NULL,NULL,NULL,4,'1.0000',NULL),(163,9,'bundle',NULL,'2008-07-25 01:34:24',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Computer',NULL,NULL,NULL,NULL,NULL,0,0,1,0,'Make a computer','computer',NULL,'/c/o/computer.jpg','',NULL,NULL,NULL,1,'/c/o/computer.jpg','','2009-04-24 17:55:16','computer','computer.html',NULL,NULL,NULL,4,NULL,0),(164,9,'bundle',NULL,'2008-07-25 01:36:33',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Gaming Computer',NULL,NULL,NULL,NULL,'4999.9500',1,0,1,1,'Make a computer','computer_fixed',NULL,'/g/a/gaming-computer.jpg','',NULL,NULL,NULL,1,'/g/a/gaming-computer.jpg','','2009-04-24 17:55:17','gaming-computer','gaming-computer.html',NULL,NULL,NULL,4,'20.0000',1),(165,39,'bundle',NULL,'2008-07-25 01:40:27',NULL,0,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'My Computer',NULL,NULL,NULL,NULL,NULL,0,0,1,0,'test description','mycomputer',NULL,'/m/y/my-computer.jpg','','2008-07-30 00:00:00',NULL,NULL,1,'/m/y/my-computer.jpg','','2009-05-06 22:11:22','my-computer','my-computer.html',NULL,NULL,NULL,4,'10.0000',1),(166,38,'simple',NULL,'2008-07-25 02:22:13',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'HTC Touch Diamond',NULL,NULL,NULL,NULL,'750.0000',NULL,NULL,0,NULL,'Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design.','HTC Touch Diamond',NULL,'/h/t/htc-touch-diamond.jpg','',NULL,NULL,NULL,2,'/h/t/htc-touch-diamond.jpg','','2009-04-24 17:55:21','htc-touch-diamond','htc-touch-diamond.html',NULL,NULL,NULL,4,'0.3000',NULL),(167,9,'giftcard',NULL,'2009-04-24 17:55:22',NULL,1,NULL,1,0,'',0,0,NULL,NULL,NULL,'$100 Physical Gift Card',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'Physical Gift Card with fixed amount.','gc_physical1',NULL,'/1/0/100_gc_1.gif','',NULL,NULL,NULL,NULL,'/1/0/100_gc_1.gif','','2009-04-26 12:38:49','100-physical-gift-card','100-physical-gift-card.html',1,1,1,4,'0.1000',NULL),(168,9,'giftcard',NULL,'2009-04-24 17:55:27',NULL,1,NULL,0,0,'',NULL,NULL,NULL,NULL,NULL,'Virtual Gift Card',NULL,NULL,'500.0000','10.0000',NULL,NULL,NULL,0,NULL,'Virtual Gift Card with fixed and open amounts.','gc_virtual1',NULL,'/v/i/virtual_gc_1.gif','',NULL,NULL,NULL,NULL,'/v/i/virtual_gc_1.gif','','2009-04-26 12:28:41','virtual-gift-card','virtual-gift-card.html',1,1,1,4,'0.0000',NULL),(169,9,'giftcard',NULL,'2009-04-24 17:55:28',NULL,1,NULL,1,0,'',NULL,NULL,NULL,NULL,NULL,'\'For You\' Physical Gift Card',NULL,NULL,'100.0000','20.0000',NULL,NULL,NULL,0,NULL,'Physical Gift Card with open amount','gc_physical2',NULL,'/f/o/foryou_1.gif','',NULL,NULL,NULL,NULL,'/f/o/foryou_1.gif','','2009-04-26 12:26:18','for-you-physical-gift-card','for-you-physical-gift-card.html',1,1,1,4,'0.1000',NULL),(173,9,'simple',NULL,'2009-04-24 17:55:33',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Exotic Silk Blouse',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'This sexy silk blouse is perfect for any occasion.','esb_1',NULL,'/i/S/iStock_000007840313Small_1.jpg','','2009-04-21 00:00:00','139.0000',NULL,2,'/i/S/iStock_000007840313Small_1.jpg','','2010-04-20 14:12:10','exotic-silk-blouse','exotic-silk-blouse.html',NULL,NULL,NULL,4,'0.4000',NULL),(174,9,'giftcard',NULL,'2009-04-24 17:55:35',NULL,1,NULL,2,0,'',NULL,NULL,NULL,NULL,NULL,'Physical and Virtual Gift Card',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'Physical and Virtual Gift Card with no message','gc_physvirt1',NULL,'/l/i/light_gc_1.gif','',NULL,NULL,NULL,NULL,'/l/i/light_gc_1.gif','','2009-04-26 11:25:02','physical-and-virtual-gift-card','physical-and-virtual-gift-card.html',1,1,1,4,'0.2000',NULL),(175,9,'giftcard',NULL,'2009-04-24 17:55:36',NULL,1,NULL,1,0,'',NULL,NULL,NULL,NULL,NULL,'$200 Gift Card',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'$200 Physical Gift Card','gc_physical3',NULL,'/c/h/checkered_gc_1.gif','',NULL,NULL,NULL,NULL,'/c/h/checkered_gc_1.gif','','2009-04-26 11:32:19','200-gift-card','200-gift-card.html',1,1,1,4,'0.3000',NULL),(176,42,'simple','100.0000','2009-04-24 17:55:38',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Akio Bookcase',NULL,NULL,NULL,NULL,'249.9900',NULL,NULL,0,NULL,'Add extra shelves for storing and displaying. ','349838',NULL,'/a/k/akio_2_2_1.jpg','',NULL,NULL,NULL,2,'/a/k/akio_2_2_1.jpg','','2009-04-26 11:20:59','akio-bookcase','akio-bookcase.html',NULL,NULL,NULL,4,'82.5000',NULL),(177,45,'simple',NULL,'2009-04-24 17:55:39',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Butterfly Fish',NULL,NULL,NULL,NULL,'14.9900',NULL,NULL,0,NULL,'A beautiful shirt. ','2223',NULL,'/s/h/shirt_medium_3_1.jpg','',NULL,NULL,NULL,2,'/s/h/shirt_medium_3_1.jpg','','2009-04-26 11:19:26','butterfly-fish','butterfly-fish.html',NULL,NULL,NULL,4,'0.1000',NULL),(178,9,'simple',NULL,'2009-04-24 17:55:40',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Pink Faux Fur Jacket',NULL,NULL,NULL,NULL,'79.9900',NULL,NULL,0,NULL,'Get the Virtual Reality look with this stylish pink faux fur!','pink-faux-fur',NULL,'/1/_/1_2.jpg','',NULL,NULL,NULL,2,'/1/_/1_2.jpg','','2009-04-26 11:18:02','pink-faux-fur-jacket','pink-faux-fur-jacket.html',NULL,NULL,NULL,1,'1.0000',NULL),(179,9,'grouped',NULL,'2009-04-24 17:55:42',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Get This Look: Virtual Reality',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'This spring become a virtual reality goddess.','vir-real',NULL,'/i/S/iStock_000004287268Medium_1.jpg','',NULL,NULL,NULL,NULL,'/i/S/iStock_000004287268Medium_1.jpg','','2009-04-26 22:53:50','virtual-reality','virtual-reality.html',NULL,NULL,NULL,4,NULL,NULL),(180,9,'simple',NULL,'2009-04-24 17:55:43',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Pink Laced Leather Boots',NULL,NULL,NULL,NULL,'139.9900',NULL,NULL,0,NULL,'Finish up your Virtual Reality look with this 5\" heel boots.','pink-laced',NULL,'/1/_/1_b_2.jpg','',NULL,NULL,NULL,2,'/1/_/1_b_2.jpg','','2009-04-26 11:17:37','pink-laced-leather-boots','pink-laced-leather-boots.html',NULL,NULL,NULL,4,'3.0000',NULL),(181,9,'simple',NULL,'2009-04-24 17:55:44',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Vintage Black and White',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'Our black and white vintage is made from 100% silk. ','vin-bw',NULL,'/2/_/2_1_1.jpg','','2009-04-21 00:00:00','279.9900',NULL,2,'/2/_/2_1_1.jpg','','2009-04-26 23:17:25','vintage-black-and-white','vintage-black-and-white.html',NULL,NULL,NULL,4,'1.0000',NULL),(182,9,'simple',NULL,'2009-04-24 17:55:46',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Black Stilettos',NULL,NULL,NULL,NULL,'129.9900',NULL,NULL,0,NULL,'Finish up the Vintage look!','bl-stil',NULL,'/2/_/2_b_1.jpg','','2009-04-21 00:00:00','119.9900',NULL,2,'/2/_/2_b_1.jpg','','2009-04-26 10:50:06','black-stilettos','black-stilettos.html',NULL,NULL,NULL,4,'1.0000',NULL),(183,9,'grouped',NULL,'2009-04-24 17:55:47',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Get This Look: Timeless Vintage',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'This spring become a timeless vintage goddess.','timeless-vintage',NULL,'/i/S/iStock_000001867974Medium_1.jpg','',NULL,NULL,NULL,NULL,'/i/S/iStock_000001867974Medium_1.jpg','','2009-04-26 10:53:54','get-this-look-timeless-vintage','get-this-look-timeless-vintage.html',NULL,NULL,NULL,4,NULL,NULL),(184,9,'simple',NULL,'2009-04-24 17:55:48',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Black Cotton Jacket',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'One button blazer style cotton jacket','bl-cttn-jkt',NULL,'/3/_/3_3.jpg','',NULL,NULL,NULL,2,'/3/_/3_3.jpg','','2009-04-25 00:09:37','black-cotton-jacket','black-cotton-jacket.html',NULL,NULL,NULL,4,'2.0000',NULL),(185,9,'simple',NULL,'2009-04-24 17:55:50',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Black Leather Pants',NULL,NULL,NULL,NULL,'499.9900',NULL,NULL,0,NULL,'Our zipper-less black leather pants will keep you dancing till the morning!','bl-leather',NULL,'/3/_/3_b_2.jpg','',NULL,NULL,NULL,2,'/3/_/3_b_2.jpg','','2009-04-25 00:07:05','black-leather-pants','black-leather-pants.html',NULL,NULL,NULL,1,'4.0000',NULL),(186,9,'simple',NULL,'2009-04-24 17:55:51',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Black Plaform Shoes',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'5\" platform boots for your dancing pleasure','bl-platform',NULL,'/3/_/3_c_2.jpg','',NULL,NULL,NULL,2,'/3/_/3_c_2.jpg','','2009-04-25 00:01:52','black-plaform-shoes','black-plaform-shoes.html',NULL,NULL,NULL,1,'4.0000',NULL),(187,9,'grouped',NULL,'2009-04-24 17:55:53',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Get This Look: L.A. Cool',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'This spring become the goddess of the dance floor - become LA Cool.','gdl-lacool',NULL,'/i/S/iStock_000007595230Medium_1.jpg','',NULL,NULL,NULL,NULL,'/i/S/iStock_000007595230Medium_1.jpg','','2009-04-24 23:59:46','get-this-look-l-a-cool','get-this-look-l-a-cool.html',NULL,NULL,NULL,4,NULL,NULL),(188,9,'simple',NULL,'2009-04-24 17:55:54',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Classic Jeans',NULL,NULL,NULL,NULL,'99.9900',NULL,NULL,0,NULL,'Our best-selling classic style jeans sits straight through the seat, thigh and leg.','classic-jeans',NULL,'/i/S/iStock_000007086407XSmall_1.jpg','',NULL,NULL,NULL,2,'/i/S/iStock_000007086407XSmall_1.jpg','','2009-04-24 22:53:35','classic-jeans','classic-jeans.html',NULL,NULL,NULL,4,'3.0000',NULL),(189,9,'simple',NULL,'2009-04-24 17:55:56',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Sand Wash Jeans',NULL,NULL,NULL,NULL,'129.9900',NULL,NULL,0,NULL,'Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look.','sand-wash-jeans',NULL,'/i/S/iStock_000003948602XSmall_1_1.jpg','','2009-04-21 00:00:00','119.9900',NULL,2,'/i/S/iStock_000003948602XSmall_1_1.jpg','','2009-04-24 22:48:01','sand-wash-jeans','sand-wash-jeans.html',NULL,NULL,NULL,4,'3.0000',NULL),(190,9,'virtual',NULL,'2009-04-24 17:55:57',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'1 Year Membership',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'1 Year Membership to Magento Enterprise Demo.','1yr-membership',NULL,'/1/y/1year_member_1.jpg','',NULL,NULL,NULL,2,'/1/y/1year_member_1.jpg','','2009-05-07 04:09:08','1-year-membership','1-year-membership.html',NULL,NULL,NULL,4,NULL,NULL);
/*!40000 ALTER TABLE `catalog_product_flat_2` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_flat_3`
--
DROP TABLE IF EXISTS `catalog_product_flat_3`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_flat_3` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`type_id` varchar(32) NOT NULL DEFAULT 'simple',
`cost` decimal(12,4) DEFAULT NULL,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`email_template` varchar(255) DEFAULT NULL,
`enable_googlecheckout` tinyint(1) DEFAULT NULL,
`giftcard_amounts` decimal(12,4) DEFAULT NULL,
`giftcard_type` tinyint(3) unsigned DEFAULT NULL,
`has_options` smallint(6) NOT NULL DEFAULT '0',
`image_label` varchar(255) DEFAULT NULL,
`is_redeemable` int(11) DEFAULT NULL,
`lifetime` int(11) DEFAULT NULL,
`links_exist` int(11) DEFAULT NULL,
`links_purchased_separately` int(11) DEFAULT NULL,
`links_title` varchar(255) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`news_from_date` datetime DEFAULT NULL,
`news_to_date` datetime DEFAULT NULL,
`open_amount_max` decimal(12,4) DEFAULT NULL,
`open_amount_min` decimal(12,4) DEFAULT NULL,
`price` decimal(12,4) DEFAULT NULL,
`price_type` int(11) DEFAULT NULL,
`price_view` int(11) DEFAULT NULL,
`required_options` tinyint(3) unsigned NOT NULL DEFAULT '0',
`shipment_type` int(11) DEFAULT NULL,
`short_description` text,
`sku` varchar(64) DEFAULT NULL,
`sku_type` int(11) DEFAULT NULL,
`small_image` varchar(255) DEFAULT NULL,
`small_image_label` varchar(255) DEFAULT NULL,
`special_from_date` datetime DEFAULT NULL,
`special_price` decimal(12,4) DEFAULT NULL,
`special_to_date` datetime DEFAULT NULL,
`tax_class_id` int(11) DEFAULT NULL,
`thumbnail` varchar(255) DEFAULT NULL,
`thumbnail_label` varchar(255) DEFAULT NULL,
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`url_key` varchar(255) DEFAULT NULL,
`url_path` varchar(255) DEFAULT NULL,
`use_config_email_template` int(11) DEFAULT NULL,
`use_config_is_redeemable` int(11) DEFAULT NULL,
`use_config_lifetime` int(11) DEFAULT NULL,
`visibility` tinyint(3) unsigned DEFAULT NULL,
`weight` decimal(12,4) DEFAULT NULL,
`weight_type` int(11) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_TYPE_ID` (`type_id`),
KEY `IDX_ATRRIBUTE_SET` (`attribute_set_id`),
KEY `IDX_NAME` (`name`),
KEY `IDX_PRICE` (`price`),
CONSTRAINT `FK_CATALOG_PRODUCT_FLAT_3_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=191 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_flat_3`
--
LOCK TABLES `catalog_product_flat_3` WRITE;
/*!40000 ALTER TABLE `catalog_product_flat_3` DISABLE KEYS */;
INSERT INTO `catalog_product_flat_3` VALUES (16,38,'simple','20.0000','2007-08-23 13:03:05',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nokia 2610 Phone',NULL,NULL,NULL,NULL,'149.9900',NULL,NULL,0,NULL,'The words \"entry level\" no longer mean \"low-end,\" especially when it comes to the Nokia 2610. Offering advanced media and calling features without breaking the bank','n2610',NULL,'/n/o/nokia-2610-phone-2.jpg','',NULL,NULL,NULL,2,'/n/o/nokia-2610-phone-2.jpg','','2009-05-06 20:37:48','nokia-2610-phone','nokia-2610-phone.html',NULL,NULL,NULL,4,'3.2000',NULL),(17,38,'simple','29.9900','2007-08-23 15:40:26',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'BlackBerry 8100 Pearl',NULL,NULL,NULL,NULL,'349.9900',NULL,NULL,0,NULL,'The BlackBerry 8100 Pearl is a departure from the form factor of previous BlackBerry devices. This BlackBerry handset is far more phone-like, and RIM\'s engineers have managed to fit a QWERTY keyboard onto the handset\'s slim frame.','bb8100',NULL,'/b/l/blackberry-8100-pearl-2.jpg','',NULL,NULL,NULL,2,'/b/l/blackberry-8100-pearl-2.jpg','','2009-04-24 17:52:10','blackberry-8100-pearl','blackberry-8100-pearl.html',NULL,NULL,NULL,4,'15.2000',NULL),(18,38,'simple','29.9900','2007-08-23 15:47:44',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Sony Ericsson W810i',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here.','sw810i',NULL,'/s/o/sony-ericsson-w810i-2.jpg','',NULL,NULL,NULL,2,'/s/o/sony-ericsson-w810i-2.jpg','','2009-04-24 17:52:12','sony-ericsson-w810i','sony-ericsson-w810i.html',NULL,NULL,NULL,4,'13.6000',NULL),(19,38,'simple','29.9900','2007-08-23 15:55:29',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'AT&T 8525 PDA',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'Under the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera.','8525PDA',NULL,'/a/t/at-t-8525-pda-1.jpg','',NULL,NULL,NULL,2,'/a/t/at-t-8525-pda-1.jpg','','2009-04-24 17:52:16','atandt-8525-pda','atandt-8525-pda.html',NULL,NULL,NULL,4,'30.0000',NULL),(20,38,'simple','29.9900','2007-08-23 18:06:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Samsung MM-A900M Ace',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. ','MM-A900M',NULL,'/s/a/samsung-mm-a900m-ace.jpg','',NULL,NULL,NULL,2,'/s/a/samsung-mm-a900m-ace.jpg','','2009-04-24 17:52:17','samsung-mm-a900m-ace','samsung-mm-a900m-ace.html',NULL,NULL,NULL,4,'1.0000',NULL),(25,39,'simple','1299.9900','2007-08-24 14:28:50',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Apple MacBook Pro MA464LL/A 15.4\" Notebook PC',NULL,NULL,NULL,NULL,'2299.9900',NULL,NULL,0,NULL,'You\'ve seen improvements in notebook performance before - but never on this scale. The Intel Core Duo powering MacBook Pro is actually two processors built into a single chip.','MA464LL/A',NULL,'/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg','',NULL,NULL,NULL,2,'/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg','','2009-04-24 17:52:19','apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive','apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html',NULL,NULL,NULL,4,'10.6000',NULL),(26,39,'simple','999.9900','2007-08-24 14:35:16',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Acer Ferrari 3200 Notebook Computer PC',NULL,NULL,NULL,NULL,'1799.9900',NULL,NULL,0,NULL,'This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success','LX.FR206.001',NULL,'/a/c/acer-ferrari-3200-notebook-computer-pc.jpg','',NULL,NULL,NULL,2,'/a/c/acer-ferrari-3200-notebook-computer-pc.jpg','','2009-04-24 17:52:20','acer-ferrari-3200-notebook-computer-pc','acer-ferrari-3200-notebook-computer-pc.html',NULL,NULL,NULL,4,'11.4000',NULL),(27,39,'simple','899.9900','2007-08-24 14:41:56',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC',NULL,NULL,NULL,NULL,'2699.9900',NULL,NULL,0,NULL,'Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC.','VGN-TXN27N/B',NULL,'/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg','',NULL,NULL,NULL,2,'/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg','','2009-04-24 17:52:22','sony-vaio-vgn-txn27n-b-11-1-notebook-pc','sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html',NULL,NULL,NULL,4,'2.8000',NULL),(28,39,'simple','899.9900','2007-08-24 14:47:57',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Toshiba M285-E 14\"',NULL,NULL,NULL,NULL,'1599.9900',NULL,NULL,0,NULL,'Get the competitive edge with the Gateway M285-E. This widescreen Convertible Notebook functions as both a conventional notebook and a tablet.','M285-E',NULL,'/t/o/toshiba-m285-e-14.jpg','',NULL,NULL,NULL,2,'/t/o/toshiba-m285-e-14.jpg','','2009-04-24 17:52:23','toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium','toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html',NULL,NULL,NULL,4,'10.0000',NULL),(29,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_3',NULL,'/c/n/cn-clogs-beach-garden-clog-3.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-4.jpg','','2009-04-24 17:52:28','cn-clogs-beach-garden-clog-3','cn-clogs-beach-garden-clog-3.html',NULL,NULL,NULL,1,'1.0000',NULL),(30,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_8',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:29','asics-men-s-gel-kayano-xii-8','asics-men-s-gel-kayano-xii-8.html',NULL,NULL,NULL,1,'3.0000',NULL),(31,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_4',NULL,'/s/t/steven-by-steve-madden-pryme-pump-3.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-4.jpg','','2009-04-24 17:52:30','steven-by-steve-madden-pryme-pump-4','steven-by-steve-madden-pryme-pump-4.html',NULL,NULL,NULL,1,'2.0000',NULL),(32,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_3',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:32','nine-west-women-s-lucero-pump-3','nine-west-women-s-lucero-pump-3.html',NULL,NULL,NULL,1,'2.0000',NULL),(33,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_3',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-3.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-4.jpg','','2009-04-24 17:52:33','ecco-womens-golf-flexor-golf-shoe-3','ecco-womens-golf-flexor-golf-shoe-3.html',NULL,NULL,NULL,1,'4.0000',NULL),(34,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_8',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-3.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-4.jpg','','2009-04-24 17:52:35','kenneth-cole-new-york-men-s-con-verge-slip-on-8','kenneth-cole-new-york-men-s-con-verge-slip-on-8.html',NULL,NULL,NULL,1,'2.0000',NULL),(35,41,'simple','2.0000','2007-08-24 19:49:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem','coal_sm',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:36','coalesce-functioning-on-impatience-t-shirt-small','coalesce-functioning-on-impatience-t-shirt-small.html',NULL,NULL,NULL,1,'0.5000',NULL),(36,41,'simple','2.0000','2007-08-24 19:53:06',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,0,NULL,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink_sm',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:39','ink-eater-krylon-bombear-destroyed-tee-sm','ink-eater-krylon-bombear-destroyed-tee-sm.html',NULL,NULL,NULL,1,'0.5000',NULL),(37,41,'simple','2.0000','2007-08-24 19:59:39',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirst. ','oc_sm',NULL,'/t/h/the-only-children-paisley-t-shirt-2.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt-3.jpg','','2009-04-24 17:52:44','the-only-children-paisley-t-shirt-sm','the-only-children-paisley-t-shirt-sm.html',NULL,NULL,NULL,1,'0.4400',NULL),(38,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_r_sm',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-3.jpg','','2009-04-24 17:52:45','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html',NULL,NULL,NULL,1,'0.4400',NULL),(39,41,'simple','5.0000','2007-08-24 20:07:02',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Get Up Kids: Band Camp Pullover Hoodie',NULL,NULL,NULL,NULL,'30.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. ','4fasd5f5',NULL,'/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg','',NULL,NULL,NULL,2,'/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg','','2009-04-26 23:01:32','the-get-up-kids-band-camp-pullover-hoodie','the-get-up-kids-band-camp-pullover-hoodie.html',NULL,NULL,NULL,4,'1.7500',NULL),(41,42,'simple','100.0000','2007-08-27 10:43:59',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Akio Dresser',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'Our Akio dresser has a solid hardwood frame. ','384822',NULL,'/a/k/akio-dresser.jpg','',NULL,NULL,NULL,2,'/a/k/akio-dresser.jpg','','2009-04-24 17:52:48','akio-dresser','akio-dresser.html',NULL,NULL,NULL,4,'128.9700',NULL),(42,42,'simple','800.0000','2007-08-27 10:50:01',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Barcelona Bamboo Platform Bed',NULL,NULL,NULL,NULL,'2299.0000',NULL,NULL,0,NULL,'Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details.','bar1234',NULL,'/b/a/barcelona-bamboo-platform-bed.jpg','',NULL,NULL,NULL,2,'/b/a/barcelona-bamboo-platform-bed.jpg','','2009-04-24 17:52:50','barcelona-bamboo-platform-bed','barcelona-bamboo-platform-bed.html',NULL,NULL,NULL,4,'150.0000',NULL),(44,44,'simple','200.0000','2007-08-28 13:06:05',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Canon Digital Rebel XT 8MP Digital SLR Camera',NULL,NULL,NULL,NULL,'550.0000',NULL,NULL,0,NULL,' Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. ','Rebel XT',NULL,'/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg','',NULL,NULL,NULL,2,'/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg','','2009-05-07 10:54:05','canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black','canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black.html',NULL,NULL,NULL,4,'4.0000',NULL),(45,44,'simple','20.0000','2007-08-28 13:18:56',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,' Argus QC-2185 Quick Click 5MP Digital Camera',NULL,NULL,NULL,NULL,'37.4900',NULL,NULL,0,NULL,'The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet.','QC-2185',NULL,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg','',NULL,NULL,NULL,2,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg','','2009-05-07 11:05:23','argus-qc-2185-quick-click-5mp-digital-camera','argus-qc-2185-quick-click-5mp-digital-camera.html',NULL,NULL,NULL,4,'1.0000',NULL),(46,44,'simple','29.9900','2007-08-28 13:23:34',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,' Olympus Stylus 750 7.1MP Digital Camera',NULL,NULL,NULL,NULL,'161.9400',NULL,NULL,0,NULL,'A technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom.','750',NULL,'/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg','',NULL,NULL,NULL,2,'/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg','','2009-04-24 17:52:57','olympus-stylus-750-7-1mp-digital-camera','olympus-stylus-750-7-1mp-digital-camera.html',NULL,NULL,NULL,4,'2.0000',NULL),(47,44,'simple','29.9900','2007-08-28 13:27:14',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom',NULL,NULL,NULL,NULL,'329.9900',NULL,NULL,0,NULL,'Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes.','A630',NULL,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg','',NULL,NULL,NULL,2,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg','','2009-04-24 17:53:01','canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom','canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.html',NULL,NULL,NULL,4,'3.0000',NULL),(48,44,'simple','29.9900','2007-08-28 13:32:20',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kodak EasyShare C530 5MP Digital Camera',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features','C530',NULL,'/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg','',NULL,NULL,NULL,2,'/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg','','2009-04-24 17:53:03','kodak-easyshare-c530-5mp-digital-camera','kodak-easyshare-c530-5mp-digital-camera.html',NULL,NULL,NULL,4,'2.0000',NULL),(49,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_9',NULL,'/a/n/anashria-womens-premier-leather-sandal-3.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-4.jpg','','2009-04-24 17:53:04','anashria-womens-premier-leather-sandal-9','anashria-womens-premier-leather-sandal-9.html',NULL,NULL,NULL,1,'2.0000',NULL),(51,42,'simple','50.0000','2007-08-28 16:25:46',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ottoman',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery.','1111',NULL,'/o/t/ottoman.jpg','',NULL,NULL,NULL,2,'/o/t/ottoman.jpg','','2009-04-24 17:53:06','ottoman','ottoman.html',NULL,NULL,NULL,4,'20.0000',NULL),(52,42,'simple','50.0000','2007-08-28 16:29:24',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Chair',NULL,NULL,NULL,NULL,'129.9900',NULL,NULL,0,NULL,'Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber.','1112',NULL,'/c/h/chair.jpg','',NULL,NULL,NULL,2,'/c/h/chair.jpg','','2009-04-24 17:53:07','chair','chair.html',NULL,NULL,NULL,4,'50.0000',NULL),(53,42,'simple','200.0000','2007-08-28 16:32:24',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Couch',NULL,NULL,NULL,NULL,'599.9900',NULL,NULL,0,NULL,'For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!','1113',NULL,'/c/o/couch.jpg','',NULL,NULL,NULL,2,'/c/o/couch.jpg','','2009-04-24 17:53:08','couch','couch.html',NULL,NULL,NULL,4,'200.0000',NULL),(54,42,'grouped','300.0000','2007-08-28 16:38:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Magento Red Furniture Set',NULL,NULL,NULL,NULL,'699.9900',NULL,NULL,0,NULL,'Love red? You\'ll love these pieces of handmade modern furniture!','1114',NULL,'/m/a/magento-red-furniture-set.jpg','',NULL,NULL,NULL,2,'/m/a/magento-red-furniture-set.jpg','','2009-04-24 17:53:10','magento-red-furniture-set','magento-red-furniture-set.html',NULL,NULL,NULL,4,'500.0000',NULL),(74,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_3',NULL,'/a/n/anashria-womens-premier-leather-sandal.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal.jpg','','2009-04-24 17:53:11','anashria-womens-premier-leather-sandal-3','anashria-womens-premier-leather-sandal-3.html',NULL,NULL,NULL,1,'2.0000',NULL),(75,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_4',NULL,'/a/n/anashria-womens-premier-leather-sandal-3.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-4.jpg','','2009-04-24 17:53:13','anashria-womens-premier-leather-sandal-4','anashria-womens-premier-leather-sandal-4.html',NULL,NULL,NULL,1,'2.0000',NULL),(79,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_5',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:14','anashria-womens-premier-leather-sandal-5','anashria-womens-premier-leather-sandal-5.html',NULL,NULL,NULL,1,'2.0000',NULL),(80,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_6',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:15','anashria-womens-premier-leather-sandal-6','anashria-womens-premier-leather-sandal-6.html',NULL,NULL,NULL,1,'2.0000',NULL),(81,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_7',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:17','anashria-womens-premier-leather-sandal-7','anashria-womens-premier-leather-sandal-7.html',NULL,NULL,NULL,1,'2.0000',NULL),(82,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_8',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:18','anashria-womens-premier-leather-sandal-8','anashria-womens-premier-leather-sandal-8.html',NULL,NULL,NULL,1,'2.0000',NULL),(83,40,'configurable','2.0000','2007-08-29 10:32:52',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,1,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn',NULL,'/c/n/cn-clogs-beach-garden-clog.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog.jpg','','2009-04-24 17:53:20','cn-clogs-beach-garden-clog','cn-clogs-beach-garden-clog.html',NULL,NULL,NULL,4,'1.0000',NULL),(84,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_4',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:21','cn-clogs-beach-garden-clog-4','cn-clogs-beach-garden-clog-4.html',NULL,NULL,NULL,1,'1.0000',NULL),(85,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_5',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:23','cn-clogs-beach-garden-clog-5','cn-clogs-beach-garden-clog-5.html',NULL,NULL,NULL,1,'1.0000',NULL),(86,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_6',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:24','cn-clogs-beach-garden-clog-6','cn-clogs-beach-garden-clog-6.html',NULL,NULL,NULL,1,'1.0000',NULL),(87,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_7',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:26','cn-clogs-beach-garden-clog-7','cn-clogs-beach-garden-clog-7.html',NULL,NULL,NULL,1,'1.0000',NULL),(88,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m8',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:27','cn-clogs-beach-garden-clog-8','cn-clogs-beach-garden-clog-8.html',NULL,NULL,NULL,1,'1.0000',NULL),(89,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m9',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:28','cn-clogs-beach-garden-clog-9','cn-clogs-beach-garden-clog-9.html',NULL,NULL,NULL,1,'1.0000',NULL),(90,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m10',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:30','cn-clogs-beach-garden-clog-10','cn-clogs-beach-garden-clog-10.html',NULL,NULL,NULL,1,'1.0000',NULL),(91,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m11',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:32','cn-clogs-beach-garden-clog-11','cn-clogs-beach-garden-clog-11.html',NULL,NULL,NULL,1,'1.0000',NULL),(92,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m12',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:33','cn-clogs-beach-garden-clog-12','cn-clogs-beach-garden-clog-12.html',NULL,NULL,NULL,1,'1.0000',NULL),(93,40,'configurable','29.9900','2007-08-29 11:46:47',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,1,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. ','asc',NULL,'/a/s/asics-men-s-gel-kayano-xii-2.jpg','',NULL,NULL,NULL,2,'/a/s/asics-men-s-gel-kayano-xii-2.jpg','','2009-04-24 17:53:34','asics-men-s-gel-kayano-xii','asics-men-s-gel-kayano-xii.html',NULL,NULL,NULL,4,'3.0000',NULL),(94,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_9',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:36','asics-men-s-gel-kayano-xii-9','asics-men-s-gel-kayano-xii-9.html',NULL,NULL,NULL,1,'3.0000',NULL),(95,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_10',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:38','asics-men-s-gel-kayano-xii-10','asics-men-s-gel-kayano-xii-10.html',NULL,NULL,NULL,1,'3.0000',NULL),(96,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_11',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:39','asics-men-s-gel-kayano-xii-11','asics-men-s-gel-kayano-xii-11.html',NULL,NULL,NULL,1,'3.0000',NULL),(97,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_12',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:40','asics-men-s-gel-kayano-xii-12','asics-men-s-gel-kayano-xii-12.html',NULL,NULL,NULL,1,'3.0000',NULL),(98,40,'configurable','29.9900','2007-08-29 12:09:17',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,1,NULL,'Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe.','ken',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg','','2009-04-24 17:53:42','kenneth-cole-new-york-men-s-con-verge-slip-on','kenneth-cole-new-york-men-s-con-verge-slip-on.html',NULL,NULL,NULL,4,'2.0000',NULL),(99,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_9',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:43','kenneth-cole-new-york-men-s-con-verge-slip-on-9','kenneth-cole-new-york-men-s-con-verge-slip-on-9.html',NULL,NULL,NULL,1,'2.0000',NULL),(100,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_10',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:45','kenneth-cole-new-york-men-s-con-verge-slip-on-10','kenneth-cole-new-york-men-s-con-verge-slip-on-10.html',NULL,NULL,NULL,1,'2.0000',NULL),(101,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_11',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:46','kenneth-cole-new-york-men-s-con-verge-slip-on-11','kenneth-cole-new-york-men-s-con-verge-slip-on-11.html',NULL,NULL,NULL,1,'2.0000',NULL),(102,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_12',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:47','kenneth-cole-new-york-men-s-con-verge-slip-on-12','kenneth-cole-new-york-men-s-con-verge-slip-on-12.html',NULL,NULL,NULL,1,'2.0000',NULL),(103,40,'configurable','29.9900','2007-08-29 12:29:46',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,1,NULL,' This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve',NULL,'/s/t/steven-by-steve-madden-pryme-pump.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump.jpg','','2009-04-24 17:53:49','steven-by-steve-madden-pryme-pump','steven-by-steve-madden-pryme-pump.html',NULL,NULL,NULL,4,'2.0000',NULL),(104,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_5',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:51','steven-by-steve-madden-pryme-pump-5','steven-by-steve-madden-pryme-pump-5.html',NULL,NULL,NULL,1,'2.0000',NULL),(105,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_6',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:52','steven-by-steve-madden-pryme-pump-6','steven-by-steve-madden-pryme-pump-6.html',NULL,NULL,NULL,1,'2.0000',NULL),(106,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_7',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:54','steven-by-steve-madden-pryme-pump-7','steven-by-steve-madden-pryme-pump-7.html',NULL,NULL,NULL,1,'2.0000',NULL),(107,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_8',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:55','steven-by-steve-madden-pryme-pump-8','steven-by-steve-madden-pryme-pump-8.html',NULL,NULL,NULL,1,'2.0000',NULL),(108,40,'configurable','29.9900','2007-08-29 12:52:39',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,1,NULL,'This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine',NULL,'/n/i/nine-west-women-s-lucero-pump.jpg','',NULL,NULL,NULL,2,'/n/i/nine-west-women-s-lucero-pump.jpg','','2009-04-24 17:53:56','nine-west-women-s-lucero-pump','nine-west-women-s-lucero-pump.html',NULL,NULL,NULL,4,'2.0000',NULL),(109,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_4',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:58','nine-west-women-s-lucero-pump-4','nine-west-women-s-lucero-pump-4.html',NULL,NULL,NULL,1,'2.0000',NULL),(110,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_5',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:59','nine-west-women-s-lucero-pump-5','nine-west-women-s-lucero-pump-5.html',NULL,NULL,NULL,1,'2.0000',NULL),(111,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_6',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:54:01','nine-west-women-s-lucero-pump-6','nine-west-women-s-lucero-pump-6.html',NULL,NULL,NULL,1,'2.0000',NULL),(112,40,'configurable','29.9900','2007-08-29 13:17:43',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,1,NULL,'With a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg','','2009-04-24 17:54:02','ecco-womens-golf-flexor-golf-shoe','ecco-womens-golf-flexor-golf-shoe.html',NULL,NULL,NULL,4,'4.0000',NULL),(113,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_4',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg','','2009-04-24 17:54:04','ecco-womens-golf-flexor-golf-shoe-4','ecco-womens-golf-flexor-golf-shoe-4.html',NULL,NULL,NULL,1,'4.0000',NULL),(114,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_5',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg','','2009-04-24 17:54:05','ecco-womens-golf-flexor-golf-shoe-5','ecco-womens-golf-flexor-golf-shoe-5.html',NULL,NULL,NULL,1,'4.0000',NULL),(115,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_6',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg','','2009-04-24 17:54:06','ecco-womens-golf-flexor-golf-shoe-6','ecco-womens-golf-flexor-golf-shoe-6.html',NULL,NULL,NULL,1,'4.0000',NULL),(117,41,'simple','2.0000','2007-08-24 19:49:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem','coal_md',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:54:08','coalesce-functioning-on-impatience-t-shirt-medium','coalesce-functioning-on-impatience-t-shirt-medium.html',NULL,NULL,NULL,1,'0.5000',NULL),(118,41,'simple','2.0000','2007-08-24 19:49:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem','coal_lrg',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:54:09','coalesce-functioning-on-impatience-t-shirt-large','coalesce-functioning-on-impatience-t-shirt-large.html',NULL,NULL,NULL,1,'0.5000',NULL),(119,41,'configurable','2.0000','2007-08-29 15:00:05',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,1,NULL,'\r\n\r\n\r\n- 6.1 oz. 100% preshrunk heavyweight cotton
\r\n- Shoulder-to-shoulder taping
\r\n- Double-needle sleeves and bottom hem
\r\n
','coal_1',NULL,'/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg','','2009-04-24 17:54:11','coalesce-functioning-on-impatience-t-shirt','coalesce-functioning-on-impatience-t-shirt.html',NULL,NULL,NULL,4,'0.5000',NULL),(120,41,'configurable','2.0000','2007-08-29 15:06:16',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,1,NULL,'Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink',NULL,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg','',NULL,NULL,NULL,2,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg','','2009-04-24 17:54:12','ink-eater-krylon-bombear-destroyed-tee','ink-eater-krylon-bombear-destroyed-tee.html',NULL,NULL,NULL,4,'0.5000',NULL),(121,41,'simple','2.0000','2007-08-24 19:53:06',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,0,NULL,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink_med',NULL,'/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg','',NULL,NULL,NULL,2,'/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg','','2009-04-24 17:54:14','ink-eater-krylon-bombear-destroyed-tee-med','ink-eater-krylon-bombear-destroyed-tee-med.html',NULL,NULL,NULL,1,'0.5000',NULL),(122,41,'simple','2.0000','2007-08-24 19:53:06',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,0,NULL,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink_lrg',NULL,'/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg','',NULL,NULL,NULL,2,'/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg','','2009-04-24 17:54:15','ink-eater-krylon-bombear-destroyed-tee-lrg','ink-eater-krylon-bombear-destroyed-tee-lrg.html',NULL,NULL,NULL,1,'0.5000',NULL),(123,41,'configurable','2.0000','2007-08-29 15:14:29',NULL,0,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'100.0000',NULL,NULL,1,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirt. ','oc',NULL,'/t/h/the-only-children-paisley-t-shirt.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt.jpg','','2009-04-26 23:00:16','the-only-children-paisley-t-shirt','the-only-children-paisley-t-shirt.html',NULL,NULL,NULL,4,'0.4400',NULL),(124,41,'simple','2.0000','2007-08-24 19:59:39',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirst. ','oc_med',NULL,'/t/h/the-only-children-paisley-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt-2.jpg','','2009-04-24 17:54:18','the-only-children-paisley-t-shirt-med','the-only-children-paisley-t-shirt-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(125,41,'simple','2.0000','2007-08-24 19:59:39',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirst. ','oc_lrg',NULL,'/t/h/the-only-children-paisley-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt-2.jpg','','2009-04-24 17:54:20','the-only-children-paisley-t-shirt-lrg','the-only-children-paisley-t-shirt-lrg.html',NULL,NULL,NULL,1,'0.4400',NULL),(126,41,'configurable','2.0000','2007-08-29 15:31:56',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,1,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg','','2009-04-24 17:54:21','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html',NULL,NULL,NULL,4,'0.4400',NULL),(127,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_g_sm',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:23','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html',NULL,NULL,NULL,1,'0.4400',NULL),(128,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_r_med',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:25','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(129,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_g_med',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:26','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(130,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_r_lrg',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:27','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html',NULL,NULL,NULL,1,'0.4400',NULL),(131,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_g_lrg',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:29','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html',NULL,NULL,NULL,1,'0.4400',NULL),(132,9,'simple',NULL,'2007-08-29 19:53:55',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'SLR Camera Tripod',NULL,NULL,NULL,NULL,'99.0000',NULL,NULL,0,NULL,'Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers.','ac674',NULL,'/s/l/slr-camera-tripod.jpg','',NULL,NULL,NULL,2,'/s/l/slr-camera-tripod.jpg','','2009-04-24 17:54:30','slr-camera-tripod','slr-camera-tripod.html',NULL,NULL,NULL,4,'42.0000',NULL),(133,9,'simple',NULL,'2007-08-29 19:56:27',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Universal Camera Case',NULL,NULL,NULL,NULL,'34.0000',NULL,NULL,0,NULL,'A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time.','ac9003',NULL,'/u/n/universal-camera-case-1.jpg','',NULL,NULL,NULL,2,'/u/n/universal-camera-case-2.jpg','','2009-04-24 17:54:32','universal-camera-case','universal-camera-case.html',NULL,NULL,NULL,4,NULL,NULL),(134,9,'simple',NULL,'2007-08-29 19:59:29',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Universal Camera Charger',NULL,NULL,NULL,NULL,'19.0000',NULL,NULL,0,NULL,'Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator.','ac-66332',NULL,'/u/n/universal-camera-charger.jpg','',NULL,NULL,NULL,2,'/u/n/universal-camera-charger.jpg','','2009-04-24 17:54:33','universal-camera-charger','universal-camera-charger.html',NULL,NULL,NULL,4,'5.0000',NULL),(135,40,'configurable','10.0000','2007-08-30 11:22:53',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,1,NULL,'Buckle embellished contrasting straps adorn both the heel and canvas covered wedge of this t-strap sandal to make it a truly unique addition to your wardrobe','ana',NULL,'/a/n/anashria-womens-premier-leather-sandal.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal.jpg','','2009-04-24 17:54:34','anashria-womens-premier-leather-sandal','anashria-womens-premier-leather-sandal.html',NULL,NULL,NULL,4,'2.0000',NULL),(137,41,'simple','2.0000','2007-10-04 07:46:58',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_b_med',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-26 17:21:37','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(138,9,'simple',NULL,'2008-07-25 00:52:03',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default)',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market.','apevia-black',NULL,'/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg','',NULL,NULL,NULL,1,'/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg','','2009-04-24 17:54:37','apevia-black-x-cruiser-case-atx-mid-tower-case','apevia-black-x-cruiser-case-atx-mid-tower-case.html',NULL,NULL,NULL,4,'10.0000',NULL),(139,9,'simple',NULL,'2008-07-25 00:54:41',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default)',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.','nzxtlexa',NULL,'/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg','',NULL,NULL,NULL,1,'/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg','','2009-04-24 17:54:39','nzxt-lexa-silver-aluminum-atx-mid-tower-case','nzxt-lexa-silver-aluminum-atx-mid-tower-case.html',NULL,NULL,NULL,4,'10.0000',NULL),(140,58,'simple',NULL,'2008-07-25 00:59:55',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Crucial 2GB PC4200 DDR2 533MHz Memory',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'Crucial 2GB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ','2gbdimm',NULL,'/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg','',NULL,NULL,NULL,1,'/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg','','2009-04-24 17:54:40','crucial-2gb-pc4200-ddr2-533mhz-memory','crucial-2gb-pc4200-ddr2-533mhz-memory.html',NULL,NULL,NULL,4,'1.0000',NULL),(141,58,'simple',NULL,'2008-07-25 01:02:21',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Crucial 1GB PC4200 DDR2 533MHz Memory',NULL,NULL,NULL,NULL,'150.9900',NULL,NULL,0,NULL,'Crucial 1024MB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ','1gbdimm',NULL,'/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg','',NULL,NULL,NULL,1,'/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg','','2009-04-24 17:54:42','crucial-1gb-pc4200-ddr2-533mhz-memory','crucial-1gb-pc4200-ddr2-533mhz-memory.html',NULL,NULL,NULL,4,'1.0000',NULL),(142,59,'virtual',NULL,'2008-07-25 01:02:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'One Year Extended Warranty - Parts and Labor',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'1 Year Extended Warranty - Parts and Labor','1yr_p_l',NULL,'no_selection','',NULL,NULL,NULL,0,'no_selection','','2009-04-24 17:54:43','1-year-extended-warranty-parts-and-labor','1-year-extended-warranty-parts-and-labor.html',NULL,NULL,NULL,1,NULL,NULL),(143,58,'simple',NULL,'2008-07-25 01:05:00',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Crucial 512MB PC4200 DDR2 533MHz Memory',NULL,NULL,NULL,NULL,'99.9900',NULL,NULL,0,NULL,'Crucial 512MB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ','512dimm',NULL,'/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg','',NULL,NULL,NULL,1,'/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg','','2009-04-24 17:54:44','crucial-512mb-pc4200-ddr2-533mhz-memory','crucial-512mb-pc4200-ddr2-533mhz-memory.html',NULL,NULL,NULL,4,'1.0000',NULL),(144,59,'virtual',NULL,'2008-07-25 01:06:02',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Two Year Extended Warranty - Parts and Labor',NULL,NULL,NULL,NULL,'250.0000',NULL,NULL,0,NULL,'2 Year Extended Warranty - Parts and Labor','2yr_p_l',NULL,'no_selection','',NULL,NULL,NULL,0,'no_selection','','2009-04-24 17:54:46','1-year-extended-warranty-parts-and-labor','1-year-extended-warranty-parts-and-labor-1.html',NULL,NULL,NULL,1,NULL,NULL),(145,60,'simple',NULL,'2008-07-25 01:07:37',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'AMD Phenom X4 9850 Black Ed. 2.50GHz Retail',NULL,NULL,NULL,NULL,'335.9900',NULL,NULL,0,NULL,'Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor.','amdphenom',NULL,'/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg','',NULL,NULL,NULL,1,'/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg','','2009-04-24 17:54:47','amd-phenom-x4-9850-black-ed-2-50ghz-retail','amd-phenom-x4-9850-black-ed-2-50ghz-retail.html',NULL,NULL,NULL,4,'1.0000',NULL),(146,59,'virtual',NULL,'2008-07-25 01:07:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Three Year Extended Warranty - Parts and Labor',NULL,NULL,NULL,NULL,'325.0000',NULL,NULL,0,NULL,'3 Year Extended Warranty - Parts and Labor','3yr_p_l',NULL,'no_selection','',NULL,NULL,NULL,0,'no_selection','','2009-04-24 17:54:48','1-year-extended-warranty-parts-and-labor','1-year-extended-warranty-parts-and-labor-2.html',NULL,NULL,NULL,1,NULL,NULL),(147,61,'simple',NULL,'2008-07-25 01:10:17',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'22\" Syncmaster LCD Monitor',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready.','226bw',NULL,'/2/2/22-syncmaster-lcd-monitor.jpg','',NULL,NULL,NULL,0,'/2/2/22-syncmaster-lcd-monitor.jpg','','2009-04-24 17:54:50','22-syncmaster-lcd-monitor','22-syncmaster-lcd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(148,60,'simple',NULL,'2008-07-25 01:10:21',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'AMD A64 X2 3800+ 2.0GHz OEM',NULL,NULL,NULL,NULL,'98.9900',NULL,NULL,0,NULL,'AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor','amda64',NULL,'/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg','',NULL,NULL,NULL,1,'/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg','','2009-04-24 17:54:51','amd-a64-x2-3800-2-0ghz-oem','amd-a64-x2-3800-2-0ghz-oem.html',NULL,NULL,NULL,4,'1.0000',NULL),(149,62,'simple',NULL,'2008-07-25 01:12:44',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Western Digital - 1TB HD - 7200RPM',NULL,NULL,NULL,NULL,'399.0000',NULL,NULL,0,NULL,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','1tb7200',NULL,'/w/e/western-digital-1tb-hd-7200rpm.jpg','',NULL,NULL,NULL,1,'/w/e/western-digital-1tb-hd-7200rpm.jpg','','2009-04-24 17:54:53','1tb-7200rpm','1tb-7200rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(150,62,'simple',NULL,'2008-07-25 01:12:44',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Western Digital 500GB HD - 7200RPM',NULL,NULL,NULL,NULL,'299.0000',NULL,NULL,0,NULL,'500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','500gb7200',NULL,'/w/e/western-digital-500gb-hd-7200rpm.jpg','',NULL,NULL,NULL,1,'/w/e/western-digital-500gb-hd-7200rpm.jpg','','2009-04-24 17:54:54','500gb-7200rpm','500gb-7200rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(151,60,'simple',NULL,'2008-07-25 01:13:21',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Intel C2D E8400 3.0GHz Retail',NULL,NULL,NULL,NULL,'98.9900',NULL,NULL,0,NULL,'Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors.','intelc2d',NULL,'/i/n/intel-c2d-e8400-3-0ghz-retail.jpg','',NULL,NULL,NULL,1,'/i/n/intel-c2d-e8400-3-0ghz-retail.jpg','','2009-04-24 17:54:55','intel-c2d-e8400-3-0ghz-retail','intel-c2d-e8400-3-0ghz-retail.html',NULL,NULL,NULL,4,'1.0000',NULL),(152,61,'simple',NULL,'2008-07-25 01:14:11',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'24\" Widescreen Flat-Panel LCD Monitor',NULL,NULL,NULL,NULL,'699.9900',NULL,NULL,0,NULL,'5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs','W2452T-TF',NULL,'/2/4/24-widescreen-flat-panel-lcd-monitor.jpg','',NULL,NULL,NULL,1,'/2/4/24-widescreen-flat-panel-lcd-monitor.jpg','','2009-04-24 17:54:57','24-widescreen-flat-panel-lcd-monitor','24-widescreen-flat-panel-lcd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(153,60,'simple',NULL,'2008-07-25 01:15:29',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Intel Core 2 Extreme QX9775 3.20GHz Retail',NULL,NULL,NULL,NULL,'2049.9900',NULL,NULL,0,NULL,'Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor','intelcore2extreme',NULL,'/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg','',NULL,NULL,NULL,1,'/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg','','2009-04-24 17:54:58','intel-core-2-extreme-qx9775-3-20ghz-retail','intel-core-2-extreme-qx9775-3-20ghz-retail.html',NULL,NULL,NULL,4,'1.0000',NULL),(154,62,'simple',NULL,'2008-07-25 01:16:03',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Seagate 500GB HD - 5400RPM',NULL,NULL,NULL,NULL,'299.0000',NULL,NULL,0,NULL,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','500gb5400',NULL,'/s/e/seagate-500gb-hd-5400rpm.jpg','',NULL,NULL,NULL,1,'/s/e/seagate-500gb-hd-5400rpm.jpg','','2009-04-24 17:55:03','500gb-5400rpm','500gb-5400rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(155,62,'simple',NULL,'2008-07-25 01:16:03',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Seagate 250GB HD - 5400RPM',NULL,NULL,NULL,NULL,'99.0000',NULL,NULL,0,NULL,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','250gb5400',NULL,'/s/e/seagate-250gb-hd-5400rpm.jpg','',NULL,NULL,NULL,1,'/s/e/seagate-250gb-hd-5400rpm.jpg','','2009-04-24 17:55:04','250gb-5400rpm','250gb-5400rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(156,61,'simple',NULL,'2008-07-25 01:16:51',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'19\" Widescreen Flat-Panel LCD Monitor',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs','W1952TQ-TF',NULL,'/1/9/19-widescreen-flat-panel-lcd-monitor.jpg','',NULL,NULL,NULL,0,'/1/9/19-widescreen-flat-panel-lcd-monitor.jpg','','2009-04-24 17:55:06','19-widescreen-flat-panel-lcd-monitor','19-widescreen-flat-panel-lcd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(157,61,'simple',NULL,'2008-07-25 01:19:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'30\" Flat-Panel TFT-LCD Cinema HD Monitor',NULL,NULL,NULL,NULL,'699.9900',NULL,NULL,0,NULL,'Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency.','M9179LL',NULL,'/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg','',NULL,NULL,NULL,0,'/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg','','2009-04-24 17:55:07','30-flat-panel-tft-lcd-cinema-hd-monitor','30-flat-panel-tft-lcd-cinema-hd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(158,39,'bundle',NULL,'2008-07-25 01:21:23',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Sony VAIO 11.1\" Notebook PC',NULL,NULL,NULL,NULL,NULL,0,1,1,0,'Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected.\r\n\r\n','VGN-TXN27N/BW',NULL,'/s/o/sony-vaio-11-1-notebook-pc.jpg','',NULL,NULL,NULL,2,'/s/o/sony-vaio-11-1-notebook-pc.jpg','','2009-04-24 17:55:09','sony-vaio-vgn-txn27n-b-11-1-notebook-pc','sony-vaio-vgn-txn27n-b-11-1-notebook-pc-1.html',NULL,NULL,NULL,4,NULL,0),(159,9,'simple',NULL,'2008-07-25 01:22:14',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Microsoft Natural Ergonomic Keyboard 4000',NULL,NULL,NULL,NULL,'99.9900',NULL,NULL,0,NULL,'The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard.','microsoftnatural',NULL,'/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg','',NULL,NULL,NULL,0,'/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg','','2009-04-24 17:55:10','microsoft-natural-ergonomic-keyboard-4000','microsoft-natural-ergonomic-keyboard-4000.html',NULL,NULL,NULL,4,'1.0000',NULL),(160,9,'simple',NULL,'2008-07-25 01:24:15',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Logitech Cordless Optical Trackman',NULL,NULL,NULL,NULL,'79.9900',NULL,NULL,0,NULL,'Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter.','logitechcord',NULL,'/l/o/logitech-cordless-optical-trackman.jpg','',NULL,NULL,NULL,1,'/l/o/logitech-cordless-optical-trackman.jpg','','2009-04-24 17:55:11','microsoft-wireless-optical-mouse-5000','microsoft-wireless-optical-mouse-5000.html',NULL,NULL,NULL,4,'1.0000',NULL),(161,9,'simple',NULL,'2008-07-25 01:25:09',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Logitech diNovo Edge Keyboard',NULL,NULL,NULL,NULL,'239.9900',NULL,NULL,0,NULL,'PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered.','logidinovo',NULL,'/l/o/logitech-dinovo-edge-keyboard.jpg','',NULL,NULL,NULL,0,'/l/o/logitech-dinovo-edge-keyboard.jpg','','2009-04-24 17:55:13','logitech-dinovo-edge-keyboard','logitech-dinovo-edge-keyboard.html',NULL,NULL,NULL,4,'1.0000',NULL),(162,9,'simple',NULL,'2008-07-25 01:25:11',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Microsoft Wireless Optical Mouse 5000',NULL,NULL,NULL,NULL,'59.9900',NULL,NULL,0,NULL,'Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse.','micronmouse5000',NULL,'/m/i/microsoft-wireless-optical-mouse-5000.jpg','',NULL,NULL,NULL,1,'/m/i/microsoft-wireless-optical-mouse-5000.jpg','','2009-04-24 17:55:14','microsoft-wireless-optical-mouse-5000','microsoft-wireless-optical-mouse-5000-162.html',NULL,NULL,NULL,4,'1.0000',NULL),(163,9,'bundle',NULL,'2008-07-25 01:34:24',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Computer',NULL,NULL,NULL,NULL,NULL,0,0,1,0,'Make a computer','computer',NULL,'/c/o/computer.jpg','',NULL,NULL,NULL,1,'/c/o/computer.jpg','','2009-04-24 17:55:16','computer','computer.html',NULL,NULL,NULL,4,NULL,0),(164,9,'bundle',NULL,'2008-07-25 01:36:33',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Gaming Computer',NULL,NULL,NULL,NULL,'4999.9500',1,0,1,1,'Make a computer','computer_fixed',NULL,'/g/a/gaming-computer.jpg','',NULL,NULL,NULL,1,'/g/a/gaming-computer.jpg','','2009-04-24 17:55:17','gaming-computer','gaming-computer.html',NULL,NULL,NULL,4,'20.0000',1),(165,39,'bundle',NULL,'2008-07-25 01:40:27',NULL,0,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'My Computer',NULL,NULL,NULL,NULL,NULL,0,0,1,0,'test description','mycomputer',NULL,'/m/y/my-computer.jpg','','2008-07-30 00:00:00',NULL,NULL,1,'/m/y/my-computer.jpg','','2009-05-06 22:11:22','my-computer','my-computer.html',NULL,NULL,NULL,4,'10.0000',1),(166,38,'simple',NULL,'2008-07-25 02:22:13',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'HTC Touch Diamond',NULL,NULL,NULL,NULL,'750.0000',NULL,NULL,0,NULL,'Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design.','HTC Touch Diamond',NULL,'/h/t/htc-touch-diamond.jpg','',NULL,NULL,NULL,2,'/h/t/htc-touch-diamond.jpg','','2009-04-24 17:55:21','htc-touch-diamond','htc-touch-diamond.html',NULL,NULL,NULL,4,'0.3000',NULL),(167,9,'giftcard',NULL,'2009-04-24 17:55:22',NULL,1,NULL,1,0,'',0,0,NULL,NULL,NULL,'$100 Physical Gift Card',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'Physical Gift Card with fixed amount.','gc_physical1',NULL,'/1/0/100_gc_1.gif','',NULL,NULL,NULL,NULL,'/1/0/100_gc_1.gif','','2009-04-26 12:38:49','100-physical-gift-card','100-physical-gift-card.html',1,1,1,4,'0.1000',NULL),(168,9,'giftcard',NULL,'2009-04-24 17:55:27',NULL,1,NULL,0,0,'',NULL,NULL,NULL,NULL,NULL,'Virtual Gift Card',NULL,NULL,'500.0000','10.0000',NULL,NULL,NULL,0,NULL,'Virtual Gift Card with fixed and open amounts.','gc_virtual1',NULL,'/v/i/virtual_gc_1.gif','',NULL,NULL,NULL,NULL,'/v/i/virtual_gc_1.gif','','2009-04-26 12:28:41','virtual-gift-card','virtual-gift-card.html',1,1,1,4,'0.0000',NULL),(169,9,'giftcard',NULL,'2009-04-24 17:55:28',NULL,1,NULL,1,0,'',NULL,NULL,NULL,NULL,NULL,'\'For You\' Physical Gift Card',NULL,NULL,'100.0000','20.0000',NULL,NULL,NULL,0,NULL,'Physical Gift Card with open amount','gc_physical2',NULL,'/f/o/foryou_1.gif','',NULL,NULL,NULL,NULL,'/f/o/foryou_1.gif','','2009-04-26 12:26:18','for-you-physical-gift-card','for-you-physical-gift-card.html',1,1,1,4,'0.1000',NULL),(173,9,'simple',NULL,'2009-04-24 17:55:33',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Exotic Silk Blouse',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'This sexy silk blouse is perfect for any occasion.','esb_1',NULL,'/i/S/iStock_000007840313Small_1.jpg','','2009-04-21 00:00:00','139.0000',NULL,2,'/i/S/iStock_000007840313Small_1.jpg','','2010-04-20 14:12:10','exotic-silk-blouse','exotic-silk-blouse.html',NULL,NULL,NULL,4,'0.4000',NULL),(174,9,'giftcard',NULL,'2009-04-24 17:55:35',NULL,1,NULL,2,0,'',NULL,NULL,NULL,NULL,NULL,'Physical and Virtual Gift Card',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'Physical and Virtual Gift Card with no message','gc_physvirt1',NULL,'/l/i/light_gc_1.gif','',NULL,NULL,NULL,NULL,'/l/i/light_gc_1.gif','','2009-04-26 11:25:02','physical-and-virtual-gift-card','physical-and-virtual-gift-card.html',1,1,1,4,'0.2000',NULL),(175,9,'giftcard',NULL,'2009-04-24 17:55:36',NULL,1,NULL,1,0,'',NULL,NULL,NULL,NULL,NULL,'$200 Gift Card',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'$200 Physical Gift Card','gc_physical3',NULL,'/c/h/checkered_gc_1.gif','',NULL,NULL,NULL,NULL,'/c/h/checkered_gc_1.gif','','2009-04-26 11:32:19','200-gift-card','200-gift-card.html',1,1,1,4,'0.3000',NULL),(176,42,'simple','100.0000','2009-04-24 17:55:38',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Akio Bookcase',NULL,NULL,NULL,NULL,'249.9900',NULL,NULL,0,NULL,'Add extra shelves for storing and displaying. ','349838',NULL,'/a/k/akio_2_2_1.jpg','',NULL,NULL,NULL,2,'/a/k/akio_2_2_1.jpg','','2009-04-26 11:20:59','akio-bookcase','akio-bookcase.html',NULL,NULL,NULL,4,'82.5000',NULL),(177,45,'simple',NULL,'2009-04-24 17:55:39',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Butterfly Fish',NULL,NULL,NULL,NULL,'14.9900',NULL,NULL,0,NULL,'A beautiful shirt. ','2223',NULL,'/s/h/shirt_medium_3_1.jpg','',NULL,NULL,NULL,2,'/s/h/shirt_medium_3_1.jpg','','2009-04-26 11:19:26','butterfly-fish','butterfly-fish.html',NULL,NULL,NULL,4,'0.1000',NULL),(178,9,'simple',NULL,'2009-04-24 17:55:40',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Pink Faux Fur Jacket',NULL,NULL,NULL,NULL,'79.9900',NULL,NULL,0,NULL,'Get the Virtual Reality look with this stylish pink faux fur!','pink-faux-fur',NULL,'/1/_/1_2.jpg','',NULL,NULL,NULL,2,'/1/_/1_2.jpg','','2009-04-26 11:18:02','pink-faux-fur-jacket','pink-faux-fur-jacket.html',NULL,NULL,NULL,1,'1.0000',NULL),(179,9,'grouped',NULL,'2009-04-24 17:55:42',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Get This Look: Virtual Reality',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'This spring become a virtual reality goddess.','vir-real',NULL,'/i/S/iStock_000004287268Medium_1.jpg','',NULL,NULL,NULL,NULL,'/i/S/iStock_000004287268Medium_1.jpg','','2009-04-26 22:53:50','virtual-reality','virtual-reality.html',NULL,NULL,NULL,4,NULL,NULL),(180,9,'simple',NULL,'2009-04-24 17:55:43',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Pink Laced Leather Boots',NULL,NULL,NULL,NULL,'139.9900',NULL,NULL,0,NULL,'Finish up your Virtual Reality look with this 5\" heel boots.','pink-laced',NULL,'/1/_/1_b_2.jpg','',NULL,NULL,NULL,2,'/1/_/1_b_2.jpg','','2009-04-26 11:17:37','pink-laced-leather-boots','pink-laced-leather-boots.html',NULL,NULL,NULL,4,'3.0000',NULL),(181,9,'simple',NULL,'2009-04-24 17:55:44',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Vintage Black and White',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'Our black and white vintage is made from 100% silk. ','vin-bw',NULL,'/2/_/2_1_1.jpg','','2009-04-21 00:00:00','279.9900',NULL,2,'/2/_/2_1_1.jpg','','2009-04-26 23:17:25','vintage-black-and-white','vintage-black-and-white.html',NULL,NULL,NULL,4,'1.0000',NULL),(182,9,'simple',NULL,'2009-04-24 17:55:46',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Black Stilettos',NULL,NULL,NULL,NULL,'129.9900',NULL,NULL,0,NULL,'Finish up the Vintage look!','bl-stil',NULL,'/2/_/2_b_1.jpg','','2009-04-21 00:00:00','119.9900',NULL,2,'/2/_/2_b_1.jpg','','2009-04-26 10:50:06','black-stilettos','black-stilettos.html',NULL,NULL,NULL,4,'1.0000',NULL),(183,9,'grouped',NULL,'2009-04-24 17:55:47',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Get This Look: Timeless Vintage',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'This spring become a timeless vintage goddess.','timeless-vintage',NULL,'/i/S/iStock_000001867974Medium_1.jpg','',NULL,NULL,NULL,NULL,'/i/S/iStock_000001867974Medium_1.jpg','','2009-04-26 10:53:54','get-this-look-timeless-vintage','get-this-look-timeless-vintage.html',NULL,NULL,NULL,4,NULL,NULL),(184,9,'simple',NULL,'2009-04-24 17:55:48',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Black Cotton Jacket',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'One button blazer style cotton jacket','bl-cttn-jkt',NULL,'/3/_/3_3.jpg','',NULL,NULL,NULL,2,'/3/_/3_3.jpg','','2009-04-25 00:09:37','black-cotton-jacket','black-cotton-jacket.html',NULL,NULL,NULL,4,'2.0000',NULL),(185,9,'simple',NULL,'2009-04-24 17:55:50',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Black Leather Pants',NULL,NULL,NULL,NULL,'499.9900',NULL,NULL,0,NULL,'Our zipper-less black leather pants will keep you dancing till the morning!','bl-leather',NULL,'/3/_/3_b_2.jpg','',NULL,NULL,NULL,2,'/3/_/3_b_2.jpg','','2009-04-25 00:07:05','black-leather-pants','black-leather-pants.html',NULL,NULL,NULL,1,'4.0000',NULL),(186,9,'simple',NULL,'2009-04-24 17:55:51',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Black Plaform Shoes',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'5\" platform boots for your dancing pleasure','bl-platform',NULL,'/3/_/3_c_2.jpg','',NULL,NULL,NULL,2,'/3/_/3_c_2.jpg','','2009-04-25 00:01:52','black-plaform-shoes','black-plaform-shoes.html',NULL,NULL,NULL,1,'4.0000',NULL),(187,9,'grouped',NULL,'2009-04-24 17:55:53',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Get This Look: L.A. Cool',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'This spring become the goddess of the dance floor - become LA Cool.','gdl-lacool',NULL,'/i/S/iStock_000007595230Medium_1.jpg','',NULL,NULL,NULL,NULL,'/i/S/iStock_000007595230Medium_1.jpg','','2009-04-24 23:59:46','get-this-look-l-a-cool','get-this-look-l-a-cool.html',NULL,NULL,NULL,4,NULL,NULL),(188,9,'simple',NULL,'2009-04-24 17:55:54',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Classic Jeans',NULL,NULL,NULL,NULL,'99.9900',NULL,NULL,0,NULL,'Our best-selling classic style jeans sits straight through the seat, thigh and leg.','classic-jeans',NULL,'/i/S/iStock_000007086407XSmall_1.jpg','',NULL,NULL,NULL,2,'/i/S/iStock_000007086407XSmall_1.jpg','','2009-04-24 22:53:35','classic-jeans','classic-jeans.html',NULL,NULL,NULL,4,'3.0000',NULL),(189,9,'simple',NULL,'2009-04-24 17:55:56',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Sand Wash Jeans',NULL,NULL,NULL,NULL,'129.9900',NULL,NULL,0,NULL,'Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look.','sand-wash-jeans',NULL,'/i/S/iStock_000003948602XSmall_1_1.jpg','','2009-04-21 00:00:00','119.9900',NULL,2,'/i/S/iStock_000003948602XSmall_1_1.jpg','','2009-04-24 22:48:01','sand-wash-jeans','sand-wash-jeans.html',NULL,NULL,NULL,4,'3.0000',NULL),(190,9,'virtual',NULL,'2009-04-24 17:55:57',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'1 Year Membership',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'1 Year Membership to Magento Enterprise Demo.','1yr-membership',NULL,'/1/y/1year_member_1.jpg','',NULL,NULL,NULL,2,'/1/y/1year_member_1.jpg','','2009-05-07 04:09:08','1-year-membership','1-year-membership.html',NULL,NULL,NULL,4,NULL,NULL);
/*!40000 ALTER TABLE `catalog_product_flat_3` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_flat_4`
--
DROP TABLE IF EXISTS `catalog_product_flat_4`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_flat_4` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`type_id` varchar(32) NOT NULL DEFAULT 'simple',
`cost` decimal(12,4) DEFAULT NULL,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`email_template` varchar(255) DEFAULT NULL,
`enable_googlecheckout` tinyint(1) DEFAULT NULL,
`giftcard_amounts` decimal(12,4) DEFAULT NULL,
`giftcard_type` tinyint(3) unsigned DEFAULT NULL,
`has_options` smallint(6) NOT NULL DEFAULT '0',
`image_label` varchar(255) DEFAULT NULL,
`is_redeemable` int(11) DEFAULT NULL,
`lifetime` int(11) DEFAULT NULL,
`links_exist` int(11) DEFAULT NULL,
`links_purchased_separately` int(11) DEFAULT NULL,
`links_title` varchar(255) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`news_from_date` datetime DEFAULT NULL,
`news_to_date` datetime DEFAULT NULL,
`open_amount_max` decimal(12,4) DEFAULT NULL,
`open_amount_min` decimal(12,4) DEFAULT NULL,
`price` decimal(12,4) DEFAULT NULL,
`price_type` int(11) DEFAULT NULL,
`price_view` int(11) DEFAULT NULL,
`required_options` tinyint(3) unsigned NOT NULL DEFAULT '0',
`shipment_type` int(11) DEFAULT NULL,
`short_description` text,
`sku` varchar(64) DEFAULT NULL,
`sku_type` int(11) DEFAULT NULL,
`small_image` varchar(255) DEFAULT NULL,
`small_image_label` varchar(255) DEFAULT NULL,
`special_from_date` datetime DEFAULT NULL,
`special_price` decimal(12,4) DEFAULT NULL,
`special_to_date` datetime DEFAULT NULL,
`tax_class_id` int(11) DEFAULT NULL,
`thumbnail` varchar(255) DEFAULT NULL,
`thumbnail_label` varchar(255) DEFAULT NULL,
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`url_key` varchar(255) DEFAULT NULL,
`url_path` varchar(255) DEFAULT NULL,
`use_config_email_template` int(11) DEFAULT NULL,
`use_config_is_redeemable` int(11) DEFAULT NULL,
`use_config_lifetime` int(11) DEFAULT NULL,
`visibility` tinyint(3) unsigned DEFAULT NULL,
`weight` decimal(12,4) DEFAULT NULL,
`weight_type` int(11) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_TYPE_ID` (`type_id`),
KEY `IDX_ATRRIBUTE_SET` (`attribute_set_id`),
KEY `IDX_NAME` (`name`),
KEY `IDX_PRICE` (`price`),
CONSTRAINT `FK_CATALOG_PRODUCT_FLAT_4_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=183 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_flat_4`
--
LOCK TABLES `catalog_product_flat_4` WRITE;
/*!40000 ALTER TABLE `catalog_product_flat_4` DISABLE KEYS */;
INSERT INTO `catalog_product_flat_4` VALUES (16,38,'simple','20.0000','2007-08-23 13:03:05',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nokia 2610 Phone',NULL,NULL,NULL,NULL,'149.9900',NULL,NULL,0,NULL,'The words \"entry level\" no longer mean \"low-end,\" especially when it comes to the Nokia 2610. Offering advanced media and calling features without breaking the bank','n2610',NULL,'/n/o/nokia-2610-phone-2.jpg','',NULL,NULL,NULL,2,'/n/o/nokia-2610-phone-2.jpg','','2009-05-06 20:37:48','nokia-2610-phone','nokia-2610-phone.html',NULL,NULL,NULL,4,'3.2000',NULL),(17,38,'simple','29.9900','2007-08-23 15:40:26',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'BlackBerry 8100 Pearl',NULL,NULL,NULL,NULL,'349.9900',NULL,NULL,0,NULL,'The BlackBerry 8100 Pearl is a departure from the form factor of previous BlackBerry devices. This BlackBerry handset is far more phone-like, and RIM\'s engineers have managed to fit a QWERTY keyboard onto the handset\'s slim frame.','bb8100',NULL,'/b/l/blackberry-8100-pearl-2.jpg','',NULL,NULL,NULL,2,'/b/l/blackberry-8100-pearl-2.jpg','','2009-04-24 17:52:10','blackberry-8100-pearl','blackberry-8100-pearl.html',NULL,NULL,NULL,4,'15.2000',NULL),(18,38,'simple','29.9900','2007-08-23 15:47:44',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Sony Ericsson W810i',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here.','sw810i',NULL,'/s/o/sony-ericsson-w810i-2.jpg','',NULL,NULL,NULL,2,'/s/o/sony-ericsson-w810i-2.jpg','','2009-04-24 17:52:12','sony-ericsson-w810i','sony-ericsson-w810i.html',NULL,NULL,NULL,4,'13.6000',NULL),(19,38,'simple','29.9900','2007-08-23 15:55:29',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'AT&T 8525 PDA',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'Under the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera.','8525PDA',NULL,'/a/t/at-t-8525-pda-1.jpg','',NULL,NULL,NULL,2,'/a/t/at-t-8525-pda-1.jpg','','2009-04-24 17:52:16','atandt-8525-pda','atandt-8525-pda.html',NULL,NULL,NULL,4,'30.0000',NULL),(20,38,'simple','29.9900','2007-08-23 18:06:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Samsung MM-A900M Ace',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. ','MM-A900M',NULL,'/s/a/samsung-mm-a900m-ace.jpg','',NULL,NULL,NULL,2,'/s/a/samsung-mm-a900m-ace.jpg','','2009-04-24 17:52:17','samsung-mm-a900m-ace','samsung-mm-a900m-ace.html',NULL,NULL,NULL,4,'1.0000',NULL),(25,39,'simple','1299.9900','2007-08-24 14:28:50',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Apple MacBook Pro MA464LL/A 15.4\" Notebook PC',NULL,NULL,NULL,NULL,'2299.9900',NULL,NULL,0,NULL,'You\'ve seen improvements in notebook performance before - but never on this scale. The Intel Core Duo powering MacBook Pro is actually two processors built into a single chip.','MA464LL/A',NULL,'/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg','',NULL,NULL,NULL,2,'/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg','','2009-04-24 17:52:19','apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive','apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html',NULL,NULL,NULL,4,'10.6000',NULL),(26,39,'simple','999.9900','2007-08-24 14:35:16',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Acer Ferrari 3200 Notebook Computer PC',NULL,NULL,NULL,NULL,'1799.9900',NULL,NULL,0,NULL,'This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success','LX.FR206.001',NULL,'/a/c/acer-ferrari-3200-notebook-computer-pc.jpg','',NULL,NULL,NULL,2,'/a/c/acer-ferrari-3200-notebook-computer-pc.jpg','','2009-04-24 17:52:20','acer-ferrari-3200-notebook-computer-pc','acer-ferrari-3200-notebook-computer-pc.html',NULL,NULL,NULL,4,'11.4000',NULL),(27,39,'simple','899.9900','2007-08-24 14:41:56',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC',NULL,NULL,NULL,NULL,'2699.9900',NULL,NULL,0,NULL,'Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC.','VGN-TXN27N/B',NULL,'/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg','',NULL,NULL,NULL,2,'/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg','','2009-04-24 17:52:22','sony-vaio-vgn-txn27n-b-11-1-notebook-pc','sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html',NULL,NULL,NULL,4,'2.8000',NULL),(28,39,'simple','899.9900','2007-08-24 14:47:57',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Toshiba M285-E 14\"',NULL,NULL,NULL,NULL,'1599.9900',NULL,NULL,0,NULL,'Get the competitive edge with the Gateway M285-E. This widescreen Convertible Notebook functions as both a conventional notebook and a tablet.','M285-E',NULL,'/t/o/toshiba-m285-e-14.jpg','',NULL,NULL,NULL,2,'/t/o/toshiba-m285-e-14.jpg','','2009-04-24 17:52:23','toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium','toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html',NULL,NULL,NULL,4,'10.0000',NULL),(29,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_3',NULL,'/c/n/cn-clogs-beach-garden-clog-3.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-4.jpg','','2009-04-24 17:52:28','cn-clogs-beach-garden-clog-3','cn-clogs-beach-garden-clog-3.html',NULL,NULL,NULL,1,'1.0000',NULL),(30,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_8',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:29','asics-men-s-gel-kayano-xii-8','asics-men-s-gel-kayano-xii-8.html',NULL,NULL,NULL,1,'3.0000',NULL),(31,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_4',NULL,'/s/t/steven-by-steve-madden-pryme-pump-3.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-4.jpg','','2009-04-24 17:52:30','steven-by-steve-madden-pryme-pump-4','steven-by-steve-madden-pryme-pump-4.html',NULL,NULL,NULL,1,'2.0000',NULL),(32,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_3',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:32','nine-west-women-s-lucero-pump-3','nine-west-women-s-lucero-pump-3.html',NULL,NULL,NULL,1,'2.0000',NULL),(33,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_3',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-3.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-4.jpg','','2009-04-24 17:52:33','ecco-womens-golf-flexor-golf-shoe-3','ecco-womens-golf-flexor-golf-shoe-3.html',NULL,NULL,NULL,1,'4.0000',NULL),(34,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_8',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-3.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-4.jpg','','2009-04-24 17:52:35','kenneth-cole-new-york-men-s-con-verge-slip-on-8','kenneth-cole-new-york-men-s-con-verge-slip-on-8.html',NULL,NULL,NULL,1,'2.0000',NULL),(35,41,'simple','2.0000','2007-08-24 19:49:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem','coal_sm',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:36','coalesce-functioning-on-impatience-t-shirt-small','coalesce-functioning-on-impatience-t-shirt-small.html',NULL,NULL,NULL,1,'0.5000',NULL),(36,41,'simple','2.0000','2007-08-24 19:53:06',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,0,NULL,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink_sm',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:52:39','ink-eater-krylon-bombear-destroyed-tee-sm','ink-eater-krylon-bombear-destroyed-tee-sm.html',NULL,NULL,NULL,1,'0.5000',NULL),(37,41,'simple','2.0000','2007-08-24 19:59:39',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirst. ','oc_sm',NULL,'/t/h/the-only-children-paisley-t-shirt-2.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt-3.jpg','','2009-04-24 17:52:44','the-only-children-paisley-t-shirt-sm','the-only-children-paisley-t-shirt-sm.html',NULL,NULL,NULL,1,'0.4400',NULL),(38,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_r_sm',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-3.jpg','','2009-04-24 17:52:45','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html',NULL,NULL,NULL,1,'0.4400',NULL),(39,41,'simple','5.0000','2007-08-24 20:07:02',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Get Up Kids: Band Camp Pullover Hoodie',NULL,NULL,NULL,NULL,'30.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. ','4fasd5f5',NULL,'/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg','',NULL,NULL,NULL,2,'/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg','','2009-04-26 23:01:32','the-get-up-kids-band-camp-pullover-hoodie','the-get-up-kids-band-camp-pullover-hoodie.html',NULL,NULL,NULL,4,'1.7500',NULL),(41,42,'simple','100.0000','2007-08-27 10:43:59',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Akio Dresser',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'Our Akio dresser has a solid hardwood frame. ','384822',NULL,'/a/k/akio-dresser.jpg','',NULL,NULL,NULL,2,'/a/k/akio-dresser.jpg','','2009-04-24 17:52:48','akio-dresser','akio-dresser.html',NULL,NULL,NULL,4,'128.9700',NULL),(42,42,'simple','800.0000','2007-08-27 10:50:01',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Barcelona Bamboo Platform Bed',NULL,NULL,NULL,NULL,'2299.0000',NULL,NULL,0,NULL,'Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details.','bar1234',NULL,'/b/a/barcelona-bamboo-platform-bed.jpg','',NULL,NULL,NULL,2,'/b/a/barcelona-bamboo-platform-bed.jpg','','2009-04-24 17:52:50','barcelona-bamboo-platform-bed','barcelona-bamboo-platform-bed.html',NULL,NULL,NULL,4,'150.0000',NULL),(44,44,'simple','200.0000','2007-08-28 13:06:05',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Canon Digital Rebel XT 8MP Digital SLR Camera',NULL,NULL,NULL,NULL,'550.0000',NULL,NULL,0,NULL,' Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. ','Rebel XT',NULL,'/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg','',NULL,NULL,NULL,2,'/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg','','2009-05-07 10:54:05','canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black','canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black.html',NULL,NULL,NULL,4,'4.0000',NULL),(45,44,'simple','20.0000','2007-08-28 13:18:56',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,' Argus QC-2185 Quick Click 5MP Digital Camera',NULL,NULL,NULL,NULL,'37.4900',NULL,NULL,0,NULL,'The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet.','QC-2185',NULL,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg','',NULL,NULL,NULL,2,'/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg','','2009-05-07 11:05:23','argus-qc-2185-quick-click-5mp-digital-camera','argus-qc-2185-quick-click-5mp-digital-camera.html',NULL,NULL,NULL,4,'1.0000',NULL),(46,44,'simple','29.9900','2007-08-28 13:23:34',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,' Olympus Stylus 750 7.1MP Digital Camera',NULL,NULL,NULL,NULL,'161.9400',NULL,NULL,0,NULL,'A technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom.','750',NULL,'/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg','',NULL,NULL,NULL,2,'/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg','','2009-04-24 17:52:57','olympus-stylus-750-7-1mp-digital-camera','olympus-stylus-750-7-1mp-digital-camera.html',NULL,NULL,NULL,4,'2.0000',NULL),(47,44,'simple','29.9900','2007-08-28 13:27:14',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom',NULL,NULL,NULL,NULL,'329.9900',NULL,NULL,0,NULL,'Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes.','A630',NULL,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg','',NULL,NULL,NULL,2,'/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg','','2009-04-24 17:53:01','canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom','canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.html',NULL,NULL,NULL,4,'3.0000',NULL),(48,44,'simple','29.9900','2007-08-28 13:32:20',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kodak EasyShare C530 5MP Digital Camera',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features','C530',NULL,'/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg','',NULL,NULL,NULL,2,'/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg','','2009-04-24 17:53:03','kodak-easyshare-c530-5mp-digital-camera','kodak-easyshare-c530-5mp-digital-camera.html',NULL,NULL,NULL,4,'2.0000',NULL),(49,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_9',NULL,'/a/n/anashria-womens-premier-leather-sandal-3.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-4.jpg','','2009-04-24 17:53:04','anashria-womens-premier-leather-sandal-9','anashria-womens-premier-leather-sandal-9.html',NULL,NULL,NULL,1,'2.0000',NULL),(51,42,'simple','50.0000','2007-08-28 16:25:46',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ottoman',NULL,NULL,NULL,NULL,'299.9900',NULL,NULL,0,NULL,'With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery.','1111',NULL,'/o/t/ottoman.jpg','',NULL,NULL,NULL,2,'/o/t/ottoman.jpg','','2009-04-24 17:53:06','ottoman','ottoman.html',NULL,NULL,NULL,4,'20.0000',NULL),(52,42,'simple','50.0000','2007-08-28 16:29:24',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Chair',NULL,NULL,NULL,NULL,'129.9900',NULL,NULL,0,NULL,'Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber.','1112',NULL,'/c/h/chair.jpg','',NULL,NULL,NULL,2,'/c/h/chair.jpg','','2009-04-24 17:53:07','chair','chair.html',NULL,NULL,NULL,4,'50.0000',NULL),(53,42,'simple','200.0000','2007-08-28 16:32:24',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Couch',NULL,NULL,NULL,NULL,'599.9900',NULL,NULL,0,NULL,'For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!','1113',NULL,'/c/o/couch.jpg','',NULL,NULL,NULL,2,'/c/o/couch.jpg','','2009-04-24 17:53:08','couch','couch.html',NULL,NULL,NULL,4,'200.0000',NULL),(54,42,'grouped','300.0000','2007-08-28 16:38:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Magento Red Furniture Set',NULL,NULL,NULL,NULL,'699.9900',NULL,NULL,0,NULL,'Love red? You\'ll love these pieces of handmade modern furniture!','1114',NULL,'/m/a/magento-red-furniture-set.jpg','',NULL,NULL,NULL,2,'/m/a/magento-red-furniture-set.jpg','','2009-04-24 17:53:10','magento-red-furniture-set','magento-red-furniture-set.html',NULL,NULL,NULL,4,'500.0000',NULL),(74,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_3',NULL,'/a/n/anashria-womens-premier-leather-sandal.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal.jpg','','2009-04-24 17:53:11','anashria-womens-premier-leather-sandal-3','anashria-womens-premier-leather-sandal-3.html',NULL,NULL,NULL,1,'2.0000',NULL),(75,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_4',NULL,'/a/n/anashria-womens-premier-leather-sandal-3.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-4.jpg','','2009-04-24 17:53:13','anashria-womens-premier-leather-sandal-4','anashria-womens-premier-leather-sandal-4.html',NULL,NULL,NULL,1,'2.0000',NULL),(79,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_5',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:14','anashria-womens-premier-leather-sandal-5','anashria-womens-premier-leather-sandal-5.html',NULL,NULL,NULL,1,'2.0000',NULL),(80,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_6',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:15','anashria-womens-premier-leather-sandal-6','anashria-womens-premier-leather-sandal-6.html',NULL,NULL,NULL,1,'2.0000',NULL),(81,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_7',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:17','anashria-womens-premier-leather-sandal-7','anashria-womens-premier-leather-sandal-7.html',NULL,NULL,NULL,1,'2.0000',NULL),(82,40,'simple','10.0000','2007-08-28 15:09:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,0,NULL,'Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.','ana_8',NULL,'/a/n/anashria-womens-premier-leather-sandal-1.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal-2.jpg','','2009-04-24 17:53:18','anashria-womens-premier-leather-sandal-8','anashria-womens-premier-leather-sandal-8.html',NULL,NULL,NULL,1,'2.0000',NULL),(83,40,'configurable','2.0000','2007-08-29 10:32:52',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,1,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn',NULL,'/c/n/cn-clogs-beach-garden-clog.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog.jpg','','2009-04-24 17:53:20','cn-clogs-beach-garden-clog','cn-clogs-beach-garden-clog.html',NULL,NULL,NULL,4,'1.0000',NULL),(84,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_4',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:21','cn-clogs-beach-garden-clog-4','cn-clogs-beach-garden-clog-4.html',NULL,NULL,NULL,1,'1.0000',NULL),(85,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_5',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:23','cn-clogs-beach-garden-clog-5','cn-clogs-beach-garden-clog-5.html',NULL,NULL,NULL,1,'1.0000',NULL),(86,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_6',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:24','cn-clogs-beach-garden-clog-6','cn-clogs-beach-garden-clog-6.html',NULL,NULL,NULL,1,'1.0000',NULL),(87,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_7',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:26','cn-clogs-beach-garden-clog-7','cn-clogs-beach-garden-clog-7.html',NULL,NULL,NULL,1,'1.0000',NULL),(88,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m8',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:27','cn-clogs-beach-garden-clog-8','cn-clogs-beach-garden-clog-8.html',NULL,NULL,NULL,1,'1.0000',NULL),(89,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m9',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:28','cn-clogs-beach-garden-clog-9','cn-clogs-beach-garden-clog-9.html',NULL,NULL,NULL,1,'1.0000',NULL),(90,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m10',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:30','cn-clogs-beach-garden-clog-10','cn-clogs-beach-garden-clog-10.html',NULL,NULL,NULL,1,'1.0000',NULL),(91,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m11',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:32','cn-clogs-beach-garden-clog-11','cn-clogs-beach-garden-clog-11.html',NULL,NULL,NULL,1,'1.0000',NULL),(92,40,'simple','1.0000','2007-08-24 18:53:19',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'CN Clogs Beach/Garden Clog',NULL,NULL,NULL,NULL,'15.9900',NULL,NULL,0,NULL,'Comfortable and fun to wear these clogs are the latest trend in fashion footwear','cn_m12',NULL,'/c/n/cn-clogs-beach-garden-clog-1.jpg','',NULL,NULL,NULL,2,'/c/n/cn-clogs-beach-garden-clog-2.jpg','','2009-04-24 17:53:33','cn-clogs-beach-garden-clog-12','cn-clogs-beach-garden-clog-12.html',NULL,NULL,NULL,1,'1.0000',NULL),(93,40,'configurable','29.9900','2007-08-29 11:46:47',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,1,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. ','asc',NULL,'/a/s/asics-men-s-gel-kayano-xii-2.jpg','',NULL,NULL,NULL,2,'/a/s/asics-men-s-gel-kayano-xii-2.jpg','','2009-04-24 17:53:34','asics-men-s-gel-kayano-xii','asics-men-s-gel-kayano-xii.html',NULL,NULL,NULL,4,'3.0000',NULL),(94,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_9',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:36','asics-men-s-gel-kayano-xii-9','asics-men-s-gel-kayano-xii-9.html',NULL,NULL,NULL,1,'3.0000',NULL),(95,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_10',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:38','asics-men-s-gel-kayano-xii-10','asics-men-s-gel-kayano-xii-10.html',NULL,NULL,NULL,1,'3.0000',NULL),(96,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_11',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:39','asics-men-s-gel-kayano-xii-11','asics-men-s-gel-kayano-xii-11.html',NULL,NULL,NULL,1,'3.0000',NULL),(97,40,'simple','29.9900','2007-08-24 19:00:49',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ASICS® Men\'s GEL-Kayano® XII',NULL,NULL,NULL,NULL,'134.9900',NULL,NULL,0,NULL,'The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. ','asc_12',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:40','asics-men-s-gel-kayano-xii-12','asics-men-s-gel-kayano-xii-12.html',NULL,NULL,NULL,1,'3.0000',NULL),(98,40,'configurable','29.9900','2007-08-29 12:09:17',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,1,NULL,'Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe.','ken',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg','','2009-04-24 17:53:42','kenneth-cole-new-york-men-s-con-verge-slip-on','kenneth-cole-new-york-men-s-con-verge-slip-on.html',NULL,NULL,NULL,4,'2.0000',NULL),(99,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_9',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:43','kenneth-cole-new-york-men-s-con-verge-slip-on-9','kenneth-cole-new-york-men-s-con-verge-slip-on-9.html',NULL,NULL,NULL,1,'2.0000',NULL),(100,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_10',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:45','kenneth-cole-new-york-men-s-con-verge-slip-on-10','kenneth-cole-new-york-men-s-con-verge-slip-on-10.html',NULL,NULL,NULL,1,'2.0000',NULL),(101,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_11',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:46','kenneth-cole-new-york-men-s-con-verge-slip-on-11','kenneth-cole-new-york-men-s-con-verge-slip-on-11.html',NULL,NULL,NULL,1,'2.0000',NULL),(102,40,'simple','29.9900','2007-08-24 19:27:04',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Kenneth Cole New York Men\'s Con-verge Slip-on',NULL,NULL,NULL,NULL,'160.9900',NULL,NULL,0,NULL,'High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue','ken_12',NULL,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg','',NULL,NULL,NULL,2,'/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg','','2009-04-24 17:53:47','kenneth-cole-new-york-men-s-con-verge-slip-on-12','kenneth-cole-new-york-men-s-con-verge-slip-on-12.html',NULL,NULL,NULL,1,'2.0000',NULL),(103,40,'configurable','29.9900','2007-08-29 12:29:46',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,1,NULL,' This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve',NULL,'/s/t/steven-by-steve-madden-pryme-pump.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump.jpg','','2009-04-24 17:53:49','steven-by-steve-madden-pryme-pump','steven-by-steve-madden-pryme-pump.html',NULL,NULL,NULL,4,'2.0000',NULL),(104,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_5',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:51','steven-by-steve-madden-pryme-pump-5','steven-by-steve-madden-pryme-pump-5.html',NULL,NULL,NULL,1,'2.0000',NULL),(105,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_6',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:52','steven-by-steve-madden-pryme-pump-6','steven-by-steve-madden-pryme-pump-6.html',NULL,NULL,NULL,1,'2.0000',NULL),(106,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_7',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:54','steven-by-steve-madden-pryme-pump-7','steven-by-steve-madden-pryme-pump-7.html',NULL,NULL,NULL,1,'2.0000',NULL),(107,40,'simple','29.9900','2007-08-24 19:05:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Steven by Steve Madden Pryme Pump',NULL,NULL,NULL,NULL,'69.9900',NULL,NULL,0,NULL,'Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe','steve_8',NULL,'/s/t/steven-by-steve-madden-pryme-pump-1.jpg','',NULL,NULL,NULL,2,'/s/t/steven-by-steve-madden-pryme-pump-2.jpg','','2009-04-24 17:53:55','steven-by-steve-madden-pryme-pump-8','steven-by-steve-madden-pryme-pump-8.html',NULL,NULL,NULL,1,'2.0000',NULL),(108,40,'configurable','29.9900','2007-08-29 12:52:39',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,1,NULL,'This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine',NULL,'/n/i/nine-west-women-s-lucero-pump.jpg','',NULL,NULL,NULL,2,'/n/i/nine-west-women-s-lucero-pump.jpg','','2009-04-24 17:53:56','nine-west-women-s-lucero-pump','nine-west-women-s-lucero-pump.html',NULL,NULL,NULL,4,'2.0000',NULL),(109,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_4',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:58','nine-west-women-s-lucero-pump-4','nine-west-women-s-lucero-pump-4.html',NULL,NULL,NULL,1,'2.0000',NULL),(110,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_5',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:53:59','nine-west-women-s-lucero-pump-5','nine-west-women-s-lucero-pump-5.html',NULL,NULL,NULL,1,'2.0000',NULL),(111,40,'simple','29.9900','2007-08-24 19:12:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Nine West Women\'s Lucero Pump',NULL,NULL,NULL,NULL,'89.9900',NULL,NULL,0,NULL,'The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp','nine_6',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:54:01','nine-west-women-s-lucero-pump-6','nine-west-women-s-lucero-pump-6.html',NULL,NULL,NULL,1,'2.0000',NULL),(112,40,'configurable','29.9900','2007-08-29 13:17:43',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,1,NULL,'With a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe.jpg','','2009-04-24 17:54:02','ecco-womens-golf-flexor-golf-shoe','ecco-womens-golf-flexor-golf-shoe.html',NULL,NULL,NULL,4,'4.0000',NULL),(113,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_4',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg','','2009-04-24 17:54:04','ecco-womens-golf-flexor-golf-shoe-4','ecco-womens-golf-flexor-golf-shoe-4.html',NULL,NULL,NULL,1,'4.0000',NULL),(114,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_5',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg','','2009-04-24 17:54:05','ecco-womens-golf-flexor-golf-shoe-5','ecco-womens-golf-flexor-golf-shoe-5.html',NULL,NULL,NULL,1,'4.0000',NULL),(115,40,'simple','29.9900','2007-08-24 19:21:42',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'ECCO Womens Golf Flexor Golf Shoe',NULL,NULL,NULL,NULL,'159.9900',NULL,NULL,0,NULL,'Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.','ecco_6',NULL,'/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg','',NULL,NULL,NULL,2,'/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg','','2009-04-24 17:54:06','ecco-womens-golf-flexor-golf-shoe-6','ecco-womens-golf-flexor-golf-shoe-6.html',NULL,NULL,NULL,1,'4.0000',NULL),(117,41,'simple','2.0000','2007-08-24 19:49:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem','coal_md',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:54:08','coalesce-functioning-on-impatience-t-shirt-medium','coalesce-functioning-on-impatience-t-shirt-medium.html',NULL,NULL,NULL,1,'0.5000',NULL),(118,41,'simple','2.0000','2007-08-24 19:49:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'# 6.1 oz. 100% preshrunk heavyweight cotton \r\n# Shoulder-to-shoulder taping\r\n# Double-needle sleeves and bottom hem','coal_lrg',NULL,'no_selection','',NULL,NULL,NULL,2,'no_selection','','2009-04-24 17:54:09','coalesce-functioning-on-impatience-t-shirt-large','coalesce-functioning-on-impatience-t-shirt-large.html',NULL,NULL,NULL,1,'0.5000',NULL),(119,41,'configurable','2.0000','2007-08-29 15:00:05',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Coalesce: Functioning On Impatience T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,1,NULL,'\r\n\r\n\r\n- 6.1 oz. 100% preshrunk heavyweight cotton
\r\n- Shoulder-to-shoulder taping
\r\n- Double-needle sleeves and bottom hem
\r\n
','coal_1',NULL,'/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg','','2009-04-24 17:54:11','coalesce-functioning-on-impatience-t-shirt','coalesce-functioning-on-impatience-t-shirt.html',NULL,NULL,NULL,4,'0.5000',NULL),(120,41,'configurable','2.0000','2007-08-29 15:06:16',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,1,NULL,'Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink',NULL,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg','',NULL,NULL,NULL,2,'/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg','','2009-04-24 17:54:12','ink-eater-krylon-bombear-destroyed-tee','ink-eater-krylon-bombear-destroyed-tee.html',NULL,NULL,NULL,4,'0.5000',NULL),(121,41,'simple','2.0000','2007-08-24 19:53:06',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,0,NULL,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink_med',NULL,'/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg','',NULL,NULL,NULL,2,'/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg','','2009-04-24 17:54:14','ink-eater-krylon-bombear-destroyed-tee-med','ink-eater-krylon-bombear-destroyed-tee-med.html',NULL,NULL,NULL,1,'0.5000',NULL),(122,41,'simple','2.0000','2007-08-24 19:53:06',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Ink Eater: Krylon Bombear Destroyed Tee',NULL,NULL,NULL,NULL,'22.0000',NULL,NULL,0,NULL,'We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!','ink_lrg',NULL,'/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg','',NULL,NULL,NULL,2,'/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg','','2009-04-24 17:54:15','ink-eater-krylon-bombear-destroyed-tee-lrg','ink-eater-krylon-bombear-destroyed-tee-lrg.html',NULL,NULL,NULL,1,'0.5000',NULL),(123,41,'configurable','2.0000','2007-08-29 15:14:29',NULL,0,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'100.0000',NULL,NULL,1,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirt. ','oc',NULL,'/t/h/the-only-children-paisley-t-shirt.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt.jpg','','2009-04-26 23:00:16','the-only-children-paisley-t-shirt','the-only-children-paisley-t-shirt.html',NULL,NULL,NULL,4,'0.4400',NULL),(124,41,'simple','2.0000','2007-08-24 19:59:39',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirst. ','oc_med',NULL,'/t/h/the-only-children-paisley-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt-2.jpg','','2009-04-24 17:54:18','the-only-children-paisley-t-shirt-med','the-only-children-paisley-t-shirt-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(125,41,'simple','2.0000','2007-08-24 19:59:39',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'The Only Children: Paisley T-Shirt',NULL,NULL,NULL,NULL,'15.0000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California cotton T shirst. ','oc_lrg',NULL,'/t/h/the-only-children-paisley-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/t/h/the-only-children-paisley-t-shirt-2.jpg','','2009-04-24 17:54:20','the-only-children-paisley-t-shirt-lrg','the-only-children-paisley-t-shirt-lrg.html',NULL,NULL,NULL,1,'0.4400',NULL),(126,41,'configurable','2.0000','2007-08-29 15:31:56',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,1,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg','','2009-04-24 17:54:21','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html',NULL,NULL,NULL,4,'0.4400',NULL),(127,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_g_sm',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:23','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html',NULL,NULL,NULL,1,'0.4400',NULL),(128,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_r_med',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:25','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(129,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_g_med',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:26','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(130,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_r_lrg',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:27','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html',NULL,NULL,NULL,1,'0.4400',NULL),(131,41,'simple','2.0000','2007-08-24 20:02:08',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_g_lrg',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-24 17:54:29','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html',NULL,NULL,NULL,1,'0.4400',NULL),(132,9,'simple',NULL,'2007-08-29 19:53:55',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'SLR Camera Tripod',NULL,NULL,NULL,NULL,'99.0000',NULL,NULL,0,NULL,'Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers.','ac674',NULL,'/s/l/slr-camera-tripod.jpg','',NULL,NULL,NULL,2,'/s/l/slr-camera-tripod.jpg','','2009-04-24 17:54:30','slr-camera-tripod','slr-camera-tripod.html',NULL,NULL,NULL,4,'42.0000',NULL),(133,9,'simple',NULL,'2007-08-29 19:56:27',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Universal Camera Case',NULL,NULL,NULL,NULL,'34.0000',NULL,NULL,0,NULL,'A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time.','ac9003',NULL,'/u/n/universal-camera-case-1.jpg','',NULL,NULL,NULL,2,'/u/n/universal-camera-case-2.jpg','','2009-04-24 17:54:32','universal-camera-case','universal-camera-case.html',NULL,NULL,NULL,4,NULL,NULL),(134,9,'simple',NULL,'2007-08-29 19:59:29',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Universal Camera Charger',NULL,NULL,NULL,NULL,'19.0000',NULL,NULL,0,NULL,'Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator.','ac-66332',NULL,'/u/n/universal-camera-charger.jpg','',NULL,NULL,NULL,2,'/u/n/universal-camera-charger.jpg','','2009-04-24 17:54:33','universal-camera-charger','universal-camera-charger.html',NULL,NULL,NULL,4,'5.0000',NULL),(135,40,'configurable','10.0000','2007-08-30 11:22:53',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Anashria Womens Premier Leather Sandal',NULL,NULL,NULL,NULL,'41.9500',NULL,NULL,1,NULL,'Buckle embellished contrasting straps adorn both the heel and canvas covered wedge of this t-strap sandal to make it a truly unique addition to your wardrobe','ana',NULL,'/a/n/anashria-womens-premier-leather-sandal.jpg','',NULL,NULL,NULL,2,'/a/n/anashria-womens-premier-leather-sandal.jpg','','2009-04-24 17:54:34','anashria-womens-premier-leather-sandal','anashria-womens-premier-leather-sandal.html',NULL,NULL,NULL,4,'2.0000',NULL),(137,41,'simple','2.0000','2007-10-04 07:46:58',NULL,0,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Zolof The Rock And Roll Destroyer: LOL Cat T-shirt',NULL,NULL,NULL,NULL,'13.5000',NULL,NULL,0,NULL,'Printed on American Apparel Classic style 5495 California t-shirts. ','zol_b_med',NULL,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg','',NULL,NULL,NULL,2,'/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg','','2009-04-26 17:21:37','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html',NULL,NULL,NULL,1,'0.4400',NULL),(138,9,'simple',NULL,'2008-07-25 00:52:03',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default)',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market.','apevia-black',NULL,'/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg','',NULL,NULL,NULL,1,'/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg','','2009-04-24 17:54:37','apevia-black-x-cruiser-case-atx-mid-tower-case','apevia-black-x-cruiser-case-atx-mid-tower-case.html',NULL,NULL,NULL,4,'10.0000',NULL),(139,9,'simple',NULL,'2008-07-25 00:54:41',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default)',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.','nzxtlexa',NULL,'/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg','',NULL,NULL,NULL,1,'/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg','','2009-04-24 17:54:39','nzxt-lexa-silver-aluminum-atx-mid-tower-case','nzxt-lexa-silver-aluminum-atx-mid-tower-case.html',NULL,NULL,NULL,4,'10.0000',NULL),(140,58,'simple',NULL,'2008-07-25 00:59:55',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Crucial 2GB PC4200 DDR2 533MHz Memory',NULL,NULL,NULL,NULL,'199.9900',NULL,NULL,0,NULL,'Crucial 2GB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ','2gbdimm',NULL,'/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg','',NULL,NULL,NULL,1,'/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg','','2009-04-24 17:54:40','crucial-2gb-pc4200-ddr2-533mhz-memory','crucial-2gb-pc4200-ddr2-533mhz-memory.html',NULL,NULL,NULL,4,'1.0000',NULL),(141,58,'simple',NULL,'2008-07-25 01:02:21',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Crucial 1GB PC4200 DDR2 533MHz Memory',NULL,NULL,NULL,NULL,'150.9900',NULL,NULL,0,NULL,'Crucial 1024MB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ','1gbdimm',NULL,'/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg','',NULL,NULL,NULL,1,'/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg','','2009-04-24 17:54:42','crucial-1gb-pc4200-ddr2-533mhz-memory','crucial-1gb-pc4200-ddr2-533mhz-memory.html',NULL,NULL,NULL,4,'1.0000',NULL),(142,59,'virtual',NULL,'2008-07-25 01:02:54',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'One Year Extended Warranty - Parts and Labor',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'1 Year Extended Warranty - Parts and Labor','1yr_p_l',NULL,'no_selection','',NULL,NULL,NULL,0,'no_selection','','2009-04-24 17:54:43','1-year-extended-warranty-parts-and-labor','1-year-extended-warranty-parts-and-labor.html',NULL,NULL,NULL,1,NULL,NULL),(143,58,'simple',NULL,'2008-07-25 01:05:00',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Crucial 512MB PC4200 DDR2 533MHz Memory',NULL,NULL,NULL,NULL,'99.9900',NULL,NULL,0,NULL,'Crucial 512MB PC4200 DDR2 533MHz Memory\r\nCrucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.\r\n\r\nEvery single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ','512dimm',NULL,'/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg','',NULL,NULL,NULL,1,'/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg','','2009-04-24 17:54:44','crucial-512mb-pc4200-ddr2-533mhz-memory','crucial-512mb-pc4200-ddr2-533mhz-memory.html',NULL,NULL,NULL,4,'1.0000',NULL),(144,59,'virtual',NULL,'2008-07-25 01:06:02',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Two Year Extended Warranty - Parts and Labor',NULL,NULL,NULL,NULL,'250.0000',NULL,NULL,0,NULL,'2 Year Extended Warranty - Parts and Labor','2yr_p_l',NULL,'no_selection','',NULL,NULL,NULL,0,'no_selection','','2009-04-24 17:54:46','1-year-extended-warranty-parts-and-labor','1-year-extended-warranty-parts-and-labor-1.html',NULL,NULL,NULL,1,NULL,NULL),(145,60,'simple',NULL,'2008-07-25 01:07:37',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'AMD Phenom X4 9850 Black Ed. 2.50GHz Retail',NULL,NULL,NULL,NULL,'335.9900',NULL,NULL,0,NULL,'Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor.','amdphenom',NULL,'/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg','',NULL,NULL,NULL,1,'/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg','','2009-04-24 17:54:47','amd-phenom-x4-9850-black-ed-2-50ghz-retail','amd-phenom-x4-9850-black-ed-2-50ghz-retail.html',NULL,NULL,NULL,4,'1.0000',NULL),(146,59,'virtual',NULL,'2008-07-25 01:07:50',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Three Year Extended Warranty - Parts and Labor',NULL,NULL,NULL,NULL,'325.0000',NULL,NULL,0,NULL,'3 Year Extended Warranty - Parts and Labor','3yr_p_l',NULL,'no_selection','',NULL,NULL,NULL,0,'no_selection','','2009-04-24 17:54:48','1-year-extended-warranty-parts-and-labor','1-year-extended-warranty-parts-and-labor-2.html',NULL,NULL,NULL,1,NULL,NULL),(147,61,'simple',NULL,'2008-07-25 01:10:17',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'22\" Syncmaster LCD Monitor',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready.','226bw',NULL,'/2/2/22-syncmaster-lcd-monitor.jpg','',NULL,NULL,NULL,0,'/2/2/22-syncmaster-lcd-monitor.jpg','','2009-04-24 17:54:50','22-syncmaster-lcd-monitor','22-syncmaster-lcd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(148,60,'simple',NULL,'2008-07-25 01:10:21',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'AMD A64 X2 3800+ 2.0GHz OEM',NULL,NULL,NULL,NULL,'98.9900',NULL,NULL,0,NULL,'AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor','amda64',NULL,'/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg','',NULL,NULL,NULL,1,'/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg','','2009-04-24 17:54:51','amd-a64-x2-3800-2-0ghz-oem','amd-a64-x2-3800-2-0ghz-oem.html',NULL,NULL,NULL,4,'1.0000',NULL),(149,62,'simple',NULL,'2008-07-25 01:12:44',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Western Digital - 1TB HD - 7200RPM',NULL,NULL,NULL,NULL,'399.0000',NULL,NULL,0,NULL,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','1tb7200',NULL,'/w/e/western-digital-1tb-hd-7200rpm.jpg','',NULL,NULL,NULL,1,'/w/e/western-digital-1tb-hd-7200rpm.jpg','','2009-04-24 17:54:53','1tb-7200rpm','1tb-7200rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(150,62,'simple',NULL,'2008-07-25 01:12:44',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Western Digital 500GB HD - 7200RPM',NULL,NULL,NULL,NULL,'299.0000',NULL,NULL,0,NULL,'500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','500gb7200',NULL,'/w/e/western-digital-500gb-hd-7200rpm.jpg','',NULL,NULL,NULL,1,'/w/e/western-digital-500gb-hd-7200rpm.jpg','','2009-04-24 17:54:54','500gb-7200rpm','500gb-7200rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(151,60,'simple',NULL,'2008-07-25 01:13:21',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Intel C2D E8400 3.0GHz Retail',NULL,NULL,NULL,NULL,'98.9900',NULL,NULL,0,NULL,'Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors.','intelc2d',NULL,'/i/n/intel-c2d-e8400-3-0ghz-retail.jpg','',NULL,NULL,NULL,1,'/i/n/intel-c2d-e8400-3-0ghz-retail.jpg','','2009-04-24 17:54:55','intel-c2d-e8400-3-0ghz-retail','intel-c2d-e8400-3-0ghz-retail.html',NULL,NULL,NULL,4,'1.0000',NULL),(152,61,'simple',NULL,'2008-07-25 01:14:11',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'24\" Widescreen Flat-Panel LCD Monitor',NULL,NULL,NULL,NULL,'699.9900',NULL,NULL,0,NULL,'5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs','W2452T-TF',NULL,'/2/4/24-widescreen-flat-panel-lcd-monitor.jpg','',NULL,NULL,NULL,1,'/2/4/24-widescreen-flat-panel-lcd-monitor.jpg','','2009-04-24 17:54:57','24-widescreen-flat-panel-lcd-monitor','24-widescreen-flat-panel-lcd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(153,60,'simple',NULL,'2008-07-25 01:15:29',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Intel Core 2 Extreme QX9775 3.20GHz Retail',NULL,NULL,NULL,NULL,'2049.9900',NULL,NULL,0,NULL,'Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor','intelcore2extreme',NULL,'/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg','',NULL,NULL,NULL,1,'/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg','','2009-04-24 17:54:58','intel-core-2-extreme-qx9775-3-20ghz-retail','intel-core-2-extreme-qx9775-3-20ghz-retail.html',NULL,NULL,NULL,4,'1.0000',NULL),(154,62,'simple',NULL,'2008-07-25 01:16:03',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Seagate 500GB HD - 5400RPM',NULL,NULL,NULL,NULL,'299.0000',NULL,NULL,0,NULL,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','500gb5400',NULL,'/s/e/seagate-500gb-hd-5400rpm.jpg','',NULL,NULL,NULL,1,'/s/e/seagate-500gb-hd-5400rpm.jpg','','2009-04-24 17:55:03','500gb-5400rpm','500gb-5400rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(155,62,'simple',NULL,'2008-07-25 01:16:03',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Seagate 250GB HD - 5400RPM',NULL,NULL,NULL,NULL,'99.0000',NULL,NULL,0,NULL,'1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache','250gb5400',NULL,'/s/e/seagate-250gb-hd-5400rpm.jpg','',NULL,NULL,NULL,1,'/s/e/seagate-250gb-hd-5400rpm.jpg','','2009-04-24 17:55:04','250gb-5400rpm','250gb-5400rpm.html',NULL,NULL,NULL,4,'1.0000',NULL),(156,61,'simple',NULL,'2008-07-25 01:16:51',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'19\" Widescreen Flat-Panel LCD Monitor',NULL,NULL,NULL,NULL,'399.9900',NULL,NULL,0,NULL,'2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs','W1952TQ-TF',NULL,'/1/9/19-widescreen-flat-panel-lcd-monitor.jpg','',NULL,NULL,NULL,0,'/1/9/19-widescreen-flat-panel-lcd-monitor.jpg','','2009-04-24 17:55:06','19-widescreen-flat-panel-lcd-monitor','19-widescreen-flat-panel-lcd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(157,61,'simple',NULL,'2008-07-25 01:19:30',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'30\" Flat-Panel TFT-LCD Cinema HD Monitor',NULL,NULL,NULL,NULL,'699.9900',NULL,NULL,0,NULL,'Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency.','M9179LL',NULL,'/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg','',NULL,NULL,NULL,0,'/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg','','2009-04-24 17:55:07','30-flat-panel-tft-lcd-cinema-hd-monitor','30-flat-panel-tft-lcd-cinema-hd-monitor.html',NULL,NULL,NULL,4,'1.0000',NULL),(158,39,'bundle',NULL,'2008-07-25 01:21:23',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Sony VAIO 11.1\" Notebook PC',NULL,NULL,NULL,NULL,NULL,0,1,1,0,'Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected.\r\n\r\n','VGN-TXN27N/BW',NULL,'/s/o/sony-vaio-11-1-notebook-pc.jpg','',NULL,NULL,NULL,2,'/s/o/sony-vaio-11-1-notebook-pc.jpg','','2009-04-24 17:55:09','sony-vaio-vgn-txn27n-b-11-1-notebook-pc','sony-vaio-vgn-txn27n-b-11-1-notebook-pc-1.html',NULL,NULL,NULL,4,NULL,0),(159,9,'simple',NULL,'2008-07-25 01:22:14',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Microsoft Natural Ergonomic Keyboard 4000',NULL,NULL,NULL,NULL,'99.9900',NULL,NULL,0,NULL,'The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard.','microsoftnatural',NULL,'/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg','',NULL,NULL,NULL,0,'/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg','','2009-04-24 17:55:10','microsoft-natural-ergonomic-keyboard-4000','microsoft-natural-ergonomic-keyboard-4000.html',NULL,NULL,NULL,4,'1.0000',NULL),(160,9,'simple',NULL,'2008-07-25 01:24:15',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Logitech Cordless Optical Trackman',NULL,NULL,NULL,NULL,'79.9900',NULL,NULL,0,NULL,'Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter.','logitechcord',NULL,'/l/o/logitech-cordless-optical-trackman.jpg','',NULL,NULL,NULL,1,'/l/o/logitech-cordless-optical-trackman.jpg','','2009-04-24 17:55:11','microsoft-wireless-optical-mouse-5000','microsoft-wireless-optical-mouse-5000.html',NULL,NULL,NULL,4,'1.0000',NULL),(161,9,'simple',NULL,'2008-07-25 01:25:09',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Logitech diNovo Edge Keyboard',NULL,NULL,NULL,NULL,'239.9900',NULL,NULL,0,NULL,'PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered.','logidinovo',NULL,'/l/o/logitech-dinovo-edge-keyboard.jpg','',NULL,NULL,NULL,0,'/l/o/logitech-dinovo-edge-keyboard.jpg','','2009-04-24 17:55:13','logitech-dinovo-edge-keyboard','logitech-dinovo-edge-keyboard.html',NULL,NULL,NULL,4,'1.0000',NULL),(162,9,'simple',NULL,'2008-07-25 01:25:11',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Microsoft Wireless Optical Mouse 5000',NULL,NULL,NULL,NULL,'59.9900',NULL,NULL,0,NULL,'Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse.','micronmouse5000',NULL,'/m/i/microsoft-wireless-optical-mouse-5000.jpg','',NULL,NULL,NULL,1,'/m/i/microsoft-wireless-optical-mouse-5000.jpg','','2009-04-24 17:55:14','microsoft-wireless-optical-mouse-5000','microsoft-wireless-optical-mouse-5000-162.html',NULL,NULL,NULL,4,'1.0000',NULL),(163,9,'bundle',NULL,'2008-07-25 01:34:24',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Computer',NULL,NULL,NULL,NULL,NULL,0,0,1,0,'Make a computer','computer',NULL,'/c/o/computer.jpg','',NULL,NULL,NULL,1,'/c/o/computer.jpg','','2009-04-24 17:55:16','computer','computer.html',NULL,NULL,NULL,4,NULL,0),(164,9,'bundle',NULL,'2008-07-25 01:36:33',NULL,NULL,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'Gaming Computer',NULL,NULL,NULL,NULL,'4999.9500',1,0,1,1,'Make a computer','computer_fixed',NULL,'/g/a/gaming-computer.jpg','',NULL,NULL,NULL,1,'/g/a/gaming-computer.jpg','','2009-04-24 17:55:17','gaming-computer','gaming-computer.html',NULL,NULL,NULL,4,'20.0000',1),(165,39,'bundle',NULL,'2008-07-25 01:40:27',NULL,0,NULL,NULL,1,'',NULL,NULL,NULL,NULL,NULL,'My Computer',NULL,NULL,NULL,NULL,NULL,0,0,1,0,'test description','mycomputer',NULL,'/m/y/my-computer.jpg','','2008-07-30 00:00:00',NULL,NULL,1,'/m/y/my-computer.jpg','','2009-05-06 22:11:22','my-computer','my-computer.html',NULL,NULL,NULL,4,'10.0000',1),(166,38,'simple',NULL,'2008-07-25 02:22:13',NULL,NULL,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'HTC Touch Diamond',NULL,NULL,NULL,NULL,'750.0000',NULL,NULL,0,NULL,'Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design.','HTC Touch Diamond',NULL,'/h/t/htc-touch-diamond.jpg','',NULL,NULL,NULL,2,'/h/t/htc-touch-diamond.jpg','','2009-04-24 17:55:21','htc-touch-diamond','htc-touch-diamond.html',NULL,NULL,NULL,4,'0.3000',NULL),(167,9,'giftcard',NULL,'2009-04-24 17:55:22',NULL,1,NULL,1,0,'',0,0,NULL,NULL,NULL,'$100 Physical Gift Card',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'Physical Gift Card with fixed amount.','gc_physical1',NULL,'/1/0/100_gc_1.gif','',NULL,NULL,NULL,NULL,'/1/0/100_gc_1.gif','','2009-04-26 12:38:49','100-physical-gift-card','100-physical-gift-card.html',1,1,1,4,'0.1000',NULL),(168,9,'giftcard',NULL,'2009-04-24 17:55:27',NULL,1,NULL,0,0,'',NULL,NULL,NULL,NULL,NULL,'Virtual Gift Card',NULL,NULL,'500.0000','10.0000',NULL,NULL,NULL,0,NULL,'Virtual Gift Card with fixed and open amounts.','gc_virtual1',NULL,'/v/i/virtual_gc_1.gif','',NULL,NULL,NULL,NULL,'/v/i/virtual_gc_1.gif','','2009-04-26 12:28:41','virtual-gift-card','virtual-gift-card.html',1,1,1,4,'0.0000',NULL),(169,9,'giftcard',NULL,'2009-04-24 17:55:28',NULL,1,NULL,1,0,'',NULL,NULL,NULL,NULL,NULL,'\'For You\' Physical Gift Card',NULL,NULL,'100.0000','20.0000',NULL,NULL,NULL,0,NULL,'Physical Gift Card with open amount','gc_physical2',NULL,'/f/o/foryou_1.gif','',NULL,NULL,NULL,NULL,'/f/o/foryou_1.gif','','2009-04-26 12:26:18','for-you-physical-gift-card','for-you-physical-gift-card.html',1,1,1,4,'0.1000',NULL),(173,9,'simple',NULL,'2009-04-24 17:55:33',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Exotic Silk Blouse',NULL,NULL,NULL,NULL,'150.0000',NULL,NULL,0,NULL,'This sexy silk blouse is perfect for any occasion.','esb_1',NULL,'/i/S/iStock_000007840313Small_1.jpg','','2009-04-21 00:00:00','139.0000',NULL,2,'/i/S/iStock_000007840313Small_1.jpg','','2010-04-20 14:12:10','exotic-silk-blouse','exotic-silk-blouse.html',NULL,NULL,NULL,4,'0.4000',NULL),(174,9,'giftcard',NULL,'2009-04-24 17:55:35',NULL,1,NULL,2,0,'',NULL,NULL,NULL,NULL,NULL,'Physical and Virtual Gift Card',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'Physical and Virtual Gift Card with no message','gc_physvirt1',NULL,'/l/i/light_gc_1.gif','',NULL,NULL,NULL,NULL,'/l/i/light_gc_1.gif','','2009-04-26 11:25:02','physical-and-virtual-gift-card','physical-and-virtual-gift-card.html',1,1,1,4,'0.2000',NULL),(175,9,'giftcard',NULL,'2009-04-24 17:55:36',NULL,1,NULL,1,0,'',NULL,NULL,NULL,NULL,NULL,'$200 Gift Card',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'$200 Physical Gift Card','gc_physical3',NULL,'/c/h/checkered_gc_1.gif','',NULL,NULL,NULL,NULL,'/c/h/checkered_gc_1.gif','','2009-04-26 11:32:19','200-gift-card','200-gift-card.html',1,1,1,4,'0.3000',NULL),(177,45,'simple',NULL,'2009-04-24 17:55:39',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Butterfly Fish',NULL,NULL,NULL,NULL,'14.9900',NULL,NULL,0,NULL,'A beautiful shirt. ','2223',NULL,'/s/h/shirt_medium_3_1.jpg','',NULL,NULL,NULL,2,'/s/h/shirt_medium_3_1.jpg','','2009-04-26 11:19:26','butterfly-fish','butterfly-fish.html',NULL,NULL,NULL,4,'0.1000',NULL),(182,9,'simple',NULL,'2009-04-24 17:55:46',NULL,1,NULL,NULL,0,'',NULL,NULL,NULL,NULL,NULL,'Black Stilettos',NULL,NULL,NULL,NULL,'129.9900',NULL,NULL,0,NULL,'Finish up the Vintage look!','bl-stil',NULL,'/2/_/2_b_1.jpg','','2009-04-21 00:00:00','119.9900',NULL,2,'/2/_/2_b_1.jpg','','2009-04-26 10:50:06','black-stilettos','black-stilettos.html',NULL,NULL,NULL,4,'1.0000',NULL);
/*!40000 ALTER TABLE `catalog_product_flat_4` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_eav`
--
DROP TABLE IF EXISTS `catalog_product_index_eav`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_eav` (
`entity_id` int(10) unsigned NOT NULL,
`attribute_id` smallint(5) unsigned NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
`value` int(10) unsigned NOT NULL,
PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`),
KEY `IDX_ENTITY` (`entity_id`),
KEY `IDX_ATTRIBUTE` (`attribute_id`),
KEY `IDX_STORE` (`store_id`),
KEY `IDX_VALUE` (`value`),
CONSTRAINT `FK_CATALOG_PRODUCT_INDEX_EAV_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_INDEX_EAV_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_INDEX_EAV_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_eav`
--
LOCK TABLES `catalog_product_index_eav` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav` DISABLE KEYS */;
INSERT INTO `catalog_product_index_eav` VALUES (16,102,1,20),(16,102,2,20),(16,102,3,20),(17,102,1,21),(17,102,2,21),(17,102,3,21),(18,102,1,2),(18,102,2,2),(18,102,3,2),(19,102,1,101),(19,102,2,101),(19,102,3,101),(20,102,1,3),(20,102,2,3),(20,102,3,3),(44,102,1,34),(44,102,2,34),(44,102,3,34),(45,102,1,32),(45,102,2,32),(45,102,3,32),(46,102,1,33),(46,102,2,33),(46,102,3,33),(47,102,1,34),(47,102,2,34),(47,102,3,34),(48,102,1,31),(48,102,2,31),(48,102,3,31),(83,102,1,63),(83,102,2,63),(83,102,3,63),(93,102,1,64),(93,102,2,64),(93,102,3,64),(98,102,1,64),(98,102,1,103),(98,102,2,64),(98,102,2,103),(98,102,3,64),(98,102,3,103),(103,102,1,62),(103,102,2,62),(103,102,3,62),(108,102,1,105),(108,102,2,105),(108,102,3,105),(112,102,1,104),(112,102,2,104),(112,102,3,104),(135,102,1,102),(135,102,2,102),(135,102,3,102),(140,102,1,111),(140,102,2,111),(140,102,3,111),(141,102,1,111),(141,102,2,111),(141,102,3,111),(143,102,1,111),(143,102,2,111),(143,102,3,111),(145,102,1,117),(145,102,2,117),(145,102,3,117),(147,102,1,3),(147,102,2,3),(147,102,3,3),(148,102,1,117),(148,102,2,117),(148,102,3,117),(149,102,1,118),(149,102,2,118),(149,102,3,118),(150,102,1,118),(150,102,2,118),(150,102,3,118),(151,102,1,116),(151,102,2,116),(151,102,3,116),(152,102,1,1),(152,102,2,1),(152,102,3,1),(153,102,1,116),(153,102,2,116),(153,102,3,116),(154,102,1,119),(154,102,2,119),(154,102,3,119),(155,102,1,119),(155,102,2,119),(155,102,3,119),(156,102,1,1),(156,102,2,1),(156,102,3,1),(157,102,1,29),(157,102,2,29),(157,102,3,29),(159,102,1,120),(159,102,2,120),(159,102,3,120),(160,102,1,121),(160,102,2,121),(160,102,3,121),(161,102,1,121),(161,102,2,121),(161,102,3,121),(162,102,1,120),(162,102,2,120),(162,102,3,120),(163,102,1,1),(163,102,1,3),(163,102,1,29),(163,102,1,111),(163,102,1,116),(163,102,1,117),(163,102,1,118),(163,102,1,119),(163,102,1,120),(163,102,1,121),(163,102,2,1),(163,102,2,3),(163,102,2,29),(163,102,2,111),(163,102,2,116),(163,102,2,117),(163,102,2,118),(163,102,2,119),(163,102,2,120),(163,102,2,121),(163,102,3,1),(163,102,3,3),(163,102,3,29),(163,102,3,111),(163,102,3,116),(163,102,3,117),(163,102,3,118),(163,102,3,119),(163,102,3,120),(163,102,3,121),(164,102,1,111),(164,102,1,116),(164,102,1,117),(164,102,1,118),(164,102,1,119),(164,102,1,120),(164,102,1,121),(164,102,2,111),(164,102,2,116),(164,102,2,117),(164,102,2,118),(164,102,2,119),(164,102,2,120),(164,102,2,121),(164,102,3,111),(164,102,3,116),(164,102,3,117),(164,102,3,118),(164,102,3,119),(164,102,3,120),(164,102,3,121),(165,102,1,1),(165,102,1,3),(165,102,1,29),(165,102,1,111),(165,102,1,116),(165,102,1,117),(165,102,1,118),(165,102,1,119),(165,102,2,1),(165,102,2,3),(165,102,2,29),(165,102,2,111),(165,102,2,116),(165,102,2,117),(165,102,2,118),(165,102,2,119),(165,102,3,1),(165,102,3,3),(165,102,3,29),(165,102,3,111),(165,102,3,116),(165,102,3,117),(165,102,3,118),(165,102,3,119),(166,102,1,122),(166,102,2,122),(166,102,3,122),(83,107,1,97),(83,107,2,97),(83,107,3,97),(93,107,1,49),(93,107,1,53),(93,107,2,49),(93,107,2,53),(93,107,3,49),(93,107,3,53),(98,107,1,49),(98,107,1,52),(98,107,2,49),(98,107,2,52),(98,107,3,49),(98,107,3,52),(103,107,1,51),(103,107,1,52),(103,107,2,51),(103,107,2,52),(103,107,3,51),(103,107,3,52),(108,107,1,51),(108,107,2,51),(108,107,3,51),(112,107,1,47),(112,107,2,47),(112,107,3,47),(135,107,1,97),(135,107,2,97),(135,107,3,97),(16,272,1,24),(16,272,2,24),(16,272,3,24),(17,272,1,23),(17,272,2,23),(17,272,3,23),(18,272,1,24),(18,272,2,24),(18,272,3,24),(19,272,1,23),(19,272,2,23),(19,272,3,23),(20,272,1,23),(20,272,2,23),(20,272,3,23),(25,272,1,23),(25,272,2,23),(25,272,3,23),(26,272,1,24),(26,272,2,24),(26,272,3,24),(27,272,1,24),(27,272,2,24),(27,272,3,24),(28,272,1,24),(28,272,2,24),(28,272,3,24),(39,272,1,22),(39,272,2,22),(39,272,3,22),(41,272,1,59),(41,272,2,59),(41,272,3,59),(42,272,1,59),(42,272,2,59),(42,272,3,59),(44,272,1,24),(44,272,2,24),(44,272,3,24),(45,272,1,23),(45,272,2,23),(45,272,3,23),(46,272,1,23),(46,272,2,23),(46,272,3,23),(47,272,1,23),(47,272,2,23),(47,272,3,23),(48,272,1,23),(48,272,2,23),(48,272,3,23),(51,272,1,26),(51,272,2,26),(51,272,3,26),(52,272,1,26),(52,272,2,26),(52,272,3,26),(53,272,1,26),(53,272,2,26),(53,272,3,26),(54,272,1,26),(54,272,2,26),(54,272,3,26),(83,272,1,25),(83,272,2,25),(83,272,3,25),(93,272,1,61),(93,272,2,61),(93,272,3,61),(98,272,1,24),(98,272,1,61),(98,272,2,24),(98,272,2,61),(98,272,3,24),(98,272,3,61),(103,272,1,26),(103,272,2,26),(103,272,3,26),(108,272,1,26),(108,272,2,26),(108,272,3,26),(112,272,1,59),(112,272,2,59),(112,272,3,59),(119,272,1,22),(119,272,2,22),(119,272,3,22),(120,272,1,60),(120,272,2,60),(120,272,3,60),(123,272,1,60),(123,272,2,60),(123,272,3,60),(126,272,1,22),(126,272,1,26),(126,272,2,22),(126,272,2,26),(126,272,3,22),(126,272,3,26),(135,272,1,59),(135,272,2,59),(135,272,3,59),(138,272,1,24),(138,272,2,24),(138,272,3,24),(139,272,1,23),(139,272,2,23),(139,272,3,23),(158,272,1,24),(158,272,2,24),(158,272,3,24),(160,272,1,59),(160,272,2,59),(160,272,3,59),(162,272,1,24),(162,272,2,24),(162,272,3,24),(163,272,1,23),(163,272,1,24),(163,272,1,59),(163,272,2,23),(163,272,2,24),(163,272,2,59),(163,272,3,23),(163,272,3,24),(163,272,3,59),(164,272,1,23),(164,272,1,24),(164,272,1,59),(164,272,2,23),(164,272,2,24),(164,272,2,59),(164,272,3,23),(164,272,3,24),(164,272,3,59),(165,272,1,23),(165,272,1,24),(165,272,2,23),(165,272,2,24),(165,272,3,23),(165,272,3,24),(166,272,1,24),(166,272,2,24),(166,272,3,24),(176,272,1,59),(176,272,2,59),(176,272,3,59),(179,272,1,57),(179,272,2,57),(179,272,3,57),(180,272,1,57),(180,272,2,57),(180,272,3,57),(39,501,1,36),(39,501,2,36),(39,501,3,36),(83,501,1,35),(83,501,1,36),(83,501,2,35),(83,501,2,36),(83,501,3,35),(83,501,3,36),(93,501,1,36),(93,501,2,36),(93,501,3,36),(98,501,1,36),(98,501,2,36),(98,501,3,36),(103,501,1,35),(103,501,2,35),(103,501,3,35),(108,501,1,35),(108,501,2,35),(108,501,3,35),(112,501,1,35),(112,501,2,35),(112,501,3,35),(119,501,1,36),(119,501,2,36),(119,501,3,36),(120,501,1,35),(120,501,2,35),(120,501,3,35),(123,501,1,36),(123,501,2,36),(123,501,3,36),(126,501,1,36),(126,501,2,36),(126,501,3,36),(135,501,1,35),(135,501,2,35),(135,501,3,35),(177,501,1,65),(177,501,2,65),(177,501,3,65),(25,510,1,77),(25,510,2,77),(25,510,3,77),(26,510,1,79),(26,510,2,79),(26,510,3,79),(27,510,1,76),(27,510,2,76),(27,510,3,76),(28,510,1,74),(28,510,2,74),(28,510,3,74),(158,510,1,76),(158,510,2,76),(158,510,3,76),(44,513,1,90),(44,513,2,90),(44,513,3,90),(45,513,1,93),(45,513,2,93),(45,513,3,93),(46,513,1,91),(46,513,2,91),(46,513,3,91),(47,513,1,90),(47,513,2,90),(47,513,3,90),(48,513,1,93),(48,513,2,93),(48,513,3,93),(147,875,1,110),(147,875,2,110),(147,875,3,110),(152,875,1,106),(152,875,2,106),(152,875,3,106),(156,875,1,106),(156,875,2,106),(156,875,3,106),(157,875,1,107),(157,875,2,107),(157,875,3,107),(163,875,1,106),(163,875,1,107),(163,875,1,110),(163,875,2,106),(163,875,2,107),(163,875,2,110),(163,875,3,106),(163,875,3,107),(163,875,3,110),(165,875,1,106),(165,875,1,107),(165,875,1,110),(165,875,2,106),(165,875,2,107),(165,875,2,110),(165,875,3,106),(165,875,3,107),(165,875,3,110),(16,903,1,0),(16,903,2,0),(16,903,3,0),(39,903,1,0),(39,903,2,0),(39,903,3,0),(41,903,1,0),(41,903,2,0),(41,903,3,0),(42,903,1,0),(42,903,2,0),(42,903,3,0),(44,903,1,0),(44,903,2,0),(44,903,3,0),(45,903,1,0),(45,903,2,0),(45,903,3,0),(123,903,1,0),(123,903,2,0),(123,903,3,0),(165,903,1,0),(165,903,2,0),(165,903,3,0),(167,903,1,1),(167,903,2,1),(167,903,3,1),(168,903,1,1),(168,903,2,1),(168,903,3,1),(169,903,1,1),(169,903,2,1),(169,903,3,1),(173,903,1,1),(173,903,2,1),(173,903,3,1),(174,903,1,1),(174,903,2,1),(174,903,3,1),(175,903,1,1),(175,903,2,1),(175,903,3,1),(176,903,1,1),(176,903,2,1),(176,903,3,1),(177,903,1,1),(177,903,2,1),(177,903,3,1),(179,903,1,1),(179,903,2,1),(179,903,3,1),(180,903,1,1),(180,903,2,1),(180,903,3,1),(181,903,1,1),(181,903,2,1),(181,903,3,1),(182,903,1,1),(182,903,2,1),(182,903,3,1),(183,903,1,1),(183,903,2,1),(183,903,3,1),(184,903,1,1),(184,903,2,1),(184,903,3,1),(187,903,1,1),(187,903,2,1),(187,903,3,1),(188,903,1,1),(188,903,2,1),(188,903,3,1),(189,903,1,1),(189,903,2,1),(189,903,3,1),(190,903,1,1),(190,903,2,1),(190,903,3,1);
/*!40000 ALTER TABLE `catalog_product_index_eav` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_eav_decimal`
--
DROP TABLE IF EXISTS `catalog_product_index_eav_decimal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_eav_decimal` (
`entity_id` int(10) unsigned NOT NULL,
`attribute_id` smallint(5) unsigned NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
`value` decimal(12,4) NOT NULL,
PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`),
KEY `IDX_ENTITY` (`entity_id`),
KEY `IDX_ATTRIBUTE` (`attribute_id`),
KEY `IDX_STORE` (`store_id`),
KEY `IDX_VALUE` (`value`),
CONSTRAINT `FK_CATALOG_PRODUCT_INDEX_EAV_DECIMAL_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_INDEX_EAV_DECIMAL_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_INDEX_EAV_DECIMAL_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_eav_decimal`
--
LOCK TABLES `catalog_product_index_eav_decimal` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_eav_decimal_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_eav_decimal_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_eav_decimal_idx` (
`entity_id` int(10) unsigned NOT NULL,
`attribute_id` smallint(5) unsigned NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
`value` decimal(12,4) NOT NULL,
PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`),
KEY `IDX_ENTITY` (`entity_id`),
KEY `IDX_ATTRIBUTE` (`attribute_id`),
KEY `IDX_STORE` (`store_id`),
KEY `IDX_VALUE` (`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_eav_decimal_idx`
--
LOCK TABLES `catalog_product_index_eav_decimal_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_eav_decimal_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_eav_decimal_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_eav_decimal_tmp` (
`entity_id` int(10) unsigned NOT NULL,
`attribute_id` smallint(5) unsigned NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
`value` decimal(12,4) NOT NULL,
PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`),
KEY `IDX_ENTITY` (`entity_id`),
KEY `IDX_ATTRIBUTE` (`attribute_id`),
KEY `IDX_STORE` (`store_id`),
KEY `IDX_VALUE` (`value`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_eav_decimal_tmp`
--
LOCK TABLES `catalog_product_index_eav_decimal_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_eav_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_eav_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_eav_idx` (
`entity_id` int(10) unsigned NOT NULL,
`attribute_id` smallint(5) unsigned NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
`value` int(10) unsigned NOT NULL,
PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`),
KEY `IDX_ENTITY` (`entity_id`),
KEY `IDX_ATTRIBUTE` (`attribute_id`),
KEY `IDX_STORE` (`store_id`),
KEY `IDX_VALUE` (`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_eav_idx`
--
LOCK TABLES `catalog_product_index_eav_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav_idx` DISABLE KEYS */;
INSERT INTO `catalog_product_index_eav_idx` VALUES (16,102,1,20),(16,102,2,20),(16,102,3,20),(16,102,4,20),(17,102,1,21),(17,102,2,21),(17,102,3,21),(17,102,4,21),(18,102,1,2),(18,102,2,2),(18,102,3,2),(18,102,4,2),(19,102,1,101),(19,102,2,101),(19,102,3,101),(19,102,4,101),(20,102,1,3),(20,102,2,3),(20,102,3,3),(20,102,4,3),(44,102,1,34),(44,102,2,34),(44,102,3,34),(44,102,4,34),(45,102,1,32),(45,102,2,32),(45,102,3,32),(45,102,4,32),(46,102,1,33),(46,102,2,33),(46,102,3,33),(46,102,4,33),(47,102,1,34),(47,102,2,34),(47,102,3,34),(47,102,4,34),(48,102,1,31),(48,102,2,31),(48,102,3,31),(48,102,4,31),(83,102,1,63),(83,102,2,63),(83,102,3,63),(83,102,4,63),(93,102,1,64),(93,102,2,64),(93,102,3,64),(93,102,4,64),(98,102,1,64),(98,102,1,103),(98,102,2,64),(98,102,2,103),(98,102,3,64),(98,102,3,103),(98,102,4,64),(98,102,4,103),(103,102,1,62),(103,102,2,62),(103,102,3,62),(103,102,4,62),(108,102,1,105),(108,102,2,105),(108,102,3,105),(108,102,4,105),(112,102,1,104),(112,102,2,104),(112,102,3,104),(112,102,4,104),(135,102,1,102),(135,102,2,102),(135,102,3,102),(135,102,4,102),(140,102,1,111),(140,102,2,111),(140,102,3,111),(140,102,4,111),(141,102,1,111),(141,102,2,111),(141,102,3,111),(141,102,4,111),(143,102,1,111),(143,102,2,111),(143,102,3,111),(143,102,4,111),(145,102,1,117),(145,102,2,117),(145,102,3,117),(145,102,4,117),(147,102,1,3),(147,102,2,3),(147,102,3,3),(147,102,4,3),(148,102,1,117),(148,102,2,117),(148,102,3,117),(148,102,4,117),(149,102,1,118),(149,102,2,118),(149,102,3,118),(149,102,4,118),(150,102,1,118),(150,102,2,118),(150,102,3,118),(150,102,4,118),(151,102,1,116),(151,102,2,116),(151,102,3,116),(151,102,4,116),(152,102,1,1),(152,102,2,1),(152,102,3,1),(152,102,4,1),(153,102,1,116),(153,102,2,116),(153,102,3,116),(153,102,4,116),(154,102,1,119),(154,102,2,119),(154,102,3,119),(154,102,4,119),(155,102,1,119),(155,102,2,119),(155,102,3,119),(155,102,4,119),(156,102,1,1),(156,102,2,1),(156,102,3,1),(156,102,4,1),(157,102,1,29),(157,102,2,29),(157,102,3,29),(157,102,4,29),(159,102,1,120),(159,102,2,120),(159,102,3,120),(159,102,4,120),(160,102,1,121),(160,102,2,121),(160,102,3,121),(160,102,4,121),(161,102,1,121),(161,102,2,121),(161,102,3,121),(161,102,4,121),(162,102,1,120),(162,102,2,120),(162,102,3,120),(162,102,4,120),(163,102,1,1),(163,102,1,3),(163,102,1,29),(163,102,1,111),(163,102,1,116),(163,102,1,117),(163,102,1,118),(163,102,1,119),(163,102,1,120),(163,102,1,121),(163,102,2,1),(163,102,2,3),(163,102,2,29),(163,102,2,111),(163,102,2,116),(163,102,2,117),(163,102,2,118),(163,102,2,119),(163,102,2,120),(163,102,2,121),(163,102,3,1),(163,102,3,3),(163,102,3,29),(163,102,3,111),(163,102,3,116),(163,102,3,117),(163,102,3,118),(163,102,3,119),(163,102,3,120),(163,102,3,121),(163,102,4,1),(163,102,4,3),(163,102,4,29),(163,102,4,111),(163,102,4,116),(163,102,4,117),(163,102,4,118),(163,102,4,119),(163,102,4,120),(163,102,4,121),(164,102,1,111),(164,102,1,116),(164,102,1,117),(164,102,1,118),(164,102,1,119),(164,102,1,120),(164,102,1,121),(164,102,2,111),(164,102,2,116),(164,102,2,117),(164,102,2,118),(164,102,2,119),(164,102,2,120),(164,102,2,121),(164,102,3,111),(164,102,3,116),(164,102,3,117),(164,102,3,118),(164,102,3,119),(164,102,3,120),(164,102,3,121),(164,102,4,111),(164,102,4,116),(164,102,4,117),(164,102,4,118),(164,102,4,119),(164,102,4,120),(164,102,4,121),(165,102,1,1),(165,102,1,3),(165,102,1,29),(165,102,1,111),(165,102,1,116),(165,102,1,117),(165,102,1,118),(165,102,1,119),(165,102,2,1),(165,102,2,3),(165,102,2,29),(165,102,2,111),(165,102,2,116),(165,102,2,117),(165,102,2,118),(165,102,2,119),(165,102,3,1),(165,102,3,3),(165,102,3,29),(165,102,3,111),(165,102,3,116),(165,102,3,117),(165,102,3,118),(165,102,3,119),(165,102,4,1),(165,102,4,3),(165,102,4,29),(165,102,4,111),(165,102,4,116),(165,102,4,117),(165,102,4,118),(165,102,4,119),(166,102,1,122),(166,102,2,122),(166,102,3,122),(166,102,4,122),(83,107,1,97),(83,107,2,97),(83,107,3,97),(83,107,4,97),(93,107,1,49),(93,107,1,53),(93,107,2,49),(93,107,2,53),(93,107,3,49),(93,107,3,53),(93,107,4,49),(93,107,4,53),(98,107,1,49),(98,107,1,52),(98,107,2,49),(98,107,2,52),(98,107,3,49),(98,107,3,52),(98,107,4,49),(98,107,4,52),(103,107,1,51),(103,107,1,52),(103,107,2,51),(103,107,2,52),(103,107,3,51),(103,107,3,52),(103,107,4,51),(103,107,4,52),(108,107,1,51),(108,107,2,51),(108,107,3,51),(108,107,4,51),(112,107,1,47),(112,107,2,47),(112,107,3,47),(112,107,4,47),(135,107,1,97),(135,107,2,97),(135,107,3,97),(135,107,4,97),(16,272,1,24),(16,272,2,24),(16,272,3,24),(16,272,4,24),(17,272,1,23),(17,272,2,23),(17,272,3,23),(17,272,4,23),(18,272,1,24),(18,272,2,24),(18,272,3,24),(18,272,4,24),(19,272,1,23),(19,272,2,23),(19,272,3,23),(19,272,4,23),(20,272,1,23),(20,272,2,23),(20,272,3,23),(20,272,4,23),(25,272,1,23),(25,272,2,23),(25,272,3,23),(25,272,4,23),(26,272,1,24),(26,272,2,24),(26,272,3,24),(26,272,4,24),(27,272,1,24),(27,272,2,24),(27,272,3,24),(27,272,4,24),(28,272,1,24),(28,272,2,24),(28,272,3,24),(28,272,4,24),(39,272,1,22),(39,272,2,22),(39,272,3,22),(39,272,4,22),(41,272,1,59),(41,272,2,59),(41,272,3,59),(41,272,4,59),(42,272,1,59),(42,272,2,59),(42,272,3,59),(42,272,4,59),(44,272,1,24),(44,272,2,24),(44,272,3,24),(44,272,4,24),(45,272,1,23),(45,272,2,23),(45,272,3,23),(45,272,4,23),(46,272,1,23),(46,272,2,23),(46,272,3,23),(46,272,4,23),(47,272,1,23),(47,272,2,23),(47,272,3,23),(47,272,4,23),(48,272,1,23),(48,272,2,23),(48,272,3,23),(48,272,4,23),(51,272,1,26),(51,272,2,26),(51,272,3,26),(51,272,4,26),(52,272,1,26),(52,272,2,26),(52,272,3,26),(52,272,4,26),(53,272,1,26),(53,272,2,26),(53,272,3,26),(53,272,4,26),(54,272,1,26),(54,272,2,26),(54,272,3,26),(54,272,4,26),(83,272,1,25),(83,272,2,25),(83,272,3,25),(83,272,4,25),(93,272,1,61),(93,272,2,61),(93,272,3,61),(93,272,4,61),(98,272,1,24),(98,272,1,61),(98,272,2,24),(98,272,2,61),(98,272,3,24),(98,272,3,61),(98,272,4,24),(98,272,4,61),(103,272,1,26),(103,272,2,26),(103,272,3,26),(103,272,4,26),(108,272,1,26),(108,272,2,26),(108,272,3,26),(108,272,4,26),(112,272,1,59),(112,272,2,59),(112,272,3,59),(112,272,4,59),(119,272,1,22),(119,272,2,22),(119,272,3,22),(119,272,4,22),(120,272,1,60),(120,272,2,60),(120,272,3,60),(120,272,4,60),(123,272,1,60),(123,272,2,60),(123,272,3,60),(123,272,4,60),(126,272,1,22),(126,272,1,26),(126,272,2,22),(126,272,2,26),(126,272,3,22),(126,272,3,26),(126,272,4,22),(126,272,4,26),(135,272,1,59),(135,272,2,59),(135,272,3,59),(135,272,4,59),(138,272,1,24),(138,272,2,24),(138,272,3,24),(138,272,4,24),(139,272,1,23),(139,272,2,23),(139,272,3,23),(139,272,4,23),(158,272,1,24),(158,272,2,24),(158,272,3,24),(158,272,4,24),(160,272,1,59),(160,272,2,59),(160,272,3,59),(160,272,4,59),(162,272,1,24),(162,272,2,24),(162,272,3,24),(162,272,4,24),(163,272,1,23),(163,272,1,24),(163,272,1,59),(163,272,2,23),(163,272,2,24),(163,272,2,59),(163,272,3,23),(163,272,3,24),(163,272,3,59),(163,272,4,23),(163,272,4,24),(163,272,4,59),(164,272,1,23),(164,272,1,24),(164,272,1,59),(164,272,2,23),(164,272,2,24),(164,272,2,59),(164,272,3,23),(164,272,3,24),(164,272,3,59),(164,272,4,23),(164,272,4,24),(164,272,4,59),(165,272,1,23),(165,272,1,24),(165,272,2,23),(165,272,2,24),(165,272,3,23),(165,272,3,24),(165,272,4,23),(165,272,4,24),(166,272,1,24),(166,272,2,24),(166,272,3,24),(166,272,4,24),(176,272,1,59),(176,272,2,59),(176,272,3,59),(179,272,1,57),(179,272,2,57),(179,272,3,57),(180,272,1,57),(180,272,2,57),(180,272,3,57),(39,501,1,36),(39,501,2,36),(39,501,3,36),(39,501,4,36),(83,501,1,35),(83,501,1,36),(83,501,2,35),(83,501,2,36),(83,501,3,35),(83,501,3,36),(83,501,4,35),(83,501,4,36),(93,501,1,36),(93,501,2,36),(93,501,3,36),(93,501,4,36),(98,501,1,36),(98,501,2,36),(98,501,3,36),(98,501,4,36),(103,501,1,35),(103,501,2,35),(103,501,3,35),(103,501,4,35),(108,501,1,35),(108,501,2,35),(108,501,3,35),(108,501,4,35),(112,501,1,35),(112,501,2,35),(112,501,3,35),(112,501,4,35),(119,501,1,36),(119,501,2,36),(119,501,3,36),(119,501,4,36),(120,501,1,35),(120,501,2,35),(120,501,3,35),(120,501,4,35),(123,501,1,36),(123,501,2,36),(123,501,3,36),(123,501,4,36),(126,501,1,36),(126,501,2,36),(126,501,3,36),(126,501,4,36),(135,501,1,35),(135,501,2,35),(135,501,3,35),(135,501,4,35),(177,501,1,65),(177,501,2,65),(177,501,3,65),(177,501,4,65),(25,510,1,77),(25,510,2,77),(25,510,3,77),(25,510,4,77),(26,510,1,79),(26,510,2,79),(26,510,3,79),(26,510,4,79),(27,510,1,76),(27,510,2,76),(27,510,3,76),(27,510,4,76),(28,510,1,74),(28,510,2,74),(28,510,3,74),(28,510,4,74),(158,510,1,76),(158,510,2,76),(158,510,3,76),(158,510,4,76),(44,513,1,90),(44,513,2,90),(44,513,3,90),(44,513,4,90),(45,513,1,93),(45,513,2,93),(45,513,3,93),(45,513,4,93),(46,513,1,91),(46,513,2,91),(46,513,3,91),(46,513,4,91),(47,513,1,90),(47,513,2,90),(47,513,3,90),(47,513,4,90),(48,513,1,93),(48,513,2,93),(48,513,3,93),(48,513,4,93),(147,875,1,110),(147,875,2,110),(147,875,3,110),(147,875,4,110),(152,875,1,106),(152,875,2,106),(152,875,3,106),(152,875,4,106),(156,875,1,106),(156,875,2,106),(156,875,3,106),(156,875,4,106),(157,875,1,107),(157,875,2,107),(157,875,3,107),(157,875,4,107),(163,875,1,106),(163,875,1,107),(163,875,1,110),(163,875,2,106),(163,875,2,107),(163,875,2,110),(163,875,3,106),(163,875,3,107),(163,875,3,110),(163,875,4,106),(163,875,4,107),(163,875,4,110),(165,875,1,106),(165,875,1,107),(165,875,1,110),(165,875,2,106),(165,875,2,107),(165,875,2,110),(165,875,3,106),(165,875,3,107),(165,875,3,110),(165,875,4,106),(165,875,4,107),(165,875,4,110),(16,903,1,0),(16,903,2,0),(16,903,3,0),(16,903,4,0),(39,903,1,0),(39,903,2,0),(39,903,3,0),(39,903,4,0),(41,903,1,0),(41,903,2,0),(41,903,3,0),(41,903,4,0),(42,903,1,0),(42,903,2,0),(42,903,3,0),(42,903,4,0),(44,903,1,0),(44,903,2,0),(44,903,3,0),(44,903,4,0),(45,903,1,0),(45,903,2,0),(45,903,3,0),(45,903,4,0),(123,903,1,0),(123,903,2,0),(123,903,3,0),(123,903,4,0),(165,903,1,0),(165,903,2,0),(165,903,3,0),(165,903,4,0),(167,903,1,1),(167,903,2,1),(167,903,3,1),(167,903,4,1),(168,903,1,1),(168,903,2,1),(168,903,3,1),(168,903,4,1),(169,903,1,1),(169,903,2,1),(169,903,3,1),(169,903,4,1),(173,903,1,1),(173,903,2,1),(173,903,3,1),(173,903,4,1),(174,903,1,1),(174,903,2,1),(174,903,3,1),(174,903,4,1),(175,903,1,1),(175,903,2,1),(175,903,3,1),(175,903,4,1),(176,903,1,1),(176,903,2,1),(176,903,3,1),(177,903,1,1),(177,903,2,1),(177,903,3,1),(177,903,4,1),(179,903,1,1),(179,903,2,1),(179,903,3,1),(180,903,1,1),(180,903,2,1),(180,903,3,1),(181,903,1,1),(181,903,2,1),(181,903,3,1),(182,903,1,1),(182,903,2,1),(182,903,3,1),(182,903,4,1),(183,903,1,1),(183,903,2,1),(183,903,3,1),(184,903,1,1),(184,903,2,1),(184,903,3,1),(187,903,1,1),(187,903,2,1),(187,903,3,1),(188,903,1,1),(188,903,2,1),(188,903,3,1),(189,903,1,1),(189,903,2,1),(189,903,3,1),(190,903,1,1),(190,903,2,1),(190,903,3,1);
/*!40000 ALTER TABLE `catalog_product_index_eav_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_eav_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_eav_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_eav_tmp` (
`entity_id` int(10) unsigned NOT NULL,
`attribute_id` smallint(5) unsigned NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
`value` int(10) unsigned NOT NULL,
PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`),
KEY `IDX_ENTITY` (`entity_id`),
KEY `IDX_ATTRIBUTE` (`attribute_id`),
KEY `IDX_STORE` (`store_id`),
KEY `IDX_VALUE` (`value`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_eav_tmp`
--
LOCK TABLES `catalog_product_index_eav_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav_tmp` DISABLE KEYS */;
INSERT INTO `catalog_product_index_eav_tmp` VALUES (173,903,1,1),(173,903,2,1),(173,903,3,1),(173,903,4,1);
/*!40000 ALTER TABLE `catalog_product_index_eav_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price`
--
DROP TABLE IF EXISTS `catalog_product_index_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`tax_class_id` smallint(5) unsigned DEFAULT '0',
`price` decimal(12,4) DEFAULT NULL,
`final_price` decimal(12,4) DEFAULT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`),
KEY `IDX_CUSTOMER_GROUP` (`customer_group_id`),
KEY `IDX_WEBSITE` (`website_id`),
KEY `IDX_MIN_PRICE` (`min_price`),
CONSTRAINT `FK_CATALOG_PRODUCT_INDEX_PRICE_CUSTOMER_GROUP` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_INDEX_PRICE_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_INDEX_PRICE_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price`
--
LOCK TABLES `catalog_product_index_price` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price` DISABLE KEYS */;
INSERT INTO `catalog_product_index_price` VALUES (16,0,1,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,1,1,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,2,1,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,3,1,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,5,1,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,6,1,2,'149.9900','149.9900','149.9900','149.9900',NULL),(17,0,1,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,1,1,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,2,1,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,3,1,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,5,1,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,6,1,2,'349.9900','349.9900','349.9900','349.9900',NULL),(18,0,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,1,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,2,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,3,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,5,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,6,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(19,0,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,1,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,2,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,3,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,5,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,6,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(20,0,1,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,1,1,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,2,1,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,3,1,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,5,1,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,6,1,2,'150.0000','150.0000','150.0000','150.0000',NULL),(25,0,1,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,1,1,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,2,1,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,3,1,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,5,1,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,6,1,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(26,0,1,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,1,1,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,2,1,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,3,1,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,5,1,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,6,1,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(27,0,1,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,1,1,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,2,1,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,3,1,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,5,1,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,6,1,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(28,0,1,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,1,1,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,2,1,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,3,1,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,5,1,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,6,1,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(29,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(30,0,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,1,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,2,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,3,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,5,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,6,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(31,0,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,1,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,2,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,3,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,5,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,6,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(32,0,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,1,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,2,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,3,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,5,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,6,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(33,0,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,1,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,2,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,3,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,5,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,6,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(34,0,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,1,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,2,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,3,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,5,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,6,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(35,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(38,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(39,0,1,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,1,1,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,2,1,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,3,1,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,5,1,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,6,1,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(41,0,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,1,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,2,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,3,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,5,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,6,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(42,0,1,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,1,1,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,2,1,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,3,1,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,5,1,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,6,1,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(44,0,1,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,1,1,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,2,1,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,3,1,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,5,1,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,6,1,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(45,0,1,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,1,1,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,2,1,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,3,1,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,5,1,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,6,1,2,'37.4900','37.4900','37.4900','37.4900',NULL),(46,0,1,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,1,1,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,2,1,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,3,1,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,5,1,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,6,1,2,'161.9400','161.9400','161.9400','161.9400',NULL),(47,0,1,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,1,1,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,2,1,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,3,1,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,5,1,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,6,1,2,'329.9900','329.9900','329.9900','329.9900',NULL),(48,0,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,1,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,2,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,3,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,5,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,6,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(49,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(51,0,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,1,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,2,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,3,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,5,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,6,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(52,0,1,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,1,1,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,2,1,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,3,1,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,5,1,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,6,1,2,'129.9900','129.9900','129.9900','129.9900',NULL),(53,0,1,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,1,1,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,2,1,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,3,1,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,5,1,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,6,1,2,'599.9900','599.9900','599.9900','599.9900',NULL),(54,0,1,2,NULL,NULL,'129.9900','599.9900',NULL),(54,1,1,2,NULL,NULL,'129.9900','599.9900',NULL),(54,2,1,2,NULL,NULL,'129.9900','599.9900',NULL),(54,3,1,2,NULL,NULL,'129.9900','599.9900',NULL),(54,5,1,2,NULL,NULL,'129.9900','599.9900',NULL),(54,6,1,2,NULL,NULL,'129.9900','599.9900',NULL),(74,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(83,0,1,2,'15.9900','15.9900','15.9900','18.9900',NULL),(83,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(93,0,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,1,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,2,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,3,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,5,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,6,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,0,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,1,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,2,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,3,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,5,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,6,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,0,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,1,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,2,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,3,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,5,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,6,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,0,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,1,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,2,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,3,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,5,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,6,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,0,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,1,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,2,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,3,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,5,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,6,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(98,0,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,1,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,2,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,3,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,5,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,6,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,0,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,1,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,2,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,3,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,5,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,6,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,0,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,1,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,2,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,3,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,5,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,6,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,0,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,1,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,2,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,3,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,5,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,6,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,0,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,1,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,2,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,3,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,5,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,6,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(103,0,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,1,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,2,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,3,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,5,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,6,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,0,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,1,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,2,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,3,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,5,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,6,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,0,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,1,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,2,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,3,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,5,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,6,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,0,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,1,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,2,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,3,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,5,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,6,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,0,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,1,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,2,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,3,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,5,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,6,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(108,0,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,1,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,2,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,3,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,5,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,6,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,0,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,1,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,2,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,3,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,5,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,6,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,0,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,1,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,2,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,3,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,5,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,6,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,0,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,1,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,2,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,3,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,5,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,6,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(112,0,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,1,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,2,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,3,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,5,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,6,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,0,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,1,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,2,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,3,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,5,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,6,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,0,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,1,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,2,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,3,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,5,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,6,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,0,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,1,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,2,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,3,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,5,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,6,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(117,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(120,0,1,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,1,1,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,2,1,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,3,1,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,5,1,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,6,1,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(121,0,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,1,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,2,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,3,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,5,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,6,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,0,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,1,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,2,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,3,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,5,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,6,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(123,0,1,2,'100.0000','100.0000','110.0000','130.0000',NULL),(123,1,1,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,2,1,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,3,1,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,5,1,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,6,1,2,'100.0000','100.0000','100.0000','100.0000',NULL),(124,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(126,0,1,2,'13.5000','13.5000','13.5000','18.7500','9.5000'),(126,1,1,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,2,1,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,3,1,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,5,1,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,6,1,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(127,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(132,0,1,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,1,1,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,2,1,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,3,1,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,5,1,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,6,1,2,'99.0000','99.0000','99.0000','99.0000',NULL),(133,0,1,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,1,1,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,2,1,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,3,1,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,5,1,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,6,1,2,'34.0000','34.0000','34.0000','34.0000',NULL),(134,0,1,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,1,1,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,2,1,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,3,1,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,5,1,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,6,1,2,'19.0000','19.0000','19.0000','19.0000',NULL),(135,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(137,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(138,0,1,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,1,1,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,2,1,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,3,1,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,5,1,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,6,1,1,'150.0000','150.0000','150.0000','150.0000',NULL),(139,0,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,1,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,2,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,3,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,5,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,6,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,0,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,1,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,2,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,3,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,5,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,6,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(141,0,1,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,1,1,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,2,1,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,3,1,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,5,1,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,6,1,1,'150.9900','150.9900','150.9900','150.9900',NULL),(142,0,1,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,1,1,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,2,1,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,3,1,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,5,1,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,6,1,0,'150.0000','150.0000','150.0000','150.0000',NULL),(143,0,1,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,1,1,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,2,1,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,3,1,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,5,1,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,6,1,1,'99.9900','99.9900','99.9900','99.9900',NULL),(144,0,1,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,1,1,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,2,1,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,3,1,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,5,1,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,6,1,0,'250.0000','250.0000','250.0000','250.0000',NULL),(145,0,1,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,1,1,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,2,1,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,3,1,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,5,1,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,6,1,1,'335.9900','335.9900','335.9900','335.9900',NULL),(146,0,1,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,1,1,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,2,1,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,3,1,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,5,1,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,6,1,0,'325.0000','325.0000','325.0000','325.0000',NULL),(147,0,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,1,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,2,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,3,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,5,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,6,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(148,0,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,1,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,2,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,3,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,5,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,6,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(149,0,1,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,1,1,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,2,1,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,3,1,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,5,1,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,6,1,1,'399.0000','399.0000','399.0000','399.0000',NULL),(150,0,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,1,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,2,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,3,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,5,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,6,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(151,0,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,1,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,2,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,3,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,5,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,6,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(152,0,1,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,1,1,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,2,1,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,3,1,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,5,1,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,6,1,1,'699.9900','699.9900','699.9900','699.9900',NULL),(153,0,1,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,1,1,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,2,1,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,3,1,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,5,1,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,6,1,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(154,0,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,1,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,2,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,3,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,5,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,6,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(155,0,1,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,1,1,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,2,1,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,3,1,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,5,1,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,6,1,1,'99.0000','99.0000','99.0000','99.0000',NULL),(156,0,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,1,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,2,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,3,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,5,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,6,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(157,0,1,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,1,1,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,2,1,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,3,1,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,5,1,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,6,1,0,'699.9900','699.9900','699.9900','699.9900',NULL),(158,0,1,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,1,1,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,2,1,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,3,1,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,5,1,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,6,1,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(159,0,1,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,1,1,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,2,1,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,3,1,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,5,1,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,6,1,0,'99.9900','99.9900','99.9900','99.9900',NULL),(160,0,1,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,1,1,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,2,1,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,3,1,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,5,1,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,6,1,1,'79.9900','79.9900','79.9900','79.9900',NULL),(161,0,1,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,1,1,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,2,1,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,3,1,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,5,1,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,6,1,0,'239.9900','239.9900','239.9900','239.9900',NULL),(162,0,1,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,1,1,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,2,1,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,3,1,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,5,1,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,6,1,1,'59.9900','59.9900','59.9900','59.9900',NULL),(163,0,1,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,1,1,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,2,1,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,3,1,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,5,1,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,6,1,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(164,0,1,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,1,1,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,2,1,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,3,1,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,5,1,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,6,1,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(165,0,1,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,1,1,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,2,1,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,3,1,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,5,1,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,6,1,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(166,0,1,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,1,1,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,2,1,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,3,1,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,5,1,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,6,1,2,'750.0000','750.0000','750.0000','750.0000',NULL),(167,0,1,0,NULL,'100.0000','100.0000',NULL,NULL),(167,1,1,0,NULL,'100.0000','100.0000',NULL,NULL),(167,2,1,0,NULL,'100.0000','100.0000',NULL,NULL),(167,3,1,0,NULL,'100.0000','100.0000',NULL,NULL),(167,5,1,0,NULL,'100.0000','100.0000',NULL,NULL),(167,6,1,0,NULL,'100.0000','100.0000',NULL,NULL),(168,0,1,0,NULL,'10.0000','10.0000',NULL,NULL),(168,1,1,0,NULL,'10.0000','10.0000',NULL,NULL),(168,2,1,0,NULL,'10.0000','10.0000',NULL,NULL),(168,3,1,0,NULL,'10.0000','10.0000',NULL,NULL),(168,5,1,0,NULL,'10.0000','10.0000',NULL,NULL),(168,6,1,0,NULL,'10.0000','10.0000',NULL,NULL),(169,0,1,0,NULL,'20.0000','20.0000',NULL,NULL),(169,1,1,0,NULL,'20.0000','20.0000',NULL,NULL),(169,2,1,0,NULL,'20.0000','20.0000',NULL,NULL),(169,3,1,0,NULL,'20.0000','20.0000',NULL,NULL),(169,5,1,0,NULL,'20.0000','20.0000',NULL,NULL),(169,6,1,0,NULL,'20.0000','20.0000',NULL,NULL),(173,0,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,1,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,2,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,3,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,5,1,2,'150.0000','112.5000','112.5000','112.5000',NULL),(173,6,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(174,0,1,0,NULL,'10.0000','10.0000',NULL,NULL),(174,1,1,0,NULL,'10.0000','10.0000',NULL,NULL),(174,2,1,0,NULL,'10.0000','10.0000',NULL,NULL),(174,3,1,0,NULL,'10.0000','10.0000',NULL,NULL),(174,5,1,0,NULL,'10.0000','10.0000',NULL,NULL),(174,6,1,0,NULL,'10.0000','10.0000',NULL,NULL),(175,0,1,0,NULL,'200.0000','200.0000',NULL,NULL),(175,1,1,0,NULL,'200.0000','200.0000',NULL,NULL),(175,2,1,0,NULL,'200.0000','200.0000',NULL,NULL),(175,3,1,0,NULL,'200.0000','200.0000',NULL,NULL),(175,5,1,0,NULL,'200.0000','200.0000',NULL,NULL),(175,6,1,0,NULL,'200.0000','200.0000',NULL,NULL),(176,0,1,2,'249.9900','249.9900','249.9900','249.9900',NULL),(176,1,1,2,'249.9900','249.9900','249.9900','249.9900',NULL),(176,2,1,2,'249.9900','249.9900','249.9900','249.9900',NULL),(176,3,1,2,'249.9900','249.9900','249.9900','249.9900',NULL),(176,5,1,2,'249.9900','249.9900','249.9900','249.9900',NULL),(176,6,1,2,'249.9900','249.9900','249.9900','249.9900',NULL),(177,0,1,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,1,1,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,2,1,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,3,1,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,5,1,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,6,1,2,'14.9900','14.9900','14.9900','14.9900',NULL),(178,0,1,2,'79.9900','79.9900','79.9900','79.9900',NULL),(178,1,1,2,'79.9900','79.9900','79.9900','79.9900',NULL),(178,2,1,2,'79.9900','79.9900','79.9900','79.9900',NULL),(178,3,1,2,'79.9900','79.9900','79.9900','79.9900',NULL),(178,5,1,2,'79.9900','79.9900','79.9900','79.9900',NULL),(178,6,1,2,'79.9900','79.9900','79.9900','79.9900',NULL),(179,0,1,2,NULL,NULL,'79.9900','139.9900',NULL),(179,1,1,2,NULL,NULL,'79.9900','139.9900',NULL),(179,2,1,2,NULL,NULL,'79.9900','139.9900',NULL),(179,3,1,2,NULL,NULL,'79.9900','139.9900',NULL),(179,5,1,2,NULL,NULL,'79.9900','139.9900',NULL),(179,6,1,2,NULL,NULL,'79.9900','139.9900',NULL),(180,0,1,2,'139.9900','139.9900','139.9900','139.9900',NULL),(180,1,1,2,'139.9900','139.9900','139.9900','139.9900',NULL),(180,2,1,2,'139.9900','139.9900','139.9900','139.9900',NULL),(180,3,1,2,'139.9900','139.9900','139.9900','139.9900',NULL),(180,5,1,2,'139.9900','139.9900','139.9900','139.9900',NULL),(180,6,1,2,'139.9900','139.9900','139.9900','139.9900',NULL),(181,0,1,2,'299.9900','279.9900','279.9900','279.9900',NULL),(181,1,1,2,'299.9900','279.9900','279.9900','279.9900',NULL),(181,2,1,2,'299.9900','279.9900','279.9900','279.9900',NULL),(181,3,1,2,'299.9900','279.9900','279.9900','279.9900',NULL),(181,5,1,2,'299.9900','279.9900','279.9900','279.9900',NULL),(181,6,1,2,'299.9900','279.9900','279.9900','279.9900',NULL),(182,0,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,1,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,2,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,3,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,5,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,6,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(183,0,1,2,NULL,NULL,'119.9900','279.9900',NULL),(183,1,1,2,NULL,NULL,'119.9900','279.9900',NULL),(183,2,1,2,NULL,NULL,'119.9900','279.9900',NULL),(183,3,1,2,NULL,NULL,'119.9900','279.9900',NULL),(183,5,1,2,NULL,NULL,'119.9900','279.9900',NULL),(183,6,1,2,NULL,NULL,'119.9900','279.9900',NULL),(184,0,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(184,1,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(184,2,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(184,3,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(184,5,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(184,6,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(185,0,1,2,'499.9900','499.9900','499.9900','499.9900',NULL),(185,1,1,2,'499.9900','499.9900','499.9900','499.9900',NULL),(185,2,1,2,'499.9900','499.9900','499.9900','499.9900',NULL),(185,3,1,2,'499.9900','499.9900','499.9900','499.9900',NULL),(185,5,1,2,'499.9900','499.9900','499.9900','499.9900',NULL),(185,6,1,2,'499.9900','499.9900','499.9900','499.9900',NULL),(186,0,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(186,1,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(186,2,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(186,3,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(186,5,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(186,6,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(187,0,1,2,NULL,NULL,'299.9900','499.9900',NULL),(187,1,1,2,NULL,NULL,'299.9900','499.9900',NULL),(187,2,1,2,NULL,NULL,'299.9900','499.9900',NULL),(187,3,1,2,NULL,NULL,'299.9900','499.9900',NULL),(187,5,1,2,NULL,NULL,'299.9900','499.9900',NULL),(187,6,1,2,NULL,NULL,'299.9900','499.9900',NULL),(188,0,1,2,'99.9900','99.9900','99.9900','99.9900',NULL),(188,1,1,2,'99.9900','99.9900','99.9900','99.9900',NULL),(188,2,1,2,'99.9900','99.9900','99.9900','99.9900',NULL),(188,3,1,2,'99.9900','99.9900','99.9900','99.9900',NULL),(188,5,1,2,'99.9900','99.9900','99.9900','99.9900',NULL),(188,6,1,2,'99.9900','99.9900','99.9900','99.9900',NULL),(189,0,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(189,1,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(189,2,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(189,3,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(189,5,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(189,6,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(190,0,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(190,1,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(190,2,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(190,3,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(190,5,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(190,6,1,2,'299.9900','299.9900','299.9900','299.9900',NULL);
/*!40000 ALTER TABLE `catalog_product_index_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_bundle_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_bundle_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_bundle_idx` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`tax_class_id` smallint(5) unsigned DEFAULT '0',
`price_type` tinyint(1) unsigned NOT NULL,
`special_price` decimal(12,4) DEFAULT NULL,
`tier_percent` decimal(12,4) DEFAULT NULL,
`orig_price` decimal(12,4) DEFAULT NULL,
`price` decimal(12,4) DEFAULT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
`base_tier` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_bundle_idx`
--
LOCK TABLES `catalog_product_index_price_bundle_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_idx` DISABLE KEYS */;
INSERT INTO `catalog_product_index_price_bundle_idx` VALUES (158,0,1,2,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(158,0,2,2,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(158,1,1,2,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(158,1,2,2,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(158,2,1,2,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(158,2,2,2,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(158,3,1,2,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(158,3,2,2,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(158,5,1,2,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(158,5,2,2,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(158,6,1,2,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(158,6,2,2,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(163,0,1,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(163,0,2,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(163,1,1,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(163,1,2,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(163,2,1,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(163,2,2,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(163,3,1,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(163,3,2,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(163,5,1,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(163,5,2,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(163,6,1,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(163,6,2,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(164,0,1,1,1,'0.0000',NULL,'4999.9500','4999.9500','4999.9500','4999.9500',NULL,NULL),(164,0,2,1,1,'0.0000',NULL,'4999.9500','4999.9500','4999.9500','4999.9500',NULL,NULL),(164,1,1,1,1,'0.0000',NULL,'4999.9500','4999.9500','4999.9500','4999.9500',NULL,NULL),(164,1,2,1,1,'0.0000',NULL,'4999.9500','4999.9500','4999.9500','4999.9500',NULL,NULL),(164,2,1,1,1,'0.0000',NULL,'4999.9500','4999.9500','4999.9500','4999.9500',NULL,NULL),(164,2,2,1,1,'0.0000',NULL,'4999.9500','4999.9500','4999.9500','4999.9500',NULL,NULL),(164,3,1,1,1,'0.0000',NULL,'4999.9500','4999.9500','4999.9500','4999.9500',NULL,NULL),(164,3,2,1,1,'0.0000',NULL,'4999.9500','4999.9500','4999.9500','4999.9500',NULL,NULL),(164,5,1,1,1,'0.0000',NULL,'4999.9500','4999.9500','4999.9500','4999.9500',NULL,NULL),(164,5,2,1,1,'0.0000',NULL,'4999.9500','4999.9500','4999.9500','4999.9500',NULL,NULL),(164,6,1,1,1,'0.0000',NULL,'4999.9500','4999.9500','4999.9500','4999.9500',NULL,NULL),(164,6,2,1,1,'0.0000',NULL,'4999.9500','4999.9500','4999.9500','4999.9500',NULL,NULL),(165,0,1,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(165,0,2,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(165,1,1,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(165,1,2,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(165,2,1,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(165,2,2,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(165,3,1,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(165,3,2,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(165,5,1,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(165,5,2,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(165,6,1,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL),(165,6,2,1,0,'0.0000',NULL,'0.0000','0.0000','0.0000','0.0000',NULL,NULL);
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_bundle_opt_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_bundle_opt_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_bundle_opt_idx` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`option_id` int(10) unsigned NOT NULL DEFAULT '0',
`min_price` decimal(12,4) DEFAULT NULL,
`alt_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
`alt_tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_bundle_opt_idx`
--
LOCK TABLES `catalog_product_index_price_bundle_opt_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_opt_idx` DISABLE KEYS */;
INSERT INTO `catalog_product_index_price_bundle_opt_idx` VALUES (158,0,1,1,'0.0000','150.0000','325.0000','0.0000',NULL),(158,0,1,2,'2699.9900','0.0000','2699.9900',NULL,'0.0000'),(158,0,2,1,'0.0000','150.0000','325.0000','0.0000',NULL),(158,0,2,2,'2699.9900','0.0000','2699.9900',NULL,'0.0000'),(158,1,1,1,'0.0000','150.0000','325.0000','0.0000',NULL),(158,1,1,2,'2699.9900','0.0000','2699.9900',NULL,'0.0000'),(158,1,2,1,'0.0000','150.0000','325.0000','0.0000',NULL),(158,1,2,2,'2699.9900','0.0000','2699.9900',NULL,'0.0000'),(158,2,1,1,'0.0000','150.0000','325.0000','0.0000',NULL),(158,2,1,2,'2699.9900','0.0000','2699.9900',NULL,'0.0000'),(158,2,2,1,'0.0000','150.0000','325.0000','0.0000',NULL),(158,2,2,2,'2699.9900','0.0000','2699.9900',NULL,'0.0000'),(158,3,1,1,'0.0000','150.0000','325.0000','0.0000',NULL),(158,3,1,2,'2699.9900','0.0000','2699.9900',NULL,'0.0000'),(158,3,2,1,'0.0000','150.0000','325.0000','0.0000',NULL),(158,3,2,2,'2699.9900','0.0000','2699.9900',NULL,'0.0000'),(158,5,1,1,'0.0000','150.0000','325.0000','0.0000',NULL),(158,5,1,2,'2699.9900','0.0000','2699.9900',NULL,'0.0000'),(158,5,2,1,'0.0000','150.0000','325.0000','0.0000',NULL),(158,5,2,2,'2699.9900','0.0000','2699.9900',NULL,'0.0000'),(158,6,1,1,'0.0000','150.0000','325.0000','0.0000',NULL),(158,6,1,2,'2699.9900','0.0000','2699.9900',NULL,'0.0000'),(158,6,2,1,'0.0000','150.0000','325.0000','0.0000',NULL),(158,6,2,2,'2699.9900','0.0000','2699.9900',NULL,'0.0000'),(163,0,1,3,'0.0000','150.0000','150.0000','0.0000',NULL),(163,0,1,4,'0.0000','399.9900','699.9900','0.0000',NULL),(163,0,1,5,'0.0000','59.9900','479.9600','0.0000',NULL),(163,0,1,6,'0.0000','299.0000','399.0000','0.0000',NULL),(163,0,1,7,'99.0000','0.0000','299.0000',NULL,'0.0000'),(163,0,1,8,'99.9900','0.0000','199.9900',NULL,'0.0000'),(163,0,1,9,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(163,0,1,10,'150.0000','0.0000','199.9900',NULL,'0.0000'),(163,0,2,3,'0.0000','150.0000','150.0000','0.0000',NULL),(163,0,2,4,'0.0000','399.9900','699.9900','0.0000',NULL),(163,0,2,5,'0.0000','59.9900','479.9600','0.0000',NULL),(163,0,2,6,'0.0000','299.0000','399.0000','0.0000',NULL),(163,0,2,7,'99.0000','0.0000','299.0000',NULL,'0.0000'),(163,0,2,8,'99.9900','0.0000','199.9900',NULL,'0.0000'),(163,0,2,9,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(163,0,2,10,'150.0000','0.0000','199.9900',NULL,'0.0000'),(163,1,1,3,'0.0000','150.0000','150.0000','0.0000',NULL),(163,1,1,4,'0.0000','399.9900','699.9900','0.0000',NULL),(163,1,1,5,'0.0000','59.9900','479.9600','0.0000',NULL),(163,1,1,6,'0.0000','299.0000','399.0000','0.0000',NULL),(163,1,1,7,'99.0000','0.0000','299.0000',NULL,'0.0000'),(163,1,1,8,'99.9900','0.0000','199.9900',NULL,'0.0000'),(163,1,1,9,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(163,1,1,10,'150.0000','0.0000','199.9900',NULL,'0.0000'),(163,1,2,3,'0.0000','150.0000','150.0000','0.0000',NULL),(163,1,2,4,'0.0000','399.9900','699.9900','0.0000',NULL),(163,1,2,5,'0.0000','59.9900','479.9600','0.0000',NULL),(163,1,2,6,'0.0000','299.0000','399.0000','0.0000',NULL),(163,1,2,7,'99.0000','0.0000','299.0000',NULL,'0.0000'),(163,1,2,8,'99.9900','0.0000','199.9900',NULL,'0.0000'),(163,1,2,9,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(163,1,2,10,'150.0000','0.0000','199.9900',NULL,'0.0000'),(163,2,1,3,'0.0000','150.0000','150.0000','0.0000',NULL),(163,2,1,4,'0.0000','399.9900','699.9900','0.0000',NULL),(163,2,1,5,'0.0000','59.9900','479.9600','0.0000',NULL),(163,2,1,6,'0.0000','299.0000','399.0000','0.0000',NULL),(163,2,1,7,'99.0000','0.0000','299.0000',NULL,'0.0000'),(163,2,1,8,'99.9900','0.0000','199.9900',NULL,'0.0000'),(163,2,1,9,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(163,2,1,10,'150.0000','0.0000','199.9900',NULL,'0.0000'),(163,2,2,3,'0.0000','150.0000','150.0000','0.0000',NULL),(163,2,2,4,'0.0000','399.9900','699.9900','0.0000',NULL),(163,2,2,5,'0.0000','59.9900','479.9600','0.0000',NULL),(163,2,2,6,'0.0000','299.0000','399.0000','0.0000',NULL),(163,2,2,7,'99.0000','0.0000','299.0000',NULL,'0.0000'),(163,2,2,8,'99.9900','0.0000','199.9900',NULL,'0.0000'),(163,2,2,9,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(163,2,2,10,'150.0000','0.0000','199.9900',NULL,'0.0000'),(163,3,1,3,'0.0000','150.0000','150.0000','0.0000',NULL),(163,3,1,4,'0.0000','399.9900','699.9900','0.0000',NULL),(163,3,1,5,'0.0000','59.9900','479.9600','0.0000',NULL),(163,3,1,6,'0.0000','299.0000','399.0000','0.0000',NULL),(163,3,1,7,'99.0000','0.0000','299.0000',NULL,'0.0000'),(163,3,1,8,'99.9900','0.0000','199.9900',NULL,'0.0000'),(163,3,1,9,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(163,3,1,10,'150.0000','0.0000','199.9900',NULL,'0.0000'),(163,3,2,3,'0.0000','150.0000','150.0000','0.0000',NULL),(163,3,2,4,'0.0000','399.9900','699.9900','0.0000',NULL),(163,3,2,5,'0.0000','59.9900','479.9600','0.0000',NULL),(163,3,2,6,'0.0000','299.0000','399.0000','0.0000',NULL),(163,3,2,7,'99.0000','0.0000','299.0000',NULL,'0.0000'),(163,3,2,8,'99.9900','0.0000','199.9900',NULL,'0.0000'),(163,3,2,9,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(163,3,2,10,'150.0000','0.0000','199.9900',NULL,'0.0000'),(163,5,1,3,'0.0000','150.0000','150.0000','0.0000',NULL),(163,5,1,4,'0.0000','399.9900','699.9900','0.0000',NULL),(163,5,1,5,'0.0000','59.9900','479.9600','0.0000',NULL),(163,5,1,6,'0.0000','299.0000','399.0000','0.0000',NULL),(163,5,1,7,'99.0000','0.0000','299.0000',NULL,'0.0000'),(163,5,1,8,'99.9900','0.0000','199.9900',NULL,'0.0000'),(163,5,1,9,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(163,5,1,10,'150.0000','0.0000','199.9900',NULL,'0.0000'),(163,5,2,3,'0.0000','150.0000','150.0000','0.0000',NULL),(163,5,2,4,'0.0000','399.9900','699.9900','0.0000',NULL),(163,5,2,5,'0.0000','59.9900','479.9600','0.0000',NULL),(163,5,2,6,'0.0000','299.0000','399.0000','0.0000',NULL),(163,5,2,7,'99.0000','0.0000','299.0000',NULL,'0.0000'),(163,5,2,8,'99.9900','0.0000','199.9900',NULL,'0.0000'),(163,5,2,9,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(163,5,2,10,'150.0000','0.0000','199.9900',NULL,'0.0000'),(163,6,1,3,'0.0000','150.0000','150.0000','0.0000',NULL),(163,6,1,4,'0.0000','399.9900','699.9900','0.0000',NULL),(163,6,1,5,'0.0000','59.9900','479.9600','0.0000',NULL),(163,6,1,6,'0.0000','299.0000','399.0000','0.0000',NULL),(163,6,1,7,'99.0000','0.0000','299.0000',NULL,'0.0000'),(163,6,1,8,'99.9900','0.0000','199.9900',NULL,'0.0000'),(163,6,1,9,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(163,6,1,10,'150.0000','0.0000','199.9900',NULL,'0.0000'),(163,6,2,3,'0.0000','150.0000','150.0000','0.0000',NULL),(163,6,2,4,'0.0000','399.9900','699.9900','0.0000',NULL),(163,6,2,5,'0.0000','59.9900','479.9600','0.0000',NULL),(163,6,2,6,'0.0000','299.0000','399.0000','0.0000',NULL),(163,6,2,7,'99.0000','0.0000','299.0000',NULL,'0.0000'),(163,6,2,8,'99.9900','0.0000','199.9900',NULL,'0.0000'),(163,6,2,9,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(163,6,2,10,'150.0000','0.0000','199.9900',NULL,'0.0000'),(164,0,1,11,'0.0000','0.0000','150.0000',NULL,'0.0000'),(164,0,1,12,'0.0000','0.0000','250.0000',NULL,'0.0000'),(164,0,1,13,'0.0000','0.0000','249.0000','0.0000',NULL),(164,0,1,20,'0.0000','0.0000','700.0000',NULL,'0.0000'),(164,0,1,21,'0.0000','0.0000','0.0000',NULL,'0.0000'),(164,0,2,11,'0.0000','0.0000','150.0000',NULL,'0.0000'),(164,0,2,12,'0.0000','0.0000','250.0000',NULL,'0.0000'),(164,0,2,13,'0.0000','0.0000','249.0000','0.0000',NULL),(164,0,2,20,'0.0000','0.0000','700.0000',NULL,'0.0000'),(164,0,2,21,'0.0000','0.0000','0.0000',NULL,'0.0000'),(164,1,1,11,'0.0000','0.0000','150.0000',NULL,'0.0000'),(164,1,1,12,'0.0000','0.0000','250.0000',NULL,'0.0000'),(164,1,1,13,'0.0000','0.0000','249.0000','0.0000',NULL),(164,1,1,20,'0.0000','0.0000','700.0000',NULL,'0.0000'),(164,1,1,21,'0.0000','0.0000','0.0000',NULL,'0.0000'),(164,1,2,11,'0.0000','0.0000','150.0000',NULL,'0.0000'),(164,1,2,12,'0.0000','0.0000','250.0000',NULL,'0.0000'),(164,1,2,13,'0.0000','0.0000','249.0000','0.0000',NULL),(164,1,2,20,'0.0000','0.0000','700.0000',NULL,'0.0000'),(164,1,2,21,'0.0000','0.0000','0.0000',NULL,'0.0000'),(164,2,1,11,'0.0000','0.0000','150.0000',NULL,'0.0000'),(164,2,1,12,'0.0000','0.0000','250.0000',NULL,'0.0000'),(164,2,1,13,'0.0000','0.0000','249.0000','0.0000',NULL),(164,2,1,20,'0.0000','0.0000','700.0000',NULL,'0.0000'),(164,2,1,21,'0.0000','0.0000','0.0000',NULL,'0.0000'),(164,2,2,11,'0.0000','0.0000','150.0000',NULL,'0.0000'),(164,2,2,12,'0.0000','0.0000','250.0000',NULL,'0.0000'),(164,2,2,13,'0.0000','0.0000','249.0000','0.0000',NULL),(164,2,2,20,'0.0000','0.0000','700.0000',NULL,'0.0000'),(164,2,2,21,'0.0000','0.0000','0.0000',NULL,'0.0000'),(164,3,1,11,'0.0000','0.0000','150.0000',NULL,'0.0000'),(164,3,1,12,'0.0000','0.0000','250.0000',NULL,'0.0000'),(164,3,1,13,'0.0000','0.0000','249.0000','0.0000',NULL),(164,3,1,20,'0.0000','0.0000','700.0000',NULL,'0.0000'),(164,3,1,21,'0.0000','0.0000','0.0000',NULL,'0.0000'),(164,3,2,11,'0.0000','0.0000','150.0000',NULL,'0.0000'),(164,3,2,12,'0.0000','0.0000','250.0000',NULL,'0.0000'),(164,3,2,13,'0.0000','0.0000','249.0000','0.0000',NULL),(164,3,2,20,'0.0000','0.0000','700.0000',NULL,'0.0000'),(164,3,2,21,'0.0000','0.0000','0.0000',NULL,'0.0000'),(164,5,1,11,'0.0000','0.0000','150.0000',NULL,'0.0000'),(164,5,1,12,'0.0000','0.0000','250.0000',NULL,'0.0000'),(164,5,1,13,'0.0000','0.0000','249.0000','0.0000',NULL),(164,5,1,20,'0.0000','0.0000','700.0000',NULL,'0.0000'),(164,5,1,21,'0.0000','0.0000','0.0000',NULL,'0.0000'),(164,5,2,11,'0.0000','0.0000','150.0000',NULL,'0.0000'),(164,5,2,12,'0.0000','0.0000','250.0000',NULL,'0.0000'),(164,5,2,13,'0.0000','0.0000','249.0000','0.0000',NULL),(164,5,2,20,'0.0000','0.0000','700.0000',NULL,'0.0000'),(164,5,2,21,'0.0000','0.0000','0.0000',NULL,'0.0000'),(164,6,1,11,'0.0000','0.0000','150.0000',NULL,'0.0000'),(164,6,1,12,'0.0000','0.0000','250.0000',NULL,'0.0000'),(164,6,1,13,'0.0000','0.0000','249.0000','0.0000',NULL),(164,6,1,20,'0.0000','0.0000','700.0000',NULL,'0.0000'),(164,6,1,21,'0.0000','0.0000','0.0000',NULL,'0.0000'),(164,6,2,11,'0.0000','0.0000','150.0000',NULL,'0.0000'),(164,6,2,12,'0.0000','0.0000','250.0000',NULL,'0.0000'),(164,6,2,13,'0.0000','0.0000','249.0000','0.0000',NULL),(164,6,2,20,'0.0000','0.0000','700.0000',NULL,'0.0000'),(164,6,2,21,'0.0000','0.0000','0.0000',NULL,'0.0000'),(165,0,1,14,'399.9900','0.0000','2199.9600',NULL,'0.0000'),(165,0,1,15,'99.9900','0.0000','199.9900',NULL,'0.0000'),(165,0,1,16,'99.0000','0.0000','399.0000',NULL,'0.0000'),(165,0,1,17,'150.0000','0.0000','199.9900',NULL,'0.0000'),(165,0,1,22,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(165,0,2,14,'399.9900','0.0000','2199.9600',NULL,'0.0000'),(165,0,2,15,'99.9900','0.0000','199.9900',NULL,'0.0000'),(165,0,2,16,'99.0000','0.0000','399.0000',NULL,'0.0000'),(165,0,2,17,'150.0000','0.0000','199.9900',NULL,'0.0000'),(165,0,2,22,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(165,1,1,14,'399.9900','0.0000','2199.9600',NULL,'0.0000'),(165,1,1,15,'99.9900','0.0000','199.9900',NULL,'0.0000'),(165,1,1,16,'99.0000','0.0000','399.0000',NULL,'0.0000'),(165,1,1,17,'150.0000','0.0000','199.9900',NULL,'0.0000'),(165,1,1,22,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(165,1,2,14,'399.9900','0.0000','2199.9600',NULL,'0.0000'),(165,1,2,15,'99.9900','0.0000','199.9900',NULL,'0.0000'),(165,1,2,16,'99.0000','0.0000','399.0000',NULL,'0.0000'),(165,1,2,17,'150.0000','0.0000','199.9900',NULL,'0.0000'),(165,1,2,22,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(165,2,1,14,'399.9900','0.0000','2199.9600',NULL,'0.0000'),(165,2,1,15,'99.9900','0.0000','199.9900',NULL,'0.0000'),(165,2,1,16,'99.0000','0.0000','399.0000',NULL,'0.0000'),(165,2,1,17,'150.0000','0.0000','199.9900',NULL,'0.0000'),(165,2,1,22,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(165,2,2,14,'399.9900','0.0000','2199.9600',NULL,'0.0000'),(165,2,2,15,'99.9900','0.0000','199.9900',NULL,'0.0000'),(165,2,2,16,'99.0000','0.0000','399.0000',NULL,'0.0000'),(165,2,2,17,'150.0000','0.0000','199.9900',NULL,'0.0000'),(165,2,2,22,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(165,3,1,14,'399.9900','0.0000','2199.9600',NULL,'0.0000'),(165,3,1,15,'99.9900','0.0000','199.9900',NULL,'0.0000'),(165,3,1,16,'99.0000','0.0000','399.0000',NULL,'0.0000'),(165,3,1,17,'150.0000','0.0000','199.9900',NULL,'0.0000'),(165,3,1,22,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(165,3,2,14,'399.9900','0.0000','2199.9600',NULL,'0.0000'),(165,3,2,15,'99.9900','0.0000','199.9900',NULL,'0.0000'),(165,3,2,16,'99.0000','0.0000','399.0000',NULL,'0.0000'),(165,3,2,17,'150.0000','0.0000','199.9900',NULL,'0.0000'),(165,3,2,22,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(165,5,1,14,'399.9900','0.0000','2199.9600',NULL,'0.0000'),(165,5,1,15,'99.9900','0.0000','199.9900',NULL,'0.0000'),(165,5,1,16,'99.0000','0.0000','399.0000',NULL,'0.0000'),(165,5,1,17,'150.0000','0.0000','199.9900',NULL,'0.0000'),(165,5,1,22,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(165,5,2,14,'399.9900','0.0000','2199.9600',NULL,'0.0000'),(165,5,2,15,'99.9900','0.0000','199.9900',NULL,'0.0000'),(165,5,2,16,'99.0000','0.0000','399.0000',NULL,'0.0000'),(165,5,2,17,'150.0000','0.0000','199.9900',NULL,'0.0000'),(165,5,2,22,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(165,6,1,14,'399.9900','0.0000','2199.9600',NULL,'0.0000'),(165,6,1,15,'99.9900','0.0000','199.9900',NULL,'0.0000'),(165,6,1,16,'99.0000','0.0000','399.0000',NULL,'0.0000'),(165,6,1,17,'150.0000','0.0000','199.9900',NULL,'0.0000'),(165,6,1,22,'98.9900','0.0000','2049.9900',NULL,'0.0000'),(165,6,2,14,'399.9900','0.0000','2199.9600',NULL,'0.0000'),(165,6,2,15,'99.9900','0.0000','199.9900',NULL,'0.0000'),(165,6,2,16,'99.0000','0.0000','399.0000',NULL,'0.0000'),(165,6,2,17,'150.0000','0.0000','199.9900',NULL,'0.0000'),(165,6,2,22,'98.9900','0.0000','2049.9900',NULL,'0.0000');
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_opt_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_bundle_opt_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_bundle_opt_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_bundle_opt_tmp` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`option_id` int(10) unsigned NOT NULL DEFAULT '0',
`min_price` decimal(12,4) DEFAULT NULL,
`alt_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
`alt_tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_bundle_opt_tmp`
--
LOCK TABLES `catalog_product_index_price_bundle_opt_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_opt_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_opt_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_bundle_sel_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_bundle_sel_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_bundle_sel_idx` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`option_id` int(10) unsigned NOT NULL DEFAULT '0',
`selection_id` int(10) unsigned NOT NULL DEFAULT '0',
`group_type` tinyint(1) unsigned DEFAULT '0',
`is_required` tinyint(1) unsigned DEFAULT '0',
`price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`,`selection_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_bundle_sel_idx`
--
LOCK TABLES `catalog_product_index_price_bundle_sel_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_sel_idx` DISABLE KEYS */;
INSERT INTO `catalog_product_index_price_bundle_sel_idx` VALUES (158,0,1,1,1,0,0,'325.0000',NULL),(158,0,1,1,2,0,0,'150.0000',NULL),(158,0,1,1,3,0,0,'250.0000',NULL),(158,0,1,2,4,0,1,'2699.9900',NULL),(158,0,2,1,1,0,0,'325.0000',NULL),(158,0,2,1,2,0,0,'150.0000',NULL),(158,0,2,1,3,0,0,'250.0000',NULL),(158,0,2,2,4,0,1,'2699.9900',NULL),(158,1,1,1,1,0,0,'325.0000',NULL),(158,1,1,1,2,0,0,'150.0000',NULL),(158,1,1,1,3,0,0,'250.0000',NULL),(158,1,1,2,4,0,1,'2699.9900',NULL),(158,1,2,1,1,0,0,'325.0000',NULL),(158,1,2,1,2,0,0,'150.0000',NULL),(158,1,2,1,3,0,0,'250.0000',NULL),(158,1,2,2,4,0,1,'2699.9900',NULL),(158,2,1,1,1,0,0,'325.0000',NULL),(158,2,1,1,2,0,0,'150.0000',NULL),(158,2,1,1,3,0,0,'250.0000',NULL),(158,2,1,2,4,0,1,'2699.9900',NULL),(158,2,2,1,1,0,0,'325.0000',NULL),(158,2,2,1,2,0,0,'150.0000',NULL),(158,2,2,1,3,0,0,'250.0000',NULL),(158,2,2,2,4,0,1,'2699.9900',NULL),(158,3,1,1,1,0,0,'325.0000',NULL),(158,3,1,1,2,0,0,'150.0000',NULL),(158,3,1,1,3,0,0,'250.0000',NULL),(158,3,1,2,4,0,1,'2699.9900',NULL),(158,3,2,1,1,0,0,'325.0000',NULL),(158,3,2,1,2,0,0,'150.0000',NULL),(158,3,2,1,3,0,0,'250.0000',NULL),(158,3,2,2,4,0,1,'2699.9900',NULL),(158,5,1,1,1,0,0,'325.0000',NULL),(158,5,1,1,2,0,0,'150.0000',NULL),(158,5,1,1,3,0,0,'250.0000',NULL),(158,5,1,2,4,0,1,'2699.9900',NULL),(158,5,2,1,1,0,0,'325.0000',NULL),(158,5,2,1,2,0,0,'150.0000',NULL),(158,5,2,1,3,0,0,'250.0000',NULL),(158,5,2,2,4,0,1,'2699.9900',NULL),(158,6,1,1,1,0,0,'325.0000',NULL),(158,6,1,1,2,0,0,'150.0000',NULL),(158,6,1,1,3,0,0,'250.0000',NULL),(158,6,1,2,4,0,1,'2699.9900',NULL),(158,6,2,1,1,0,0,'325.0000',NULL),(158,6,2,1,2,0,0,'150.0000',NULL),(158,6,2,1,3,0,0,'250.0000',NULL),(158,6,2,2,4,0,1,'2699.9900',NULL),(163,0,1,3,5,1,0,'150.0000',NULL),(163,0,1,4,6,0,0,'699.9900',NULL),(163,0,1,4,7,0,0,'399.9900',NULL),(163,0,1,4,8,0,0,'699.9900',NULL),(163,0,1,4,9,0,0,'399.9900',NULL),(163,0,1,5,10,1,0,'59.9900',NULL),(163,0,1,5,11,1,0,'99.9900',NULL),(163,0,1,5,12,1,0,'239.9900',NULL),(163,0,1,5,13,1,0,'79.9900',NULL),(163,0,1,6,14,0,0,'399.0000',NULL),(163,0,1,6,15,0,0,'299.0000',NULL),(163,0,1,7,16,0,1,'99.0000',NULL),(163,0,1,7,17,0,1,'299.0000',NULL),(163,0,1,8,18,0,1,'99.9900',NULL),(163,0,1,8,19,0,1,'150.9900',NULL),(163,0,1,8,20,0,1,'199.9900',NULL),(163,0,1,9,21,0,1,'98.9900',NULL),(163,0,1,9,22,0,1,'335.9900',NULL),(163,0,1,9,23,0,1,'2049.9900',NULL),(163,0,1,9,24,0,1,'98.9900',NULL),(163,0,1,10,25,0,1,'150.0000',NULL),(163,0,1,10,26,0,1,'199.9900',NULL),(163,0,2,3,5,1,0,'150.0000',NULL),(163,0,2,4,6,0,0,'699.9900',NULL),(163,0,2,4,7,0,0,'399.9900',NULL),(163,0,2,4,8,0,0,'699.9900',NULL),(163,0,2,4,9,0,0,'399.9900',NULL),(163,0,2,5,10,1,0,'59.9900',NULL),(163,0,2,5,11,1,0,'99.9900',NULL),(163,0,2,5,12,1,0,'239.9900',NULL),(163,0,2,5,13,1,0,'79.9900',NULL),(163,0,2,6,14,0,0,'399.0000',NULL),(163,0,2,6,15,0,0,'299.0000',NULL),(163,0,2,7,16,0,1,'99.0000',NULL),(163,0,2,7,17,0,1,'299.0000',NULL),(163,0,2,8,18,0,1,'99.9900',NULL),(163,0,2,8,19,0,1,'150.9900',NULL),(163,0,2,8,20,0,1,'199.9900',NULL),(163,0,2,9,21,0,1,'98.9900',NULL),(163,0,2,9,22,0,1,'335.9900',NULL),(163,0,2,9,23,0,1,'2049.9900',NULL),(163,0,2,9,24,0,1,'98.9900',NULL),(163,0,2,10,25,0,1,'150.0000',NULL),(163,0,2,10,26,0,1,'199.9900',NULL),(163,1,1,3,5,1,0,'150.0000',NULL),(163,1,1,4,6,0,0,'699.9900',NULL),(163,1,1,4,7,0,0,'399.9900',NULL),(163,1,1,4,8,0,0,'699.9900',NULL),(163,1,1,4,9,0,0,'399.9900',NULL),(163,1,1,5,10,1,0,'59.9900',NULL),(163,1,1,5,11,1,0,'99.9900',NULL),(163,1,1,5,12,1,0,'239.9900',NULL),(163,1,1,5,13,1,0,'79.9900',NULL),(163,1,1,6,14,0,0,'399.0000',NULL),(163,1,1,6,15,0,0,'299.0000',NULL),(163,1,1,7,16,0,1,'99.0000',NULL),(163,1,1,7,17,0,1,'299.0000',NULL),(163,1,1,8,18,0,1,'99.9900',NULL),(163,1,1,8,19,0,1,'150.9900',NULL),(163,1,1,8,20,0,1,'199.9900',NULL),(163,1,1,9,21,0,1,'98.9900',NULL),(163,1,1,9,22,0,1,'335.9900',NULL),(163,1,1,9,23,0,1,'2049.9900',NULL),(163,1,1,9,24,0,1,'98.9900',NULL),(163,1,1,10,25,0,1,'150.0000',NULL),(163,1,1,10,26,0,1,'199.9900',NULL),(163,1,2,3,5,1,0,'150.0000',NULL),(163,1,2,4,6,0,0,'699.9900',NULL),(163,1,2,4,7,0,0,'399.9900',NULL),(163,1,2,4,8,0,0,'699.9900',NULL),(163,1,2,4,9,0,0,'399.9900',NULL),(163,1,2,5,10,1,0,'59.9900',NULL),(163,1,2,5,11,1,0,'99.9900',NULL),(163,1,2,5,12,1,0,'239.9900',NULL),(163,1,2,5,13,1,0,'79.9900',NULL),(163,1,2,6,14,0,0,'399.0000',NULL),(163,1,2,6,15,0,0,'299.0000',NULL),(163,1,2,7,16,0,1,'99.0000',NULL),(163,1,2,7,17,0,1,'299.0000',NULL),(163,1,2,8,18,0,1,'99.9900',NULL),(163,1,2,8,19,0,1,'150.9900',NULL),(163,1,2,8,20,0,1,'199.9900',NULL),(163,1,2,9,21,0,1,'98.9900',NULL),(163,1,2,9,22,0,1,'335.9900',NULL),(163,1,2,9,23,0,1,'2049.9900',NULL),(163,1,2,9,24,0,1,'98.9900',NULL),(163,1,2,10,25,0,1,'150.0000',NULL),(163,1,2,10,26,0,1,'199.9900',NULL),(163,2,1,3,5,1,0,'150.0000',NULL),(163,2,1,4,6,0,0,'699.9900',NULL),(163,2,1,4,7,0,0,'399.9900',NULL),(163,2,1,4,8,0,0,'699.9900',NULL),(163,2,1,4,9,0,0,'399.9900',NULL),(163,2,1,5,10,1,0,'59.9900',NULL),(163,2,1,5,11,1,0,'99.9900',NULL),(163,2,1,5,12,1,0,'239.9900',NULL),(163,2,1,5,13,1,0,'79.9900',NULL),(163,2,1,6,14,0,0,'399.0000',NULL),(163,2,1,6,15,0,0,'299.0000',NULL),(163,2,1,7,16,0,1,'99.0000',NULL),(163,2,1,7,17,0,1,'299.0000',NULL),(163,2,1,8,18,0,1,'99.9900',NULL),(163,2,1,8,19,0,1,'150.9900',NULL),(163,2,1,8,20,0,1,'199.9900',NULL),(163,2,1,9,21,0,1,'98.9900',NULL),(163,2,1,9,22,0,1,'335.9900',NULL),(163,2,1,9,23,0,1,'2049.9900',NULL),(163,2,1,9,24,0,1,'98.9900',NULL),(163,2,1,10,25,0,1,'150.0000',NULL),(163,2,1,10,26,0,1,'199.9900',NULL),(163,2,2,3,5,1,0,'150.0000',NULL),(163,2,2,4,6,0,0,'699.9900',NULL),(163,2,2,4,7,0,0,'399.9900',NULL),(163,2,2,4,8,0,0,'699.9900',NULL),(163,2,2,4,9,0,0,'399.9900',NULL),(163,2,2,5,10,1,0,'59.9900',NULL),(163,2,2,5,11,1,0,'99.9900',NULL),(163,2,2,5,12,1,0,'239.9900',NULL),(163,2,2,5,13,1,0,'79.9900',NULL),(163,2,2,6,14,0,0,'399.0000',NULL),(163,2,2,6,15,0,0,'299.0000',NULL),(163,2,2,7,16,0,1,'99.0000',NULL),(163,2,2,7,17,0,1,'299.0000',NULL),(163,2,2,8,18,0,1,'99.9900',NULL),(163,2,2,8,19,0,1,'150.9900',NULL),(163,2,2,8,20,0,1,'199.9900',NULL),(163,2,2,9,21,0,1,'98.9900',NULL),(163,2,2,9,22,0,1,'335.9900',NULL),(163,2,2,9,23,0,1,'2049.9900',NULL),(163,2,2,9,24,0,1,'98.9900',NULL),(163,2,2,10,25,0,1,'150.0000',NULL),(163,2,2,10,26,0,1,'199.9900',NULL),(163,3,1,3,5,1,0,'150.0000',NULL),(163,3,1,4,6,0,0,'699.9900',NULL),(163,3,1,4,7,0,0,'399.9900',NULL),(163,3,1,4,8,0,0,'699.9900',NULL),(163,3,1,4,9,0,0,'399.9900',NULL),(163,3,1,5,10,1,0,'59.9900',NULL),(163,3,1,5,11,1,0,'99.9900',NULL),(163,3,1,5,12,1,0,'239.9900',NULL),(163,3,1,5,13,1,0,'79.9900',NULL),(163,3,1,6,14,0,0,'399.0000',NULL),(163,3,1,6,15,0,0,'299.0000',NULL),(163,3,1,7,16,0,1,'99.0000',NULL),(163,3,1,7,17,0,1,'299.0000',NULL),(163,3,1,8,18,0,1,'99.9900',NULL),(163,3,1,8,19,0,1,'150.9900',NULL),(163,3,1,8,20,0,1,'199.9900',NULL),(163,3,1,9,21,0,1,'98.9900',NULL),(163,3,1,9,22,0,1,'335.9900',NULL),(163,3,1,9,23,0,1,'2049.9900',NULL),(163,3,1,9,24,0,1,'98.9900',NULL),(163,3,1,10,25,0,1,'150.0000',NULL),(163,3,1,10,26,0,1,'199.9900',NULL),(163,3,2,3,5,1,0,'150.0000',NULL),(163,3,2,4,6,0,0,'699.9900',NULL),(163,3,2,4,7,0,0,'399.9900',NULL),(163,3,2,4,8,0,0,'699.9900',NULL),(163,3,2,4,9,0,0,'399.9900',NULL),(163,3,2,5,10,1,0,'59.9900',NULL),(163,3,2,5,11,1,0,'99.9900',NULL),(163,3,2,5,12,1,0,'239.9900',NULL),(163,3,2,5,13,1,0,'79.9900',NULL),(163,3,2,6,14,0,0,'399.0000',NULL),(163,3,2,6,15,0,0,'299.0000',NULL),(163,3,2,7,16,0,1,'99.0000',NULL),(163,3,2,7,17,0,1,'299.0000',NULL),(163,3,2,8,18,0,1,'99.9900',NULL),(163,3,2,8,19,0,1,'150.9900',NULL),(163,3,2,8,20,0,1,'199.9900',NULL),(163,3,2,9,21,0,1,'98.9900',NULL),(163,3,2,9,22,0,1,'335.9900',NULL),(163,3,2,9,23,0,1,'2049.9900',NULL),(163,3,2,9,24,0,1,'98.9900',NULL),(163,3,2,10,25,0,1,'150.0000',NULL),(163,3,2,10,26,0,1,'199.9900',NULL),(163,5,1,3,5,1,0,'150.0000',NULL),(163,5,1,4,6,0,0,'699.9900',NULL),(163,5,1,4,7,0,0,'399.9900',NULL),(163,5,1,4,8,0,0,'699.9900',NULL),(163,5,1,4,9,0,0,'399.9900',NULL),(163,5,1,5,10,1,0,'59.9900',NULL),(163,5,1,5,11,1,0,'99.9900',NULL),(163,5,1,5,12,1,0,'239.9900',NULL),(163,5,1,5,13,1,0,'79.9900',NULL),(163,5,1,6,14,0,0,'399.0000',NULL),(163,5,1,6,15,0,0,'299.0000',NULL),(163,5,1,7,16,0,1,'99.0000',NULL),(163,5,1,7,17,0,1,'299.0000',NULL),(163,5,1,8,18,0,1,'99.9900',NULL),(163,5,1,8,19,0,1,'150.9900',NULL),(163,5,1,8,20,0,1,'199.9900',NULL),(163,5,1,9,21,0,1,'98.9900',NULL),(163,5,1,9,22,0,1,'335.9900',NULL),(163,5,1,9,23,0,1,'2049.9900',NULL),(163,5,1,9,24,0,1,'98.9900',NULL),(163,5,1,10,25,0,1,'150.0000',NULL),(163,5,1,10,26,0,1,'199.9900',NULL),(163,5,2,3,5,1,0,'150.0000',NULL),(163,5,2,4,6,0,0,'699.9900',NULL),(163,5,2,4,7,0,0,'399.9900',NULL),(163,5,2,4,8,0,0,'699.9900',NULL),(163,5,2,4,9,0,0,'399.9900',NULL),(163,5,2,5,10,1,0,'59.9900',NULL),(163,5,2,5,11,1,0,'99.9900',NULL),(163,5,2,5,12,1,0,'239.9900',NULL),(163,5,2,5,13,1,0,'79.9900',NULL),(163,5,2,6,14,0,0,'399.0000',NULL),(163,5,2,6,15,0,0,'299.0000',NULL),(163,5,2,7,16,0,1,'99.0000',NULL),(163,5,2,7,17,0,1,'299.0000',NULL),(163,5,2,8,18,0,1,'99.9900',NULL),(163,5,2,8,19,0,1,'150.9900',NULL),(163,5,2,8,20,0,1,'199.9900',NULL),(163,5,2,9,21,0,1,'98.9900',NULL),(163,5,2,9,22,0,1,'335.9900',NULL),(163,5,2,9,23,0,1,'2049.9900',NULL),(163,5,2,9,24,0,1,'98.9900',NULL),(163,5,2,10,25,0,1,'150.0000',NULL),(163,5,2,10,26,0,1,'199.9900',NULL),(163,6,1,3,5,1,0,'150.0000',NULL),(163,6,1,4,6,0,0,'699.9900',NULL),(163,6,1,4,7,0,0,'399.9900',NULL),(163,6,1,4,8,0,0,'699.9900',NULL),(163,6,1,4,9,0,0,'399.9900',NULL),(163,6,1,5,10,1,0,'59.9900',NULL),(163,6,1,5,11,1,0,'99.9900',NULL),(163,6,1,5,12,1,0,'239.9900',NULL),(163,6,1,5,13,1,0,'79.9900',NULL),(163,6,1,6,14,0,0,'399.0000',NULL),(163,6,1,6,15,0,0,'299.0000',NULL),(163,6,1,7,16,0,1,'99.0000',NULL),(163,6,1,7,17,0,1,'299.0000',NULL),(163,6,1,8,18,0,1,'99.9900',NULL),(163,6,1,8,19,0,1,'150.9900',NULL),(163,6,1,8,20,0,1,'199.9900',NULL),(163,6,1,9,21,0,1,'98.9900',NULL),(163,6,1,9,22,0,1,'335.9900',NULL),(163,6,1,9,23,0,1,'2049.9900',NULL),(163,6,1,9,24,0,1,'98.9900',NULL),(163,6,1,10,25,0,1,'150.0000',NULL),(163,6,1,10,26,0,1,'199.9900',NULL),(163,6,2,3,5,1,0,'150.0000',NULL),(163,6,2,4,6,0,0,'699.9900',NULL),(163,6,2,4,7,0,0,'399.9900',NULL),(163,6,2,4,8,0,0,'699.9900',NULL),(163,6,2,4,9,0,0,'399.9900',NULL),(163,6,2,5,10,1,0,'59.9900',NULL),(163,6,2,5,11,1,0,'99.9900',NULL),(163,6,2,5,12,1,0,'239.9900',NULL),(163,6,2,5,13,1,0,'79.9900',NULL),(163,6,2,6,14,0,0,'399.0000',NULL),(163,6,2,6,15,0,0,'299.0000',NULL),(163,6,2,7,16,0,1,'99.0000',NULL),(163,6,2,7,17,0,1,'299.0000',NULL),(163,6,2,8,18,0,1,'99.9900',NULL),(163,6,2,8,19,0,1,'150.9900',NULL),(163,6,2,8,20,0,1,'199.9900',NULL),(163,6,2,9,21,0,1,'98.9900',NULL),(163,6,2,9,22,0,1,'335.9900',NULL),(163,6,2,9,23,0,1,'2049.9900',NULL),(163,6,2,9,24,0,1,'98.9900',NULL),(163,6,2,10,25,0,1,'150.0000',NULL),(163,6,2,10,26,0,1,'199.9900',NULL),(164,0,1,11,27,0,1,'0.0000',NULL),(164,0,1,11,28,0,1,'75.0000',NULL),(164,0,1,11,29,0,1,'150.0000',NULL),(164,0,1,12,30,1,1,'250.0000',NULL),(164,0,1,12,31,1,1,'0.0000',NULL),(164,0,1,13,32,1,0,'199.0000',NULL),(164,0,1,13,33,1,0,'50.0000',NULL),(164,0,1,13,34,1,0,'0.0000',NULL),(164,0,1,13,35,1,0,'0.0000',NULL),(164,0,1,20,54,0,1,'700.0000',NULL),(164,0,1,20,55,0,1,'200.0000',NULL),(164,0,1,20,56,0,1,'100.0000',NULL),(164,0,1,20,57,0,1,'0.0000',NULL),(164,0,1,21,58,0,1,'0.0000',NULL),(164,0,2,11,27,0,1,'0.0000',NULL),(164,0,2,11,28,0,1,'75.0000',NULL),(164,0,2,11,29,0,1,'150.0000',NULL),(164,0,2,12,30,1,1,'250.0000',NULL),(164,0,2,12,31,1,1,'0.0000',NULL),(164,0,2,13,32,1,0,'199.0000',NULL),(164,0,2,13,33,1,0,'50.0000',NULL),(164,0,2,13,34,1,0,'0.0000',NULL),(164,0,2,13,35,1,0,'0.0000',NULL),(164,0,2,20,54,0,1,'700.0000',NULL),(164,0,2,20,55,0,1,'200.0000',NULL),(164,0,2,20,56,0,1,'100.0000',NULL),(164,0,2,20,57,0,1,'0.0000',NULL),(164,0,2,21,58,0,1,'0.0000',NULL),(164,1,1,11,27,0,1,'0.0000',NULL),(164,1,1,11,28,0,1,'75.0000',NULL),(164,1,1,11,29,0,1,'150.0000',NULL),(164,1,1,12,30,1,1,'250.0000',NULL),(164,1,1,12,31,1,1,'0.0000',NULL),(164,1,1,13,32,1,0,'199.0000',NULL),(164,1,1,13,33,1,0,'50.0000',NULL),(164,1,1,13,34,1,0,'0.0000',NULL),(164,1,1,13,35,1,0,'0.0000',NULL),(164,1,1,20,54,0,1,'700.0000',NULL),(164,1,1,20,55,0,1,'200.0000',NULL),(164,1,1,20,56,0,1,'100.0000',NULL),(164,1,1,20,57,0,1,'0.0000',NULL),(164,1,1,21,58,0,1,'0.0000',NULL),(164,1,2,11,27,0,1,'0.0000',NULL),(164,1,2,11,28,0,1,'75.0000',NULL),(164,1,2,11,29,0,1,'150.0000',NULL),(164,1,2,12,30,1,1,'250.0000',NULL),(164,1,2,12,31,1,1,'0.0000',NULL),(164,1,2,13,32,1,0,'199.0000',NULL),(164,1,2,13,33,1,0,'50.0000',NULL),(164,1,2,13,34,1,0,'0.0000',NULL),(164,1,2,13,35,1,0,'0.0000',NULL),(164,1,2,20,54,0,1,'700.0000',NULL),(164,1,2,20,55,0,1,'200.0000',NULL),(164,1,2,20,56,0,1,'100.0000',NULL),(164,1,2,20,57,0,1,'0.0000',NULL),(164,1,2,21,58,0,1,'0.0000',NULL),(164,2,1,11,27,0,1,'0.0000',NULL),(164,2,1,11,28,0,1,'75.0000',NULL),(164,2,1,11,29,0,1,'150.0000',NULL),(164,2,1,12,30,1,1,'250.0000',NULL),(164,2,1,12,31,1,1,'0.0000',NULL),(164,2,1,13,32,1,0,'199.0000',NULL),(164,2,1,13,33,1,0,'50.0000',NULL),(164,2,1,13,34,1,0,'0.0000',NULL),(164,2,1,13,35,1,0,'0.0000',NULL),(164,2,1,20,54,0,1,'700.0000',NULL),(164,2,1,20,55,0,1,'200.0000',NULL),(164,2,1,20,56,0,1,'100.0000',NULL),(164,2,1,20,57,0,1,'0.0000',NULL),(164,2,1,21,58,0,1,'0.0000',NULL),(164,2,2,11,27,0,1,'0.0000',NULL),(164,2,2,11,28,0,1,'75.0000',NULL),(164,2,2,11,29,0,1,'150.0000',NULL),(164,2,2,12,30,1,1,'250.0000',NULL),(164,2,2,12,31,1,1,'0.0000',NULL),(164,2,2,13,32,1,0,'199.0000',NULL),(164,2,2,13,33,1,0,'50.0000',NULL),(164,2,2,13,34,1,0,'0.0000',NULL),(164,2,2,13,35,1,0,'0.0000',NULL),(164,2,2,20,54,0,1,'700.0000',NULL),(164,2,2,20,55,0,1,'200.0000',NULL),(164,2,2,20,56,0,1,'100.0000',NULL),(164,2,2,20,57,0,1,'0.0000',NULL),(164,2,2,21,58,0,1,'0.0000',NULL),(164,3,1,11,27,0,1,'0.0000',NULL),(164,3,1,11,28,0,1,'75.0000',NULL),(164,3,1,11,29,0,1,'150.0000',NULL),(164,3,1,12,30,1,1,'250.0000',NULL),(164,3,1,12,31,1,1,'0.0000',NULL),(164,3,1,13,32,1,0,'199.0000',NULL),(164,3,1,13,33,1,0,'50.0000',NULL),(164,3,1,13,34,1,0,'0.0000',NULL),(164,3,1,13,35,1,0,'0.0000',NULL),(164,3,1,20,54,0,1,'700.0000',NULL),(164,3,1,20,55,0,1,'200.0000',NULL),(164,3,1,20,56,0,1,'100.0000',NULL),(164,3,1,20,57,0,1,'0.0000',NULL),(164,3,1,21,58,0,1,'0.0000',NULL),(164,3,2,11,27,0,1,'0.0000',NULL),(164,3,2,11,28,0,1,'75.0000',NULL),(164,3,2,11,29,0,1,'150.0000',NULL),(164,3,2,12,30,1,1,'250.0000',NULL),(164,3,2,12,31,1,1,'0.0000',NULL),(164,3,2,13,32,1,0,'199.0000',NULL),(164,3,2,13,33,1,0,'50.0000',NULL),(164,3,2,13,34,1,0,'0.0000',NULL),(164,3,2,13,35,1,0,'0.0000',NULL),(164,3,2,20,54,0,1,'700.0000',NULL),(164,3,2,20,55,0,1,'200.0000',NULL),(164,3,2,20,56,0,1,'100.0000',NULL),(164,3,2,20,57,0,1,'0.0000',NULL),(164,3,2,21,58,0,1,'0.0000',NULL),(164,5,1,11,27,0,1,'0.0000',NULL),(164,5,1,11,28,0,1,'75.0000',NULL),(164,5,1,11,29,0,1,'150.0000',NULL),(164,5,1,12,30,1,1,'250.0000',NULL),(164,5,1,12,31,1,1,'0.0000',NULL),(164,5,1,13,32,1,0,'199.0000',NULL),(164,5,1,13,33,1,0,'50.0000',NULL),(164,5,1,13,34,1,0,'0.0000',NULL),(164,5,1,13,35,1,0,'0.0000',NULL),(164,5,1,20,54,0,1,'700.0000',NULL),(164,5,1,20,55,0,1,'200.0000',NULL),(164,5,1,20,56,0,1,'100.0000',NULL),(164,5,1,20,57,0,1,'0.0000',NULL),(164,5,1,21,58,0,1,'0.0000',NULL),(164,5,2,11,27,0,1,'0.0000',NULL),(164,5,2,11,28,0,1,'75.0000',NULL),(164,5,2,11,29,0,1,'150.0000',NULL),(164,5,2,12,30,1,1,'250.0000',NULL),(164,5,2,12,31,1,1,'0.0000',NULL),(164,5,2,13,32,1,0,'199.0000',NULL),(164,5,2,13,33,1,0,'50.0000',NULL),(164,5,2,13,34,1,0,'0.0000',NULL),(164,5,2,13,35,1,0,'0.0000',NULL),(164,5,2,20,54,0,1,'700.0000',NULL),(164,5,2,20,55,0,1,'200.0000',NULL),(164,5,2,20,56,0,1,'100.0000',NULL),(164,5,2,20,57,0,1,'0.0000',NULL),(164,5,2,21,58,0,1,'0.0000',NULL),(164,6,1,11,27,0,1,'0.0000',NULL),(164,6,1,11,28,0,1,'75.0000',NULL),(164,6,1,11,29,0,1,'150.0000',NULL),(164,6,1,12,30,1,1,'250.0000',NULL),(164,6,1,12,31,1,1,'0.0000',NULL),(164,6,1,13,32,1,0,'199.0000',NULL),(164,6,1,13,33,1,0,'50.0000',NULL),(164,6,1,13,34,1,0,'0.0000',NULL),(164,6,1,13,35,1,0,'0.0000',NULL),(164,6,1,20,54,0,1,'700.0000',NULL),(164,6,1,20,55,0,1,'200.0000',NULL),(164,6,1,20,56,0,1,'100.0000',NULL),(164,6,1,20,57,0,1,'0.0000',NULL),(164,6,1,21,58,0,1,'0.0000',NULL),(164,6,2,11,27,0,1,'0.0000',NULL),(164,6,2,11,28,0,1,'75.0000',NULL),(164,6,2,11,29,0,1,'150.0000',NULL),(164,6,2,12,30,1,1,'250.0000',NULL),(164,6,2,12,31,1,1,'0.0000',NULL),(164,6,2,13,32,1,0,'199.0000',NULL),(164,6,2,13,33,1,0,'50.0000',NULL),(164,6,2,13,34,1,0,'0.0000',NULL),(164,6,2,13,35,1,0,'0.0000',NULL),(164,6,2,20,54,0,1,'700.0000',NULL),(164,6,2,20,55,0,1,'200.0000',NULL),(164,6,2,20,56,0,1,'100.0000',NULL),(164,6,2,20,57,0,1,'0.0000',NULL),(164,6,2,21,58,0,1,'0.0000',NULL),(165,0,1,14,36,1,1,'699.9900',NULL),(165,0,1,14,37,1,1,'399.9900',NULL),(165,0,1,14,38,1,1,'699.9900',NULL),(165,0,1,14,39,1,1,'399.9900',NULL),(165,0,1,15,40,0,1,'99.9900',NULL),(165,0,1,15,41,0,1,'150.9900',NULL),(165,0,1,15,42,0,1,'199.9900',NULL),(165,0,1,16,43,0,1,'399.0000',NULL),(165,0,1,16,44,0,1,'299.0000',NULL),(165,0,1,16,45,0,1,'299.0000',NULL),(165,0,1,16,46,0,1,'99.0000',NULL),(165,0,1,17,47,0,1,'150.0000',NULL),(165,0,1,17,48,0,1,'199.9900',NULL),(165,0,1,22,59,0,1,'335.9900',NULL),(165,0,1,22,60,0,1,'98.9900',NULL),(165,0,1,22,61,0,1,'98.9900',NULL),(165,0,1,22,62,0,1,'2049.9900',NULL),(165,0,2,14,36,1,1,'699.9900',NULL),(165,0,2,14,37,1,1,'399.9900',NULL),(165,0,2,14,38,1,1,'699.9900',NULL),(165,0,2,14,39,1,1,'399.9900',NULL),(165,0,2,15,40,0,1,'99.9900',NULL),(165,0,2,15,41,0,1,'150.9900',NULL),(165,0,2,15,42,0,1,'199.9900',NULL),(165,0,2,16,43,0,1,'399.0000',NULL),(165,0,2,16,44,0,1,'299.0000',NULL),(165,0,2,16,45,0,1,'299.0000',NULL),(165,0,2,16,46,0,1,'99.0000',NULL),(165,0,2,17,47,0,1,'150.0000',NULL),(165,0,2,17,48,0,1,'199.9900',NULL),(165,0,2,22,59,0,1,'335.9900',NULL),(165,0,2,22,60,0,1,'98.9900',NULL),(165,0,2,22,61,0,1,'98.9900',NULL),(165,0,2,22,62,0,1,'2049.9900',NULL),(165,1,1,14,36,1,1,'699.9900',NULL),(165,1,1,14,37,1,1,'399.9900',NULL),(165,1,1,14,38,1,1,'699.9900',NULL),(165,1,1,14,39,1,1,'399.9900',NULL),(165,1,1,15,40,0,1,'99.9900',NULL),(165,1,1,15,41,0,1,'150.9900',NULL),(165,1,1,15,42,0,1,'199.9900',NULL),(165,1,1,16,43,0,1,'399.0000',NULL),(165,1,1,16,44,0,1,'299.0000',NULL),(165,1,1,16,45,0,1,'299.0000',NULL),(165,1,1,16,46,0,1,'99.0000',NULL),(165,1,1,17,47,0,1,'150.0000',NULL),(165,1,1,17,48,0,1,'199.9900',NULL),(165,1,1,22,59,0,1,'335.9900',NULL),(165,1,1,22,60,0,1,'98.9900',NULL),(165,1,1,22,61,0,1,'98.9900',NULL),(165,1,1,22,62,0,1,'2049.9900',NULL),(165,1,2,14,36,1,1,'699.9900',NULL),(165,1,2,14,37,1,1,'399.9900',NULL),(165,1,2,14,38,1,1,'699.9900',NULL),(165,1,2,14,39,1,1,'399.9900',NULL),(165,1,2,15,40,0,1,'99.9900',NULL),(165,1,2,15,41,0,1,'150.9900',NULL),(165,1,2,15,42,0,1,'199.9900',NULL),(165,1,2,16,43,0,1,'399.0000',NULL),(165,1,2,16,44,0,1,'299.0000',NULL),(165,1,2,16,45,0,1,'299.0000',NULL),(165,1,2,16,46,0,1,'99.0000',NULL),(165,1,2,17,47,0,1,'150.0000',NULL),(165,1,2,17,48,0,1,'199.9900',NULL),(165,1,2,22,59,0,1,'335.9900',NULL),(165,1,2,22,60,0,1,'98.9900',NULL),(165,1,2,22,61,0,1,'98.9900',NULL),(165,1,2,22,62,0,1,'2049.9900',NULL),(165,2,1,14,36,1,1,'699.9900',NULL),(165,2,1,14,37,1,1,'399.9900',NULL),(165,2,1,14,38,1,1,'699.9900',NULL),(165,2,1,14,39,1,1,'399.9900',NULL),(165,2,1,15,40,0,1,'99.9900',NULL),(165,2,1,15,41,0,1,'150.9900',NULL),(165,2,1,15,42,0,1,'199.9900',NULL),(165,2,1,16,43,0,1,'399.0000',NULL),(165,2,1,16,44,0,1,'299.0000',NULL),(165,2,1,16,45,0,1,'299.0000',NULL),(165,2,1,16,46,0,1,'99.0000',NULL),(165,2,1,17,47,0,1,'150.0000',NULL),(165,2,1,17,48,0,1,'199.9900',NULL),(165,2,1,22,59,0,1,'335.9900',NULL),(165,2,1,22,60,0,1,'98.9900',NULL),(165,2,1,22,61,0,1,'98.9900',NULL),(165,2,1,22,62,0,1,'2049.9900',NULL),(165,2,2,14,36,1,1,'699.9900',NULL),(165,2,2,14,37,1,1,'399.9900',NULL),(165,2,2,14,38,1,1,'699.9900',NULL),(165,2,2,14,39,1,1,'399.9900',NULL),(165,2,2,15,40,0,1,'99.9900',NULL),(165,2,2,15,41,0,1,'150.9900',NULL),(165,2,2,15,42,0,1,'199.9900',NULL),(165,2,2,16,43,0,1,'399.0000',NULL),(165,2,2,16,44,0,1,'299.0000',NULL),(165,2,2,16,45,0,1,'299.0000',NULL),(165,2,2,16,46,0,1,'99.0000',NULL),(165,2,2,17,47,0,1,'150.0000',NULL),(165,2,2,17,48,0,1,'199.9900',NULL),(165,2,2,22,59,0,1,'335.9900',NULL),(165,2,2,22,60,0,1,'98.9900',NULL),(165,2,2,22,61,0,1,'98.9900',NULL),(165,2,2,22,62,0,1,'2049.9900',NULL),(165,3,1,14,36,1,1,'699.9900',NULL),(165,3,1,14,37,1,1,'399.9900',NULL),(165,3,1,14,38,1,1,'699.9900',NULL),(165,3,1,14,39,1,1,'399.9900',NULL),(165,3,1,15,40,0,1,'99.9900',NULL),(165,3,1,15,41,0,1,'150.9900',NULL),(165,3,1,15,42,0,1,'199.9900',NULL),(165,3,1,16,43,0,1,'399.0000',NULL),(165,3,1,16,44,0,1,'299.0000',NULL),(165,3,1,16,45,0,1,'299.0000',NULL),(165,3,1,16,46,0,1,'99.0000',NULL),(165,3,1,17,47,0,1,'150.0000',NULL),(165,3,1,17,48,0,1,'199.9900',NULL),(165,3,1,22,59,0,1,'335.9900',NULL),(165,3,1,22,60,0,1,'98.9900',NULL),(165,3,1,22,61,0,1,'98.9900',NULL),(165,3,1,22,62,0,1,'2049.9900',NULL),(165,3,2,14,36,1,1,'699.9900',NULL),(165,3,2,14,37,1,1,'399.9900',NULL),(165,3,2,14,38,1,1,'699.9900',NULL),(165,3,2,14,39,1,1,'399.9900',NULL),(165,3,2,15,40,0,1,'99.9900',NULL),(165,3,2,15,41,0,1,'150.9900',NULL),(165,3,2,15,42,0,1,'199.9900',NULL),(165,3,2,16,43,0,1,'399.0000',NULL),(165,3,2,16,44,0,1,'299.0000',NULL),(165,3,2,16,45,0,1,'299.0000',NULL),(165,3,2,16,46,0,1,'99.0000',NULL),(165,3,2,17,47,0,1,'150.0000',NULL),(165,3,2,17,48,0,1,'199.9900',NULL),(165,3,2,22,59,0,1,'335.9900',NULL),(165,3,2,22,60,0,1,'98.9900',NULL),(165,3,2,22,61,0,1,'98.9900',NULL),(165,3,2,22,62,0,1,'2049.9900',NULL),(165,5,1,14,36,1,1,'699.9900',NULL),(165,5,1,14,37,1,1,'399.9900',NULL),(165,5,1,14,38,1,1,'699.9900',NULL),(165,5,1,14,39,1,1,'399.9900',NULL),(165,5,1,15,40,0,1,'99.9900',NULL),(165,5,1,15,41,0,1,'150.9900',NULL),(165,5,1,15,42,0,1,'199.9900',NULL),(165,5,1,16,43,0,1,'399.0000',NULL),(165,5,1,16,44,0,1,'299.0000',NULL),(165,5,1,16,45,0,1,'299.0000',NULL),(165,5,1,16,46,0,1,'99.0000',NULL),(165,5,1,17,47,0,1,'150.0000',NULL),(165,5,1,17,48,0,1,'199.9900',NULL),(165,5,1,22,59,0,1,'335.9900',NULL),(165,5,1,22,60,0,1,'98.9900',NULL),(165,5,1,22,61,0,1,'98.9900',NULL),(165,5,1,22,62,0,1,'2049.9900',NULL),(165,5,2,14,36,1,1,'699.9900',NULL),(165,5,2,14,37,1,1,'399.9900',NULL),(165,5,2,14,38,1,1,'699.9900',NULL),(165,5,2,14,39,1,1,'399.9900',NULL),(165,5,2,15,40,0,1,'99.9900',NULL),(165,5,2,15,41,0,1,'150.9900',NULL),(165,5,2,15,42,0,1,'199.9900',NULL),(165,5,2,16,43,0,1,'399.0000',NULL),(165,5,2,16,44,0,1,'299.0000',NULL),(165,5,2,16,45,0,1,'299.0000',NULL),(165,5,2,16,46,0,1,'99.0000',NULL),(165,5,2,17,47,0,1,'150.0000',NULL),(165,5,2,17,48,0,1,'199.9900',NULL),(165,5,2,22,59,0,1,'335.9900',NULL),(165,5,2,22,60,0,1,'98.9900',NULL),(165,5,2,22,61,0,1,'98.9900',NULL),(165,5,2,22,62,0,1,'2049.9900',NULL),(165,6,1,14,36,1,1,'699.9900',NULL),(165,6,1,14,37,1,1,'399.9900',NULL),(165,6,1,14,38,1,1,'699.9900',NULL),(165,6,1,14,39,1,1,'399.9900',NULL),(165,6,1,15,40,0,1,'99.9900',NULL),(165,6,1,15,41,0,1,'150.9900',NULL),(165,6,1,15,42,0,1,'199.9900',NULL),(165,6,1,16,43,0,1,'399.0000',NULL),(165,6,1,16,44,0,1,'299.0000',NULL),(165,6,1,16,45,0,1,'299.0000',NULL),(165,6,1,16,46,0,1,'99.0000',NULL),(165,6,1,17,47,0,1,'150.0000',NULL),(165,6,1,17,48,0,1,'199.9900',NULL),(165,6,1,22,59,0,1,'335.9900',NULL),(165,6,1,22,60,0,1,'98.9900',NULL),(165,6,1,22,61,0,1,'98.9900',NULL),(165,6,1,22,62,0,1,'2049.9900',NULL),(165,6,2,14,36,1,1,'699.9900',NULL),(165,6,2,14,37,1,1,'399.9900',NULL),(165,6,2,14,38,1,1,'699.9900',NULL),(165,6,2,14,39,1,1,'399.9900',NULL),(165,6,2,15,40,0,1,'99.9900',NULL),(165,6,2,15,41,0,1,'150.9900',NULL),(165,6,2,15,42,0,1,'199.9900',NULL),(165,6,2,16,43,0,1,'399.0000',NULL),(165,6,2,16,44,0,1,'299.0000',NULL),(165,6,2,16,45,0,1,'299.0000',NULL),(165,6,2,16,46,0,1,'99.0000',NULL),(165,6,2,17,47,0,1,'150.0000',NULL),(165,6,2,17,48,0,1,'199.9900',NULL),(165,6,2,22,59,0,1,'335.9900',NULL),(165,6,2,22,60,0,1,'98.9900',NULL),(165,6,2,22,61,0,1,'98.9900',NULL),(165,6,2,22,62,0,1,'2049.9900',NULL);
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_sel_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_bundle_sel_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_bundle_sel_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_bundle_sel_tmp` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`option_id` int(10) unsigned NOT NULL DEFAULT '0',
`selection_id` int(10) unsigned NOT NULL DEFAULT '0',
`group_type` tinyint(1) unsigned DEFAULT '0',
`is_required` tinyint(1) unsigned DEFAULT '0',
`price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`,`selection_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_bundle_sel_tmp`
--
LOCK TABLES `catalog_product_index_price_bundle_sel_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_sel_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_sel_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_bundle_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_bundle_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_bundle_tmp` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`tax_class_id` smallint(5) unsigned DEFAULT '0',
`price_type` tinyint(1) unsigned NOT NULL,
`special_price` decimal(12,4) DEFAULT NULL,
`tier_percent` decimal(12,4) DEFAULT NULL,
`orig_price` decimal(12,4) DEFAULT NULL,
`price` decimal(12,4) DEFAULT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
`base_tier` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_bundle_tmp`
--
LOCK TABLES `catalog_product_index_price_bundle_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_cfg_opt_agr_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_cfg_opt_agr_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_cfg_opt_agr_idx` (
`parent_id` int(10) unsigned NOT NULL,
`child_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`parent_id`,`child_id`,`customer_group_id`,`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_cfg_opt_agr_idx`
--
LOCK TABLES `catalog_product_index_price_cfg_opt_agr_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_agr_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_agr_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_cfg_opt_agr_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_cfg_opt_agr_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_cfg_opt_agr_tmp` (
`parent_id` int(10) unsigned NOT NULL,
`child_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`parent_id`,`child_id`,`customer_group_id`,`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_cfg_opt_agr_tmp`
--
LOCK TABLES `catalog_product_index_price_cfg_opt_agr_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_agr_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_agr_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_cfg_opt_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_cfg_opt_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_cfg_opt_idx` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_cfg_opt_idx`
--
LOCK TABLES `catalog_product_index_price_cfg_opt_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_cfg_opt_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_cfg_opt_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_cfg_opt_tmp` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_cfg_opt_tmp`
--
LOCK TABLES `catalog_product_index_price_cfg_opt_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_downlod_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_downlod_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_downlod_idx` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_downlod_idx`
--
LOCK TABLES `catalog_product_index_price_downlod_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_downlod_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_downlod_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_downlod_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_downlod_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_downlod_tmp` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_downlod_tmp`
--
LOCK TABLES `catalog_product_index_price_downlod_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_downlod_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_downlod_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_final_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_final_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_final_idx` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`tax_class_id` smallint(5) unsigned DEFAULT '0',
`orig_price` decimal(12,4) DEFAULT NULL,
`price` decimal(12,4) DEFAULT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
`base_tier` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_final_idx`
--
LOCK TABLES `catalog_product_index_price_final_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_final_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_final_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_final_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_final_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_final_tmp` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`tax_class_id` smallint(5) unsigned DEFAULT '0',
`orig_price` decimal(12,4) DEFAULT NULL,
`price` decimal(12,4) DEFAULT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
`base_tier` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_final_tmp`
--
LOCK TABLES `catalog_product_index_price_final_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_final_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_final_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_idx` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`tax_class_id` smallint(5) unsigned DEFAULT '0',
`price` decimal(12,4) DEFAULT NULL,
`final_price` decimal(12,4) DEFAULT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`),
KEY `IDX_CUSTOMER_GROUP` (`customer_group_id`),
KEY `IDX_WEBSITE` (`website_id`),
KEY `IDX_MIN_PRICE` (`min_price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_idx`
--
LOCK TABLES `catalog_product_index_price_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_idx` DISABLE KEYS */;
INSERT INTO `catalog_product_index_price_idx` VALUES (16,0,1,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,0,2,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,1,1,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,1,2,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,2,1,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,2,2,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,3,1,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,3,2,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,5,1,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,5,2,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,6,1,2,'149.9900','149.9900','149.9900','149.9900',NULL),(16,6,2,2,'149.9900','149.9900','149.9900','149.9900',NULL),(17,0,1,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,0,2,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,1,1,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,1,2,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,2,1,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,2,2,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,3,1,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,3,2,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,5,1,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,5,2,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,6,1,2,'349.9900','349.9900','349.9900','349.9900',NULL),(17,6,2,2,'349.9900','349.9900','349.9900','349.9900',NULL),(18,0,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,0,2,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,1,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,1,2,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,2,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,2,2,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,3,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,3,2,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,5,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,5,2,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,6,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(18,6,2,2,'399.9900','399.9900','399.9900','399.9900',NULL),(19,0,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,0,2,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,1,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,1,2,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,2,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,2,2,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,3,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,3,2,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,5,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,5,2,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,6,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(19,6,2,2,'199.9900','199.9900','199.9900','199.9900',NULL),(20,0,1,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,0,2,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,1,1,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,1,2,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,2,1,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,2,2,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,3,1,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,3,2,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,5,1,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,5,2,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,6,1,2,'150.0000','150.0000','150.0000','150.0000',NULL),(20,6,2,2,'150.0000','150.0000','150.0000','150.0000',NULL),(25,0,1,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,0,2,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,1,1,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,1,2,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,2,1,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,2,2,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,3,1,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,3,2,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,5,1,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,5,2,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,6,1,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(25,6,2,2,'2299.9900','2299.9900','2299.9900','2624.9900',NULL),(26,0,1,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,0,2,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,1,1,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,1,2,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,2,1,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,2,2,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,3,1,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,3,2,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,5,1,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,5,2,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,6,1,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(26,6,2,2,'1799.9900','1799.9900','1799.9900','2124.9900',NULL),(27,0,1,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,0,2,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,1,1,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,1,2,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,2,1,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,2,2,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,3,1,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,3,2,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,5,1,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,5,2,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,6,1,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(27,6,2,2,'2699.9900','2699.9900','2699.9900','2699.9900',NULL),(28,0,1,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,0,2,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,1,1,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,1,2,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,2,1,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,2,2,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,3,1,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,3,2,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,5,1,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,5,2,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,6,1,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(28,6,2,2,'1599.9900','1599.9900','1599.9900','1599.9900',NULL),(29,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,0,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,1,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,2,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,3,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,5,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(29,6,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(30,0,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,0,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,1,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,1,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,2,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,2,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,3,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,3,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,5,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,5,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,6,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(30,6,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(31,0,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,0,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,1,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,1,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,2,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,2,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,3,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,3,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,5,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,5,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,6,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(31,6,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(32,0,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,0,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,1,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,1,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,2,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,2,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,3,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,3,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,5,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,5,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,6,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(32,6,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(33,0,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,0,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,1,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,1,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,2,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,2,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,3,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,3,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,5,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,5,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,6,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(33,6,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(34,0,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,0,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,1,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,1,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,2,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,2,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,3,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,3,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,5,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,5,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,6,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(34,6,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(35,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,0,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,1,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,2,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,3,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,5,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(35,6,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,0,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,1,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,2,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,3,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,5,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(37,6,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(38,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,0,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,1,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,2,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,3,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,5,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(38,6,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(39,0,1,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,0,2,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,1,1,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,1,2,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,2,1,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,2,2,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,3,1,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,3,2,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,5,1,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,5,2,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,6,1,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(39,6,2,2,'30.0000','30.0000','30.0000','30.0000','15.0000'),(41,0,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,0,2,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,1,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,1,2,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,2,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,2,2,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,3,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,3,2,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,5,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,5,2,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,6,1,2,'399.9900','399.9900','399.9900','399.9900',NULL),(41,6,2,2,'399.9900','399.9900','399.9900','399.9900',NULL),(42,0,1,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,0,2,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,1,1,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,1,2,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,2,1,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,2,2,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,3,1,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,3,2,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,5,1,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,5,2,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,6,1,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(42,6,2,2,'2299.0000','2299.0000','2299.0000','2299.0000',NULL),(44,0,1,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,0,2,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,1,1,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,1,2,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,2,1,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,2,2,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,3,1,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,3,2,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,5,1,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,5,2,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,6,1,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(44,6,2,2,'550.0000','550.0000','550.0000','550.0000','449.0000'),(45,0,1,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,0,2,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,1,1,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,1,2,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,2,1,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,2,2,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,3,1,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,3,2,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,5,1,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,5,2,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,6,1,2,'37.4900','37.4900','37.4900','37.4900',NULL),(45,6,2,2,'37.4900','37.4900','37.4900','37.4900',NULL),(46,0,1,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,0,2,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,1,1,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,1,2,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,2,1,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,2,2,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,3,1,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,3,2,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,5,1,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,5,2,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,6,1,2,'161.9400','161.9400','161.9400','161.9400',NULL),(46,6,2,2,'161.9400','161.9400','161.9400','161.9400',NULL),(47,0,1,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,0,2,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,1,1,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,1,2,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,2,1,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,2,2,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,3,1,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,3,2,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,5,1,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,5,2,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,6,1,2,'329.9900','329.9900','329.9900','329.9900',NULL),(47,6,2,2,'329.9900','329.9900','329.9900','329.9900',NULL),(48,0,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,0,2,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,1,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,1,2,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,2,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,2,2,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,3,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,3,2,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,5,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,5,2,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,6,1,2,'199.9900','199.9900','199.9900','199.9900',NULL),(48,6,2,2,'199.9900','199.9900','199.9900','199.9900',NULL),(49,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,0,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,1,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,2,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,3,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,5,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(49,6,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(51,0,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,0,2,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,1,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,1,2,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,2,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,2,2,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,3,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,3,2,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,5,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,5,2,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,6,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(51,6,2,2,'299.9900','299.9900','299.9900','299.9900',NULL),(52,0,1,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,0,2,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,1,1,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,1,2,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,2,1,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,2,2,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,3,1,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,3,2,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,5,1,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,5,2,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,6,1,2,'129.9900','129.9900','129.9900','129.9900',NULL),(52,6,2,2,'129.9900','129.9900','129.9900','129.9900',NULL),(53,0,1,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,0,2,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,1,1,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,1,2,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,2,1,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,2,2,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,3,1,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,3,2,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,5,1,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,5,2,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,6,1,2,'599.9900','599.9900','599.9900','599.9900',NULL),(53,6,2,2,'599.9900','599.9900','599.9900','599.9900',NULL),(54,0,1,2,NULL,NULL,'129.9900','599.9900',NULL),(54,0,2,2,NULL,NULL,'129.9900','599.9900',NULL),(54,1,1,2,NULL,NULL,'129.9900','599.9900',NULL),(54,1,2,2,NULL,NULL,'129.9900','599.9900',NULL),(54,2,1,2,NULL,NULL,'129.9900','599.9900',NULL),(54,2,2,2,NULL,NULL,'129.9900','599.9900',NULL),(54,3,1,2,NULL,NULL,'129.9900','599.9900',NULL),(54,3,2,2,NULL,NULL,'129.9900','599.9900',NULL),(54,5,1,2,NULL,NULL,'129.9900','599.9900',NULL),(54,5,2,2,NULL,NULL,'129.9900','599.9900',NULL),(54,6,1,2,NULL,NULL,'129.9900','599.9900',NULL),(54,6,2,2,NULL,NULL,'129.9900','599.9900',NULL),(74,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,0,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,1,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,2,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,3,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,5,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(74,6,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,0,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,1,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,2,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,3,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,5,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(75,6,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,0,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,1,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,2,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,3,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,5,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(79,6,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,0,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,1,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,2,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,3,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,5,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(80,6,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,0,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,1,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,2,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,3,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,5,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(81,6,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,0,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,1,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,2,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,3,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,5,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(82,6,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(83,0,1,2,'15.9900','15.9900','15.9900','18.9900',NULL),(83,0,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,1,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,2,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,3,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,5,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(83,6,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,0,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,1,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,2,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,3,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,5,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(84,6,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,0,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,1,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,2,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,3,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,5,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(85,6,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,0,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,1,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,2,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,3,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,5,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(86,6,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,0,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,1,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,2,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,3,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,5,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(87,6,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,0,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,1,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,2,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,3,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,5,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(88,6,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,0,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,1,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,2,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,3,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,5,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(89,6,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,0,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,1,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,2,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,3,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,5,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(90,6,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,0,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,1,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,2,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,3,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,5,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(91,6,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,0,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,0,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,1,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,1,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,2,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,2,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,3,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,3,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,5,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,5,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,6,1,2,'15.9900','15.9900','15.9900','15.9900',NULL),(92,6,2,2,'15.9900','15.9900','15.9900','15.9900',NULL),(93,0,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,0,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,1,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,1,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,2,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,2,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,3,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,3,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,5,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,5,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,6,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(93,6,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,0,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,0,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,1,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,1,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,2,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,2,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,3,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,3,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,5,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,5,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,6,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(94,6,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,0,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,0,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,1,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,1,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,2,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,2,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,3,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,3,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,5,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,5,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,6,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(95,6,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,0,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,0,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,1,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,1,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,2,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,2,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,3,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,3,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,5,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,5,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,6,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(96,6,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,0,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,0,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,1,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,1,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,2,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,2,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,3,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,3,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,5,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,5,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,6,1,2,'134.9900','134.9900','134.9900','134.9900',NULL),(97,6,2,2,'134.9900','134.9900','134.9900','134.9900',NULL),(98,0,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,0,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,1,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,1,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,2,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,2,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,3,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,3,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,5,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,5,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,6,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(98,6,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,0,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,0,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,1,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,1,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,2,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,2,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,3,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,3,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,5,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,5,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,6,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(99,6,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,0,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,0,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,1,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,1,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,2,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,2,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,3,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,3,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,5,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,5,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,6,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(100,6,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,0,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,0,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,1,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,1,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,2,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,2,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,3,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,3,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,5,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,5,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,6,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(101,6,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,0,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,0,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,1,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,1,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,2,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,2,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,3,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,3,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,5,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,5,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,6,1,2,'160.9900','160.9900','160.9900','160.9900',NULL),(102,6,2,2,'160.9900','160.9900','160.9900','160.9900',NULL),(103,0,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,0,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,1,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,1,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,2,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,2,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,3,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,3,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,5,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,5,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,6,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(103,6,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,0,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,0,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,1,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,1,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,2,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,2,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,3,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,3,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,5,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,5,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,6,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(104,6,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,0,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,0,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,1,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,1,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,2,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,2,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,3,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,3,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,5,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,5,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,6,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(105,6,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,0,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,0,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,1,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,1,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,2,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,2,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,3,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,3,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,5,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,5,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,6,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(106,6,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,0,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,0,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,1,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,1,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,2,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,2,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,3,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,3,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,5,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,5,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,6,1,2,'69.9900','69.9900','69.9900','69.9900',NULL),(107,6,2,2,'69.9900','69.9900','69.9900','69.9900',NULL),(108,0,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,0,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,1,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,1,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,2,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,2,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,3,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,3,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,5,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,5,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,6,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(108,6,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,0,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,0,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,1,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,1,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,2,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,2,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,3,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,3,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,5,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,5,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,6,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(109,6,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,0,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,0,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,1,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,1,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,2,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,2,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,3,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,3,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,5,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,5,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,6,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(110,6,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,0,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,0,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,1,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,1,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,2,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,2,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,3,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,3,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,5,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,5,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,6,1,2,'89.9900','89.9900','89.9900','89.9900',NULL),(111,6,2,2,'89.9900','89.9900','89.9900','89.9900',NULL),(112,0,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,0,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,1,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,1,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,2,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,2,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,3,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,3,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,5,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,5,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,6,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(112,6,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,0,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,0,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,1,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,1,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,2,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,2,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,3,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,3,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,5,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,5,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,6,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(113,6,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,0,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,0,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,1,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,1,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,2,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,2,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,3,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,3,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,5,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,5,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,6,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(114,6,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,0,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,0,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,1,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,1,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,2,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,2,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,3,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,3,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,5,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,5,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,6,1,2,'159.9900','159.9900','159.9900','159.9900',NULL),(115,6,2,2,'159.9900','159.9900','159.9900','159.9900',NULL),(117,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,0,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,1,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,2,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,3,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,5,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(117,6,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,0,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,1,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,2,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,3,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,5,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(118,6,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,0,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,1,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,2,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,3,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,5,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(119,6,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(120,0,1,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,0,2,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,1,1,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,1,2,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,2,1,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,2,2,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,3,1,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,3,2,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,5,1,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,5,2,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,6,1,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(120,6,2,2,'22.0000','22.0000','22.0000','22.0000','18.0000'),(121,0,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,0,2,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,1,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,1,2,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,2,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,2,2,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,3,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,3,2,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,5,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,5,2,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,6,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(121,6,2,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,0,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,0,2,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,1,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,1,2,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,2,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,2,2,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,3,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,3,2,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,5,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,5,2,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,6,1,2,'22.0000','22.0000','22.0000','22.0000',NULL),(122,6,2,2,'22.0000','22.0000','22.0000','22.0000',NULL),(123,0,1,2,'100.0000','100.0000','110.0000','130.0000',NULL),(123,0,2,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,1,1,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,1,2,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,2,1,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,2,2,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,3,1,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,3,2,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,5,1,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,5,2,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,6,1,2,'100.0000','100.0000','100.0000','100.0000',NULL),(123,6,2,2,'100.0000','100.0000','100.0000','100.0000',NULL),(124,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,0,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,1,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,2,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,3,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,5,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(124,6,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,0,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,0,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,1,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,1,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,2,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,2,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,3,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,3,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,5,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,5,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,6,1,2,'15.0000','15.0000','15.0000','15.0000',NULL),(125,6,2,2,'15.0000','15.0000','15.0000','15.0000',NULL),(126,0,1,2,'13.5000','13.5000','13.5000','18.7500','9.5000'),(126,0,2,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,1,1,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,1,2,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,2,1,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,2,2,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,3,1,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,3,2,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,5,1,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,5,2,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,6,1,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(126,6,2,2,'13.5000','13.5000','13.5000','13.5000','9.5000'),(127,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,0,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,1,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,2,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,3,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,5,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(127,6,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,0,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,1,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,2,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,3,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,5,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(128,6,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,0,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,1,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,2,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,3,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,5,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(129,6,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,0,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,1,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,2,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,3,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,5,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(130,6,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,0,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,1,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,2,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,3,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,5,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(131,6,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(132,0,1,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,0,2,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,1,1,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,1,2,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,2,1,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,2,2,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,3,1,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,3,2,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,5,1,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,5,2,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,6,1,2,'99.0000','99.0000','99.0000','99.0000',NULL),(132,6,2,2,'99.0000','99.0000','99.0000','99.0000',NULL),(133,0,1,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,0,2,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,1,1,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,1,2,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,2,1,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,2,2,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,3,1,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,3,2,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,5,1,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,5,2,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,6,1,2,'34.0000','34.0000','34.0000','34.0000',NULL),(133,6,2,2,'34.0000','34.0000','34.0000','34.0000',NULL),(134,0,1,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,0,2,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,1,1,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,1,2,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,2,1,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,2,2,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,3,1,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,3,2,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,5,1,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,5,2,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,6,1,2,'19.0000','19.0000','19.0000','19.0000',NULL),(134,6,2,2,'19.0000','19.0000','19.0000','19.0000',NULL),(135,0,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,0,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,1,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,1,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,2,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,2,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,3,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,3,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,5,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,5,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,6,1,2,'41.9500','41.9500','41.9500','41.9500',NULL),(135,6,2,2,'41.9500','41.9500','41.9500','41.9500',NULL),(137,0,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,0,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,1,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,1,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,2,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,2,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,3,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,3,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,5,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,5,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,6,1,2,'13.5000','13.5000','13.5000','13.5000',NULL),(137,6,2,2,'13.5000','13.5000','13.5000','13.5000',NULL),(138,0,1,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,0,2,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,1,1,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,1,2,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,2,1,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,2,2,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,3,1,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,3,2,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,5,1,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,5,2,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,6,1,1,'150.0000','150.0000','150.0000','150.0000',NULL),(138,6,2,1,'150.0000','150.0000','150.0000','150.0000',NULL),(139,0,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,0,2,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,1,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,1,2,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,2,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,2,2,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,3,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,3,2,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,5,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,5,2,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,6,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(139,6,2,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,0,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,0,2,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,1,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,1,2,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,2,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,2,2,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,3,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,3,2,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,5,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,5,2,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,6,1,1,'199.9900','199.9900','199.9900','199.9900',NULL),(140,6,2,1,'199.9900','199.9900','199.9900','199.9900',NULL),(141,0,1,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,0,2,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,1,1,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,1,2,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,2,1,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,2,2,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,3,1,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,3,2,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,5,1,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,5,2,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,6,1,1,'150.9900','150.9900','150.9900','150.9900',NULL),(141,6,2,1,'150.9900','150.9900','150.9900','150.9900',NULL),(142,0,1,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,0,2,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,1,1,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,1,2,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,2,1,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,2,2,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,3,1,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,3,2,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,5,1,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,5,2,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,6,1,0,'150.0000','150.0000','150.0000','150.0000',NULL),(142,6,2,0,'150.0000','150.0000','150.0000','150.0000',NULL),(143,0,1,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,0,2,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,1,1,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,1,2,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,2,1,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,2,2,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,3,1,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,3,2,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,5,1,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,5,2,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,6,1,1,'99.9900','99.9900','99.9900','99.9900',NULL),(143,6,2,1,'99.9900','99.9900','99.9900','99.9900',NULL),(144,0,1,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,0,2,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,1,1,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,1,2,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,2,1,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,2,2,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,3,1,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,3,2,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,5,1,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,5,2,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,6,1,0,'250.0000','250.0000','250.0000','250.0000',NULL),(144,6,2,0,'250.0000','250.0000','250.0000','250.0000',NULL),(145,0,1,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,0,2,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,1,1,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,1,2,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,2,1,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,2,2,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,3,1,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,3,2,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,5,1,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,5,2,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,6,1,1,'335.9900','335.9900','335.9900','335.9900',NULL),(145,6,2,1,'335.9900','335.9900','335.9900','335.9900',NULL),(146,0,1,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,0,2,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,1,1,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,1,2,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,2,1,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,2,2,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,3,1,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,3,2,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,5,1,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,5,2,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,6,1,0,'325.0000','325.0000','325.0000','325.0000',NULL),(146,6,2,0,'325.0000','325.0000','325.0000','325.0000',NULL),(147,0,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,0,2,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,1,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,1,2,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,2,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,2,2,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,3,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,3,2,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,5,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,5,2,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,6,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(147,6,2,0,'399.9900','399.9900','399.9900','399.9900',NULL),(148,0,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,0,2,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,1,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,1,2,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,2,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,2,2,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,3,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,3,2,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,5,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,5,2,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,6,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(148,6,2,1,'98.9900','98.9900','98.9900','98.9900',NULL),(149,0,1,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,0,2,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,1,1,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,1,2,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,2,1,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,2,2,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,3,1,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,3,2,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,5,1,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,5,2,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,6,1,1,'399.0000','399.0000','399.0000','399.0000',NULL),(149,6,2,1,'399.0000','399.0000','399.0000','399.0000',NULL),(150,0,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,0,2,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,1,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,1,2,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,2,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,2,2,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,3,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,3,2,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,5,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,5,2,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,6,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(150,6,2,1,'299.0000','299.0000','299.0000','299.0000',NULL),(151,0,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,0,2,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,1,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,1,2,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,2,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,2,2,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,3,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,3,2,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,5,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,5,2,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,6,1,1,'98.9900','98.9900','98.9900','98.9900',NULL),(151,6,2,1,'98.9900','98.9900','98.9900','98.9900',NULL),(152,0,1,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,0,2,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,1,1,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,1,2,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,2,1,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,2,2,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,3,1,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,3,2,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,5,1,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,5,2,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,6,1,1,'699.9900','699.9900','699.9900','699.9900',NULL),(152,6,2,1,'699.9900','699.9900','699.9900','699.9900',NULL),(153,0,1,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,0,2,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,1,1,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,1,2,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,2,1,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,2,2,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,3,1,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,3,2,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,5,1,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,5,2,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,6,1,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(153,6,2,1,'2049.9900','2049.9900','2049.9900','2049.9900',NULL),(154,0,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,0,2,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,1,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,1,2,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,2,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,2,2,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,3,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,3,2,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,5,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,5,2,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,6,1,1,'299.0000','299.0000','299.0000','299.0000',NULL),(154,6,2,1,'299.0000','299.0000','299.0000','299.0000',NULL),(155,0,1,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,0,2,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,1,1,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,1,2,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,2,1,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,2,2,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,3,1,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,3,2,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,5,1,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,5,2,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,6,1,1,'99.0000','99.0000','99.0000','99.0000',NULL),(155,6,2,1,'99.0000','99.0000','99.0000','99.0000',NULL),(156,0,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,0,2,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,1,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,1,2,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,2,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,2,2,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,3,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,3,2,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,5,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,5,2,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,6,1,0,'399.9900','399.9900','399.9900','399.9900',NULL),(156,6,2,0,'399.9900','399.9900','399.9900','399.9900',NULL),(157,0,1,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,0,2,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,1,1,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,1,2,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,2,1,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,2,2,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,3,1,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,3,2,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,5,1,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,5,2,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,6,1,0,'699.9900','699.9900','699.9900','699.9900',NULL),(157,6,2,0,'699.9900','699.9900','699.9900','699.9900',NULL),(158,0,1,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,0,2,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,1,1,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,1,2,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,2,1,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,2,2,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,3,1,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,3,2,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,5,1,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,5,2,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,6,1,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(158,6,2,2,'0.0000','0.0000','2699.9900','3024.9900',NULL),(159,0,1,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,0,2,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,1,1,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,1,2,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,2,1,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,2,2,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,3,1,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,3,2,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,5,1,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,5,2,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,6,1,0,'99.9900','99.9900','99.9900','99.9900',NULL),(159,6,2,0,'99.9900','99.9900','99.9900','99.9900',NULL),(160,0,1,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,0,2,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,1,1,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,1,2,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,2,1,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,2,2,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,3,1,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,3,2,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,5,1,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,5,2,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,6,1,1,'79.9900','79.9900','79.9900','79.9900',NULL),(160,6,2,1,'79.9900','79.9900','79.9900','79.9900',NULL),(161,0,1,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,0,2,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,1,1,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,1,2,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,2,1,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,2,2,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,3,1,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,3,2,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,5,1,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,5,2,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,6,1,0,'239.9900','239.9900','239.9900','239.9900',NULL),(161,6,2,0,'239.9900','239.9900','239.9900','239.9900',NULL),(162,0,1,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,0,2,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,1,1,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,1,2,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,2,1,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,2,2,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,3,1,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,3,2,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,5,1,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,5,2,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,6,1,1,'59.9900','59.9900','59.9900','59.9900',NULL),(162,6,2,1,'59.9900','59.9900','59.9900','59.9900',NULL),(163,0,1,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,0,2,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,1,1,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,1,2,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,2,1,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,2,2,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,3,1,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,3,2,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,5,1,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,5,2,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,6,1,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(163,6,2,1,'0.0000','0.0000','447.9800','4477.9200',NULL),(164,0,1,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,0,2,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,1,1,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,1,2,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,2,1,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,2,2,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,3,1,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,3,2,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,5,1,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,5,2,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,6,1,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(164,6,2,1,'4999.9500','4999.9500','4999.9500','6348.9500',NULL),(165,0,1,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,0,2,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,1,1,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,1,2,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,2,1,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,2,2,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,3,1,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,3,2,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,5,1,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,5,2,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,6,1,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(165,6,2,1,'0.0000','0.0000','847.9700','5048.9300',NULL),(166,0,1,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,0,2,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,1,1,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,1,2,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,2,1,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,2,2,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,3,1,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,3,2,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,5,1,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,5,2,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,6,1,2,'750.0000','750.0000','750.0000','750.0000',NULL),(166,6,2,2,'750.0000','750.0000','750.0000','750.0000',NULL),(167,0,1,0,NULL,'100.0000','100.0000',NULL,NULL),(167,0,2,0,NULL,'100.0000','100.0000',NULL,NULL),(167,1,1,0,NULL,'100.0000','100.0000',NULL,NULL),(167,1,2,0,NULL,'100.0000','100.0000',NULL,NULL),(167,2,1,0,NULL,'100.0000','100.0000',NULL,NULL),(167,2,2,0,NULL,'100.0000','100.0000',NULL,NULL),(167,3,1,0,NULL,'100.0000','100.0000',NULL,NULL),(167,3,2,0,NULL,'100.0000','100.0000',NULL,NULL),(167,5,1,0,NULL,'100.0000','100.0000',NULL,NULL),(167,5,2,0,NULL,'100.0000','100.0000',NULL,NULL),(167,6,1,0,NULL,'100.0000','100.0000',NULL,NULL),(167,6,2,0,NULL,'100.0000','100.0000',NULL,NULL),(168,0,1,0,NULL,'10.0000','10.0000',NULL,NULL),(168,0,2,0,NULL,'10.0000','10.0000',NULL,NULL),(168,1,1,0,NULL,'10.0000','10.0000',NULL,NULL),(168,1,2,0,NULL,'10.0000','10.0000',NULL,NULL),(168,2,1,0,NULL,'10.0000','10.0000',NULL,NULL),(168,2,2,0,NULL,'10.0000','10.0000',NULL,NULL),(168,3,1,0,NULL,'10.0000','10.0000',NULL,NULL),(168,3,2,0,NULL,'10.0000','10.0000',NULL,NULL),(168,5,1,0,NULL,'10.0000','10.0000',NULL,NULL),(168,5,2,0,NULL,'10.0000','10.0000',NULL,NULL),(168,6,1,0,NULL,'10.0000','10.0000',NULL,NULL),(168,6,2,0,NULL,'10.0000','10.0000',NULL,NULL),(169,0,1,0,NULL,'20.0000','20.0000',NULL,NULL),(169,0,2,0,NULL,'20.0000','20.0000',NULL,NULL),(169,1,1,0,NULL,'20.0000','20.0000',NULL,NULL),(169,1,2,0,NULL,'20.0000','20.0000',NULL,NULL),(169,2,1,0,NULL,'20.0000','20.0000',NULL,NULL),(169,2,2,0,NULL,'20.0000','20.0000',NULL,NULL),(169,3,1,0,NULL,'20.0000','20.0000',NULL,NULL),(169,3,2,0,NULL,'20.0000','20.0000',NULL,NULL),(169,5,1,0,NULL,'20.0000','20.0000',NULL,NULL),(169,5,2,0,NULL,'20.0000','20.0000',NULL,NULL),(169,6,1,0,NULL,'20.0000','20.0000',NULL,NULL),(169,6,2,0,NULL,'20.0000','20.0000',NULL,NULL),(173,0,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,0,2,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,1,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,1,2,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,2,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,2,2,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,3,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,3,2,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,5,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,5,2,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,6,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,6,2,2,'150.0000','139.0000','139.0000','139.0000',NULL),(174,0,1,0,NULL,'10.0000','10.0000',NULL,NULL),(174,0,2,0,NULL,'10.0000','10.0000',NULL,NULL),(174,1,1,0,NULL,'10.0000','10.0000',NULL,NULL),(174,1,2,0,NULL,'10.0000','10.0000',NULL,NULL),(174,2,1,0,NULL,'10.0000','10.0000',NULL,NULL),(174,2,2,0,NULL,'10.0000','10.0000',NULL,NULL),(174,3,1,0,NULL,'10.0000','10.0000',NULL,NULL),(174,3,2,0,NULL,'10.0000','10.0000',NULL,NULL),(174,5,1,0,NULL,'10.0000','10.0000',NULL,NULL),(174,5,2,0,NULL,'10.0000','10.0000',NULL,NULL),(174,6,1,0,NULL,'10.0000','10.0000',NULL,NULL),(174,6,2,0,NULL,'10.0000','10.0000',NULL,NULL),(175,0,1,0,NULL,'200.0000','200.0000',NULL,NULL),(175,0,2,0,NULL,'200.0000','200.0000',NULL,NULL),(175,1,1,0,NULL,'200.0000','200.0000',NULL,NULL),(175,1,2,0,NULL,'200.0000','200.0000',NULL,NULL),(175,2,1,0,NULL,'200.0000','200.0000',NULL,NULL),(175,2,2,0,NULL,'200.0000','200.0000',NULL,NULL),(175,3,1,0,NULL,'200.0000','200.0000',NULL,NULL),(175,3,2,0,NULL,'200.0000','200.0000',NULL,NULL),(175,5,1,0,NULL,'200.0000','200.0000',NULL,NULL),(175,5,2,0,NULL,'200.0000','200.0000',NULL,NULL),(175,6,1,0,NULL,'200.0000','200.0000',NULL,NULL),(175,6,2,0,NULL,'200.0000','200.0000',NULL,NULL),(176,0,1,2,'249.9900','249.9900','249.9900','249.9900',NULL),(176,1,1,2,'249.9900','249.9900','249.9900','249.9900',NULL),(176,2,1,2,'249.9900','249.9900','249.9900','249.9900',NULL),(176,3,1,2,'249.9900','249.9900','249.9900','249.9900',NULL),(176,5,1,2,'249.9900','249.9900','249.9900','249.9900',NULL),(176,6,1,2,'249.9900','249.9900','249.9900','249.9900',NULL),(177,0,1,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,0,2,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,1,1,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,1,2,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,2,1,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,2,2,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,3,1,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,3,2,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,5,1,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,5,2,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,6,1,2,'14.9900','14.9900','14.9900','14.9900',NULL),(177,6,2,2,'14.9900','14.9900','14.9900','14.9900',NULL),(178,0,1,2,'79.9900','79.9900','79.9900','79.9900',NULL),(178,1,1,2,'79.9900','79.9900','79.9900','79.9900',NULL),(178,2,1,2,'79.9900','79.9900','79.9900','79.9900',NULL),(178,3,1,2,'79.9900','79.9900','79.9900','79.9900',NULL),(178,5,1,2,'79.9900','79.9900','79.9900','79.9900',NULL),(178,6,1,2,'79.9900','79.9900','79.9900','79.9900',NULL),(179,0,1,2,NULL,NULL,'79.9900','139.9900',NULL),(179,1,1,2,NULL,NULL,'79.9900','139.9900',NULL),(179,2,1,2,NULL,NULL,'79.9900','139.9900',NULL),(179,3,1,2,NULL,NULL,'79.9900','139.9900',NULL),(179,5,1,2,NULL,NULL,'79.9900','139.9900',NULL),(179,6,1,2,NULL,NULL,'79.9900','139.9900',NULL),(180,0,1,2,'139.9900','139.9900','139.9900','139.9900',NULL),(180,1,1,2,'139.9900','139.9900','139.9900','139.9900',NULL),(180,2,1,2,'139.9900','139.9900','139.9900','139.9900',NULL),(180,3,1,2,'139.9900','139.9900','139.9900','139.9900',NULL),(180,5,1,2,'139.9900','139.9900','139.9900','139.9900',NULL),(180,6,1,2,'139.9900','139.9900','139.9900','139.9900',NULL),(181,0,1,2,'299.9900','279.9900','279.9900','279.9900',NULL),(181,1,1,2,'299.9900','279.9900','279.9900','279.9900',NULL),(181,2,1,2,'299.9900','279.9900','279.9900','279.9900',NULL),(181,3,1,2,'299.9900','279.9900','279.9900','279.9900',NULL),(181,5,1,2,'299.9900','279.9900','279.9900','279.9900',NULL),(181,6,1,2,'299.9900','279.9900','279.9900','279.9900',NULL),(182,0,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,0,2,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,1,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,1,2,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,2,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,2,2,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,3,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,3,2,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,5,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,5,2,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,6,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(182,6,2,2,'129.9900','119.9900','119.9900','119.9900',NULL),(183,0,1,2,NULL,NULL,'119.9900','279.9900',NULL),(183,1,1,2,NULL,NULL,'119.9900','279.9900',NULL),(183,2,1,2,NULL,NULL,'119.9900','279.9900',NULL),(183,3,1,2,NULL,NULL,'119.9900','279.9900',NULL),(183,5,1,2,NULL,NULL,'119.9900','279.9900',NULL),(183,6,1,2,NULL,NULL,'119.9900','279.9900',NULL),(184,0,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(184,1,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(184,2,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(184,3,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(184,5,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(184,6,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(185,0,1,2,'499.9900','499.9900','499.9900','499.9900',NULL),(185,1,1,2,'499.9900','499.9900','499.9900','499.9900',NULL),(185,2,1,2,'499.9900','499.9900','499.9900','499.9900',NULL),(185,3,1,2,'499.9900','499.9900','499.9900','499.9900',NULL),(185,5,1,2,'499.9900','499.9900','499.9900','499.9900',NULL),(185,6,1,2,'499.9900','499.9900','499.9900','499.9900',NULL),(186,0,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(186,1,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(186,2,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(186,3,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(186,5,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(186,6,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(187,0,1,2,NULL,NULL,'299.9900','499.9900',NULL),(187,1,1,2,NULL,NULL,'299.9900','499.9900',NULL),(187,2,1,2,NULL,NULL,'299.9900','499.9900',NULL),(187,3,1,2,NULL,NULL,'299.9900','499.9900',NULL),(187,5,1,2,NULL,NULL,'299.9900','499.9900',NULL),(187,6,1,2,NULL,NULL,'299.9900','499.9900',NULL),(188,0,1,2,'99.9900','99.9900','99.9900','99.9900',NULL),(188,1,1,2,'99.9900','99.9900','99.9900','99.9900',NULL),(188,2,1,2,'99.9900','99.9900','99.9900','99.9900',NULL),(188,3,1,2,'99.9900','99.9900','99.9900','99.9900',NULL),(188,5,1,2,'99.9900','99.9900','99.9900','99.9900',NULL),(188,6,1,2,'99.9900','99.9900','99.9900','99.9900',NULL),(189,0,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(189,1,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(189,2,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(189,3,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(189,5,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(189,6,1,2,'129.9900','119.9900','119.9900','119.9900',NULL),(190,0,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(190,1,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(190,2,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(190,3,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(190,5,1,2,'299.9900','299.9900','299.9900','299.9900',NULL),(190,6,1,2,'299.9900','299.9900','299.9900','299.9900',NULL);
/*!40000 ALTER TABLE `catalog_product_index_price_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_opt_agr_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_opt_agr_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_opt_agr_idx` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`option_id` int(10) unsigned NOT NULL DEFAULT '0',
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_opt_agr_idx`
--
LOCK TABLES `catalog_product_index_price_opt_agr_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_agr_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_agr_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_opt_agr_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_opt_agr_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_opt_agr_tmp` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`option_id` int(10) unsigned NOT NULL DEFAULT '0',
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_opt_agr_tmp`
--
LOCK TABLES `catalog_product_index_price_opt_agr_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_agr_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_agr_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_opt_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_opt_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_opt_idx` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_opt_idx`
--
LOCK TABLES `catalog_product_index_price_opt_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_opt_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_opt_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_opt_tmp` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_opt_tmp`
--
LOCK TABLES `catalog_product_index_price_opt_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_price_tmp` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`tax_class_id` smallint(5) unsigned DEFAULT '0',
`price` decimal(12,4) DEFAULT NULL,
`final_price` decimal(12,4) DEFAULT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
`max_price` decimal(12,4) DEFAULT NULL,
`tier_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`),
KEY `IDX_CUSTOMER_GROUP` (`customer_group_id`),
KEY `IDX_WEBSITE` (`website_id`),
KEY `IDX_MIN_PRICE` (`min_price`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_tmp`
--
LOCK TABLES `catalog_product_index_price_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_tmp` DISABLE KEYS */;
INSERT INTO `catalog_product_index_price_tmp` VALUES (173,0,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,0,2,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,1,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,1,2,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,2,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,2,2,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,3,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,3,2,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,5,1,2,'150.0000','112.5000','112.5000','112.5000',NULL),(173,5,2,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,6,1,2,'150.0000','139.0000','139.0000','139.0000',NULL),(173,6,2,2,'150.0000','139.0000','139.0000','139.0000',NULL);
/*!40000 ALTER TABLE `catalog_product_index_price_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_tier_price`
--
DROP TABLE IF EXISTS `catalog_product_index_tier_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_tier_price` (
`entity_id` int(10) unsigned NOT NULL,
`customer_group_id` smallint(5) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`min_price` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`),
KEY `FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_CUSTOMER` (`customer_group_id`),
KEY `FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_WEBSITE` (`website_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_CUSTOMER` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_tier_price`
--
LOCK TABLES `catalog_product_index_tier_price` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_tier_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_tier_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_website`
--
DROP TABLE IF EXISTS `catalog_product_index_website`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_index_website` (
`website_id` smallint(5) unsigned NOT NULL,
`date` date DEFAULT NULL,
`rate` float(12,4) unsigned DEFAULT '1.0000',
PRIMARY KEY (`website_id`),
KEY `IDX_DATE` (`date`),
CONSTRAINT `FK_CATALOG_PRODUCT_INDEX_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_website`
--
LOCK TABLES `catalog_product_index_website` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_website` DISABLE KEYS */;
INSERT INTO `catalog_product_index_website` VALUES (1,'2010-04-20',1.0000);
/*!40000 ALTER TABLE `catalog_product_index_website` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_link`
--
DROP TABLE IF EXISTS `catalog_product_link`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_link` (
`link_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`linked_product_id` int(10) unsigned NOT NULL DEFAULT '0',
`link_type_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`link_id`),
UNIQUE KEY `IDX_UNIQUE` (`link_type_id`,`product_id`,`linked_product_id`),
KEY `FK_LINK_PRODUCT` (`product_id`),
KEY `FK_LINKED_PRODUCT` (`linked_product_id`),
KEY `FK_PRODUCT_LINK_TYPE` (`link_type_id`),
CONSTRAINT `FK_PRODUCT_LINK_LINKED_PRODUCT` FOREIGN KEY (`linked_product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_PRODUCT_LINK_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_PRODUCT_LINK_TYPE` FOREIGN KEY (`link_type_id`) REFERENCES `catalog_product_link_type` (`link_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2739 DEFAULT CHARSET=utf8 COMMENT='Related products';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_link`
--
LOCK TABLES `catalog_product_link` WRITE;
/*!40000 ALTER TABLE `catalog_product_link` DISABLE KEYS */;
INSERT INTO `catalog_product_link` VALUES (156,16,17,1),(157,16,18,1),(158,16,19,1),(146,17,16,1),(147,17,18,1),(148,17,19,1),(138,18,16,1),(139,18,17,1),(140,18,19,1),(179,19,16,1),(180,19,17,1),(181,19,18,1),(165,20,16,1),(166,20,17,1),(167,20,18,1),(173,25,134,1),(197,26,134,1),(2675,27,134,1),(190,28,134,1),(11,29,30,1),(12,29,33,1),(19,30,29,1),(20,30,31,1),(21,30,32,1),(33,31,32,1),(38,32,31,1),(39,32,33,1),(46,33,29,1),(26,34,29,1),(27,34,30,1),(54,35,36,1),(55,35,37,1),(56,35,39,1),(57,37,35,1),(58,37,36,1),(59,37,39,1),(62,38,36,1),(63,38,39,1),(2700,39,35,1),(2701,39,36,1),(2702,39,37,1),(2647,44,132,1),(2648,44,133,1),(2649,44,134,1),(124,45,132,1),(125,45,133,1),(126,45,134,1),(113,46,132,1),(114,46,133,1),(115,46,134,1),(98,48,132,1),(99,48,133,1),(100,48,134,1),(1,49,29,1),(2,49,32,1),(3,49,33,1),(4,49,44,1),(203,51,52,1),(86,52,53,1),(80,53,51,1),(81,53,52,1),(92,54,51,3),(93,54,52,3),(94,54,53,3),(2738,179,178,3),(2737,179,180,3),(2735,183,181,3),(2736,183,182,3),(2734,187,184,3),(2733,187,185,3),(2732,187,186,3),(159,16,27,4),(160,16,34,4),(161,16,39,4),(149,17,25,4),(150,17,44,4),(151,17,53,4),(152,17,126,4),(141,18,26,4),(142,18,44,4),(182,19,41,4),(183,19,47,4),(184,19,93,4),(168,20,31,4),(174,25,26,4),(175,25,27,4),(176,25,28,4),(198,26,25,4),(199,26,27,4),(200,26,28,4),(2676,27,25,4),(2677,27,26,4),(2678,27,28,4),(191,28,25,4),(192,28,26,4),(193,28,27,4),(13,29,20,4),(14,29,41,4),(15,29,53,4),(22,30,35,4),(23,30,38,4),(34,31,29,4),(35,31,39,4),(40,32,36,4),(41,32,45,4),(42,32,53,4),(47,33,17,4),(48,33,44,4),(49,33,54,4),(28,34,42,4),(29,34,46,4),(60,37,29,4),(61,37,32,4),(64,38,25,4),(65,38,29,4),(2703,39,25,4),(2705,39,29,4),(2704,39,41,4),(2650,44,46,4),(2651,44,47,4),(2652,44,48,4),(127,45,44,4),(128,45,47,4),(129,45,48,4),(116,46,44,4),(117,46,47,4),(118,46,48,4),(107,47,44,4),(108,47,46,4),(109,47,48,4),(101,48,44,4),(102,48,45,4),(103,48,47,4),(5,49,17,4),(6,49,25,4),(7,49,41,4),(204,51,54,4),(87,52,54,4),(82,53,54,4),(2662,83,135,4),(133,93,83,4),(134,93,98,4),(66,98,93,4),(71,103,83,4),(72,103,108,4),(73,103,112,4),(77,108,103,4),(78,108,135,4),(95,112,83,4),(96,112,103,4),(97,112,108,4),(2668,120,39,4),(2667,120,119,4),(2666,120,126,4),(2659,123,119,4),(2660,123,120,4),(2661,123,126,4),(2670,126,39,4),(2671,126,119,4),(2672,126,120,4),(2673,126,123,4),(172,135,83,4),(2731,158,25,4),(2730,158,26,4),(2729,158,28,4),(162,16,26,5),(163,16,29,5),(164,16,38,5),(153,17,27,5),(154,17,28,5),(155,17,51,5),(143,18,25,5),(144,18,42,5),(145,18,54,5),(185,19,25,5),(186,19,38,5),(187,19,39,5),(188,19,52,5),(189,19,126,5),(169,20,27,5),(170,20,33,5),(171,20,39,5),(177,25,17,5),(178,25,44,5),(201,26,17,5),(202,26,47,5),(2679,27,44,5),(2680,27,46,5),(2681,27,132,5),(194,28,17,5),(195,28,44,5),(196,28,133,5),(16,29,25,5),(17,29,34,5),(18,29,36,5),(24,30,27,5),(25,30,39,5),(36,31,25,5),(37,31,42,5),(43,32,25,5),(44,32,38,5),(45,32,42,5),(50,33,25,5),(51,33,32,5),(52,33,42,5),(53,33,53,5),(30,34,25,5),(31,34,36,5),(32,34,41,5),(2708,39,32,5),(2707,39,38,5),(2706,39,54,5),(2720,41,42,5),(2721,41,52,5),(2722,41,53,5),(2723,41,54,5),(2725,42,41,5),(2726,42,52,5),(2727,42,53,5),(2728,42,54,5),(2653,44,17,5),(2654,44,20,5),(2655,44,28,5),(130,45,16,5),(131,45,17,5),(132,45,19,5),(119,46,19,5),(120,46,20,5),(121,46,25,5),(122,46,28,5),(123,46,83,5),(110,47,16,5),(111,47,25,5),(112,47,28,5),(104,48,16,5),(105,48,19,5),(106,48,26,5),(8,49,28,5),(9,49,36,5),(10,49,47,5),(205,51,41,5),(206,51,42,5),(88,52,41,5),(89,52,42,5),(83,53,17,5),(84,53,34,5),(85,53,44,5),(90,54,41,5),(91,54,42,5),(2663,83,119,5),(2664,83,120,5),(2665,83,123,5),(135,93,119,5),(136,93,120,5),(137,93,123,5),(70,98,119,5),(69,98,120,5),(68,98,123,5),(67,98,126,5),(76,103,119,5),(75,103,120,5),(74,103,123,5),(79,108,119,5),(2669,120,83,5),(2674,126,83,5);
/*!40000 ALTER TABLE `catalog_product_link` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_link_attribute`
--
DROP TABLE IF EXISTS `catalog_product_link_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_link_attribute` (
`product_link_attribute_id` smallint(6) unsigned NOT NULL AUTO_INCREMENT,
`link_type_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
`product_link_attribute_code` varchar(32) NOT NULL DEFAULT '',
`data_type` varchar(32) NOT NULL DEFAULT '',
PRIMARY KEY (`product_link_attribute_id`),
KEY `FK_ATTRIBUTE_PRODUCT_LINK_TYPE` (`link_type_id`),
CONSTRAINT `FK_ATTRIBUTE_PRODUCT_LINK_TYPE` FOREIGN KEY (`link_type_id`) REFERENCES `catalog_product_link_type` (`link_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Attributes for product link';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_link_attribute`
--
LOCK TABLES `catalog_product_link_attribute` WRITE;
/*!40000 ALTER TABLE `catalog_product_link_attribute` DISABLE KEYS */;
INSERT INTO `catalog_product_link_attribute` VALUES (1,2,'qty','decimal'),(2,1,'position','int'),(3,4,'position','int'),(4,5,'position','int'),(6,1,'qty','decimal'),(7,3,'position','int'),(8,3,'qty','decimal');
/*!40000 ALTER TABLE `catalog_product_link_attribute` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_link_attribute_decimal`
--
DROP TABLE IF EXISTS `catalog_product_link_attribute_decimal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_link_attribute_decimal` (
`value_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`product_link_attribute_id` smallint(6) unsigned DEFAULT NULL,
`link_id` int(11) unsigned DEFAULT NULL,
`value` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`value_id`),
KEY `FK_DECIMAL_PRODUCT_LINK_ATTRIBUTE` (`product_link_attribute_id`),
KEY `FK_DECIMAL_LINK` (`link_id`),
CONSTRAINT `FK_DECIMAL_LINK` FOREIGN KEY (`link_id`) REFERENCES `catalog_product_link` (`link_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_DECIMAL_PRODUCT_LINK_ATTRIBUTE` FOREIGN KEY (`product_link_attribute_id`) REFERENCES `catalog_product_link_attribute` (`product_link_attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 COMMENT='Decimal attributes values';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_link_attribute_decimal`
--
LOCK TABLES `catalog_product_link_attribute_decimal` WRITE;
/*!40000 ALTER TABLE `catalog_product_link_attribute_decimal` DISABLE KEYS */;
INSERT INTO `catalog_product_link_attribute_decimal` VALUES (1,6,2647,'0.0000'),(2,6,2648,'0.0000'),(3,6,2649,'0.0000'),(4,6,2675,'0.0000'),(5,6,2700,'0.0000'),(6,6,2701,'0.0000'),(7,6,2702,'0.0000'),(8,8,2732,'0.0000'),(9,8,2733,'0.0000'),(10,8,2734,'0.0000'),(11,8,2735,'0.0000'),(12,8,2736,'0.0000'),(13,8,2737,'0.0000'),(14,8,2738,'0.0000');
/*!40000 ALTER TABLE `catalog_product_link_attribute_decimal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_link_attribute_int`
--
DROP TABLE IF EXISTS `catalog_product_link_attribute_int`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_link_attribute_int` (
`value_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`product_link_attribute_id` smallint(6) unsigned DEFAULT NULL,
`link_id` int(11) unsigned DEFAULT NULL,
`value` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`value_id`),
KEY `FK_INT_PRODUCT_LINK_ATTRIBUTE` (`product_link_attribute_id`),
KEY `FK_INT_PRODUCT_LINK` (`link_id`),
CONSTRAINT `FK_INT_PRODUCT_LINK` FOREIGN KEY (`link_id`) REFERENCES `catalog_product_link` (`link_id`) ON DELETE CASCADE,
CONSTRAINT `FK_INT_PRODUCT_LINK_ATTRIBUTE` FOREIGN KEY (`product_link_attribute_id`) REFERENCES `catalog_product_link_attribute` (`product_link_attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=60 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_link_attribute_int`
--
LOCK TABLES `catalog_product_link_attribute_int` WRITE;
/*!40000 ALTER TABLE `catalog_product_link_attribute_int` DISABLE KEYS */;
INSERT INTO `catalog_product_link_attribute_int` VALUES (1,2,2647,0),(2,2,2648,0),(3,2,2649,0),(4,3,2650,0),(5,3,2651,0),(6,3,2652,0),(7,4,2653,0),(8,4,2654,0),(9,4,2655,0),(10,3,2659,0),(11,3,2660,0),(12,3,2661,0),(13,3,2662,0),(14,4,2663,0),(15,4,2664,0),(16,4,2665,0),(17,3,2666,0),(18,3,2667,0),(19,3,2668,0),(20,4,2669,0),(21,3,2670,0),(22,3,2671,0),(23,3,2672,0),(24,3,2673,0),(25,4,2674,0),(26,2,2675,0),(27,3,2676,0),(28,3,2677,0),(29,3,2678,0),(30,4,2679,0),(31,4,2680,0),(32,4,2681,0),(33,2,2700,0),(34,2,2701,0),(35,2,2702,0),(36,3,2703,0),(37,3,2704,0),(38,3,2705,0),(39,4,2706,0),(40,4,2707,0),(41,4,2708,0),(42,4,2720,0),(43,4,2721,0),(44,4,2722,0),(45,4,2723,0),(46,4,2725,0),(47,4,2726,0),(48,4,2727,0),(49,4,2728,0),(50,3,2729,0),(51,3,2730,0),(52,3,2731,0),(53,7,2732,0),(54,7,2733,0),(55,7,2734,0),(56,7,2735,0),(57,7,2736,0),(58,7,2737,2),(59,7,2738,1);
/*!40000 ALTER TABLE `catalog_product_link_attribute_int` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_link_attribute_varchar`
--
DROP TABLE IF EXISTS `catalog_product_link_attribute_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_link_attribute_varchar` (
`value_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`product_link_attribute_id` smallint(6) unsigned NOT NULL DEFAULT '0',
`link_id` int(11) unsigned DEFAULT NULL,
`value` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`value_id`),
KEY `FK_VARCHAR_PRODUCT_LINK_ATTRIBUTE` (`product_link_attribute_id`),
KEY `FK_VARCHAR_LINK` (`link_id`),
CONSTRAINT `FK_VARCHAR_LINK` FOREIGN KEY (`link_id`) REFERENCES `catalog_product_link` (`link_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_VARCHAR_PRODUCT_LINK_ATTRIBUTE` FOREIGN KEY (`product_link_attribute_id`) REFERENCES `catalog_product_link_attribute` (`product_link_attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Varchar attributes values';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_link_attribute_varchar`
--
LOCK TABLES `catalog_product_link_attribute_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_product_link_attribute_varchar` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_link_attribute_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_link_type`
--
DROP TABLE IF EXISTS `catalog_product_link_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_link_type` (
`link_type_id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`code` varchar(32) NOT NULL DEFAULT '',
PRIMARY KEY (`link_type_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='Types of product link(Related, superproduct, bundles)';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_link_type`
--
LOCK TABLES `catalog_product_link_type` WRITE;
/*!40000 ALTER TABLE `catalog_product_link_type` DISABLE KEYS */;
INSERT INTO `catalog_product_link_type` VALUES (1,'relation'),(2,'bundle'),(3,'super'),(4,'up_sell'),(5,'cross_sell');
/*!40000 ALTER TABLE `catalog_product_link_type` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_option`
--
DROP TABLE IF EXISTS `catalog_product_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_option` (
`option_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`type` varchar(50) NOT NULL DEFAULT '',
`is_require` tinyint(1) NOT NULL DEFAULT '1',
`sku` varchar(64) NOT NULL DEFAULT '',
`max_characters` int(10) unsigned DEFAULT NULL,
`file_extension` varchar(50) DEFAULT NULL,
`image_size_x` smallint(5) unsigned NOT NULL,
`image_size_y` smallint(5) unsigned NOT NULL,
`sort_order` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`option_id`),
KEY `CATALOG_PRODUCT_OPTION_PRODUCT` (`product_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_option`
--
LOCK TABLES `catalog_product_option` WRITE;
/*!40000 ALTER TABLE `catalog_product_option` DISABLE KEYS */;
INSERT INTO `catalog_product_option` VALUES (1,25,'drop_down',0,'',NULL,NULL,0,0,0),(2,26,'radio',0,'',NULL,NULL,0,0,0);
/*!40000 ALTER TABLE `catalog_product_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_option_price`
--
DROP TABLE IF EXISTS `catalog_product_option_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_option_price` (
`option_price_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`option_id` int(10) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`price` decimal(12,4) NOT NULL DEFAULT '0.0000',
`price_type` enum('fixed','percent') NOT NULL DEFAULT 'fixed',
PRIMARY KEY (`option_price_id`),
UNIQUE KEY `UNQ_OPTION_STORE` (`option_id`,`store_id`),
KEY `CATALOG_PRODUCT_OPTION_PRICE_OPTION` (`option_id`),
KEY `CATALOG_PRODUCT_OPTION_TITLE_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_PRICE_OPTION` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_option` (`option_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_PRICE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_option_price`
--
LOCK TABLES `catalog_product_option_price` WRITE;
/*!40000 ALTER TABLE `catalog_product_option_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_option_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_option_title`
--
DROP TABLE IF EXISTS `catalog_product_option_title`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_option_title` (
`option_title_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`option_id` int(10) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`title` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`option_title_id`),
UNIQUE KEY `UNQ_OPTION_STORE` (`option_id`,`store_id`),
KEY `CATALOG_PRODUCT_OPTION_TITLE_OPTION` (`option_id`),
KEY `CATALOG_PRODUCT_OPTION_TITLE_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TITLE_OPTION` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_option` (`option_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TITLE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_option_title`
--
LOCK TABLES `catalog_product_option_title` WRITE;
/*!40000 ALTER TABLE `catalog_product_option_title` DISABLE KEYS */;
INSERT INTO `catalog_product_option_title` VALUES (1,1,0,'Extended Warranty'),(2,2,0,'Extended Warranty');
/*!40000 ALTER TABLE `catalog_product_option_title` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_option_type_price`
--
DROP TABLE IF EXISTS `catalog_product_option_type_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_option_type_price` (
`option_type_price_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`option_type_id` int(10) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`price` decimal(12,4) NOT NULL DEFAULT '0.0000',
`price_type` enum('fixed','percent') NOT NULL DEFAULT 'fixed',
PRIMARY KEY (`option_type_price_id`),
UNIQUE KEY `UNQ_OPTION_TYPE_STORE` (`option_type_id`,`store_id`),
KEY `CATALOG_PRODUCT_OPTION_TYPE_PRICE_OPTION_TYPE` (`option_type_id`),
KEY `CATALOG_PRODUCT_OPTION_TYPE_PRICE_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TYPE_PRICE_OPTION` FOREIGN KEY (`option_type_id`) REFERENCES `catalog_product_option_type_value` (`option_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TYPE_PRICE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_option_type_price`
--
LOCK TABLES `catalog_product_option_type_price` WRITE;
/*!40000 ALTER TABLE `catalog_product_option_type_price` DISABLE KEYS */;
INSERT INTO `catalog_product_option_type_price` VALUES (1,1,0,'150.0000','fixed'),(2,2,0,'250.0000','fixed'),(3,3,0,'325.0000','fixed'),(4,4,0,'150.0000','fixed'),(5,5,0,'250.0000','fixed'),(6,6,0,'325.0000','fixed');
/*!40000 ALTER TABLE `catalog_product_option_type_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_option_type_title`
--
DROP TABLE IF EXISTS `catalog_product_option_type_title`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_option_type_title` (
`option_type_title_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`option_type_id` int(10) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`title` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`option_type_title_id`),
UNIQUE KEY `UNQ_OPTION_TYPE_STORE` (`option_type_id`,`store_id`),
KEY `CATALOG_PRODUCT_OPTION_TYPE_TITLE_OPTION` (`option_type_id`),
KEY `CATALOG_PRODUCT_OPTION_TYPE_TITLE_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TYPE_TITLE_OPTION` FOREIGN KEY (`option_type_id`) REFERENCES `catalog_product_option_type_value` (`option_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TYPE_TITLE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_option_type_title`
--
LOCK TABLES `catalog_product_option_type_title` WRITE;
/*!40000 ALTER TABLE `catalog_product_option_type_title` DISABLE KEYS */;
INSERT INTO `catalog_product_option_type_title` VALUES (1,1,0,'1 Year - Parts and Labor'),(2,2,0,'2 Years - Parts and Labor'),(3,3,0,'3 Year - Parts and Labor'),(4,4,0,'1 Year - Parts and Labor'),(5,5,0,'2 Years - Parts and Labor'),(6,6,0,'3 Year - Parts and Labor');
/*!40000 ALTER TABLE `catalog_product_option_type_title` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_option_type_value`
--
DROP TABLE IF EXISTS `catalog_product_option_type_value`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_option_type_value` (
`option_type_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`option_id` int(10) unsigned NOT NULL DEFAULT '0',
`sku` varchar(64) NOT NULL DEFAULT '',
`sort_order` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`option_type_id`),
KEY `CATALOG_PRODUCT_OPTION_TYPE_VALUE_OPTION` (`option_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_OPTION_TYPE_VALUE_OPTION` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_option` (`option_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_option_type_value`
--
LOCK TABLES `catalog_product_option_type_value` WRITE;
/*!40000 ALTER TABLE `catalog_product_option_type_value` DISABLE KEYS */;
INSERT INTO `catalog_product_option_type_value` VALUES (1,1,'1yr_p_l',10),(2,1,'2yr_p_l',20),(3,1,'3yr_p_l',30),(4,2,'1yr_p_l',10),(5,2,'2yr_p_l',20),(6,2,'3yr_p_l',0);
/*!40000 ALTER TABLE `catalog_product_option_type_value` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_relation`
--
DROP TABLE IF EXISTS `catalog_product_relation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_relation` (
`parent_id` int(10) unsigned NOT NULL,
`child_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`parent_id`,`child_id`),
KEY `IDX_CHILD` (`child_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_RELATION_CHILD` FOREIGN KEY (`child_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_RELATION_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_relation`
--
LOCK TABLES `catalog_product_relation` WRITE;
/*!40000 ALTER TABLE `catalog_product_relation` DISABLE KEYS */;
INSERT INTO `catalog_product_relation` VALUES (158,27),(83,29),(93,30),(98,30),(103,31),(108,32),(112,33),(119,35),(120,36),(123,37),(126,38),(135,49),(54,51),(54,52),(54,53),(135,74),(135,75),(135,79),(135,80),(135,81),(135,82),(83,84),(83,85),(83,86),(83,87),(83,88),(83,89),(83,90),(83,91),(83,92),(93,94),(98,94),(93,95),(98,95),(93,96),(98,96),(93,97),(98,97),(103,104),(103,105),(103,106),(103,107),(108,109),(108,110),(108,111),(112,113),(112,114),(112,115),(119,117),(119,118),(120,121),(120,122),(123,124),(123,125),(126,127),(126,128),(126,129),(126,130),(126,131),(163,138),(165,138),(163,139),(164,139),(165,139),(163,140),(164,140),(165,140),(163,141),(164,141),(165,141),(158,142),(163,142),(163,143),(164,143),(165,143),(158,144),(163,145),(164,145),(165,145),(158,146),(163,147),(165,147),(163,148),(164,148),(165,148),(163,149),(164,149),(165,149),(163,150),(165,150),(163,151),(164,151),(165,151),(163,152),(165,152),(163,153),(164,153),(165,153),(163,154),(164,154),(165,154),(163,155),(165,155),(163,156),(165,156),(163,157),(165,157),(163,159),(164,159),(163,160),(164,160),(163,161),(164,161),(163,162),(164,162),(179,178),(179,180),(183,181),(183,182),(187,184),(187,185),(187,186);
/*!40000 ALTER TABLE `catalog_product_relation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_super_attribute`
--
DROP TABLE IF EXISTS `catalog_product_super_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_super_attribute` (
`product_super_attribute_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`position` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`product_super_attribute_id`),
KEY `FK_SUPER_PRODUCT_ATTRIBUTE_PRODUCT` (`product_id`),
CONSTRAINT `FK_SUPER_PRODUCT_ATTRIBUTE_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_super_attribute`
--
LOCK TABLES `catalog_product_super_attribute` WRITE;
/*!40000 ALTER TABLE `catalog_product_super_attribute` DISABLE KEYS */;
INSERT INTO `catalog_product_super_attribute` VALUES (1,83,501,0),(2,93,502,0),(3,83,502,1),(4,103,502,0),(5,108,502,0),(6,98,502,0),(7,119,525,0),(8,120,525,0),(9,112,502,0),(10,126,525,0),(11,135,502,0),(12,123,525,0),(13,126,272,1);
/*!40000 ALTER TABLE `catalog_product_super_attribute` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_super_attribute_label`
--
DROP TABLE IF EXISTS `catalog_product_super_attribute_label`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_super_attribute_label` (
`value_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`product_super_attribute_id` int(10) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`use_default` tinyint(1) unsigned DEFAULT '0',
`value` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_ATTRIBUTE_STORE` (`product_super_attribute_id`,`store_id`),
KEY `FK_SUPER_PRODUCT_ATTRIBUTE_LABEL` (`product_super_attribute_id`),
KEY `FK_CATALOG_PRODUCT_SUPER_ATTRIBUTE_LABEL_STORE` (`store_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_SUPER_ATTRIBUTE_LABEL_ATTRIBUTE` FOREIGN KEY (`product_super_attribute_id`) REFERENCES `catalog_product_super_attribute` (`product_super_attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_SUPER_ATTRIBUTE_LABEL_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_super_attribute_label`
--
LOCK TABLES `catalog_product_super_attribute_label` WRITE;
/*!40000 ALTER TABLE `catalog_product_super_attribute_label` DISABLE KEYS */;
INSERT INTO `catalog_product_super_attribute_label` VALUES (1,3,0,0,'Shoe Size'),(2,1,0,0,'Gender'),(3,2,0,0,'Shoe Size'),(4,6,0,0,'Shoe Size'),(5,4,0,0,'Shoe Size'),(6,5,0,0,'Shoe Size'),(7,9,0,0,'Shoe Size'),(8,7,0,0,'Size'),(9,8,0,0,'Size'),(10,12,0,0,'Size'),(11,10,0,0,'Size'),(12,13,0,0,'Color'),(13,11,0,0,'Shoe Size');
/*!40000 ALTER TABLE `catalog_product_super_attribute_label` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_super_attribute_pricing`
--
DROP TABLE IF EXISTS `catalog_product_super_attribute_pricing`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_super_attribute_pricing` (
`value_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`product_super_attribute_id` int(10) unsigned NOT NULL DEFAULT '0',
`value_index` varchar(255) NOT NULL DEFAULT '',
`is_percent` tinyint(1) unsigned DEFAULT '0',
`pricing_value` decimal(10,4) DEFAULT NULL,
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`value_id`),
KEY `FK_SUPER_PRODUCT_ATTRIBUTE_PRICING` (`product_super_attribute_id`),
KEY `FK_CATALOG_PRODUCT_SUPER_PRICE_WEBSITE` (`website_id`),
CONSTRAINT `FK_SUPER_PRODUCT_ATTRIBUTE_PRICING` FOREIGN KEY (`product_super_attribute_id`) REFERENCES `catalog_product_super_attribute` (`product_super_attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `catalog_product_super_attribute_pricing_ibfk_1` FOREIGN KEY (`product_super_attribute_id`) REFERENCES `catalog_product_super_attribute` (`product_super_attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_SUPER_PRICE_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_super_attribute_pricing`
--
LOCK TABLES `catalog_product_super_attribute_pricing` WRITE;
/*!40000 ALTER TABLE `catalog_product_super_attribute_pricing` DISABLE KEYS */;
INSERT INTO `catalog_product_super_attribute_pricing` VALUES (1,12,'100',0,'10.0000',0),(2,12,'99',0,'20.0000',0),(3,12,'98',0,'30.0000',0),(4,3,'39',0,'1.0000',0),(5,3,'38',0,'2.0000',0),(6,3,'37',0,'3.0000',0),(7,13,'22',0,'5.2500',0);
/*!40000 ALTER TABLE `catalog_product_super_attribute_pricing` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_super_link`
--
DROP TABLE IF EXISTS `catalog_product_super_link`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_super_link` (
`link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`parent_id` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`link_id`),
KEY `FK_SUPER_PRODUCT_LINK_PARENT` (`parent_id`),
KEY `FK_catalog_product_super_link` (`product_id`),
CONSTRAINT `FK_SUPER_PRODUCT_LINK_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `catalog_product_super_link_ibfk_1` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `catalog_product_super_link_ibfk_2` FOREIGN KEY (`parent_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SUPER_PRODUCT_LINK_ENTITY` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=370 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_super_link`
--
LOCK TABLES `catalog_product_super_link` WRITE;
/*!40000 ALTER TABLE `catalog_product_super_link` DISABLE KEYS */;
INSERT INTO `catalog_product_super_link` VALUES (171,35,119),(172,117,119),(173,118,119),(318,94,98),(319,96,98),(320,95,98),(321,97,98),(322,30,98),(323,29,83),(324,84,83),(325,85,83),(326,86,83),(327,87,83),(328,88,83),(329,89,83),(330,90,83),(331,91,83),(332,92,83),(333,30,93),(334,97,93),(335,96,93),(336,95,93),(337,94,93),(338,31,103),(339,104,103),(340,105,103),(341,106,103),(342,107,103),(343,32,108),(344,109,108),(345,110,108),(346,111,108),(347,33,112),(348,113,112),(349,114,112),(350,115,112),(351,36,120),(352,121,120),(353,122,120),(354,38,126),(355,127,126),(356,128,126),(357,129,126),(358,130,126),(359,131,126),(360,49,135),(361,74,135),(362,75,135),(363,79,135),(364,80,135),(365,81,135),(366,82,135),(367,37,123),(368,124,123),(369,125,123);
/*!40000 ALTER TABLE `catalog_product_super_link` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_website`
--
DROP TABLE IF EXISTS `catalog_product_website`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_website` (
`product_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`website_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`product_id`,`website_id`),
KEY `FK_CATALOG_PRODUCT_WEBSITE_WEBSITE` (`website_id`),
CONSTRAINT `FK_CATALOG_WEBSITE_PRODUCT_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_WEBSITE_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=191 DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_website`
--
LOCK TABLES `catalog_product_website` WRITE;
/*!40000 ALTER TABLE `catalog_product_website` DISABLE KEYS */;
INSERT INTO `catalog_product_website` VALUES (16,1),(17,1),(18,1),(19,1),(20,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(41,1),(42,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(51,1),(52,1),(53,1),(54,1),(74,1),(75,1),(79,1),(80,1),(81,1),(82,1),(83,1),(84,1),(85,1),(86,1),(87,1),(88,1),(89,1),(90,1),(91,1),(92,1),(93,1),(94,1),(95,1),(96,1),(97,1),(98,1),(99,1),(100,1),(101,1),(102,1),(103,1),(104,1),(105,1),(106,1),(107,1),(108,1),(109,1),(110,1),(111,1),(112,1),(113,1),(114,1),(115,1),(117,1),(118,1),(119,1),(120,1),(121,1),(122,1),(123,1),(124,1),(125,1),(126,1),(127,1),(128,1),(129,1),(130,1),(131,1),(132,1),(133,1),(134,1),(135,1),(137,1),(138,1),(139,1),(140,1),(141,1),(142,1),(143,1),(144,1),(145,1),(146,1),(147,1),(148,1),(149,1),(150,1),(151,1),(152,1),(153,1),(154,1),(155,1),(156,1),(157,1),(158,1),(159,1),(160,1),(161,1),(162,1),(163,1),(164,1),(165,1),(166,1),(167,1),(168,1),(169,1),(173,1),(174,1),(175,1),(176,1),(177,1),(178,1),(179,1),(180,1),(181,1),(182,1),(183,1),(184,1),(185,1),(186,1),(187,1),(188,1),(189,1),(190,1);
/*!40000 ALTER TABLE `catalog_product_website` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogindex_aggregation`
--
DROP TABLE IF EXISTS `catalogindex_aggregation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogindex_aggregation` (
`aggregation_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`store_id` smallint(5) unsigned NOT NULL,
`created_at` datetime NOT NULL,
`key` varchar(255) DEFAULT NULL,
`data` mediumtext,
PRIMARY KEY (`aggregation_id`),
UNIQUE KEY `IDX_STORE_KEY` (`store_id`,`key`),
CONSTRAINT `FK_CATALOGINDEX_AGGREGATION_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogindex_aggregation`
--
LOCK TABLES `catalogindex_aggregation` WRITE;
/*!40000 ALTER TABLE `catalogindex_aggregation` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogindex_aggregation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogindex_aggregation_tag`
--
DROP TABLE IF EXISTS `catalogindex_aggregation_tag`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogindex_aggregation_tag` (
`tag_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`tag_code` varchar(255) NOT NULL,
PRIMARY KEY (`tag_id`),
UNIQUE KEY `IDX_CODE` (`tag_code`)
) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogindex_aggregation_tag`
--
LOCK TABLES `catalogindex_aggregation_tag` WRITE;
/*!40000 ALTER TABLE `catalogindex_aggregation_tag` DISABLE KEYS */;
INSERT INTO `catalogindex_aggregation_tag` VALUES (42,'catalog_category'),(1,'catalog_category1'),(28,'catalog_category10'),(30,'catalog_category12'),(21,'catalog_category13'),(23,'catalog_category15'),(26,'catalog_category16'),(27,'catalog_category17'),(5,'catalog_category18'),(32,'catalog_category22'),(29,'catalog_category23'),(33,'catalog_category25'),(31,'catalog_category26'),(40,'catalog_category27'),(24,'catalog_category28'),(38,'catalog_category29'),(4,'catalog_category3'),(37,'catalog_category30'),(35,'catalog_category31'),(34,'catalog_category32'),(36,'catalog_category33'),(39,'catalog_category34'),(2,'catalog_category35'),(7,'catalog_category36'),(8,'catalog_category37'),(9,'catalog_category38'),(10,'catalog_category39'),(6,'catalog_category4'),(11,'catalog_category40'),(12,'catalog_category41'),(13,'catalog_category42'),(14,'catalog_category43'),(15,'catalog_category44'),(16,'catalog_category45'),(17,'catalog_category46'),(18,'catalog_category47'),(19,'catalog_category48'),(20,'catalog_category49'),(25,'catalog_category5'),(43,'catalog_category50'),(22,'catalog_category8'),(41,'PRODUCT_PRICE'),(3,'SEARCH_QUERY');
/*!40000 ALTER TABLE `catalogindex_aggregation_tag` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogindex_aggregation_to_tag`
--
DROP TABLE IF EXISTS `catalogindex_aggregation_to_tag`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogindex_aggregation_to_tag` (
`aggregation_id` int(10) unsigned NOT NULL,
`tag_id` int(10) unsigned NOT NULL,
UNIQUE KEY `IDX_AGGREGATION_TAG` (`aggregation_id`,`tag_id`),
KEY `FK_CATALOGINDEX_AGGREGATION_TO_TAG_TAG` (`tag_id`),
CONSTRAINT `FK_CATALOGINDEX_AGGREGATION_TO_TAG_AGGREGATION` FOREIGN KEY (`aggregation_id`) REFERENCES `catalogindex_aggregation` (`aggregation_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOGINDEX_AGGREGATION_TO_TAG_TAG` FOREIGN KEY (`tag_id`) REFERENCES `catalogindex_aggregation_tag` (`tag_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogindex_aggregation_to_tag`
--
LOCK TABLES `catalogindex_aggregation_to_tag` WRITE;
/*!40000 ALTER TABLE `catalogindex_aggregation_to_tag` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogindex_aggregation_to_tag` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogindex_eav`
--
DROP TABLE IF EXISTS `catalogindex_eav`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogindex_eav` (
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`value` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`store_id`,`entity_id`,`attribute_id`,`value`),
KEY `IDX_VALUE` (`value`),
KEY `FK_CATALOGINDEX_EAV_ENTITY` (`entity_id`),
KEY `FK_CATALOGINDEX_EAV_ATTRIBUTE` (`attribute_id`),
KEY `FK_CATALOGINDEX_EAV_STORE` (`store_id`),
CONSTRAINT `FK_CATALOGINDEX_EAV_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOGINDEX_EAV_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOGINDEX_EAV_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogindex_eav`
--
LOCK TABLES `catalogindex_eav` WRITE;
/*!40000 ALTER TABLE `catalogindex_eav` DISABLE KEYS */;
INSERT INTO `catalogindex_eav` VALUES (1,16,102,20),(1,17,102,21),(1,18,102,2),(1,19,102,101),(1,20,102,3),(1,44,102,34),(1,45,102,32),(1,46,102,33),(1,47,102,34),(1,48,102,31),(1,83,102,63),(1,93,102,64),(1,98,102,64),(1,98,102,103),(1,103,102,62),(1,108,102,105),(1,112,102,104),(1,135,102,102),(1,140,102,111),(1,141,102,111),(1,143,102,111),(1,145,102,117),(1,147,102,3),(1,148,102,117),(1,149,102,118),(1,150,102,118),(1,151,102,116),(1,152,102,1),(1,153,102,116),(1,154,102,119),(1,155,102,119),(1,156,102,1),(1,157,102,29),(1,159,102,120),(1,160,102,121),(1,161,102,121),(1,162,102,120),(1,163,102,1),(1,163,102,3),(1,163,102,29),(1,163,102,111),(1,163,102,116),(1,163,102,117),(1,163,102,118),(1,163,102,119),(1,163,102,120),(1,163,102,121),(1,164,102,111),(1,164,102,116),(1,164,102,117),(1,164,102,118),(1,164,102,119),(1,164,102,120),(1,164,102,121),(1,165,102,1),(1,165,102,3),(1,165,102,29),(1,165,102,111),(1,165,102,116),(1,165,102,117),(1,165,102,118),(1,165,102,119),(1,166,102,122),(2,16,102,20),(2,17,102,21),(2,18,102,2),(2,19,102,101),(2,20,102,3),(2,44,102,34),(2,45,102,32),(2,46,102,33),(2,47,102,34),(2,48,102,31),(2,83,102,63),(2,93,102,64),(2,98,102,64),(2,98,102,103),(2,103,102,62),(2,108,102,105),(2,112,102,104),(2,135,102,102),(2,140,102,111),(2,141,102,111),(2,143,102,111),(2,145,102,117),(2,147,102,3),(2,148,102,117),(2,149,102,118),(2,150,102,118),(2,151,102,116),(2,152,102,1),(2,153,102,116),(2,154,102,119),(2,155,102,119),(2,156,102,1),(2,157,102,29),(2,159,102,120),(2,160,102,121),(2,161,102,121),(2,162,102,120),(2,163,102,1),(2,163,102,3),(2,163,102,29),(2,163,102,111),(2,163,102,116),(2,163,102,117),(2,163,102,118),(2,163,102,119),(2,163,102,120),(2,163,102,121),(2,164,102,111),(2,164,102,116),(2,164,102,117),(2,164,102,118),(2,164,102,119),(2,164,102,120),(2,164,102,121),(2,165,102,1),(2,165,102,3),(2,165,102,29),(2,165,102,111),(2,165,102,116),(2,165,102,117),(2,165,102,118),(2,165,102,119),(2,166,102,122),(3,16,102,20),(3,17,102,21),(3,18,102,2),(3,19,102,101),(3,20,102,3),(3,44,102,34),(3,45,102,32),(3,46,102,33),(3,47,102,34),(3,48,102,31),(3,83,102,63),(3,93,102,64),(3,98,102,64),(3,98,102,103),(3,103,102,62),(3,108,102,105),(3,112,102,104),(3,135,102,102),(3,140,102,111),(3,141,102,111),(3,143,102,111),(3,145,102,117),(3,147,102,3),(3,148,102,117),(3,149,102,118),(3,150,102,118),(3,151,102,116),(3,152,102,1),(3,153,102,116),(3,154,102,119),(3,155,102,119),(3,156,102,1),(3,157,102,29),(3,159,102,120),(3,160,102,121),(3,161,102,121),(3,162,102,120),(3,163,102,1),(3,163,102,3),(3,163,102,29),(3,163,102,111),(3,163,102,116),(3,163,102,117),(3,163,102,118),(3,163,102,119),(3,163,102,120),(3,163,102,121),(3,164,102,111),(3,164,102,116),(3,164,102,117),(3,164,102,118),(3,164,102,119),(3,164,102,120),(3,164,102,121),(3,165,102,1),(3,165,102,3),(3,165,102,29),(3,165,102,111),(3,165,102,116),(3,165,102,117),(3,165,102,118),(3,165,102,119),(3,166,102,122),(1,83,107,97),(1,93,107,49),(1,93,107,53),(1,98,107,49),(1,98,107,52),(1,103,107,51),(1,103,107,52),(1,108,107,51),(1,112,107,47),(1,135,107,97),(2,83,107,97),(2,93,107,49),(2,93,107,53),(2,98,107,49),(2,98,107,52),(2,103,107,51),(2,103,107,52),(2,108,107,51),(2,112,107,47),(2,135,107,97),(3,83,107,97),(3,93,107,49),(3,93,107,53),(3,98,107,49),(3,98,107,52),(3,103,107,51),(3,103,107,52),(3,108,107,51),(3,112,107,47),(3,135,107,97),(1,16,272,24),(1,17,272,23),(1,18,272,24),(1,19,272,23),(1,20,272,23),(1,25,272,23),(1,26,272,24),(1,27,272,24),(1,28,272,24),(1,39,272,22),(1,41,272,59),(1,42,272,59),(1,44,272,24),(1,45,272,23),(1,46,272,23),(1,47,272,23),(1,48,272,23),(1,51,272,26),(1,52,272,26),(1,53,272,26),(1,54,272,26),(1,83,272,25),(1,93,272,61),(1,98,272,24),(1,98,272,61),(1,103,272,26),(1,108,272,26),(1,112,272,59),(1,119,272,22),(1,120,272,60),(1,123,272,60),(1,126,272,22),(1,126,272,26),(1,135,272,59),(1,138,272,24),(1,139,272,23),(1,158,272,24),(1,160,272,59),(1,162,272,24),(1,163,272,23),(1,163,272,24),(1,163,272,59),(1,164,272,23),(1,164,272,24),(1,164,272,59),(1,165,272,23),(1,165,272,24),(1,166,272,24),(1,176,272,59),(1,179,272,57),(1,180,272,57),(2,16,272,24),(2,17,272,23),(2,18,272,24),(2,19,272,23),(2,20,272,23),(2,25,272,23),(2,26,272,24),(2,27,272,24),(2,28,272,24),(2,39,272,22),(2,41,272,59),(2,42,272,59),(2,44,272,24),(2,45,272,23),(2,46,272,23),(2,47,272,23),(2,48,272,23),(2,51,272,26),(2,52,272,26),(2,53,272,26),(2,54,272,26),(2,83,272,25),(2,93,272,61),(2,98,272,24),(2,98,272,61),(2,103,272,26),(2,108,272,26),(2,112,272,59),(2,119,272,22),(2,120,272,60),(2,123,272,60),(2,126,272,22),(2,126,272,26),(2,135,272,59),(2,138,272,24),(2,139,272,23),(2,158,272,24),(2,160,272,59),(2,162,272,24),(2,163,272,23),(2,163,272,24),(2,163,272,59),(2,164,272,23),(2,164,272,24),(2,164,272,59),(2,165,272,23),(2,165,272,24),(2,166,272,24),(2,176,272,59),(2,179,272,57),(2,180,272,57),(3,16,272,24),(3,17,272,23),(3,18,272,24),(3,19,272,23),(3,20,272,23),(3,25,272,23),(3,26,272,24),(3,27,272,24),(3,28,272,24),(3,39,272,22),(3,41,272,59),(3,42,272,59),(3,44,272,24),(3,45,272,23),(3,46,272,23),(3,47,272,23),(3,48,272,23),(3,51,272,26),(3,52,272,26),(3,53,272,26),(3,54,272,26),(3,83,272,25),(3,93,272,61),(3,98,272,24),(3,98,272,61),(3,103,272,26),(3,108,272,26),(3,112,272,59),(3,119,272,22),(3,120,272,60),(3,123,272,60),(3,126,272,22),(3,126,272,26),(3,135,272,59),(3,138,272,24),(3,139,272,23),(3,158,272,24),(3,160,272,59),(3,162,272,24),(3,163,272,23),(3,163,272,24),(3,163,272,59),(3,164,272,23),(3,164,272,24),(3,164,272,59),(3,165,272,23),(3,165,272,24),(3,166,272,24),(3,176,272,59),(3,179,272,57),(3,180,272,57),(1,39,501,36),(1,83,501,35),(1,83,501,36),(1,93,501,36),(1,98,501,36),(1,103,501,35),(1,108,501,35),(1,112,501,35),(1,119,501,36),(1,120,501,35),(1,123,501,36),(1,126,501,36),(1,135,501,35),(1,177,501,65),(2,39,501,36),(2,83,501,35),(2,83,501,36),(2,93,501,36),(2,98,501,36),(2,103,501,35),(2,108,501,35),(2,112,501,35),(2,119,501,36),(2,120,501,35),(2,123,501,36),(2,126,501,36),(2,135,501,35),(2,177,501,65),(3,39,501,36),(3,83,501,35),(3,83,501,36),(3,93,501,36),(3,98,501,36),(3,103,501,35),(3,108,501,35),(3,112,501,35),(3,119,501,36),(3,120,501,35),(3,123,501,36),(3,126,501,36),(3,135,501,35),(3,177,501,65),(1,25,510,77),(1,26,510,79),(1,27,510,76),(1,28,510,74),(1,158,510,76),(2,25,510,77),(2,26,510,79),(2,27,510,76),(2,28,510,74),(2,158,510,76),(3,25,510,77),(3,26,510,79),(3,27,510,76),(3,28,510,74),(3,158,510,76),(1,44,513,90),(1,45,513,93),(1,46,513,91),(1,47,513,90),(1,48,513,93),(2,44,513,90),(2,45,513,93),(2,46,513,91),(2,47,513,90),(2,48,513,93),(3,44,513,90),(3,45,513,93),(3,46,513,91),(3,47,513,90),(3,48,513,93),(1,147,875,110),(1,152,875,106),(1,156,875,106),(1,157,875,107),(1,163,875,106),(1,163,875,107),(1,163,875,110),(1,165,875,106),(1,165,875,107),(1,165,875,110),(2,147,875,110),(2,152,875,106),(2,156,875,106),(2,157,875,107),(2,163,875,106),(2,163,875,107),(2,163,875,110),(2,165,875,106),(2,165,875,107),(2,165,875,110),(3,147,875,110),(3,152,875,106),(3,156,875,106),(3,157,875,107),(3,163,875,106),(3,163,875,107),(3,163,875,110),(3,165,875,106),(3,165,875,107),(3,165,875,110);
/*!40000 ALTER TABLE `catalogindex_eav` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogindex_minimal_price`
--
DROP TABLE IF EXISTS `catalogindex_minimal_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogindex_minimal_price` (
`index_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`customer_group_id` smallint(3) unsigned NOT NULL DEFAULT '0',
`qty` decimal(12,4) unsigned NOT NULL DEFAULT '0.0000',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000',
`tax_class_id` smallint(6) NOT NULL DEFAULT '0',
`website_id` smallint(5) unsigned DEFAULT NULL,
PRIMARY KEY (`index_id`),
KEY `IDX_VALUE` (`value`),
KEY `IDX_QTY` (`qty`),
KEY `FK_CATALOGINDEX_MINIMAL_PRICE_ENTITY` (`entity_id`),
KEY `FK_CATALOGINDEX_MINIMAL_PRICE_CUSTOMER_GROUP` (`customer_group_id`),
KEY `FK_CI_MINIMAL_PRICE_WEBSITE_ID` (`website_id`),
KEY `IDX_FULL` (`entity_id`,`qty`,`customer_group_id`,`value`,`website_id`),
CONSTRAINT `FK_CATALOGINDEX_MINIMAL_PRICE_CUSTOMER_GROUP` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOGINDEX_MINIMAL_PRICE_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CI_MINIMAL_PRICE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=574 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogindex_minimal_price`
--
LOCK TABLES `catalogindex_minimal_price` WRITE;
/*!40000 ALTER TABLE `catalogindex_minimal_price` DISABLE KEYS */;
INSERT INTO `catalogindex_minimal_price` VALUES (496,39,0,'0.0000','15.0000',0,1),(497,39,1,'0.0000','15.0000',0,1),(498,39,2,'0.0000','15.0000',0,1),(499,39,3,'0.0000','15.0000',0,1),(500,39,5,'0.0000','15.0000',0,1),(501,39,6,'0.0000','15.0000',0,1),(502,44,0,'0.0000','449.0000',0,1),(503,44,1,'0.0000','449.0000',0,1),(504,44,2,'0.0000','449.0000',0,1),(505,44,3,'0.0000','449.0000',0,1),(506,44,5,'0.0000','449.0000',0,1),(507,44,6,'0.0000','449.0000',0,1),(508,120,0,'0.0000','18.0000',0,1),(509,120,1,'0.0000','18.0000',0,1),(510,120,2,'0.0000','18.0000',0,1),(511,120,3,'0.0000','18.0000',0,1),(512,120,5,'0.0000','18.0000',0,1),(513,120,6,'0.0000','18.0000',0,1),(514,126,0,'0.0000','9.5000',0,1),(515,126,1,'0.0000','9.5000',0,1),(516,126,2,'0.0000','9.5000',0,1),(517,126,3,'0.0000','9.5000',0,1),(518,126,5,'0.0000','9.5000',0,1),(519,126,6,'0.0000','9.5000',0,1),(520,54,0,'0.0000','129.9900',2,1),(521,54,1,'0.0000','129.9900',2,1),(522,54,2,'0.0000','129.9900',2,1),(523,54,3,'0.0000','129.9900',2,1),(524,54,5,'0.0000','129.9900',2,1),(525,54,6,'0.0000','129.9900',2,1),(526,179,0,'0.0000','79.9900',2,1),(527,179,1,'0.0000','79.9900',2,1),(528,179,2,'0.0000','79.9900',2,1),(529,179,3,'0.0000','79.9900',2,1),(530,179,5,'0.0000','79.9900',2,1),(531,179,6,'0.0000','79.9900',2,1),(532,183,0,'0.0000','119.9900',2,1),(533,183,1,'0.0000','119.9900',2,1),(534,183,2,'0.0000','119.9900',2,1),(535,183,3,'0.0000','119.9900',2,1),(536,183,5,'0.0000','119.9900',2,1),(537,183,6,'0.0000','119.9900',2,1),(538,187,0,'0.0000','299.9900',2,1),(539,187,1,'0.0000','299.9900',2,1),(540,187,2,'0.0000','299.9900',2,1),(541,187,3,'0.0000','299.9900',2,1),(542,187,5,'0.0000','299.9900',2,1),(543,187,6,'0.0000','299.9900',2,1);
/*!40000 ALTER TABLE `catalogindex_minimal_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogindex_price`
--
DROP TABLE IF EXISTS `catalogindex_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogindex_price` (
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`customer_group_id` smallint(3) unsigned NOT NULL DEFAULT '0',
`qty` decimal(12,4) unsigned NOT NULL DEFAULT '0.0000',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000',
`tax_class_id` smallint(6) NOT NULL DEFAULT '0',
`website_id` smallint(5) unsigned DEFAULT NULL,
KEY `IDX_VALUE` (`value`),
KEY `IDX_QTY` (`qty`),
KEY `FK_CATALOGINDEX_PRICE_ENTITY` (`entity_id`),
KEY `FK_CATALOGINDEX_PRICE_ATTRIBUTE` (`attribute_id`),
KEY `FK_CATALOGINDEX_PRICE_CUSTOMER_GROUP` (`customer_group_id`),
KEY `IDX_RANGE_VALUE` (`entity_id`,`attribute_id`,`customer_group_id`,`value`),
KEY `FK_CI_PRICE_WEBSITE_ID` (`website_id`),
KEY `IDX_FULL` (`entity_id`,`attribute_id`,`customer_group_id`,`value`,`website_id`),
CONSTRAINT `FK_CATALOGINDEX_PRICE_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOGINDEX_PRICE_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CI_PRICE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogindex_price`
--
LOCK TABLES `catalogindex_price` WRITE;
/*!40000 ALTER TABLE `catalogindex_price` DISABLE KEYS */;
INSERT INTO `catalogindex_price` VALUES (16,100,0,'0.0000','20.0000',0,1),(16,503,0,'0.0000','149.9900',0,1),(17,100,0,'0.0000','29.9900',0,1),(17,503,0,'0.0000','349.9900',0,1),(18,100,0,'0.0000','29.9900',0,1),(18,503,0,'0.0000','399.9900',0,1),(19,100,0,'0.0000','29.9900',0,1),(19,503,0,'0.0000','199.9900',0,1),(20,100,0,'0.0000','29.9900',0,1),(20,503,0,'0.0000','150.0000',0,1),(25,100,0,'0.0000','1299.9900',0,1),(25,503,0,'0.0000','2299.9900',0,1),(26,100,0,'0.0000','999.9900',0,1),(26,503,0,'0.0000','1799.9900',0,1),(27,100,0,'0.0000','899.9900',0,1),(27,503,0,'0.0000','2699.9900',0,1),(28,100,0,'0.0000','899.9900',0,1),(28,503,0,'0.0000','1599.9900',0,1),(29,100,0,'0.0000','1.0000',0,1),(29,503,0,'0.0000','15.9900',0,1),(30,100,0,'0.0000','29.9900',0,1),(30,503,0,'0.0000','134.9900',0,1),(31,100,0,'0.0000','29.9900',0,1),(31,503,0,'0.0000','69.9900',0,1),(32,100,0,'0.0000','29.9900',0,1),(32,503,0,'0.0000','89.9900',0,1),(33,100,0,'0.0000','29.9900',0,1),(33,503,0,'0.0000','159.9900',0,1),(34,100,0,'0.0000','29.9900',0,1),(34,503,0,'0.0000','160.9900',0,1),(35,100,0,'0.0000','2.0000',0,1),(35,503,0,'0.0000','15.0000',0,1),(36,100,0,'0.0000','2.0000',0,1),(36,503,0,'0.0000','22.0000',0,1),(37,100,0,'0.0000','2.0000',0,1),(37,503,0,'0.0000','15.0000',0,1),(38,100,0,'0.0000','2.0000',0,1),(38,503,0,'0.0000','13.5000',0,1),(39,100,0,'0.0000','5.0000',0,1),(41,100,0,'0.0000','100.0000',0,1),(41,503,0,'0.0000','399.9900',0,1),(42,100,0,'0.0000','800.0000',0,1),(42,503,0,'0.0000','2299.0000',0,1),(44,100,0,'0.0000','200.0000',0,1),(44,503,0,'0.0000','449.0000',0,1),(45,100,0,'0.0000','20.0000',0,1),(45,503,0,'0.0000','37.4900',0,1),(46,100,0,'0.0000','29.9900',0,1),(46,503,0,'0.0000','161.9400',0,1),(47,100,0,'0.0000','29.9900',0,1),(47,503,0,'0.0000','329.9900',0,1),(48,100,0,'0.0000','29.9900',0,1),(48,503,0,'0.0000','199.9900',0,1),(49,100,0,'0.0000','10.0000',0,1),(49,503,0,'0.0000','41.9500',0,1),(51,100,0,'0.0000','50.0000',0,1),(51,503,0,'0.0000','299.9900',0,1),(52,100,0,'0.0000','50.0000',0,1),(52,503,0,'0.0000','129.9900',0,1),(53,100,0,'0.0000','200.0000',0,1),(53,503,0,'0.0000','599.9900',0,1),(74,100,0,'0.0000','10.0000',0,1),(74,503,0,'0.0000','41.9500',0,1),(75,100,0,'0.0000','10.0000',0,1),(75,503,0,'0.0000','41.9500',0,1),(79,100,0,'0.0000','10.0000',0,1),(79,503,0,'0.0000','41.9500',0,1),(80,100,0,'0.0000','10.0000',0,1),(80,503,0,'0.0000','41.9500',0,1),(81,100,0,'0.0000','10.0000',0,1),(81,503,0,'0.0000','41.9500',0,1),(82,100,0,'0.0000','10.0000',0,1),(82,503,0,'0.0000','41.9500',0,1),(84,100,0,'0.0000','1.0000',0,1),(84,503,0,'0.0000','15.9900',0,1),(85,100,0,'0.0000','1.0000',0,1),(85,503,0,'0.0000','15.9900',0,1),(86,100,0,'0.0000','1.0000',0,1),(86,503,0,'0.0000','15.9900',0,1),(87,100,0,'0.0000','1.0000',0,1),(87,503,0,'0.0000','15.9900',0,1),(88,100,0,'0.0000','1.0000',0,1),(88,503,0,'0.0000','15.9900',0,1),(89,100,0,'0.0000','1.0000',0,1),(89,503,0,'0.0000','15.9900',0,1),(90,100,0,'0.0000','1.0000',0,1),(90,503,0,'0.0000','15.9900',0,1),(91,100,0,'0.0000','1.0000',0,1),(91,503,0,'0.0000','15.9900',0,1),(92,100,0,'0.0000','1.0000',0,1),(92,503,0,'0.0000','15.9900',0,1),(94,100,0,'0.0000','29.9900',0,1),(94,503,0,'0.0000','134.9900',0,1),(95,100,0,'0.0000','29.9900',0,1),(95,503,0,'0.0000','134.9900',0,1),(96,100,0,'0.0000','29.9900',0,1),(96,503,0,'0.0000','134.9900',0,1),(97,100,0,'0.0000','29.9900',0,1),(97,503,0,'0.0000','134.9900',0,1),(99,100,0,'0.0000','29.9900',0,1),(99,503,0,'0.0000','160.9900',0,1),(100,100,0,'0.0000','29.9900',0,1),(100,503,0,'0.0000','160.9900',0,1),(101,100,0,'0.0000','29.9900',0,1),(101,503,0,'0.0000','160.9900',0,1),(102,100,0,'0.0000','29.9900',0,1),(102,503,0,'0.0000','160.9900',0,1),(104,100,0,'0.0000','29.9900',0,1),(104,503,0,'0.0000','69.9900',0,1),(105,100,0,'0.0000','29.9900',0,1),(105,503,0,'0.0000','69.9900',0,1),(106,100,0,'0.0000','29.9900',0,1),(106,503,0,'0.0000','69.9900',0,1),(107,100,0,'0.0000','29.9900',0,1),(107,503,0,'0.0000','69.9900',0,1),(109,100,0,'0.0000','29.9900',0,1),(109,503,0,'0.0000','89.9900',0,1),(110,100,0,'0.0000','29.9900',0,1),(110,503,0,'0.0000','89.9900',0,1),(111,100,0,'0.0000','29.9900',0,1),(111,503,0,'0.0000','89.9900',0,1),(113,100,0,'0.0000','29.9900',0,1),(113,503,0,'0.0000','159.9900',0,1),(114,100,0,'0.0000','29.9900',0,1),(114,503,0,'0.0000','159.9900',0,1),(115,100,0,'0.0000','29.9900',0,1),(115,503,0,'0.0000','159.9900',0,1),(117,100,0,'0.0000','2.0000',0,1),(117,503,0,'0.0000','15.0000',0,1),(118,100,0,'0.0000','2.0000',0,1),(118,503,0,'0.0000','15.0000',0,1),(121,100,0,'0.0000','2.0000',0,1),(121,503,0,'0.0000','22.0000',0,1),(122,100,0,'0.0000','2.0000',0,1),(122,503,0,'0.0000','22.0000',0,1),(124,100,0,'0.0000','2.0000',0,1),(124,503,0,'0.0000','15.0000',0,1),(125,100,0,'0.0000','2.0000',0,1),(125,503,0,'0.0000','15.0000',0,1),(127,100,0,'0.0000','2.0000',0,1),(127,503,0,'0.0000','13.5000',0,1),(128,100,0,'0.0000','2.0000',0,1),(128,503,0,'0.0000','13.5000',0,1),(129,100,0,'0.0000','2.0000',0,1),(129,503,0,'0.0000','13.5000',0,1),(130,100,0,'0.0000','2.0000',0,1),(130,503,0,'0.0000','13.5000',0,1),(131,100,0,'0.0000','2.0000',0,1),(131,503,0,'0.0000','13.5000',0,1),(132,503,0,'0.0000','99.0000',0,1),(133,503,0,'0.0000','34.0000',0,1),(134,503,0,'0.0000','19.0000',0,1),(137,100,0,'0.0000','2.0000',0,1),(137,503,0,'0.0000','13.5000',0,1),(173,567,0,'0.0000','139.0000',0,1),(176,100,0,'0.0000','100.0000',0,1),(181,567,0,'0.0000','279.9900',0,1),(182,567,0,'0.0000','119.9900',0,1),(189,567,0,'0.0000','119.9900',0,1),(39,270,0,'2.0000','25.0000',0,1),(39,270,1,'2.0000','25.0000',0,1),(39,270,2,'2.0000','25.0000',0,1),(39,270,3,'2.0000','25.0000',0,1),(39,270,5,'2.0000','25.0000',0,1),(39,270,6,'2.0000','25.0000',0,1),(39,270,0,'5.0000','20.0000',0,1),(39,270,1,'5.0000','20.0000',0,1),(39,270,2,'5.0000','20.0000',0,1),(39,270,3,'5.0000','20.0000',0,1),(39,270,5,'5.0000','20.0000',0,1),(39,270,6,'5.0000','20.0000',0,1),(39,270,0,'10.0000','15.0000',0,1),(39,270,1,'10.0000','15.0000',0,1),(39,270,2,'10.0000','15.0000',0,1),(39,270,3,'10.0000','15.0000',0,1),(39,270,5,'10.0000','15.0000',0,1),(39,270,6,'10.0000','15.0000',0,1),(44,270,0,'2.0000','449.0000',0,1),(44,270,1,'2.0000','449.0000',0,1),(44,270,2,'2.0000','449.0000',0,1),(44,270,3,'2.0000','449.0000',0,1),(44,270,5,'2.0000','449.0000',0,1),(44,270,6,'2.0000','449.0000',0,1),(16,99,0,'0.0000','149.9900',2,1),(16,99,1,'0.0000','149.9900',2,1),(16,99,2,'0.0000','149.9900',2,1),(16,99,3,'0.0000','149.9900',2,1),(16,99,5,'0.0000','149.9900',2,1),(16,99,6,'0.0000','149.9900',2,1),(17,99,0,'0.0000','349.9900',2,1),(17,99,1,'0.0000','349.9900',2,1),(17,99,2,'0.0000','349.9900',2,1),(17,99,3,'0.0000','349.9900',2,1),(17,99,5,'0.0000','349.9900',2,1),(17,99,6,'0.0000','349.9900',2,1),(18,99,0,'0.0000','399.9900',2,1),(18,99,1,'0.0000','399.9900',2,1),(18,99,2,'0.0000','399.9900',2,1),(18,99,3,'0.0000','399.9900',2,1),(18,99,5,'0.0000','399.9900',2,1),(18,99,6,'0.0000','399.9900',2,1),(19,99,0,'0.0000','199.9900',2,1),(19,99,1,'0.0000','199.9900',2,1),(19,99,2,'0.0000','199.9900',2,1),(19,99,3,'0.0000','199.9900',2,1),(19,99,5,'0.0000','199.9900',2,1),(19,99,6,'0.0000','199.9900',2,1),(20,99,0,'0.0000','150.0000',2,1),(20,99,1,'0.0000','150.0000',2,1),(20,99,2,'0.0000','150.0000',2,1),(20,99,3,'0.0000','150.0000',2,1),(20,99,5,'0.0000','150.0000',2,1),(20,99,6,'0.0000','150.0000',2,1),(25,99,0,'0.0000','2299.9900',2,1),(25,99,1,'0.0000','2299.9900',2,1),(25,99,2,'0.0000','2299.9900',2,1),(25,99,3,'0.0000','2299.9900',2,1),(25,99,5,'0.0000','2299.9900',2,1),(25,99,6,'0.0000','2299.9900',2,1),(26,99,0,'0.0000','1799.9900',2,1),(26,99,1,'0.0000','1799.9900',2,1),(26,99,2,'0.0000','1799.9900',2,1),(26,99,3,'0.0000','1799.9900',2,1),(26,99,5,'0.0000','1799.9900',2,1),(26,99,6,'0.0000','1799.9900',2,1),(27,99,0,'0.0000','2699.9900',2,1),(27,99,1,'0.0000','2699.9900',2,1),(27,99,2,'0.0000','2699.9900',2,1),(27,99,3,'0.0000','2699.9900',2,1),(27,99,5,'0.0000','2699.9900',2,1),(27,99,6,'0.0000','2699.9900',2,1),(28,99,0,'0.0000','1599.9900',2,1),(28,99,1,'0.0000','1599.9900',2,1),(28,99,2,'0.0000','1599.9900',2,1),(28,99,3,'0.0000','1599.9900',2,1),(28,99,5,'0.0000','1599.9900',2,1),(28,99,6,'0.0000','1599.9900',2,1),(29,99,0,'0.0000','15.9900',2,1),(29,99,1,'0.0000','15.9900',2,1),(29,99,2,'0.0000','15.9900',2,1),(29,99,3,'0.0000','15.9900',2,1),(29,99,5,'0.0000','15.9900',2,1),(29,99,6,'0.0000','15.9900',2,1),(30,99,0,'0.0000','134.9900',2,1),(30,99,1,'0.0000','134.9900',2,1),(30,99,2,'0.0000','134.9900',2,1),(30,99,3,'0.0000','134.9900',2,1),(30,99,5,'0.0000','134.9900',2,1),(30,99,6,'0.0000','134.9900',2,1),(31,99,0,'0.0000','69.9900',2,1),(31,99,1,'0.0000','69.9900',2,1),(31,99,2,'0.0000','69.9900',2,1),(31,99,3,'0.0000','69.9900',2,1),(31,99,5,'0.0000','69.9900',2,1),(31,99,6,'0.0000','69.9900',2,1),(32,99,0,'0.0000','89.9900',2,1),(32,99,1,'0.0000','89.9900',2,1),(32,99,2,'0.0000','89.9900',2,1),(32,99,3,'0.0000','89.9900',2,1),(32,99,5,'0.0000','89.9900',2,1),(32,99,6,'0.0000','89.9900',2,1),(33,99,0,'0.0000','159.9900',2,1),(33,99,1,'0.0000','159.9900',2,1),(33,99,2,'0.0000','159.9900',2,1),(33,99,3,'0.0000','159.9900',2,1),(33,99,5,'0.0000','159.9900',2,1),(33,99,6,'0.0000','159.9900',2,1),(34,99,0,'0.0000','160.9900',2,1),(34,99,1,'0.0000','160.9900',2,1),(34,99,2,'0.0000','160.9900',2,1),(34,99,3,'0.0000','160.9900',2,1),(34,99,5,'0.0000','160.9900',2,1),(34,99,6,'0.0000','160.9900',2,1),(35,99,0,'0.0000','15.0000',2,1),(35,99,1,'0.0000','15.0000',2,1),(35,99,2,'0.0000','15.0000',2,1),(35,99,3,'0.0000','15.0000',2,1),(35,99,5,'0.0000','15.0000',2,1),(35,99,6,'0.0000','15.0000',2,1),(36,99,0,'0.0000','22.0000',2,1),(36,99,1,'0.0000','22.0000',2,1),(36,99,2,'0.0000','22.0000',2,1),(36,99,3,'0.0000','22.0000',2,1),(36,99,5,'0.0000','22.0000',2,1),(36,99,6,'0.0000','22.0000',2,1),(37,99,0,'0.0000','15.0000',2,1),(37,99,1,'0.0000','15.0000',2,1),(37,99,2,'0.0000','15.0000',2,1),(37,99,3,'0.0000','15.0000',2,1),(37,99,5,'0.0000','15.0000',2,1),(37,99,6,'0.0000','15.0000',2,1),(38,99,0,'0.0000','13.5000',2,1),(38,99,1,'0.0000','13.5000',2,1),(38,99,2,'0.0000','13.5000',2,1),(38,99,3,'0.0000','13.5000',2,1),(38,99,5,'0.0000','13.5000',2,1),(38,99,6,'0.0000','13.5000',2,1),(39,99,0,'0.0000','30.0000',2,1),(39,99,1,'0.0000','30.0000',2,1),(39,99,2,'0.0000','30.0000',2,1),(39,99,3,'0.0000','30.0000',2,1),(39,99,5,'0.0000','30.0000',2,1),(39,99,6,'0.0000','30.0000',2,1),(41,99,0,'0.0000','399.9900',2,1),(41,99,1,'0.0000','399.9900',2,1),(41,99,2,'0.0000','399.9900',2,1),(41,99,3,'0.0000','399.9900',2,1),(41,99,5,'0.0000','399.9900',2,1),(41,99,6,'0.0000','399.9900',2,1),(42,99,0,'0.0000','2299.0000',2,1),(42,99,1,'0.0000','2299.0000',2,1),(42,99,2,'0.0000','2299.0000',2,1),(42,99,3,'0.0000','2299.0000',2,1),(42,99,5,'0.0000','2299.0000',2,1),(42,99,6,'0.0000','2299.0000',2,1),(44,99,0,'0.0000','550.0000',2,1),(44,99,1,'0.0000','550.0000',2,1),(44,99,2,'0.0000','550.0000',2,1),(44,99,3,'0.0000','550.0000',2,1),(44,99,5,'0.0000','550.0000',2,1),(44,99,6,'0.0000','550.0000',2,1),(45,99,0,'0.0000','37.4900',2,1),(45,99,1,'0.0000','37.4900',2,1),(45,99,2,'0.0000','37.4900',2,1),(45,99,3,'0.0000','37.4900',2,1),(45,99,5,'0.0000','37.4900',2,1),(45,99,6,'0.0000','37.4900',2,1),(46,99,0,'0.0000','161.9400',2,1),(46,99,1,'0.0000','161.9400',2,1),(46,99,2,'0.0000','161.9400',2,1),(46,99,3,'0.0000','161.9400',2,1),(46,99,5,'0.0000','161.9400',2,1),(46,99,6,'0.0000','161.9400',2,1),(47,99,0,'0.0000','329.9900',2,1),(47,99,1,'0.0000','329.9900',2,1),(47,99,2,'0.0000','329.9900',2,1),(47,99,3,'0.0000','329.9900',2,1),(47,99,5,'0.0000','329.9900',2,1),(47,99,6,'0.0000','329.9900',2,1),(48,99,0,'0.0000','199.9900',2,1),(48,99,1,'0.0000','199.9900',2,1),(48,99,2,'0.0000','199.9900',2,1),(48,99,3,'0.0000','199.9900',2,1),(48,99,5,'0.0000','199.9900',2,1),(48,99,6,'0.0000','199.9900',2,1),(49,99,0,'0.0000','41.9500',2,1),(49,99,1,'0.0000','41.9500',2,1),(49,99,2,'0.0000','41.9500',2,1),(49,99,3,'0.0000','41.9500',2,1),(49,99,5,'0.0000','41.9500',2,1),(49,99,6,'0.0000','41.9500',2,1),(51,99,0,'0.0000','299.9900',2,1),(51,99,1,'0.0000','299.9900',2,1),(51,99,2,'0.0000','299.9900',2,1),(51,99,3,'0.0000','299.9900',2,1),(51,99,5,'0.0000','299.9900',2,1),(51,99,6,'0.0000','299.9900',2,1),(52,99,0,'0.0000','129.9900',2,1),(52,99,1,'0.0000','129.9900',2,1),(52,99,2,'0.0000','129.9900',2,1),(52,99,3,'0.0000','129.9900',2,1),(52,99,5,'0.0000','129.9900',2,1),(52,99,6,'0.0000','129.9900',2,1),(53,99,0,'0.0000','599.9900',2,1),(53,99,1,'0.0000','599.9900',2,1),(53,99,2,'0.0000','599.9900',2,1),(53,99,3,'0.0000','599.9900',2,1),(53,99,5,'0.0000','599.9900',2,1),(53,99,6,'0.0000','599.9900',2,1),(74,99,0,'0.0000','41.9500',2,1),(74,99,1,'0.0000','41.9500',2,1),(74,99,2,'0.0000','41.9500',2,1),(74,99,3,'0.0000','41.9500',2,1),(74,99,5,'0.0000','41.9500',2,1),(74,99,6,'0.0000','41.9500',2,1),(75,99,0,'0.0000','41.9500',2,1),(75,99,1,'0.0000','41.9500',2,1),(75,99,2,'0.0000','41.9500',2,1),(75,99,3,'0.0000','41.9500',2,1),(75,99,5,'0.0000','41.9500',2,1),(75,99,6,'0.0000','41.9500',2,1),(79,99,0,'0.0000','41.9500',2,1),(79,99,1,'0.0000','41.9500',2,1),(79,99,2,'0.0000','41.9500',2,1),(79,99,3,'0.0000','41.9500',2,1),(79,99,5,'0.0000','41.9500',2,1),(79,99,6,'0.0000','41.9500',2,1),(80,99,0,'0.0000','41.9500',2,1),(80,99,1,'0.0000','41.9500',2,1),(80,99,2,'0.0000','41.9500',2,1),(80,99,3,'0.0000','41.9500',2,1),(80,99,5,'0.0000','41.9500',2,1),(80,99,6,'0.0000','41.9500',2,1),(81,99,0,'0.0000','41.9500',2,1),(81,99,1,'0.0000','41.9500',2,1),(81,99,2,'0.0000','41.9500',2,1),(81,99,3,'0.0000','41.9500',2,1),(81,99,5,'0.0000','41.9500',2,1),(81,99,6,'0.0000','41.9500',2,1),(82,99,0,'0.0000','41.9500',2,1),(82,99,1,'0.0000','41.9500',2,1),(82,99,2,'0.0000','41.9500',2,1),(82,99,3,'0.0000','41.9500',2,1),(82,99,5,'0.0000','41.9500',2,1),(82,99,6,'0.0000','41.9500',2,1),(84,99,0,'0.0000','15.9900',2,1),(84,99,1,'0.0000','15.9900',2,1),(84,99,2,'0.0000','15.9900',2,1),(84,99,3,'0.0000','15.9900',2,1),(84,99,5,'0.0000','15.9900',2,1),(84,99,6,'0.0000','15.9900',2,1),(85,99,0,'0.0000','15.9900',2,1),(85,99,1,'0.0000','15.9900',2,1),(85,99,2,'0.0000','15.9900',2,1),(85,99,3,'0.0000','15.9900',2,1),(85,99,5,'0.0000','15.9900',2,1),(85,99,6,'0.0000','15.9900',2,1),(86,99,0,'0.0000','15.9900',2,1),(86,99,1,'0.0000','15.9900',2,1),(86,99,2,'0.0000','15.9900',2,1),(86,99,3,'0.0000','15.9900',2,1),(86,99,5,'0.0000','15.9900',2,1),(86,99,6,'0.0000','15.9900',2,1),(87,99,0,'0.0000','15.9900',2,1),(87,99,1,'0.0000','15.9900',2,1),(87,99,2,'0.0000','15.9900',2,1),(87,99,3,'0.0000','15.9900',2,1),(87,99,5,'0.0000','15.9900',2,1),(87,99,6,'0.0000','15.9900',2,1),(88,99,0,'0.0000','15.9900',2,1),(88,99,1,'0.0000','15.9900',2,1),(88,99,2,'0.0000','15.9900',2,1),(88,99,3,'0.0000','15.9900',2,1),(88,99,5,'0.0000','15.9900',2,1),(88,99,6,'0.0000','15.9900',2,1),(89,99,0,'0.0000','15.9900',2,1),(89,99,1,'0.0000','15.9900',2,1),(89,99,2,'0.0000','15.9900',2,1),(89,99,3,'0.0000','15.9900',2,1),(89,99,5,'0.0000','15.9900',2,1),(89,99,6,'0.0000','15.9900',2,1),(90,99,0,'0.0000','15.9900',2,1),(90,99,1,'0.0000','15.9900',2,1),(90,99,2,'0.0000','15.9900',2,1),(90,99,3,'0.0000','15.9900',2,1),(90,99,5,'0.0000','15.9900',2,1),(90,99,6,'0.0000','15.9900',2,1),(91,99,0,'0.0000','15.9900',2,1),(91,99,1,'0.0000','15.9900',2,1),(91,99,2,'0.0000','15.9900',2,1),(91,99,3,'0.0000','15.9900',2,1),(91,99,5,'0.0000','15.9900',2,1),(91,99,6,'0.0000','15.9900',2,1),(92,99,0,'0.0000','15.9900',2,1),(92,99,1,'0.0000','15.9900',2,1),(92,99,2,'0.0000','15.9900',2,1),(92,99,3,'0.0000','15.9900',2,1),(92,99,5,'0.0000','15.9900',2,1),(92,99,6,'0.0000','15.9900',2,1),(94,99,0,'0.0000','134.9900',2,1),(94,99,1,'0.0000','134.9900',2,1),(94,99,2,'0.0000','134.9900',2,1),(94,99,3,'0.0000','134.9900',2,1),(94,99,5,'0.0000','134.9900',2,1),(94,99,6,'0.0000','134.9900',2,1),(95,99,0,'0.0000','134.9900',2,1),(95,99,1,'0.0000','134.9900',2,1),(95,99,2,'0.0000','134.9900',2,1),(95,99,3,'0.0000','134.9900',2,1),(95,99,5,'0.0000','134.9900',2,1),(95,99,6,'0.0000','134.9900',2,1),(96,99,0,'0.0000','134.9900',2,1),(96,99,1,'0.0000','134.9900',2,1),(96,99,2,'0.0000','134.9900',2,1),(96,99,3,'0.0000','134.9900',2,1),(96,99,5,'0.0000','134.9900',2,1),(96,99,6,'0.0000','134.9900',2,1),(97,99,0,'0.0000','134.9900',2,1),(97,99,1,'0.0000','134.9900',2,1),(97,99,2,'0.0000','134.9900',2,1),(97,99,3,'0.0000','134.9900',2,1),(97,99,5,'0.0000','134.9900',2,1),(97,99,6,'0.0000','134.9900',2,1),(99,99,0,'0.0000','160.9900',2,1),(99,99,1,'0.0000','160.9900',2,1),(99,99,2,'0.0000','160.9900',2,1),(99,99,3,'0.0000','160.9900',2,1),(99,99,5,'0.0000','160.9900',2,1),(99,99,6,'0.0000','160.9900',2,1),(100,99,0,'0.0000','160.9900',2,1),(100,99,1,'0.0000','160.9900',2,1),(100,99,2,'0.0000','160.9900',2,1),(100,99,3,'0.0000','160.9900',2,1),(100,99,5,'0.0000','160.9900',2,1),(100,99,6,'0.0000','160.9900',2,1),(101,99,0,'0.0000','160.9900',2,1),(101,99,1,'0.0000','160.9900',2,1),(101,99,2,'0.0000','160.9900',2,1),(101,99,3,'0.0000','160.9900',2,1),(101,99,5,'0.0000','160.9900',2,1),(101,99,6,'0.0000','160.9900',2,1),(102,99,0,'0.0000','160.9900',2,1),(102,99,1,'0.0000','160.9900',2,1),(102,99,2,'0.0000','160.9900',2,1),(102,99,3,'0.0000','160.9900',2,1),(102,99,5,'0.0000','160.9900',2,1),(102,99,6,'0.0000','160.9900',2,1),(104,99,0,'0.0000','69.9900',2,1),(104,99,1,'0.0000','69.9900',2,1),(104,99,2,'0.0000','69.9900',2,1),(104,99,3,'0.0000','69.9900',2,1),(104,99,5,'0.0000','69.9900',2,1),(104,99,6,'0.0000','69.9900',2,1),(105,99,0,'0.0000','69.9900',2,1),(105,99,1,'0.0000','69.9900',2,1),(105,99,2,'0.0000','69.9900',2,1),(105,99,3,'0.0000','69.9900',2,1),(105,99,5,'0.0000','69.9900',2,1),(105,99,6,'0.0000','69.9900',2,1),(106,99,0,'0.0000','69.9900',2,1),(106,99,1,'0.0000','69.9900',2,1),(106,99,2,'0.0000','69.9900',2,1),(106,99,3,'0.0000','69.9900',2,1),(106,99,5,'0.0000','69.9900',2,1),(106,99,6,'0.0000','69.9900',2,1),(107,99,0,'0.0000','69.9900',2,1),(107,99,1,'0.0000','69.9900',2,1),(107,99,2,'0.0000','69.9900',2,1),(107,99,3,'0.0000','69.9900',2,1),(107,99,5,'0.0000','69.9900',2,1),(107,99,6,'0.0000','69.9900',2,1),(109,99,0,'0.0000','89.9900',2,1),(109,99,1,'0.0000','89.9900',2,1),(109,99,2,'0.0000','89.9900',2,1),(109,99,3,'0.0000','89.9900',2,1),(109,99,5,'0.0000','89.9900',2,1),(109,99,6,'0.0000','89.9900',2,1),(110,99,0,'0.0000','89.9900',2,1),(110,99,1,'0.0000','89.9900',2,1),(110,99,2,'0.0000','89.9900',2,1),(110,99,3,'0.0000','89.9900',2,1),(110,99,5,'0.0000','89.9900',2,1),(110,99,6,'0.0000','89.9900',2,1),(111,99,0,'0.0000','89.9900',2,1),(111,99,1,'0.0000','89.9900',2,1),(111,99,2,'0.0000','89.9900',2,1),(111,99,3,'0.0000','89.9900',2,1),(111,99,5,'0.0000','89.9900',2,1),(111,99,6,'0.0000','89.9900',2,1),(113,99,0,'0.0000','159.9900',2,1),(113,99,1,'0.0000','159.9900',2,1),(113,99,2,'0.0000','159.9900',2,1),(113,99,3,'0.0000','159.9900',2,1),(113,99,5,'0.0000','159.9900',2,1),(113,99,6,'0.0000','159.9900',2,1),(114,99,0,'0.0000','159.9900',2,1),(114,99,1,'0.0000','159.9900',2,1),(114,99,2,'0.0000','159.9900',2,1),(114,99,3,'0.0000','159.9900',2,1),(114,99,5,'0.0000','159.9900',2,1),(114,99,6,'0.0000','159.9900',2,1),(115,99,0,'0.0000','159.9900',2,1),(115,99,1,'0.0000','159.9900',2,1),(115,99,2,'0.0000','159.9900',2,1),(115,99,3,'0.0000','159.9900',2,1),(115,99,5,'0.0000','159.9900',2,1),(115,99,6,'0.0000','159.9900',2,1),(117,99,0,'0.0000','15.0000',2,1),(117,99,1,'0.0000','15.0000',2,1),(117,99,2,'0.0000','15.0000',2,1),(117,99,3,'0.0000','15.0000',2,1),(117,99,5,'0.0000','15.0000',2,1),(117,99,6,'0.0000','15.0000',2,1),(118,99,0,'0.0000','15.0000',2,1),(118,99,1,'0.0000','15.0000',2,1),(118,99,2,'0.0000','15.0000',2,1),(118,99,3,'0.0000','15.0000',2,1),(118,99,5,'0.0000','15.0000',2,1),(118,99,6,'0.0000','15.0000',2,1),(121,99,0,'0.0000','22.0000',2,1),(121,99,1,'0.0000','22.0000',2,1),(121,99,2,'0.0000','22.0000',2,1),(121,99,3,'0.0000','22.0000',2,1),(121,99,5,'0.0000','22.0000',2,1),(121,99,6,'0.0000','22.0000',2,1),(122,99,0,'0.0000','22.0000',2,1),(122,99,1,'0.0000','22.0000',2,1),(122,99,2,'0.0000','22.0000',2,1),(122,99,3,'0.0000','22.0000',2,1),(122,99,5,'0.0000','22.0000',2,1),(122,99,6,'0.0000','22.0000',2,1),(124,99,0,'0.0000','15.0000',2,1),(124,99,1,'0.0000','15.0000',2,1),(124,99,2,'0.0000','15.0000',2,1),(124,99,3,'0.0000','15.0000',2,1),(124,99,5,'0.0000','15.0000',2,1),(124,99,6,'0.0000','15.0000',2,1),(125,99,0,'0.0000','15.0000',2,1),(125,99,1,'0.0000','15.0000',2,1),(125,99,2,'0.0000','15.0000',2,1),(125,99,3,'0.0000','15.0000',2,1),(125,99,5,'0.0000','15.0000',2,1),(125,99,6,'0.0000','15.0000',2,1),(127,99,0,'0.0000','13.5000',2,1),(127,99,1,'0.0000','13.5000',2,1),(127,99,2,'0.0000','13.5000',2,1),(127,99,3,'0.0000','13.5000',2,1),(127,99,5,'0.0000','13.5000',2,1),(127,99,6,'0.0000','13.5000',2,1),(128,99,0,'0.0000','13.5000',2,1),(128,99,1,'0.0000','13.5000',2,1),(128,99,2,'0.0000','13.5000',2,1),(128,99,3,'0.0000','13.5000',2,1),(128,99,5,'0.0000','13.5000',2,1),(128,99,6,'0.0000','13.5000',2,1),(129,99,0,'0.0000','13.5000',2,1),(129,99,1,'0.0000','13.5000',2,1),(129,99,2,'0.0000','13.5000',2,1),(129,99,3,'0.0000','13.5000',2,1),(129,99,5,'0.0000','13.5000',2,1),(129,99,6,'0.0000','13.5000',2,1),(130,99,0,'0.0000','13.5000',2,1),(130,99,1,'0.0000','13.5000',2,1),(130,99,2,'0.0000','13.5000',2,1),(130,99,3,'0.0000','13.5000',2,1),(130,99,5,'0.0000','13.5000',2,1),(130,99,6,'0.0000','13.5000',2,1),(131,99,0,'0.0000','13.5000',2,1),(131,99,1,'0.0000','13.5000',2,1),(131,99,2,'0.0000','13.5000',2,1),(131,99,3,'0.0000','13.5000',2,1),(131,99,5,'0.0000','13.5000',2,1),(131,99,6,'0.0000','13.5000',2,1),(132,99,0,'0.0000','99.0000',2,1),(132,99,1,'0.0000','99.0000',2,1),(132,99,2,'0.0000','99.0000',2,1),(132,99,3,'0.0000','99.0000',2,1),(132,99,5,'0.0000','99.0000',2,1),(132,99,6,'0.0000','99.0000',2,1),(133,99,0,'0.0000','34.0000',2,1),(133,99,1,'0.0000','34.0000',2,1),(133,99,2,'0.0000','34.0000',2,1),(133,99,3,'0.0000','34.0000',2,1),(133,99,5,'0.0000','34.0000',2,1),(133,99,6,'0.0000','34.0000',2,1),(134,99,0,'0.0000','19.0000',2,1),(134,99,1,'0.0000','19.0000',2,1),(134,99,2,'0.0000','19.0000',2,1),(134,99,3,'0.0000','19.0000',2,1),(134,99,5,'0.0000','19.0000',2,1),(134,99,6,'0.0000','19.0000',2,1),(137,99,0,'0.0000','13.5000',2,1),(137,99,1,'0.0000','13.5000',2,1),(137,99,2,'0.0000','13.5000',2,1),(137,99,3,'0.0000','13.5000',2,1),(137,99,5,'0.0000','13.5000',2,1),(137,99,6,'0.0000','13.5000',2,1),(138,99,0,'0.0000','150.0000',1,1),(138,99,1,'0.0000','150.0000',1,1),(138,99,2,'0.0000','150.0000',1,1),(138,99,3,'0.0000','150.0000',1,1),(138,99,5,'0.0000','150.0000',1,1),(138,99,6,'0.0000','150.0000',1,1),(139,99,0,'0.0000','199.9900',1,1),(139,99,1,'0.0000','199.9900',1,1),(139,99,2,'0.0000','199.9900',1,1),(139,99,3,'0.0000','199.9900',1,1),(139,99,5,'0.0000','199.9900',1,1),(139,99,6,'0.0000','199.9900',1,1),(140,99,0,'0.0000','199.9900',1,1),(140,99,1,'0.0000','199.9900',1,1),(140,99,2,'0.0000','199.9900',1,1),(140,99,3,'0.0000','199.9900',1,1),(140,99,5,'0.0000','199.9900',1,1),(140,99,6,'0.0000','199.9900',1,1),(141,99,0,'0.0000','150.9900',1,1),(141,99,1,'0.0000','150.9900',1,1),(141,99,2,'0.0000','150.9900',1,1),(141,99,3,'0.0000','150.9900',1,1),(141,99,5,'0.0000','150.9900',1,1),(141,99,6,'0.0000','150.9900',1,1),(143,99,0,'0.0000','99.9900',1,1),(143,99,1,'0.0000','99.9900',1,1),(143,99,2,'0.0000','99.9900',1,1),(143,99,3,'0.0000','99.9900',1,1),(143,99,5,'0.0000','99.9900',1,1),(143,99,6,'0.0000','99.9900',1,1),(145,99,0,'0.0000','335.9900',1,1),(145,99,1,'0.0000','335.9900',1,1),(145,99,2,'0.0000','335.9900',1,1),(145,99,3,'0.0000','335.9900',1,1),(145,99,5,'0.0000','335.9900',1,1),(145,99,6,'0.0000','335.9900',1,1),(147,99,0,'0.0000','399.9900',0,1),(147,99,1,'0.0000','399.9900',0,1),(147,99,2,'0.0000','399.9900',0,1),(147,99,3,'0.0000','399.9900',0,1),(147,99,5,'0.0000','399.9900',0,1),(147,99,6,'0.0000','399.9900',0,1),(148,99,0,'0.0000','98.9900',1,1),(148,99,1,'0.0000','98.9900',1,1),(148,99,2,'0.0000','98.9900',1,1),(148,99,3,'0.0000','98.9900',1,1),(148,99,5,'0.0000','98.9900',1,1),(148,99,6,'0.0000','98.9900',1,1),(149,99,0,'0.0000','399.0000',1,1),(149,99,1,'0.0000','399.0000',1,1),(149,99,2,'0.0000','399.0000',1,1),(149,99,3,'0.0000','399.0000',1,1),(149,99,5,'0.0000','399.0000',1,1),(149,99,6,'0.0000','399.0000',1,1),(150,99,0,'0.0000','299.0000',1,1),(150,99,1,'0.0000','299.0000',1,1),(150,99,2,'0.0000','299.0000',1,1),(150,99,3,'0.0000','299.0000',1,1),(150,99,5,'0.0000','299.0000',1,1),(150,99,6,'0.0000','299.0000',1,1),(151,99,0,'0.0000','98.9900',1,1),(151,99,1,'0.0000','98.9900',1,1),(151,99,2,'0.0000','98.9900',1,1),(151,99,3,'0.0000','98.9900',1,1),(151,99,5,'0.0000','98.9900',1,1),(151,99,6,'0.0000','98.9900',1,1),(152,99,0,'0.0000','699.9900',1,1),(152,99,1,'0.0000','699.9900',1,1),(152,99,2,'0.0000','699.9900',1,1),(152,99,3,'0.0000','699.9900',1,1),(152,99,5,'0.0000','699.9900',1,1),(152,99,6,'0.0000','699.9900',1,1),(153,99,0,'0.0000','2049.9900',1,1),(153,99,1,'0.0000','2049.9900',1,1),(153,99,2,'0.0000','2049.9900',1,1),(153,99,3,'0.0000','2049.9900',1,1),(153,99,5,'0.0000','2049.9900',1,1),(153,99,6,'0.0000','2049.9900',1,1),(154,99,0,'0.0000','299.0000',1,1),(154,99,1,'0.0000','299.0000',1,1),(154,99,2,'0.0000','299.0000',1,1),(154,99,3,'0.0000','299.0000',1,1),(154,99,5,'0.0000','299.0000',1,1),(154,99,6,'0.0000','299.0000',1,1),(155,99,0,'0.0000','99.0000',1,1),(155,99,1,'0.0000','99.0000',1,1),(155,99,2,'0.0000','99.0000',1,1),(155,99,3,'0.0000','99.0000',1,1),(155,99,5,'0.0000','99.0000',1,1),(155,99,6,'0.0000','99.0000',1,1),(156,99,0,'0.0000','399.9900',0,1),(156,99,1,'0.0000','399.9900',0,1),(156,99,2,'0.0000','399.9900',0,1),(156,99,3,'0.0000','399.9900',0,1),(156,99,5,'0.0000','399.9900',0,1),(156,99,6,'0.0000','399.9900',0,1),(157,99,0,'0.0000','699.9900',0,1),(157,99,1,'0.0000','699.9900',0,1),(157,99,2,'0.0000','699.9900',0,1),(157,99,3,'0.0000','699.9900',0,1),(157,99,5,'0.0000','699.9900',0,1),(157,99,6,'0.0000','699.9900',0,1),(159,99,0,'0.0000','99.9900',0,1),(159,99,1,'0.0000','99.9900',0,1),(159,99,2,'0.0000','99.9900',0,1),(159,99,3,'0.0000','99.9900',0,1),(159,99,5,'0.0000','99.9900',0,1),(159,99,6,'0.0000','99.9900',0,1),(160,99,0,'0.0000','79.9900',1,1),(160,99,1,'0.0000','79.9900',1,1),(160,99,2,'0.0000','79.9900',1,1),(160,99,3,'0.0000','79.9900',1,1),(160,99,5,'0.0000','79.9900',1,1),(160,99,6,'0.0000','79.9900',1,1),(161,99,0,'0.0000','239.9900',0,1),(161,99,1,'0.0000','239.9900',0,1),(161,99,2,'0.0000','239.9900',0,1),(161,99,3,'0.0000','239.9900',0,1),(161,99,5,'0.0000','239.9900',0,1),(161,99,6,'0.0000','239.9900',0,1),(162,99,0,'0.0000','59.9900',1,1),(162,99,1,'0.0000','59.9900',1,1),(162,99,2,'0.0000','59.9900',1,1),(162,99,3,'0.0000','59.9900',1,1),(162,99,5,'0.0000','59.9900',1,1),(162,99,6,'0.0000','59.9900',1,1),(166,99,0,'0.0000','750.0000',2,1),(166,99,1,'0.0000','750.0000',2,1),(166,99,2,'0.0000','750.0000',2,1),(166,99,3,'0.0000','750.0000',2,1),(166,99,5,'0.0000','750.0000',2,1),(166,99,6,'0.0000','750.0000',2,1),(173,99,0,'0.0000','139.0000',2,1),(173,99,1,'0.0000','139.0000',2,1),(173,99,2,'0.0000','139.0000',2,1),(173,99,3,'0.0000','139.0000',2,1),(173,99,5,'0.0000','139.0000',2,1),(173,99,6,'0.0000','139.0000',2,1),(176,99,0,'0.0000','249.9900',2,1),(176,99,1,'0.0000','249.9900',2,1),(176,99,2,'0.0000','249.9900',2,1),(176,99,3,'0.0000','249.9900',2,1),(176,99,5,'0.0000','249.9900',2,1),(176,99,6,'0.0000','249.9900',2,1),(177,99,0,'0.0000','14.9900',2,1),(177,99,1,'0.0000','14.9900',2,1),(177,99,2,'0.0000','14.9900',2,1),(177,99,3,'0.0000','14.9900',2,1),(177,99,5,'0.0000','14.9900',2,1),(177,99,6,'0.0000','14.9900',2,1),(178,99,0,'0.0000','79.9900',2,1),(178,99,1,'0.0000','79.9900',2,1),(178,99,2,'0.0000','79.9900',2,1),(178,99,3,'0.0000','79.9900',2,1),(178,99,5,'0.0000','79.9900',2,1),(178,99,6,'0.0000','79.9900',2,1),(180,99,0,'0.0000','139.9900',2,1),(180,99,1,'0.0000','139.9900',2,1),(180,99,2,'0.0000','139.9900',2,1),(180,99,3,'0.0000','139.9900',2,1),(180,99,5,'0.0000','139.9900',2,1),(180,99,6,'0.0000','139.9900',2,1),(181,99,0,'0.0000','279.9900',2,1),(181,99,1,'0.0000','279.9900',2,1),(181,99,2,'0.0000','279.9900',2,1),(181,99,3,'0.0000','279.9900',2,1),(181,99,5,'0.0000','279.9900',2,1),(181,99,6,'0.0000','279.9900',2,1),(182,99,0,'0.0000','119.9900',2,1),(182,99,1,'0.0000','119.9900',2,1),(182,99,2,'0.0000','119.9900',2,1),(182,99,3,'0.0000','119.9900',2,1),(182,99,5,'0.0000','119.9900',2,1),(182,99,6,'0.0000','119.9900',2,1),(184,99,0,'0.0000','299.9900',2,1),(184,99,1,'0.0000','299.9900',2,1),(184,99,2,'0.0000','299.9900',2,1),(184,99,3,'0.0000','299.9900',2,1),(184,99,5,'0.0000','299.9900',2,1),(184,99,6,'0.0000','299.9900',2,1),(185,99,0,'0.0000','499.9900',2,1),(185,99,1,'0.0000','499.9900',2,1),(185,99,2,'0.0000','499.9900',2,1),(185,99,3,'0.0000','499.9900',2,1),(185,99,5,'0.0000','499.9900',2,1),(185,99,6,'0.0000','499.9900',2,1),(186,99,0,'0.0000','299.9900',2,1),(186,99,1,'0.0000','299.9900',2,1),(186,99,2,'0.0000','299.9900',2,1),(186,99,3,'0.0000','299.9900',2,1),(186,99,5,'0.0000','299.9900',2,1),(186,99,6,'0.0000','299.9900',2,1),(188,99,0,'0.0000','99.9900',2,1),(188,99,1,'0.0000','99.9900',2,1),(188,99,2,'0.0000','99.9900',2,1),(188,99,3,'0.0000','99.9900',2,1),(188,99,5,'0.0000','99.9900',2,1),(188,99,6,'0.0000','99.9900',2,1),(189,99,0,'0.0000','119.9900',2,1),(189,99,1,'0.0000','119.9900',2,1),(189,99,2,'0.0000','119.9900',2,1),(189,99,3,'0.0000','119.9900',2,1),(189,99,5,'0.0000','119.9900',2,1),(189,99,6,'0.0000','119.9900',2,1),(142,99,0,'0.0000','150.0000',0,1),(142,99,1,'0.0000','150.0000',0,1),(142,99,2,'0.0000','150.0000',0,1),(142,99,3,'0.0000','150.0000',0,1),(142,99,5,'0.0000','150.0000',0,1),(142,99,6,'0.0000','150.0000',0,1),(144,99,0,'0.0000','250.0000',0,1),(144,99,1,'0.0000','250.0000',0,1),(144,99,2,'0.0000','250.0000',0,1),(144,99,3,'0.0000','250.0000',0,1),(144,99,5,'0.0000','250.0000',0,1),(144,99,6,'0.0000','250.0000',0,1),(146,99,0,'0.0000','325.0000',0,1),(146,99,1,'0.0000','325.0000',0,1),(146,99,2,'0.0000','325.0000',0,1),(146,99,3,'0.0000','325.0000',0,1),(146,99,5,'0.0000','325.0000',0,1),(146,99,6,'0.0000','325.0000',0,1),(190,99,0,'0.0000','299.9900',2,1),(190,99,1,'0.0000','299.9900',2,1),(190,99,2,'0.0000','299.9900',2,1),(190,99,3,'0.0000','299.9900',2,1),(190,99,5,'0.0000','299.9900',2,1),(190,99,6,'0.0000','299.9900',2,1),(83,100,0,'0.0000','1.0000',0,1),(83,503,0,'0.0000','15.9900',0,1),(83,100,0,'0.0000','1.0000',0,1),(83,503,0,'0.0000','15.9900',0,1),(83,100,0,'0.0000','1.0000',0,1),(83,503,0,'0.0000','15.9900',0,1),(83,100,0,'0.0000','1.0000',0,1),(83,503,0,'0.0000','15.9900',0,1),(83,100,0,'0.0000','1.0000',0,1),(83,503,0,'0.0000','15.9900',0,1),(83,100,0,'0.0000','1.0000',0,1),(83,503,0,'0.0000','15.9900',0,1),(83,100,0,'0.0000','1.0000',0,1),(83,503,0,'0.0000','15.9900',0,1),(83,100,0,'0.0000','1.0000',0,1),(83,503,0,'0.0000','15.9900',0,1),(83,100,0,'0.0000','1.0000',0,1),(83,503,0,'0.0000','15.9900',0,1),(83,100,0,'0.0000','1.0000',0,1),(83,503,0,'0.0000','15.9900',0,1),(93,100,0,'0.0000','29.9900',0,1),(93,503,0,'0.0000','134.9900',0,1),(93,100,0,'0.0000','29.9900',0,1),(93,503,0,'0.0000','134.9900',0,1),(93,100,0,'0.0000','29.9900',0,1),(93,503,0,'0.0000','134.9900',0,1),(93,100,0,'0.0000','29.9900',0,1),(93,503,0,'0.0000','134.9900',0,1),(93,100,0,'0.0000','29.9900',0,1),(93,503,0,'0.0000','134.9900',0,1),(98,100,0,'0.0000','29.9900',0,1),(98,503,0,'0.0000','134.9900',0,1),(98,100,0,'0.0000','29.9900',0,1),(98,503,0,'0.0000','134.9900',0,1),(98,100,0,'0.0000','29.9900',0,1),(98,503,0,'0.0000','134.9900',0,1),(98,100,0,'0.0000','29.9900',0,1),(98,503,0,'0.0000','134.9900',0,1),(98,100,0,'0.0000','29.9900',0,1),(98,503,0,'0.0000','134.9900',0,1),(103,100,0,'0.0000','29.9900',0,1),(103,503,0,'0.0000','69.9900',0,1),(103,100,0,'0.0000','29.9900',0,1),(103,503,0,'0.0000','69.9900',0,1),(103,100,0,'0.0000','29.9900',0,1),(103,503,0,'0.0000','69.9900',0,1),(103,100,0,'0.0000','29.9900',0,1),(103,503,0,'0.0000','69.9900',0,1),(103,100,0,'0.0000','29.9900',0,1),(103,503,0,'0.0000','69.9900',0,1),(108,100,0,'0.0000','29.9900',0,1),(108,503,0,'0.0000','89.9900',0,1),(108,100,0,'0.0000','29.9900',0,1),(108,503,0,'0.0000','89.9900',0,1),(108,100,0,'0.0000','29.9900',0,1),(108,503,0,'0.0000','89.9900',0,1),(108,100,0,'0.0000','29.9900',0,1),(108,503,0,'0.0000','89.9900',0,1),(112,100,0,'0.0000','29.9900',0,1),(112,503,0,'0.0000','159.9900',0,1),(112,100,0,'0.0000','29.9900',0,1),(112,503,0,'0.0000','159.9900',0,1),(112,100,0,'0.0000','29.9900',0,1),(112,503,0,'0.0000','159.9900',0,1),(112,100,0,'0.0000','29.9900',0,1),(112,503,0,'0.0000','159.9900',0,1),(119,100,0,'0.0000','2.0000',0,1),(119,503,0,'0.0000','15.0000',0,1),(119,100,0,'0.0000','2.0000',0,1),(119,503,0,'0.0000','15.0000',0,1),(119,100,0,'0.0000','2.0000',0,1),(119,503,0,'0.0000','15.0000',0,1),(120,100,0,'0.0000','2.0000',0,1),(120,503,0,'0.0000','22.0000',0,1),(120,100,0,'0.0000','2.0000',0,1),(120,503,0,'0.0000','22.0000',0,1),(123,100,0,'0.0000','2.0000',0,1),(123,503,0,'0.0000','15.0000',0,1),(123,100,0,'0.0000','2.0000',0,1),(123,503,0,'0.0000','15.0000',0,1),(123,100,0,'0.0000','2.0000',0,1),(123,503,0,'0.0000','15.0000',0,1),(126,100,0,'0.0000','2.0000',0,1),(126,503,0,'0.0000','13.5000',0,1),(126,100,0,'0.0000','2.0000',0,1),(126,503,0,'0.0000','13.5000',0,1),(126,100,0,'0.0000','2.0000',0,1),(126,503,0,'0.0000','13.5000',0,1),(126,100,0,'0.0000','2.0000',0,1),(126,503,0,'0.0000','13.5000',0,1),(126,100,0,'0.0000','2.0000',0,1),(126,503,0,'0.0000','13.5000',0,1),(126,100,0,'0.0000','2.0000',0,1),(126,503,0,'0.0000','13.5000',0,1),(135,100,0,'0.0000','10.0000',0,1),(135,503,0,'0.0000','41.9500',0,1),(135,100,0,'0.0000','10.0000',0,1),(135,503,0,'0.0000','41.9500',0,1),(135,100,0,'0.0000','10.0000',0,1),(135,503,0,'0.0000','41.9500',0,1),(135,100,0,'0.0000','10.0000',0,1),(135,503,0,'0.0000','41.9500',0,1),(135,100,0,'0.0000','10.0000',0,1),(135,503,0,'0.0000','41.9500',0,1),(135,100,0,'0.0000','10.0000',0,1),(135,503,0,'0.0000','41.9500',0,1),(135,100,0,'0.0000','10.0000',0,1),(135,503,0,'0.0000','41.9500',0,1),(83,100,0,'0.0000','2.0000',0,1),(83,503,0,'0.0000','13.9900',0,1),(93,100,0,'0.0000','29.9900',0,1),(93,503,0,'0.0000','134.9900',0,1),(98,100,0,'0.0000','29.9900',0,1),(98,503,0,'0.0000','160.9900',0,1),(103,100,0,'0.0000','29.9900',0,1),(103,503,0,'0.0000','69.9900',0,1),(108,100,0,'0.0000','29.9900',0,1),(108,503,0,'0.0000','89.9900',0,1),(112,100,0,'0.0000','29.9900',0,1),(112,503,0,'0.0000','159.9900',0,1),(119,100,0,'0.0000','2.0000',0,1),(119,503,0,'0.0000','10.0000',0,1),(120,100,0,'0.0000','2.0000',0,1),(120,503,0,'0.0000','18.0000',0,1),(123,100,0,'0.0000','2.0000',0,1),(123,503,0,'0.0000','10.0000',0,1),(126,100,0,'0.0000','2.0000',0,1),(126,503,0,'0.0000','9.5000',0,1),(135,100,0,'0.0000','10.0000',0,1),(135,503,0,'0.0000','41.9500',0,1),(120,270,0,'5.0000','21.0000',0,1),(120,270,1,'5.0000','21.0000',0,1),(120,270,2,'5.0000','21.0000',0,1),(120,270,3,'5.0000','21.0000',0,1),(120,270,5,'5.0000','21.0000',0,1),(120,270,6,'5.0000','21.0000',0,1),(120,270,0,'10.0000','20.0000',0,1),(120,270,1,'10.0000','20.0000',0,1),(120,270,2,'10.0000','20.0000',0,1),(120,270,3,'10.0000','20.0000',0,1),(120,270,5,'10.0000','20.0000',0,1),(120,270,6,'10.0000','20.0000',0,1),(120,270,0,'20.0000','18.0000',0,1),(120,270,1,'20.0000','18.0000',0,1),(120,270,2,'20.0000','18.0000',0,1),(120,270,3,'20.0000','18.0000',0,1),(120,270,5,'20.0000','18.0000',0,1),(120,270,6,'20.0000','18.0000',0,1),(126,270,0,'5.0000','12.5000',0,1),(126,270,1,'5.0000','12.5000',0,1),(126,270,2,'5.0000','12.5000',0,1),(126,270,3,'5.0000','12.5000',0,1),(126,270,5,'5.0000','12.5000',0,1),(126,270,6,'5.0000','12.5000',0,1),(126,270,0,'10.0000','11.5000',0,1),(126,270,1,'10.0000','11.5000',0,1),(126,270,2,'10.0000','11.5000',0,1),(126,270,3,'10.0000','11.5000',0,1),(126,270,5,'10.0000','11.5000',0,1),(126,270,6,'10.0000','11.5000',0,1),(126,270,0,'20.0000','9.5000',0,1),(126,270,1,'20.0000','9.5000',0,1),(126,270,2,'20.0000','9.5000',0,1),(126,270,3,'20.0000','9.5000',0,1),(126,270,5,'20.0000','9.5000',0,1),(126,270,6,'20.0000','9.5000',0,1),(83,99,0,'0.0000','15.9900',2,1),(83,99,1,'0.0000','15.9900',2,1),(83,99,2,'0.0000','15.9900',2,1),(83,99,3,'0.0000','15.9900',2,1),(83,99,5,'0.0000','15.9900',2,1),(83,99,6,'0.0000','15.9900',2,1),(93,99,0,'0.0000','134.9900',2,1),(93,99,1,'0.0000','134.9900',2,1),(93,99,2,'0.0000','134.9900',2,1),(93,99,3,'0.0000','134.9900',2,1),(93,99,5,'0.0000','134.9900',2,1),(93,99,6,'0.0000','134.9900',2,1),(98,99,0,'0.0000','160.9900',2,1),(98,99,1,'0.0000','160.9900',2,1),(98,99,2,'0.0000','160.9900',2,1),(98,99,3,'0.0000','160.9900',2,1),(98,99,5,'0.0000','160.9900',2,1),(98,99,6,'0.0000','160.9900',2,1),(103,99,0,'0.0000','69.9900',2,1),(103,99,1,'0.0000','69.9900',2,1),(103,99,2,'0.0000','69.9900',2,1),(103,99,3,'0.0000','69.9900',2,1),(103,99,5,'0.0000','69.9900',2,1),(103,99,6,'0.0000','69.9900',2,1),(108,99,0,'0.0000','89.9900',2,1),(108,99,1,'0.0000','89.9900',2,1),(108,99,2,'0.0000','89.9900',2,1),(108,99,3,'0.0000','89.9900',2,1),(108,99,5,'0.0000','89.9900',2,1),(108,99,6,'0.0000','89.9900',2,1),(112,99,0,'0.0000','159.9900',2,1),(112,99,1,'0.0000','159.9900',2,1),(112,99,2,'0.0000','159.9900',2,1),(112,99,3,'0.0000','159.9900',2,1),(112,99,5,'0.0000','159.9900',2,1),(112,99,6,'0.0000','159.9900',2,1),(119,99,0,'0.0000','15.0000',2,1),(119,99,1,'0.0000','15.0000',2,1),(119,99,2,'0.0000','15.0000',2,1),(119,99,3,'0.0000','15.0000',2,1),(119,99,5,'0.0000','15.0000',2,1),(119,99,6,'0.0000','15.0000',2,1),(120,99,0,'0.0000','22.0000',2,1),(120,99,1,'0.0000','22.0000',2,1),(120,99,2,'0.0000','22.0000',2,1),(120,99,3,'0.0000','22.0000',2,1),(120,99,5,'0.0000','22.0000',2,1),(120,99,6,'0.0000','22.0000',2,1),(123,99,0,'0.0000','100.0000',2,1),(123,99,1,'0.0000','100.0000',2,1),(123,99,2,'0.0000','100.0000',2,1),(123,99,3,'0.0000','100.0000',2,1),(123,99,5,'0.0000','100.0000',2,1),(123,99,6,'0.0000','100.0000',2,1),(126,99,0,'0.0000','13.5000',2,1),(126,99,1,'0.0000','13.5000',2,1),(126,99,2,'0.0000','13.5000',2,1),(126,99,3,'0.0000','13.5000',2,1),(126,99,5,'0.0000','13.5000',2,1),(126,99,6,'0.0000','13.5000',2,1),(135,99,0,'0.0000','41.9500',2,1),(135,99,1,'0.0000','41.9500',2,1),(135,99,2,'0.0000','41.9500',2,1),(135,99,3,'0.0000','41.9500',2,1),(135,99,5,'0.0000','41.9500',2,1),(135,99,6,'0.0000','41.9500',2,1),(158,100,0,'0.0000','899.9900',0,1),(158,503,0,'0.0000','2699.9900',0,1),(158,99,0,'0.0000','2699.9900',2,1),(158,99,1,'0.0000','2699.9900',2,1),(158,99,2,'0.0000','2699.9900',2,1),(158,99,3,'0.0000','2699.9900',2,1),(158,99,5,'0.0000','2699.9900',2,1),(158,99,6,'0.0000','2699.9900',2,1),(163,99,0,'0.0000','447.9800',1,1),(163,99,1,'0.0000','447.9800',1,1),(163,99,2,'0.0000','447.9800',1,1),(163,99,3,'0.0000','447.9800',1,1),(163,99,5,'0.0000','447.9800',1,1),(163,99,6,'0.0000','447.9800',1,1),(164,99,0,'0.0000','4999.9500',1,1),(164,99,1,'0.0000','4999.9500',1,1),(164,99,2,'0.0000','4999.9500',1,1),(164,99,3,'0.0000','4999.9500',1,1),(164,99,5,'0.0000','4999.9500',1,1),(164,99,6,'0.0000','4999.9500',1,1),(165,99,0,'0.0000','847.9700',1,1),(165,99,1,'0.0000','847.9700',1,1),(165,99,2,'0.0000','847.9700',1,1),(165,99,3,'0.0000','847.9700',1,1),(165,99,5,'0.0000','847.9700',1,1),(165,99,6,'0.0000','847.9700',1,1),(168,940,0,'0.0000','10.0000',0,1),(168,941,0,'0.0000','500.0000',0,1),(169,940,0,'0.0000','20.0000',0,1),(169,941,0,'0.0000','100.0000',0,1),(167,99,0,'0.0000','100.0000',0,1),(167,99,1,'0.0000','100.0000',0,1),(167,99,2,'0.0000','100.0000',0,1),(167,99,3,'0.0000','100.0000',0,1),(167,99,5,'0.0000','100.0000',0,1),(167,99,6,'0.0000','100.0000',0,1),(168,99,0,'0.0000','10.0000',0,1),(168,99,1,'0.0000','10.0000',0,1),(168,99,2,'0.0000','10.0000',0,1),(168,99,3,'0.0000','10.0000',0,1),(168,99,5,'0.0000','10.0000',0,1),(168,99,6,'0.0000','10.0000',0,1),(169,99,0,'0.0000','20.0000',0,1),(169,99,1,'0.0000','20.0000',0,1),(169,99,2,'0.0000','20.0000',0,1),(169,99,3,'0.0000','20.0000',0,1),(169,99,5,'0.0000','20.0000',0,1),(169,99,6,'0.0000','20.0000',0,1),(174,99,0,'0.0000','10.0000',0,1),(174,99,1,'0.0000','10.0000',0,1),(174,99,2,'0.0000','10.0000',0,1),(174,99,3,'0.0000','10.0000',0,1),(174,99,5,'0.0000','10.0000',0,1),(174,99,6,'0.0000','10.0000',0,1),(175,99,0,'0.0000','200.0000',0,1),(175,99,1,'0.0000','200.0000',0,1),(175,99,2,'0.0000','200.0000',0,1),(175,99,3,'0.0000','200.0000',0,1),(175,99,5,'0.0000','200.0000',0,1),(175,99,6,'0.0000','200.0000',0,1),(54,100,0,'0.0000','50.0000',0,1),(54,503,0,'0.0000','299.9900',0,1),(54,100,0,'0.0000','50.0000',0,1),(54,503,0,'0.0000','129.9900',0,1),(54,100,0,'0.0000','200.0000',0,1),(54,503,0,'0.0000','599.9900',0,1),(183,567,0,'0.0000','279.9900',0,1),(183,567,0,'0.0000','119.9900',0,1),(54,100,0,'0.0000','300.0000',0,1),(54,503,0,'0.0000','699.9900',0,1),(54,99,0,'0.0000','299.9900',2,1),(54,99,1,'0.0000','299.9900',2,1),(54,99,2,'0.0000','299.9900',2,1),(54,99,3,'0.0000','299.9900',2,1),(54,99,5,'0.0000','299.9900',2,1),(54,99,6,'0.0000','299.9900',2,1),(54,99,0,'0.0000','129.9900',2,1),(54,99,1,'0.0000','129.9900',2,1),(54,99,2,'0.0000','129.9900',2,1),(54,99,3,'0.0000','129.9900',2,1),(54,99,5,'0.0000','129.9900',2,1),(54,99,6,'0.0000','129.9900',2,1),(54,99,0,'0.0000','599.9900',2,1),(54,99,1,'0.0000','599.9900',2,1),(54,99,2,'0.0000','599.9900',2,1),(54,99,3,'0.0000','599.9900',2,1),(54,99,5,'0.0000','599.9900',2,1),(54,99,6,'0.0000','599.9900',2,1),(179,99,0,'0.0000','79.9900',2,1),(179,99,1,'0.0000','79.9900',2,1),(179,99,2,'0.0000','79.9900',2,1),(179,99,3,'0.0000','79.9900',2,1),(179,99,5,'0.0000','79.9900',2,1),(179,99,6,'0.0000','79.9900',2,1),(179,99,0,'0.0000','139.9900',2,1),(179,99,1,'0.0000','139.9900',2,1),(179,99,2,'0.0000','139.9900',2,1),(179,99,3,'0.0000','139.9900',2,1),(179,99,5,'0.0000','139.9900',2,1),(179,99,6,'0.0000','139.9900',2,1),(183,99,0,'0.0000','279.9900',2,1),(183,99,1,'0.0000','279.9900',2,1),(183,99,2,'0.0000','279.9900',2,1),(183,99,3,'0.0000','279.9900',2,1),(183,99,5,'0.0000','279.9900',2,1),(183,99,6,'0.0000','279.9900',2,1),(183,99,0,'0.0000','119.9900',2,1),(183,99,1,'0.0000','119.9900',2,1),(183,99,2,'0.0000','119.9900',2,1),(183,99,3,'0.0000','119.9900',2,1),(183,99,5,'0.0000','119.9900',2,1),(183,99,6,'0.0000','119.9900',2,1),(187,99,0,'0.0000','299.9900',2,1),(187,99,1,'0.0000','299.9900',2,1),(187,99,2,'0.0000','299.9900',2,1),(187,99,3,'0.0000','299.9900',2,1),(187,99,5,'0.0000','299.9900',2,1),(187,99,6,'0.0000','299.9900',2,1),(187,99,0,'0.0000','499.9900',2,1),(187,99,1,'0.0000','499.9900',2,1),(187,99,2,'0.0000','499.9900',2,1),(187,99,3,'0.0000','499.9900',2,1),(187,99,5,'0.0000','499.9900',2,1),(187,99,6,'0.0000','499.9900',2,1),(187,99,0,'0.0000','299.9900',2,1),(187,99,1,'0.0000','299.9900',2,1),(187,99,2,'0.0000','299.9900',2,1),(187,99,3,'0.0000','299.9900',2,1),(187,99,5,'0.0000','299.9900',2,1),(187,99,6,'0.0000','299.9900',2,1);
/*!40000 ALTER TABLE `catalogindex_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cataloginventory_stock`
--
DROP TABLE IF EXISTS `cataloginventory_stock`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cataloginventory_stock` (
`stock_id` smallint(4) unsigned NOT NULL AUTO_INCREMENT,
`stock_name` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`stock_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Catalog inventory Stocks list';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cataloginventory_stock`
--
LOCK TABLES `cataloginventory_stock` WRITE;
/*!40000 ALTER TABLE `cataloginventory_stock` DISABLE KEYS */;
INSERT INTO `cataloginventory_stock` VALUES (1,'Default');
/*!40000 ALTER TABLE `cataloginventory_stock` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cataloginventory_stock_item`
--
DROP TABLE IF EXISTS `cataloginventory_stock_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cataloginventory_stock_item` (
`item_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`stock_id` smallint(4) unsigned NOT NULL DEFAULT '0',
`qty` decimal(12,4) NOT NULL DEFAULT '0.0000',
`min_qty` decimal(12,4) NOT NULL DEFAULT '0.0000',
`use_config_min_qty` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_qty_decimal` tinyint(1) unsigned NOT NULL DEFAULT '0',
`backorders` tinyint(3) unsigned NOT NULL DEFAULT '0',
`use_config_backorders` tinyint(1) unsigned NOT NULL DEFAULT '1',
`min_sale_qty` decimal(12,4) NOT NULL DEFAULT '1.0000',
`use_config_min_sale_qty` tinyint(1) unsigned NOT NULL DEFAULT '1',
`max_sale_qty` decimal(12,4) NOT NULL DEFAULT '0.0000',
`use_config_max_sale_qty` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_in_stock` tinyint(1) unsigned NOT NULL DEFAULT '0',
`low_stock_date` datetime DEFAULT NULL,
`notify_stock_qty` decimal(12,4) DEFAULT NULL,
`use_config_notify_stock_qty` tinyint(1) unsigned NOT NULL DEFAULT '1',
`manage_stock` tinyint(1) unsigned NOT NULL DEFAULT '0',
`use_config_manage_stock` tinyint(1) unsigned NOT NULL DEFAULT '1',
`stock_status_changed_automatically` tinyint(1) unsigned NOT NULL DEFAULT '0',
`use_config_qty_increments` tinyint(1) unsigned NOT NULL DEFAULT '1',
`qty_increments` decimal(12,4) NOT NULL DEFAULT '0.0000',
`use_config_enable_qty_increments` tinyint(1) unsigned NOT NULL DEFAULT '1',
`enable_qty_increments` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`item_id`),
UNIQUE KEY `IDX_STOCK_PRODUCT` (`product_id`,`stock_id`),
KEY `FK_CATALOGINVENTORY_STOCK_ITEM_PRODUCT` (`product_id`),
KEY `FK_CATALOGINVENTORY_STOCK_ITEM_STOCK` (`stock_id`),
CONSTRAINT `FK_CATALOGINVENTORY_STOCK_ITEM_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOGINVENTORY_STOCK_ITEM_STOCK` FOREIGN KEY (`stock_id`) REFERENCES `cataloginventory_stock` (`stock_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=145 DEFAULT CHARSET=utf8 COMMENT='Invetory Stock Item Data';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cataloginventory_stock_item`
--
LOCK TABLES `cataloginventory_stock_item` WRITE;
/*!40000 ALTER TABLE `cataloginventory_stock_item` DISABLE KEYS */;
INSERT INTO `cataloginventory_stock_item` VALUES (1,16,1,'999976.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(2,17,1,'999986.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(3,18,1,'999987.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(4,19,1,'999995.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(5,20,1,'999997.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(6,25,1,'999980.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(7,26,1,'999771.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(8,27,1,'999854.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(9,28,1,'999976.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(10,29,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(11,30,1,'999979.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(12,31,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(13,32,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(14,33,1,'999997.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(15,34,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(16,35,1,'979999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(17,36,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,0,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(18,37,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(19,38,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(20,39,1,'999930.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(21,41,1,'999869.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(22,42,1,'998997.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(23,44,1,'999978.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(24,45,1,'999895.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(25,46,1,'999809.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(26,47,1,'999997.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(27,48,1,'999997.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(28,49,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(29,51,1,'999951.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(30,52,1,'999988.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(31,53,1,'999992.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(32,54,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(33,74,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(34,75,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(35,79,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(36,80,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(37,81,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(38,82,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(39,83,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(40,84,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(41,85,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(42,86,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(43,87,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(44,88,1,'999994.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(45,89,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(46,90,1,'999985.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(47,91,1,'999997.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(48,92,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(49,93,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(50,94,1,'999994.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(51,95,1,'999988.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(52,96,1,'999997.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(53,97,1,'999996.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(54,98,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(55,99,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(56,100,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(57,101,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(58,102,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(59,103,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(60,104,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(61,105,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(62,106,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(63,107,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(64,108,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(65,109,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(66,110,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(67,111,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(68,112,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(69,113,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(70,114,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(71,115,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(72,117,1,'999997.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(73,118,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(74,119,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(75,120,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(76,121,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(77,122,1,'999979.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(78,123,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(79,124,1,'999996.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(80,125,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(81,126,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(82,127,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(83,128,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(84,129,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(85,130,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(86,131,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(87,132,1,'999989.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(88,133,1,'999996.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(89,134,1,'999993.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(90,135,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(91,137,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'100.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(92,138,1,'999994.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(93,139,1,'999969.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(94,140,1,'999970.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(95,141,1,'999992.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(96,142,1,'656.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,NULL,1,0,1,0,1,'0.0000',1,0),(97,143,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(98,144,1,'879.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,NULL,1,0,1,0,1,'0.0000',1,0),(99,145,1,'999999.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(100,146,1,'543.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,NULL,1,0,1,0,1,'0.0000',1,0),(101,147,1,'999997.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(102,148,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(103,149,1,'999971.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(104,150,1,'999976.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(105,151,1,'999997.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(106,152,1,'989894.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(107,153,1,'999967.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(108,154,1,'999994.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(109,155,1,'999992.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(110,156,1,'999993.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(111,157,1,'999992.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(112,158,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(113,159,1,'999978.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(114,160,1,'999971.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(115,161,1,'999970.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(116,162,1,'999978.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(117,163,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(118,164,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(119,165,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,'0000-00-00 00:00:00',NULL,1,0,1,0,1,'0.0000',1,0),(120,166,1,'999992.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(121,167,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-04-26 12:38:49',NULL,1,0,0,1,1,'0.0000',1,0),(122,168,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-04-26 12:28:41',NULL,1,0,0,1,1,'0.0000',1,0),(123,169,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,NULL,1,1,0,0,1,'0.0000',1,0),(127,173,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2010-04-20 14:12:10','0.0000',1,0,0,1,1,'0.0000',1,0),(128,174,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-04-26 11:25:02',NULL,1,0,0,1,1,'0.0000',1,0),(129,175,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-04-26 11:32:19',NULL,1,0,0,1,1,'0.0000',1,0),(130,176,1,'99999.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,1,0,0,1,'0.0000',1,0),(131,177,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-04-26 11:19:26','0.0000',1,0,0,1,1,'0.0000',1,0),(132,178,1,'9999998.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(133,179,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,NULL,1,0,1,0,1,'0.0000',1,0),(134,180,1,'9999998.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(135,181,1,'99989.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(136,182,1,'99965.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(137,183,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,NULL,1,0,1,0,1,'0.0000',1,0),(138,184,1,'999986.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(139,185,1,'9979.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(140,186,1,'9997.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(141,187,1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,NULL,1,0,1,0,1,'0.0000',1,0),(142,188,1,'999998.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(143,189,1,'99983.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,1,NULL,'0.0000',1,0,1,0,1,'0.0000',1,0),(144,190,1,'-10.0000','0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2009-05-07 04:09:09',NULL,1,0,0,1,1,'0.0000',1,0);
/*!40000 ALTER TABLE `cataloginventory_stock_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cataloginventory_stock_status`
--
DROP TABLE IF EXISTS `cataloginventory_stock_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cataloginventory_stock_status` (
`product_id` int(10) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`stock_id` smallint(4) unsigned NOT NULL,
`qty` decimal(12,4) NOT NULL DEFAULT '0.0000',
`stock_status` tinyint(3) unsigned NOT NULL,
PRIMARY KEY (`product_id`,`website_id`,`stock_id`),
KEY `FK_CATALOGINVENTORY_STOCK_STATUS_STOCK` (`stock_id`),
KEY `FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE` (`website_id`),
CONSTRAINT `FK_CATALOGINVENTORY_STOCK_STATUS_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOGINVENTORY_STOCK_STATUS_STOCK` FOREIGN KEY (`stock_id`) REFERENCES `cataloginventory_stock` (`stock_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cataloginventory_stock_status`
--
LOCK TABLES `cataloginventory_stock_status` WRITE;
/*!40000 ALTER TABLE `cataloginventory_stock_status` DISABLE KEYS */;
INSERT INTO `cataloginventory_stock_status` VALUES (16,1,1,'999976.0000',1),(17,1,1,'999986.0000',1),(18,1,1,'999987.0000',1),(19,1,1,'999995.0000',1),(20,1,1,'999997.0000',1),(25,1,1,'999980.0000',1),(26,1,1,'999771.0000',1),(27,1,1,'999854.0000',1),(28,1,1,'999976.0000',1),(29,1,1,'999998.0000',1),(30,1,1,'999979.0000',1),(31,1,1,'999999.0000',1),(32,1,1,'999999.0000',1),(33,1,1,'999997.0000',1),(34,1,1,'999999.0000',1),(35,1,1,'979999.0000',1),(36,1,1,'999999.0000',0),(37,1,1,'999998.0000',1),(38,1,1,'999998.0000',1),(39,1,1,'999930.0000',1),(41,1,1,'999869.0000',1),(42,1,1,'998997.0000',1),(44,1,1,'999978.0000',1),(45,1,1,'999895.0000',1),(46,1,1,'999809.0000',1),(47,1,1,'999997.0000',1),(48,1,1,'999997.0000',1),(49,1,1,'999999.0000',1),(51,1,1,'999951.0000',1),(52,1,1,'999988.0000',1),(53,1,1,'999992.0000',1),(54,1,1,'0.0000',1),(74,1,1,'999999.0000',1),(75,1,1,'999999.0000',1),(79,1,1,'999999.0000',1),(80,1,1,'999999.0000',1),(81,1,1,'999999.0000',1),(82,1,1,'999999.0000',1),(83,1,1,'0.0000',1),(84,1,1,'999999.0000',1),(85,1,1,'999999.0000',1),(86,1,1,'999999.0000',1),(87,1,1,'999999.0000',1),(88,1,1,'999994.0000',1),(89,1,1,'999998.0000',1),(90,1,1,'999985.0000',1),(91,1,1,'999997.0000',1),(92,1,1,'999999.0000',1),(93,1,1,'0.0000',1),(94,1,1,'999994.0000',1),(95,1,1,'999988.0000',1),(96,1,1,'999997.0000',1),(97,1,1,'999996.0000',1),(98,1,1,'0.0000',1),(99,1,1,'999999.0000',1),(100,1,1,'999999.0000',1),(101,1,1,'999999.0000',1),(102,1,1,'999999.0000',1),(103,1,1,'0.0000',1),(104,1,1,'999999.0000',1),(105,1,1,'999999.0000',1),(106,1,1,'999998.0000',1),(107,1,1,'999999.0000',1),(108,1,1,'0.0000',1),(109,1,1,'999999.0000',1),(110,1,1,'999998.0000',1),(111,1,1,'999998.0000',1),(112,1,1,'0.0000',1),(113,1,1,'999999.0000',1),(114,1,1,'999999.0000',1),(115,1,1,'999999.0000',1),(117,1,1,'999997.0000',1),(118,1,1,'999999.0000',1),(119,1,1,'0.0000',1),(120,1,1,'0.0000',1),(121,1,1,'999998.0000',1),(122,1,1,'999979.0000',1),(123,1,1,'0.0000',1),(124,1,1,'999996.0000',1),(125,1,1,'999998.0000',1),(126,1,1,'0.0000',1),(127,1,1,'999999.0000',1),(128,1,1,'999999.0000',1),(129,1,1,'999998.0000',1),(130,1,1,'999998.0000',1),(131,1,1,'999999.0000',1),(132,1,1,'999989.0000',1),(133,1,1,'999996.0000',1),(134,1,1,'999993.0000',1),(135,1,1,'0.0000',1),(137,1,1,'999999.0000',1),(138,1,1,'999994.0000',1),(139,1,1,'999969.0000',1),(140,1,1,'999970.0000',1),(141,1,1,'999992.0000',1),(142,1,1,'656.0000',1),(143,1,1,'999998.0000',1),(144,1,1,'879.0000',1),(145,1,1,'999999.0000',1),(146,1,1,'543.0000',1),(147,1,1,'999997.0000',1),(148,1,1,'999998.0000',1),(149,1,1,'999971.0000',1),(150,1,1,'999976.0000',1),(151,1,1,'999997.0000',1),(152,1,1,'989894.0000',1),(153,1,1,'999967.0000',1),(154,1,1,'999994.0000',1),(155,1,1,'999992.0000',1),(156,1,1,'999993.0000',1),(157,1,1,'999992.0000',1),(158,1,1,'0.0000',1),(159,1,1,'999978.0000',1),(160,1,1,'999971.0000',1),(161,1,1,'999970.0000',1),(162,1,1,'999978.0000',1),(163,1,1,'0.0000',1),(164,1,1,'0.0000',1),(165,1,1,'0.0000',1),(166,1,1,'999992.0000',1),(167,1,1,'0.0000',1),(168,1,1,'0.0000',1),(169,1,1,'999998.0000',1),(173,1,1,'0.0000',1),(174,1,1,'0.0000',1),(175,1,1,'0.0000',1),(176,1,1,'99999.0000',1),(177,1,1,'0.0000',1),(178,1,1,'9999998.0000',1),(179,1,1,'0.0000',1),(180,1,1,'9999998.0000',1),(181,1,1,'99989.0000',1),(182,1,1,'99965.0000',1),(183,1,1,'0.0000',1),(184,1,1,'999986.0000',1),(185,1,1,'9979.0000',1),(186,1,1,'9997.0000',1),(187,1,1,'0.0000',1),(188,1,1,'999998.0000',1),(189,1,1,'99983.0000',1),(190,1,1,'0.0000',1);
/*!40000 ALTER TABLE `cataloginventory_stock_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cataloginventory_stock_status_bndl_opt`
--
DROP TABLE IF EXISTS `cataloginventory_stock_status_bndl_opt`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cataloginventory_stock_status_bndl_opt` (
`entity_id` int(10) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`stock_id` smallint(5) unsigned NOT NULL,
`option_id` int(10) unsigned NOT NULL DEFAULT '0',
`stock_status` tinyint(1) DEFAULT '0',
PRIMARY KEY (`entity_id`,`stock_id`,`website_id`,`option_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cataloginventory_stock_status_bndl_opt`
--
LOCK TABLES `cataloginventory_stock_status_bndl_opt` WRITE;
/*!40000 ALTER TABLE `cataloginventory_stock_status_bndl_opt` DISABLE KEYS */;
INSERT INTO `cataloginventory_stock_status_bndl_opt` VALUES (158,1,1,2,1),(158,2,1,2,1),(163,1,1,7,1),(163,1,1,8,1),(163,1,1,9,1),(163,1,1,10,1),(163,2,1,7,1),(163,2,1,8,1),(163,2,1,9,1),(163,2,1,10,1),(164,1,1,11,1),(164,1,1,12,1),(164,1,1,20,1),(164,1,1,21,1),(164,2,1,11,1),(164,2,1,12,1),(164,2,1,20,1),(164,2,1,21,1),(165,1,1,14,1),(165,1,1,15,1),(165,1,1,16,1),(165,1,1,17,1),(165,1,1,22,1),(165,2,1,14,1),(165,2,1,15,1),(165,2,1,16,1),(165,2,1,17,1),(165,2,1,22,1);
/*!40000 ALTER TABLE `cataloginventory_stock_status_bndl_opt` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cataloginventory_stock_status_idx`
--
DROP TABLE IF EXISTS `cataloginventory_stock_status_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cataloginventory_stock_status_idx` (
`product_id` int(10) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`stock_id` smallint(4) unsigned NOT NULL,
`qty` decimal(12,4) NOT NULL DEFAULT '0.0000',
`stock_status` tinyint(3) unsigned NOT NULL,
PRIMARY KEY (`product_id`,`website_id`,`stock_id`),
KEY `FK_CATALOGINVENTORY_STOCK_STATUS_STOCK` (`stock_id`),
KEY `FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cataloginventory_stock_status_idx`
--
LOCK TABLES `cataloginventory_stock_status_idx` WRITE;
/*!40000 ALTER TABLE `cataloginventory_stock_status_idx` DISABLE KEYS */;
INSERT INTO `cataloginventory_stock_status_idx` VALUES (16,1,1,'999976.0000',1),(16,2,1,'999976.0000',1),(17,1,1,'999986.0000',1),(17,2,1,'999986.0000',1),(18,1,1,'999987.0000',1),(18,2,1,'999987.0000',1),(19,1,1,'999995.0000',1),(19,2,1,'999995.0000',1),(20,1,1,'999997.0000',1),(20,2,1,'999997.0000',1),(25,1,1,'999980.0000',1),(25,2,1,'999980.0000',1),(26,1,1,'999771.0000',1),(26,2,1,'999771.0000',1),(27,1,1,'999854.0000',1),(27,2,1,'999854.0000',1),(28,1,1,'999976.0000',1),(28,2,1,'999976.0000',1),(29,1,1,'999998.0000',1),(29,2,1,'999998.0000',1),(30,1,1,'999979.0000',1),(30,2,1,'999979.0000',1),(31,1,1,'999999.0000',1),(31,2,1,'999999.0000',1),(32,1,1,'999999.0000',1),(32,2,1,'999999.0000',1),(33,1,1,'999997.0000',1),(33,2,1,'999997.0000',1),(34,1,1,'999999.0000',1),(34,2,1,'999999.0000',1),(35,1,1,'979999.0000',1),(35,2,1,'979999.0000',1),(36,1,1,'999999.0000',0),(36,2,1,'999999.0000',0),(37,1,1,'999998.0000',1),(37,2,1,'999998.0000',1),(38,1,1,'999998.0000',1),(38,2,1,'999998.0000',1),(39,1,1,'999930.0000',1),(39,2,1,'999930.0000',1),(41,1,1,'999869.0000',1),(41,2,1,'999869.0000',1),(42,1,1,'998997.0000',1),(42,2,1,'998997.0000',1),(44,1,1,'999978.0000',1),(44,2,1,'999978.0000',1),(45,1,1,'999895.0000',1),(45,2,1,'999895.0000',1),(46,1,1,'999809.0000',1),(46,2,1,'999809.0000',1),(47,1,1,'999997.0000',1),(47,2,1,'999997.0000',1),(48,1,1,'999997.0000',1),(48,2,1,'999997.0000',1),(49,1,1,'999999.0000',1),(49,2,1,'999999.0000',1),(51,1,1,'999951.0000',1),(51,2,1,'999951.0000',1),(52,1,1,'999988.0000',1),(52,2,1,'999988.0000',1),(53,1,1,'999992.0000',1),(53,2,1,'999992.0000',1),(54,1,1,'0.0000',1),(54,2,1,'0.0000',1),(74,1,1,'999999.0000',1),(74,2,1,'999999.0000',1),(75,1,1,'999999.0000',1),(75,2,1,'999999.0000',1),(79,1,1,'999999.0000',1),(79,2,1,'999999.0000',1),(80,1,1,'999999.0000',1),(80,2,1,'999999.0000',1),(81,1,1,'999999.0000',1),(81,2,1,'999999.0000',1),(82,1,1,'999999.0000',1),(82,2,1,'999999.0000',1),(83,1,1,'0.0000',1),(83,2,1,'0.0000',1),(84,1,1,'999999.0000',1),(84,2,1,'999999.0000',1),(85,1,1,'999999.0000',1),(85,2,1,'999999.0000',1),(86,1,1,'999999.0000',1),(86,2,1,'999999.0000',1),(87,1,1,'999999.0000',1),(87,2,1,'999999.0000',1),(88,1,1,'999994.0000',1),(88,2,1,'999994.0000',1),(89,1,1,'999998.0000',1),(89,2,1,'999998.0000',1),(90,1,1,'999985.0000',1),(90,2,1,'999985.0000',1),(91,1,1,'999997.0000',1),(91,2,1,'999997.0000',1),(92,1,1,'999999.0000',1),(92,2,1,'999999.0000',1),(93,1,1,'0.0000',1),(93,2,1,'0.0000',1),(94,1,1,'999994.0000',1),(94,2,1,'999994.0000',1),(95,1,1,'999988.0000',1),(95,2,1,'999988.0000',1),(96,1,1,'999997.0000',1),(96,2,1,'999997.0000',1),(97,1,1,'999996.0000',1),(97,2,1,'999996.0000',1),(98,1,1,'0.0000',1),(98,2,1,'0.0000',1),(99,1,1,'999999.0000',1),(99,2,1,'999999.0000',1),(100,1,1,'999999.0000',1),(100,2,1,'999999.0000',1),(101,1,1,'999999.0000',1),(101,2,1,'999999.0000',1),(102,1,1,'999999.0000',1),(102,2,1,'999999.0000',1),(103,1,1,'0.0000',1),(103,2,1,'0.0000',1),(104,1,1,'999999.0000',1),(104,2,1,'999999.0000',1),(105,1,1,'999999.0000',1),(105,2,1,'999999.0000',1),(106,1,1,'999998.0000',1),(106,2,1,'999998.0000',1),(107,1,1,'999999.0000',1),(107,2,1,'999999.0000',1),(108,1,1,'0.0000',1),(108,2,1,'0.0000',1),(109,1,1,'999999.0000',1),(109,2,1,'999999.0000',1),(110,1,1,'999998.0000',1),(110,2,1,'999998.0000',1),(111,1,1,'999998.0000',1),(111,2,1,'999998.0000',1),(112,1,1,'0.0000',1),(112,2,1,'0.0000',1),(113,1,1,'999999.0000',1),(113,2,1,'999999.0000',1),(114,1,1,'999999.0000',1),(114,2,1,'999999.0000',1),(115,1,1,'999999.0000',1),(115,2,1,'999999.0000',1),(117,1,1,'999997.0000',1),(117,2,1,'999997.0000',1),(118,1,1,'999999.0000',1),(118,2,1,'999999.0000',1),(119,1,1,'0.0000',1),(119,2,1,'0.0000',1),(120,1,1,'0.0000',1),(120,2,1,'0.0000',1),(121,1,1,'999998.0000',1),(121,2,1,'999998.0000',1),(122,1,1,'999979.0000',1),(122,2,1,'999979.0000',1),(123,1,1,'0.0000',1),(123,2,1,'0.0000',1),(124,1,1,'999996.0000',1),(124,2,1,'999996.0000',1),(125,1,1,'999998.0000',1),(125,2,1,'999998.0000',1),(126,1,1,'0.0000',1),(126,2,1,'0.0000',1),(127,1,1,'999999.0000',1),(127,2,1,'999999.0000',1),(128,1,1,'999999.0000',1),(128,2,1,'999999.0000',1),(129,1,1,'999998.0000',1),(129,2,1,'999998.0000',1),(130,1,1,'999998.0000',1),(130,2,1,'999998.0000',1),(131,1,1,'999999.0000',1),(131,2,1,'999999.0000',1),(132,1,1,'999989.0000',1),(132,2,1,'999989.0000',1),(133,1,1,'999996.0000',1),(133,2,1,'999996.0000',1),(134,1,1,'999993.0000',1),(134,2,1,'999993.0000',1),(135,1,1,'0.0000',1),(135,2,1,'0.0000',1),(137,1,1,'999999.0000',1),(137,2,1,'999999.0000',1),(138,1,1,'999994.0000',1),(138,2,1,'999994.0000',1),(139,1,1,'999969.0000',1),(139,2,1,'999969.0000',1),(140,1,1,'999970.0000',1),(140,2,1,'999970.0000',1),(141,1,1,'999992.0000',1),(141,2,1,'999992.0000',1),(142,1,1,'656.0000',1),(142,2,1,'656.0000',1),(143,1,1,'999998.0000',1),(143,2,1,'999998.0000',1),(144,1,1,'879.0000',1),(144,2,1,'879.0000',1),(145,1,1,'999999.0000',1),(145,2,1,'999999.0000',1),(146,1,1,'543.0000',1),(146,2,1,'543.0000',1),(147,1,1,'999997.0000',1),(147,2,1,'999997.0000',1),(148,1,1,'999998.0000',1),(148,2,1,'999998.0000',1),(149,1,1,'999971.0000',1),(149,2,1,'999971.0000',1),(150,1,1,'999976.0000',1),(150,2,1,'999976.0000',1),(151,1,1,'999997.0000',1),(151,2,1,'999997.0000',1),(152,1,1,'989894.0000',1),(152,2,1,'989894.0000',1),(153,1,1,'999967.0000',1),(153,2,1,'999967.0000',1),(154,1,1,'999994.0000',1),(154,2,1,'999994.0000',1),(155,1,1,'999992.0000',1),(155,2,1,'999992.0000',1),(156,1,1,'999998.0000',1),(156,2,1,'999998.0000',1),(157,1,1,'999997.0000',1),(157,2,1,'999997.0000',1),(158,1,1,'0.0000',1),(158,2,1,'0.0000',1),(159,1,1,'999978.0000',1),(159,2,1,'999978.0000',1),(160,1,1,'999971.0000',1),(160,2,1,'999971.0000',1),(161,1,1,'999975.0000',1),(161,2,1,'999975.0000',1),(162,1,1,'999978.0000',1),(162,2,1,'999978.0000',1),(163,1,1,'0.0000',1),(163,2,1,'0.0000',1),(164,1,1,'0.0000',1),(164,2,1,'0.0000',1),(165,1,1,'0.0000',1),(165,2,1,'0.0000',1),(166,1,1,'999997.0000',1),(166,2,1,'999997.0000',1),(167,1,1,'0.0000',1),(167,2,1,'0.0000',1),(168,1,1,'0.0000',1),(168,2,1,'0.0000',1),(169,1,1,'999998.0000',1),(169,2,1,'999998.0000',1),(173,1,1,'0.0000',1),(173,2,1,'0.0000',1),(174,1,1,'0.0000',1),(174,2,1,'0.0000',1),(175,1,1,'0.0000',1),(175,2,1,'0.0000',1),(176,1,1,'99999.0000',1),(177,1,1,'0.0000',1),(177,2,1,'0.0000',1),(178,1,1,'9999999.0000',1),(179,1,1,'0.0000',1),(180,1,1,'9999998.0000',1),(181,1,1,'99999.0000',1),(182,1,1,'99975.0000',1),(182,2,1,'99975.0000',1),(183,1,1,'0.0000',1),(184,1,1,'999996.0000',1),(185,1,1,'9997.0000',1),(186,1,1,'9998.0000',1),(187,1,1,'0.0000',1),(188,1,1,'999998.0000',1),(189,1,1,'99994.0000',1),(190,1,1,'0.0000',1);
/*!40000 ALTER TABLE `cataloginventory_stock_status_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cataloginventory_stock_status_tmp`
--
DROP TABLE IF EXISTS `cataloginventory_stock_status_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cataloginventory_stock_status_tmp` (
`product_id` int(10) unsigned NOT NULL,
`website_id` smallint(5) unsigned NOT NULL,
`stock_id` smallint(4) unsigned NOT NULL,
`qty` decimal(12,4) NOT NULL DEFAULT '0.0000',
`stock_status` tinyint(3) unsigned NOT NULL,
PRIMARY KEY (`product_id`,`website_id`,`stock_id`),
KEY `FK_CATALOGINVENTORY_STOCK_STATUS_STOCK` (`stock_id`),
KEY `FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE` (`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cataloginventory_stock_status_tmp`
--
LOCK TABLES `cataloginventory_stock_status_tmp` WRITE;
/*!40000 ALTER TABLE `cataloginventory_stock_status_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `cataloginventory_stock_status_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule`
--
DROP TABLE IF EXISTS `catalogrule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogrule` (
`rule_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL DEFAULT '',
`description` text NOT NULL,
`from_date` date DEFAULT NULL,
`to_date` date DEFAULT NULL,
`customer_group_ids` text,
`is_active` tinyint(1) NOT NULL DEFAULT '0',
`conditions_serialized` mediumtext NOT NULL,
`actions_serialized` mediumtext NOT NULL,
`stop_rules_processing` tinyint(1) NOT NULL DEFAULT '1',
`sort_order` int(10) unsigned NOT NULL DEFAULT '0',
`simple_action` varchar(32) NOT NULL,
`discount_amount` decimal(12,4) NOT NULL,
`website_ids` text,
PRIMARY KEY (`rule_id`),
KEY `sort_order` (`is_active`,`sort_order`,`to_date`,`from_date`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule`
--
LOCK TABLES `catalogrule` WRITE;
/*!40000 ALTER TABLE `catalogrule` DISABLE KEYS */;
INSERT INTO `catalogrule` VALUES (8,'Member Specials','','2009-04-26',NULL,'5',1,'a:7:{s:4:\"type\";s:34:\"catalogrule/rule_condition_combine\";s:9:\"attribute\";N;s:8:\"operator\";N;s:5:\"value\";s:1:\"1\";s:18:\"is_value_processed\";N;s:10:\"aggregator\";s:3:\"all\";s:10:\"conditions\";a:1:{i:0;a:5:{s:4:\"type\";s:34:\"catalogrule/rule_condition_product\";s:9:\"attribute\";s:3:\"sku\";s:8:\"operator\";s:2:\"()\";s:5:\"value\";s:39:\"bl-stil, vin-bw, esb_1, sand-wash-jeans\";s:18:\"is_value_processed\";b:0;}}}','a:4:{s:4:\"type\";s:34:\"catalogrule/rule_action_collection\";s:9:\"attribute\";N;s:8:\"operator\";s:1:\"=\";s:5:\"value\";N;}',0,0,'by_percent','25.0000','1,3');
/*!40000 ALTER TABLE `catalogrule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule_affected_product`
--
DROP TABLE IF EXISTS `catalogrule_affected_product`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogrule_affected_product` (
`product_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule_affected_product`
--
LOCK TABLES `catalogrule_affected_product` WRITE;
/*!40000 ALTER TABLE `catalogrule_affected_product` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogrule_affected_product` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule_group_website`
--
DROP TABLE IF EXISTS `catalogrule_group_website`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogrule_group_website` (
`rule_id` int(10) unsigned NOT NULL DEFAULT '0',
`customer_group_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`rule_id`,`customer_group_id`,`website_id`),
KEY `rule_id` (`rule_id`),
KEY `customer_group_id` (`customer_group_id`),
KEY `website_id` (`website_id`),
CONSTRAINT `FK_CATALOGRULE_GROUP_WEBSITE_GROUP` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOGRULE_GROUP_WEBSITE_RULE` FOREIGN KEY (`rule_id`) REFERENCES `catalogrule` (`rule_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOGRULE_GROUP_WEBSITE_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule_group_website`
--
LOCK TABLES `catalogrule_group_website` WRITE;
/*!40000 ALTER TABLE `catalogrule_group_website` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogrule_group_website` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule_product`
--
DROP TABLE IF EXISTS `catalogrule_product`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogrule_product` (
`rule_product_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rule_id` int(10) unsigned NOT NULL DEFAULT '0',
`from_time` int(10) unsigned NOT NULL DEFAULT '0',
`to_time` int(10) unsigned NOT NULL DEFAULT '0',
`customer_group_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`action_operator` enum('to_fixed','to_percent','by_fixed','by_percent') NOT NULL DEFAULT 'to_fixed',
`action_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`action_stop` tinyint(1) NOT NULL DEFAULT '0',
`sort_order` int(10) unsigned NOT NULL DEFAULT '0',
`website_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`rule_product_id`),
UNIQUE KEY `sort_order` (`rule_id`,`from_time`,`to_time`,`website_id`,`customer_group_id`,`product_id`,`sort_order`),
KEY `FK_catalogrule_product_rule` (`rule_id`),
KEY `FK_catalogrule_product_customergroup` (`customer_group_id`),
KEY `FK_catalogrule_product_website` (`website_id`),
KEY `FK_CATALOGRULE_PRODUCT_PRODUCT` (`product_id`),
KEY `IDX_FROM_TIME` (`from_time`),
KEY `IDX_TO_TIME` (`to_time`),
CONSTRAINT `FK_catalogrule_product_customergroup` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOGRULE_PRODUCT_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_catalogrule_product_rule` FOREIGN KEY (`rule_id`) REFERENCES `catalogrule` (`rule_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_catalogrule_product_website` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=919 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule_product`
--
LOCK TABLES `catalogrule_product` WRITE;
/*!40000 ALTER TABLE `catalogrule_product` DISABLE KEYS */;
INSERT INTO `catalogrule_product` VALUES (914,8,1240704000,0,5,182,'by_percent','25.0000',0,0,1),(915,8,1240704000,0,5,189,'by_percent','25.0000',0,0,1),(916,8,1240704000,0,5,181,'by_percent','25.0000',0,0,1),(918,8,1240704000,0,5,173,'by_percent','25.0000',0,0,1);
/*!40000 ALTER TABLE `catalogrule_product` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule_product_price`
--
DROP TABLE IF EXISTS `catalogrule_product_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogrule_product_price` (
`rule_product_price_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rule_date` date NOT NULL DEFAULT '0000-00-00',
`customer_group_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`rule_price` decimal(12,4) NOT NULL DEFAULT '0.0000',
`website_id` smallint(5) unsigned NOT NULL,
`latest_start_date` date DEFAULT NULL,
`earliest_end_date` date DEFAULT NULL,
PRIMARY KEY (`rule_product_price_id`),
UNIQUE KEY `rule_date` (`rule_date`,`website_id`,`customer_group_id`,`product_id`),
KEY `FK_catalogrule_product_price_customergroup` (`customer_group_id`),
KEY `FK_catalogrule_product_price_website` (`website_id`),
KEY `FK_CATALOGRULE_PRODUCT_PRICE_PRODUCT` (`product_id`),
CONSTRAINT `FK_catalogrule_product_price_customergroup` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOGRULE_PRODUCT_PRICE_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_catalogrule_product_price_website` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2171 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule_product_price`
--
LOCK TABLES `catalogrule_product_price` WRITE;
/*!40000 ALTER TABLE `catalogrule_product_price` DISABLE KEYS */;
INSERT INTO `catalogrule_product_price` VALUES (2159,'2009-04-26',5,182,'97.4900',1,'2009-04-26',NULL),(2160,'2009-04-27',5,182,'97.4900',1,'2009-04-26',NULL),(2161,'2009-04-26',5,189,'97.4900',1,'2009-04-26',NULL),(2162,'2009-04-27',5,189,'97.4900',1,'2009-04-26',NULL),(2163,'2009-04-26',5,181,'224.9900',1,'2009-04-26',NULL),(2164,'2009-04-27',5,181,'224.9900',1,'2009-04-26',NULL),(2168,'2010-04-19',5,173,'112.5000',1,'2009-04-26',NULL),(2169,'2010-04-20',5,173,'112.5000',1,'2009-04-26',NULL),(2170,'2010-04-21',5,173,'112.5000',1,'2009-04-26',NULL);
/*!40000 ALTER TABLE `catalogrule_product_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogsearch_fulltext`
--
DROP TABLE IF EXISTS `catalogsearch_fulltext`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogsearch_fulltext` (
`product_id` int(10) unsigned NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
`data_index` longtext NOT NULL,
PRIMARY KEY (`product_id`,`store_id`),
FULLTEXT KEY `data_index` (`data_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogsearch_fulltext`
--
LOCK TABLES `catalogsearch_fulltext` WRITE;
/*!40000 ALTER TABLE `catalogsearch_fulltext` DISABLE KEYS */;
INSERT INTO `catalogsearch_fulltext` VALUES (181,1,'vin-bw Enabled Vintage Black and White Our black and white vintage is made from 100% silk. Our black and white vintage is made from 100% silk. 299.99 1'),(182,1,'bl-stil Enabled Black Stilettos Finish up the Vintage look! Finish up the Vintage look! 129.99 1'),(181,3,'vin-bw Enabled Vintage Black and White Our black and white vintage is made from 100% silk. Our black and white vintage is made from 100% silk. 299.99 1'),(182,3,'bl-stil Enabled Black Stilettos Finish up the Vintage look! Finish up the Vintage look! 129.99 1'),(181,2,'vin-bw Enabled Vintage Black and White Our black and white vintage is made from 100% silk. Our black and white vintage is made from 100% silk. 299.99 1'),(182,2,'bl-stil Enabled Black Stilettos Finish up the Vintage look! Finish up the Vintage look! 129.99 1'),(180,1,'pink-laced Enabled Pink Pink Laced Leather Boots Finish up your Virtual Reality look with this 5\" heel boots. Finish up your Virtual Reality look with this 5\" heel boots. 139.99 1'),(180,3,'pink-laced Enabled Pink Pink Laced Leather Boots Finish up your Virtual Reality look with this 5\" heel boots. Finish up your Virtual Reality look with this 5\" heel boots. 139.99 1'),(180,2,'pink-laced Enabled Pink Pink Laced Leather Boots Finish up your Virtual Reality look with this 5\" heel boots. Finish up your Virtual Reality look with this 5\" heel boots. 139.99 1'),(166,4,'HTC Touch Diamond Enabled Black HTC HTC Touch Diamond HTC Touch Diamond Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. 102 mm (L) X 51 mm (W) X 11.35 mm (T) 750 1'),(179,1,'vir-real Enabled Enabled Enabled Get This Look: Virtual Reality Pink Faux Fur Jacket Pink Laced Leather Boots This spring become a virtual reality goddess. Get the Virtual Reality look with this stylish pink faux fur! Finish up your Virtual Reality look with this 5\" heel boots. This spring become a virtual reality goddess. Get the Virtual Reality look with this stylish pink faux fur! Finish up your Virtual Reality look with this 5\" heel boots. 79.99 139.99 Pink 1'),(177,1,'2223 Enabled Boys Small Butterfly Fish A beautiful shirt. A beautiful shirt. 14.99 1'),(176,1,'349838 Enabled Brown Bedroom Akio Bookcase 349838 16.5\"W x 78\"L x 9\"H Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. Crafted in Thailand of Asian beechwood. 39\'\'Wx14\'\'Dx72\'\'H. Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. Add extra shelves for storing and displaying. Thailand Asian Beechwood 249.99 1'),(173,1,'esb_1 Enabled Exotic Silk Blouse This sexy silk blouse is perfect for any occasion. This sexy silk blouse is perfect for any occasion. 150 1'),(174,1,'gc_physvirt1 Enabled Physical and Virtual Gift Card Physical and Virtual Gift Card with no message Physical and Virtual Gift Card with no message 1'),(175,1,'gc_physical3 Enabled $200 Gift Card $200 Physical Gift Card $200 Physical Gift Card 1'),(169,1,'gc_physical2 Enabled \'For You\' Physical Gift Card Physical Gift Card with open amount Physical Gift Card with open amount 1'),(167,1,'gc_physical1 Enabled $100 Physical Gift Card Physical Gift Card with fixed amount. Physical Gift Card with fixed amount. 1'),(168,1,'gc_virtual1 Enabled Virtual Gift Card No more returned Christmas gifts, and no more clueless stare from your loved ones. Give the gift they want with this Magento Virtual Gift Card! No time to wait for delivery? Send a gift card straight to the inbox of your loved one! Virtual Gift Card with fixed and open amounts. 1'),(179,3,'vir-real Enabled Enabled Enabled Get This Look: Virtual Reality Pink Faux Fur Jacket Pink Laced Leather Boots This spring become a virtual reality goddess. Get the Virtual Reality look with this stylish pink faux fur! Finish up your Virtual Reality look with this 5\" heel boots. This spring become a virtual reality goddess. Get the Virtual Reality look with this stylish pink faux fur! Finish up your Virtual Reality look with this 5\" heel boots. 79.99 139.99 Pink 1'),(177,3,'2223 Enabled Boys Small Butterfly Fish A beautiful shirt. A beautiful shirt. 14.99 1'),(176,3,'349838 Enabled Brown Bedroom Akio Bookcase 349838 16.5\"W x 78\"L x 9\"H Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. Crafted in Thailand of Asian beechwood. 39\'\'Wx14\'\'Dx72\'\'H. Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. Add extra shelves for storing and displaying. Thailand Asian Beechwood 249.99 1'),(173,3,'esb_1 Enabled Exotic Silk Blouse This sexy silk blouse is perfect for any occasion. This sexy silk blouse is perfect for any occasion. 150 1'),(174,3,'gc_physvirt1 Enabled Physical and Virtual Gift Card Physical and Virtual Gift Card with no message Physical and Virtual Gift Card with no message 1'),(175,3,'gc_physical3 Enabled $200 Gift Card $200 Physical Gift Card $200 Physical Gift Card 1'),(169,3,'gc_physical2 Enabled \'For You\' Physical Gift Card Physical Gift Card with open amount Physical Gift Card with open amount 1'),(167,3,'gc_physical1 Enabled $100 Physical Gift Card Physical Gift Card with fixed amount. Physical Gift Card with fixed amount. 1'),(168,3,'gc_virtual1 Enabled Virtual Gift Card No more returned Christmas gifts, and no more clueless stare from your loved ones. Give the gift they want with this Magento Virtual Gift Card! No time to wait for delivery? Send a gift card straight to the inbox of your loved one! Virtual Gift Card with fixed and open amounts. 1'),(179,2,'vir-real Enabled Enabled Enabled Get This Look: Virtual Reality Pink Faux Fur Jacket Pink Laced Leather Boots This spring become a virtual reality goddess. Get the Virtual Reality look with this stylish pink faux fur! Finish up your Virtual Reality look with this 5\" heel boots. This spring become a virtual reality goddess. Get the Virtual Reality look with this stylish pink faux fur! Finish up your Virtual Reality look with this 5\" heel boots. 79.99 139.99 Pink 1'),(177,2,'2223 Enabled Boys Small Butterfly Fish A beautiful shirt. A beautiful shirt. 14.99 1'),(176,2,'349838 Enabled Brown Bedroom Akio Bookcase 349838 16.5\"W x 78\"L x 9\"H Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. Crafted in Thailand of Asian beechwood. 39\'\'Wx14\'\'Dx72\'\'H. Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. Add extra shelves for storing and displaying. Thailand Asian Beechwood 249.99 1'),(173,2,'esb_1 Enabled Exotic Silk Blouse This sexy silk blouse is perfect for any occasion. This sexy silk blouse is perfect for any occasion. 150 1'),(174,2,'gc_physvirt1 Enabled Physical and Virtual Gift Card Physical and Virtual Gift Card with no message Physical and Virtual Gift Card with no message 1'),(175,2,'gc_physical3 Enabled $200 Gift Card $200 Physical Gift Card $200 Physical Gift Card 1'),(169,2,'gc_physical2 Enabled \'For You\' Physical Gift Card Physical Gift Card with open amount Physical Gift Card with open amount 1'),(167,2,'gc_physical1 Enabled $100 Physical Gift Card Physical Gift Card with fixed amount. Physical Gift Card with fixed amount. 1'),(168,2,'gc_virtual1 Enabled Virtual Gift Card No more returned Christmas gifts, and no more clueless stare from your loved ones. Give the gift they want with this Magento Virtual Gift Card! No time to wait for delivery? Send a gift card straight to the inbox of your loved one! Virtual Gift Card with fixed and open amounts. 1'),(165,4,'mycomputer Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled My Computer 30\" Flat-Panel TFT-LCD Cinema HD Monitor 19\" Widescreen Flat-Panel LCD Monitor 24\" Widescreen Flat-Panel LCD Monitor 22\" Syncmaster LCD Monitor Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Western Digital - 1TB HD - 7200RPM Western Digital 500GB HD - 7200RPM Seagate 500GB HD - 5400RPM Seagate 250GB HD - 5400RPM Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Intel C2D E8400 3.0GHz Retail AMD A64 X2 3800+ 2.0GHz OEM Intel Core 2 Extreme QX9775 3.20GHz Retail test description Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor test description * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Apple LG LG Samsung Crucial Crucial Crucial Western Digital Western Digital Seagate Seagate AMD Intel AMD Intel 30\" 19\" 24\" 22\" 699.99 399.99 699.99 399.99 99.99 150.99 199.99 399 299 299 99 150 199.99 335.99 98.99 98.99 2049.99 1 TB 500 GB 5400 rpm 5400 rpm Black Silver Monitor Ram Hard Drive Case CPU 1'),(166,1,'HTC Touch Diamond Enabled Black HTC HTC Touch Diamond HTC Touch Diamond Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. 102 mm (L) X 51 mm (W) X 11.35 mm (T) 750 1'),(166,3,'HTC Touch Diamond Enabled Black HTC HTC Touch Diamond HTC Touch Diamond Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. 102 mm (L) X 51 mm (W) X 11.35 mm (T) 750 1'),(166,2,'HTC Touch Diamond Enabled Black HTC HTC Touch Diamond HTC Touch Diamond Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. 102 mm (L) X 51 mm (W) X 11.35 mm (T) 750 1'),(165,1,'mycomputer Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled My Computer 30\" Flat-Panel TFT-LCD Cinema HD Monitor 19\" Widescreen Flat-Panel LCD Monitor 24\" Widescreen Flat-Panel LCD Monitor 22\" Syncmaster LCD Monitor Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Western Digital - 1TB HD - 7200RPM Western Digital 500GB HD - 7200RPM Seagate 500GB HD - 5400RPM Seagate 250GB HD - 5400RPM Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Intel C2D E8400 3.0GHz Retail AMD A64 X2 3800+ 2.0GHz OEM Intel Core 2 Extreme QX9775 3.20GHz Retail test description Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor test description * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Apple LG LG Samsung Crucial Crucial Crucial Western Digital Western Digital Seagate Seagate AMD Intel AMD Intel 30\" 19\" 24\" 22\" 699.99 399.99 699.99 399.99 99.99 150.99 199.99 399 299 299 99 150 199.99 335.99 98.99 98.99 2049.99 1 TB 500 GB 5400 rpm 5400 rpm Black Silver Monitor Ram Hard Drive Case CPU 1'),(165,3,'mycomputer Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled My Computer 30\" Flat-Panel TFT-LCD Cinema HD Monitor 19\" Widescreen Flat-Panel LCD Monitor 24\" Widescreen Flat-Panel LCD Monitor 22\" Syncmaster LCD Monitor Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Western Digital - 1TB HD - 7200RPM Western Digital 500GB HD - 7200RPM Seagate 500GB HD - 5400RPM Seagate 250GB HD - 5400RPM Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Intel C2D E8400 3.0GHz Retail AMD A64 X2 3800+ 2.0GHz OEM Intel Core 2 Extreme QX9775 3.20GHz Retail test description Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor test description * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Apple LG LG Samsung Crucial Crucial Crucial Western Digital Western Digital Seagate Seagate AMD Intel AMD Intel 30\" 19\" 24\" 22\" 699.99 399.99 699.99 399.99 99.99 150.99 199.99 399 299 299 99 150 199.99 335.99 98.99 98.99 2049.99 1 TB 500 GB 5400 rpm 5400 rpm Black Silver Monitor Ram Hard Drive Case CPU 1'),(165,2,'mycomputer Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled My Computer 30\" Flat-Panel TFT-LCD Cinema HD Monitor 19\" Widescreen Flat-Panel LCD Monitor 24\" Widescreen Flat-Panel LCD Monitor 22\" Syncmaster LCD Monitor Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Western Digital - 1TB HD - 7200RPM Western Digital 500GB HD - 7200RPM Seagate 500GB HD - 5400RPM Seagate 250GB HD - 5400RPM Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Intel C2D E8400 3.0GHz Retail AMD A64 X2 3800+ 2.0GHz OEM Intel Core 2 Extreme QX9775 3.20GHz Retail test description Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor test description * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Apple LG LG Samsung Crucial Crucial Crucial Western Digital Western Digital Seagate Seagate AMD Intel AMD Intel 30\" 19\" 24\" 22\" 699.99 399.99 699.99 399.99 99.99 150.99 199.99 399 299 299 99 150 199.99 335.99 98.99 98.99 2049.99 1 TB 500 GB 5400 rpm 5400 rpm Black Silver Monitor Ram Hard Drive Case CPU 1'),(164,4,'computer_fixed Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Gaming Computer Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Western Digital - 1TB HD - 7200RPM Seagate 500GB HD - 5400RPM Logitech diNovo Edge Keyboard Logitech Cordless Optical Trackman Microsoft Wireless Optical Mouse 5000 Microsoft Natural Ergonomic Keyboard 4000 Intel Core 2 Extreme QX9775 3.20GHz Retail Intel C2D E8400 3.0GHz Retail AMD A64 X2 3800+ 2.0GHz OEM AMD Phenom X4 9850 Black Ed. 2.50GHz Retail NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Make a computer Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. Make a computer Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. 4999.95 99.99 150.99 199.99 399 299 239.99 79.99 59.99 99.99 2049.99 98.99 98.99 335.99 199.99 Crucial Crucial Crucial Western Digital Seagate Logitech Logitech Microsoft Microsoft Intel Intel AMD AMD 1 TB 5400 rpm Brown Black Silver RAM Hard Drive Peripherals CPU Case 1'),(164,1,'computer_fixed Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Gaming Computer Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Western Digital - 1TB HD - 7200RPM Seagate 500GB HD - 5400RPM Logitech diNovo Edge Keyboard Logitech Cordless Optical Trackman Microsoft Wireless Optical Mouse 5000 Microsoft Natural Ergonomic Keyboard 4000 Intel Core 2 Extreme QX9775 3.20GHz Retail Intel C2D E8400 3.0GHz Retail AMD A64 X2 3800+ 2.0GHz OEM AMD Phenom X4 9850 Black Ed. 2.50GHz Retail NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Make a computer Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. Make a computer Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. 4999.95 99.99 150.99 199.99 399 299 239.99 79.99 59.99 99.99 2049.99 98.99 98.99 335.99 199.99 Crucial Crucial Crucial Western Digital Seagate Logitech Logitech Microsoft Microsoft Intel Intel AMD AMD 1 TB 5400 rpm Brown Black Silver RAM Hard Drive Peripherals CPU Case 1'),(164,3,'computer_fixed Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Gaming Computer Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Western Digital - 1TB HD - 7200RPM Seagate 500GB HD - 5400RPM Logitech diNovo Edge Keyboard Logitech Cordless Optical Trackman Microsoft Wireless Optical Mouse 5000 Microsoft Natural Ergonomic Keyboard 4000 Intel Core 2 Extreme QX9775 3.20GHz Retail Intel C2D E8400 3.0GHz Retail AMD A64 X2 3800+ 2.0GHz OEM AMD Phenom X4 9850 Black Ed. 2.50GHz Retail NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Make a computer Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. Make a computer Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. 4999.95 99.99 150.99 199.99 399 299 239.99 79.99 59.99 99.99 2049.99 98.99 98.99 335.99 199.99 Crucial Crucial Crucial Western Digital Seagate Logitech Logitech Microsoft Microsoft Intel Intel AMD AMD 1 TB 5400 rpm Brown Black Silver RAM Hard Drive Peripherals CPU Case 1'),(164,2,'computer_fixed Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Gaming Computer Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Western Digital - 1TB HD - 7200RPM Seagate 500GB HD - 5400RPM Logitech diNovo Edge Keyboard Logitech Cordless Optical Trackman Microsoft Wireless Optical Mouse 5000 Microsoft Natural Ergonomic Keyboard 4000 Intel Core 2 Extreme QX9775 3.20GHz Retail Intel C2D E8400 3.0GHz Retail AMD A64 X2 3800+ 2.0GHz OEM AMD Phenom X4 9850 Black Ed. 2.50GHz Retail NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Make a computer Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. Make a computer Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. 4999.95 99.99 150.99 199.99 399 299 239.99 79.99 59.99 99.99 2049.99 98.99 98.99 335.99 199.99 Crucial Crucial Crucial Western Digital Seagate Logitech Logitech Microsoft Microsoft Intel Intel AMD AMD 1 TB 5400 rpm Brown Black Silver RAM Hard Drive Peripherals CPU Case 1'),(159,4,'microsoftnatural Enabled Microsoft Microsoft Natural Ergonomic Keyboard 4000 The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. 99.99 1'),(160,4,'logitechcord Enabled Logitech Brown Logitech Cordless Optical Trackman Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. 79.99 1'),(161,4,'logidinovo Enabled Logitech Logitech diNovo Edge Keyboard PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. 239.99 1'),(162,4,'micronmouse5000 Enabled Microsoft Black Microsoft Wireless Optical Mouse 5000 Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. 59.99 1'),(163,4,'computer Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Computer One Year Extended Warranty - Parts and Labor 30\" Flat-Panel TFT-LCD Cinema HD Monitor 19\" Widescreen Flat-Panel LCD Monitor 24\" Widescreen Flat-Panel LCD Monitor 22\" Syncmaster LCD Monitor Microsoft Wireless Optical Mouse 5000 Microsoft Natural Ergonomic Keyboard 4000 Logitech diNovo Edge Keyboard Logitech Cordless Optical Trackman Western Digital - 1TB HD - 7200RPM Seagate 500GB HD - 5400RPM Seagate 250GB HD - 5400RPM Western Digital 500GB HD - 7200RPM Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory AMD A64 X2 3800+ 2.0GHz OEM AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Intel Core 2 Extreme QX9775 3.20GHz Retail Intel C2D E8400 3.0GHz Retail Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Make a computer 1 Year Extended Warranty - Parts and Labor * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. Make a computer 1 Year Extended Warranty - Parts and Labor Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. 1 Year Warranty - Parts and Labor 150 699.99 399.99 699.99 399.99 59.99 99.99 239.99 79.99 399 299 99 299 99.99 150.99 199.99 98.99 335.99 2049.99 98.99 150 199.99 Apple LG LG Samsung Microsoft Microsoft Logitech Logitech Western Digital Seagate Seagate Western Digital Crucial Crucial Crucial AMD AMD Intel Intel 30\" 19\" 24\" 22\" Black Brown Black Silver 1 TB 5400 rpm 5400 rpm 500 GB Warranty Monitor Peripherals Hard Drive 2 Hard Drive Memory Processor Case 1'),(160,1,'logitechcord Enabled Logitech Brown Logitech Cordless Optical Trackman Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. 79.99 1'),(161,1,'logidinovo Enabled Logitech Logitech diNovo Edge Keyboard PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. 239.99 1'),(162,1,'micronmouse5000 Enabled Microsoft Black Microsoft Wireless Optical Mouse 5000 Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. 59.99 1'),(163,1,'computer Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Computer One Year Extended Warranty - Parts and Labor 30\" Flat-Panel TFT-LCD Cinema HD Monitor 19\" Widescreen Flat-Panel LCD Monitor 24\" Widescreen Flat-Panel LCD Monitor 22\" Syncmaster LCD Monitor Microsoft Wireless Optical Mouse 5000 Microsoft Natural Ergonomic Keyboard 4000 Logitech diNovo Edge Keyboard Logitech Cordless Optical Trackman Western Digital - 1TB HD - 7200RPM Seagate 500GB HD - 5400RPM Seagate 250GB HD - 5400RPM Western Digital 500GB HD - 7200RPM Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory AMD A64 X2 3800+ 2.0GHz OEM AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Intel Core 2 Extreme QX9775 3.20GHz Retail Intel C2D E8400 3.0GHz Retail Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Make a computer 1 Year Extended Warranty - Parts and Labor * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. Make a computer 1 Year Extended Warranty - Parts and Labor Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. 1 Year Warranty - Parts and Labor 150 699.99 399.99 699.99 399.99 59.99 99.99 239.99 79.99 399 299 99 299 99.99 150.99 199.99 98.99 335.99 2049.99 98.99 150 199.99 Apple LG LG Samsung Microsoft Microsoft Logitech Logitech Western Digital Seagate Seagate Western Digital Crucial Crucial Crucial AMD AMD Intel Intel 30\" 19\" 24\" 22\" Black Brown Black Silver 1 TB 5400 rpm 5400 rpm 500 GB Warranty Monitor Peripherals Hard Drive 2 Hard Drive Memory Processor Case 1'),(159,1,'microsoftnatural Enabled Microsoft Microsoft Natural Ergonomic Keyboard 4000 The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. 99.99 1'),(160,3,'logitechcord Enabled Logitech Brown Logitech Cordless Optical Trackman Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. 79.99 1'),(161,3,'logidinovo Enabled Logitech Logitech diNovo Edge Keyboard PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. 239.99 1'),(162,3,'micronmouse5000 Enabled Microsoft Black Microsoft Wireless Optical Mouse 5000 Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. 59.99 1'),(163,3,'computer Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Computer One Year Extended Warranty - Parts and Labor 30\" Flat-Panel TFT-LCD Cinema HD Monitor 19\" Widescreen Flat-Panel LCD Monitor 24\" Widescreen Flat-Panel LCD Monitor 22\" Syncmaster LCD Monitor Microsoft Wireless Optical Mouse 5000 Microsoft Natural Ergonomic Keyboard 4000 Logitech diNovo Edge Keyboard Logitech Cordless Optical Trackman Western Digital - 1TB HD - 7200RPM Seagate 500GB HD - 5400RPM Seagate 250GB HD - 5400RPM Western Digital 500GB HD - 7200RPM Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory AMD A64 X2 3800+ 2.0GHz OEM AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Intel Core 2 Extreme QX9775 3.20GHz Retail Intel C2D E8400 3.0GHz Retail Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Make a computer 1 Year Extended Warranty - Parts and Labor * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. Make a computer 1 Year Extended Warranty - Parts and Labor Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. 1 Year Warranty - Parts and Labor 150 699.99 399.99 699.99 399.99 59.99 99.99 239.99 79.99 399 299 99 299 99.99 150.99 199.99 98.99 335.99 2049.99 98.99 150 199.99 Apple LG LG Samsung Microsoft Microsoft Logitech Logitech Western Digital Seagate Seagate Western Digital Crucial Crucial Crucial AMD AMD Intel Intel 30\" 19\" 24\" 22\" Black Brown Black Silver 1 TB 5400 rpm 5400 rpm 500 GB Warranty Monitor Peripherals Hard Drive 2 Hard Drive Memory Processor Case 1'),(159,3,'microsoftnatural Enabled Microsoft Microsoft Natural Ergonomic Keyboard 4000 The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. 99.99 1'),(160,2,'logitechcord Enabled Logitech Brown Logitech Cordless Optical Trackman Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. 79.99 1'),(161,2,'logidinovo Enabled Logitech Logitech diNovo Edge Keyboard PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. 239.99 1'),(162,2,'micronmouse5000 Enabled Microsoft Black Microsoft Wireless Optical Mouse 5000 Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. 59.99 1'),(163,2,'computer Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Computer One Year Extended Warranty - Parts and Labor 30\" Flat-Panel TFT-LCD Cinema HD Monitor 19\" Widescreen Flat-Panel LCD Monitor 24\" Widescreen Flat-Panel LCD Monitor 22\" Syncmaster LCD Monitor Microsoft Wireless Optical Mouse 5000 Microsoft Natural Ergonomic Keyboard 4000 Logitech diNovo Edge Keyboard Logitech Cordless Optical Trackman Western Digital - 1TB HD - 7200RPM Seagate 500GB HD - 5400RPM Seagate 250GB HD - 5400RPM Western Digital 500GB HD - 7200RPM Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory AMD A64 X2 3800+ 2.0GHz OEM AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Intel Core 2 Extreme QX9775 3.20GHz Retail Intel C2D E8400 3.0GHz Retail Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Make a computer 1 Year Extended Warranty - Parts and Labor * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. Make a computer 1 Year Extended Warranty - Parts and Labor Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. 1 Year Warranty - Parts and Labor 150 699.99 399.99 699.99 399.99 59.99 99.99 239.99 79.99 399 299 99 299 99.99 150.99 199.99 98.99 335.99 2049.99 98.99 150 199.99 Apple LG LG Samsung Microsoft Microsoft Logitech Logitech Western Digital Seagate Seagate Western Digital Crucial Crucial Crucial AMD AMD Intel Intel 30\" 19\" 24\" 22\" Black Brown Black Silver 1 TB 5400 rpm 5400 rpm 500 GB Warranty Monitor Peripherals Hard Drive 2 Hard Drive Memory Processor Case 1'),(159,2,'microsoftnatural Enabled Microsoft Microsoft Natural Ergonomic Keyboard 4000 The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. 99.99 1'),(158,4,'VGN-TXN27N/BW Enabled Enabled Enabled Enabled Enabled Sony VAIO 11.1\" Notebook PC Three Year Extended Warranty - Parts and Labor One Year Extended Warranty - Parts and Labor Two Year Extended Warranty - Parts and Labor Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. 3 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, 3 Year Warranty - Parts and Labor 1 Year Warranty - Parts and Labor 2 Year Warranty - Parts and Labor Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. 3 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC. 325 150 250 2699.99 Black Sony VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Waranty Laptop 1'),(157,4,'M9179LL Enabled Apple 30\" Flat-Panel TFT-LCD Cinema HD Monitor 30\" * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. 699.99 1'),(154,4,'500gb5400 Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm 299 1'),(155,4,'250gb5400 Enabled Seagate Seagate 250GB HD - 5400RPM 5400 rpm 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 99 1'),(156,4,'W1952TQ-TF Enabled LG 19\" Widescreen Flat-Panel LCD Monitor 19\" 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles 399.99 1'),(153,4,'intelcore2extreme Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. 2049.99 1'),(152,4,'W2452T-TF Enabled LG 24\" Widescreen Flat-Panel LCD Monitor 24\" With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs 699.99 1'),(150,4,'500gb7200 Enabled Western Digital Western Digital 500GB HD - 7200RPM 500 GB 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 299 1'),(151,4,'intelc2d Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. 98.99 1'),(148,4,'amda64 Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor 98.99 1'),(149,4,'1tb7200 Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 399 1'),(154,1,'500gb5400 Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm 299 1'),(155,1,'250gb5400 Enabled Seagate Seagate 250GB HD - 5400RPM 5400 rpm 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 99 1'),(156,1,'W1952TQ-TF Enabled LG 19\" Widescreen Flat-Panel LCD Monitor 19\" 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles 399.99 1'),(157,1,'M9179LL Enabled Apple 30\" Flat-Panel TFT-LCD Cinema HD Monitor 30\" * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. 699.99 1'),(158,1,'VGN-TXN27N/BW Enabled Enabled Enabled Enabled Enabled Sony VAIO 11.1\" Notebook PC Three Year Extended Warranty - Parts and Labor One Year Extended Warranty - Parts and Labor Two Year Extended Warranty - Parts and Labor Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. 3 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, 3 Year Warranty - Parts and Labor 1 Year Warranty - Parts and Labor 2 Year Warranty - Parts and Labor Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. 3 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC. 325 150 250 2699.99 Black Sony VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Waranty Laptop 1'),(153,1,'intelcore2extreme Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. 2049.99 1'),(154,3,'500gb5400 Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm 299 1'),(155,3,'250gb5400 Enabled Seagate Seagate 250GB HD - 5400RPM 5400 rpm 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 99 1'),(156,3,'W1952TQ-TF Enabled LG 19\" Widescreen Flat-Panel LCD Monitor 19\" 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles 399.99 1'),(157,3,'M9179LL Enabled Apple 30\" Flat-Panel TFT-LCD Cinema HD Monitor 30\" * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. 699.99 1'),(158,3,'VGN-TXN27N/BW Enabled Enabled Enabled Enabled Enabled Sony VAIO 11.1\" Notebook PC Three Year Extended Warranty - Parts and Labor One Year Extended Warranty - Parts and Labor Two Year Extended Warranty - Parts and Labor Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. 3 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, 3 Year Warranty - Parts and Labor 1 Year Warranty - Parts and Labor 2 Year Warranty - Parts and Labor Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. 3 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC. 325 150 250 2699.99 Black Sony VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Waranty Laptop 1'),(153,3,'intelcore2extreme Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. 2049.99 1'),(154,2,'500gb5400 Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm 299 1'),(155,2,'250gb5400 Enabled Seagate Seagate 250GB HD - 5400RPM 5400 rpm 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 99 1'),(156,2,'W1952TQ-TF Enabled LG 19\" Widescreen Flat-Panel LCD Monitor 19\" 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles 399.99 1'),(157,2,'M9179LL Enabled Apple 30\" Flat-Panel TFT-LCD Cinema HD Monitor 30\" * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. 699.99 1'),(158,2,'VGN-TXN27N/BW Enabled Enabled Enabled Enabled Enabled Sony VAIO 11.1\" Notebook PC Three Year Extended Warranty - Parts and Labor One Year Extended Warranty - Parts and Labor Two Year Extended Warranty - Parts and Labor Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. 3 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, 3 Year Warranty - Parts and Labor 1 Year Warranty - Parts and Labor 2 Year Warranty - Parts and Labor Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. 3 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC. 325 150 250 2699.99 Black Sony VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Waranty Laptop 1'),(153,2,'intelcore2extreme Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. 2049.99 1'),(147,4,'226bw Enabled Samsung 22\" Syncmaster LCD Monitor 22\" The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. 399.99 1'),(145,4,'amdphenom Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. 335.99 1'),(152,1,'W2452T-TF Enabled LG 24\" Widescreen Flat-Panel LCD Monitor 24\" With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs 699.99 1'),(149,1,'1tb7200 Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 399 1'),(150,1,'500gb7200 Enabled Western Digital Western Digital 500GB HD - 7200RPM 500 GB 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 299 1'),(151,1,'intelc2d Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. 98.99 1'),(148,1,'amda64 Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor 98.99 1'),(145,1,'amdphenom Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. 335.99 1'),(147,1,'226bw Enabled Samsung 22\" Syncmaster LCD Monitor 22\" The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. 399.99 1'),(152,3,'W2452T-TF Enabled LG 24\" Widescreen Flat-Panel LCD Monitor 24\" With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs 699.99 1'),(149,3,'1tb7200 Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 399 1'),(150,3,'500gb7200 Enabled Western Digital Western Digital 500GB HD - 7200RPM 500 GB 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 299 1'),(151,3,'intelc2d Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. 98.99 1'),(148,3,'amda64 Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor 98.99 1'),(145,3,'amdphenom Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. 335.99 1'),(147,3,'226bw Enabled Samsung 22\" Syncmaster LCD Monitor 22\" The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. 399.99 1'),(152,2,'W2452T-TF Enabled LG 24\" Widescreen Flat-Panel LCD Monitor 24\" With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs 699.99 1'),(149,2,'1tb7200 Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 399 1'),(150,2,'500gb7200 Enabled Western Digital Western Digital 500GB HD - 7200RPM 500 GB 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 299 1'),(151,2,'intelc2d Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. 98.99 1'),(148,2,'amda64 Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor 98.99 1'),(145,2,'amdphenom Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. 335.99 1'),(147,2,'226bw Enabled Samsung 22\" Syncmaster LCD Monitor 22\" The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. 399.99 1'),(143,4,'512dimm Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 99.99 1'),(141,4,'1gbdimm Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 150.99 1'),(140,4,'2gbdimm Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 199.99 1'),(143,1,'512dimm Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 99.99 1'),(143,3,'512dimm Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 99.99 1'),(143,2,'512dimm Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 99.99 1'),(139,4,'nzxtlexa Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. 199.99 1'),(138,4,'apevia-black Enabled Black Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. 150 1'),(141,1,'1gbdimm Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 150.99 1'),(140,1,'2gbdimm Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 199.99 1'),(139,1,'nzxtlexa Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. 199.99 1'),(141,3,'1gbdimm Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 150.99 1'),(140,3,'2gbdimm Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 199.99 1'),(139,3,'nzxtlexa Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. 199.99 1'),(141,2,'1gbdimm Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 150.99 1'),(140,2,'2gbdimm Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. 199.99 1'),(139,2,'nzxtlexa Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. 199.99 1'),(138,1,'apevia-black Enabled Black Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. 150 1'),(138,3,'apevia-black Enabled Black Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. 150 1'),(138,2,'apevia-black Enabled Black Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. 150 1'),(133,4,'ac9003 Enabled Universal Camera Case A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time. A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time. 34 1'),(134,4,'ac-66332 Enabled Universal Camera Charger Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator. Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator. 19 1'),(135,4,'ana Brown Brown Brown Brown Brown Brown Brown Brown Womens Womens Womens Womens Womens Womens Womens Womens Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Anashria Anashria Anashria Anashria Anashria Anashria Anashria Anashria Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal B000KJ43SG! B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, Buckle embellished contrasting straps adorn both the heel and canvas covered wedge of this t-strap sandal to make it a truly unique addition to your wardrobe Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Smooth kidskin upper in a dress platform wedge t-strap sandal style, with a round open toe, front and ankle adjustable buckles and tonal stitching accents. Ankle buckle features elastic panel. Smooth faux leather lining, cushioning faux leather and fabric topped insole. 1 inch matching leather and fabric wrapped midsole. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Style Genuine Top Grain Premier Leather Rich Color Tones Straps lined with 2000 lb test nylon Guaranteed for the Life of the Sole - Non-slip sole Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - 41.95 41.95 41.95 41.95 41.95 41.95 41.95 41.95 9 3 4 5 6 7 8 1'),(132,4,'ac674 Enabled SLR Camera Tripod Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers. Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers. 99 1'),(126,4,'zol Enabled Enabled Enabled Enabled Enabled Enabled Enabled Mens Mens Mens Mens Mens Mens Mens Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt zolof Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. 13.5 13.5 13.5 13.5 13.5 13.5 13.5 Red Green Red Green Red Green Small Small Medium Medium Large Large # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem 1'),(134,1,'ac-66332 Enabled Universal Camera Charger Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator. Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator. 19 1'),(135,1,'ana Brown Brown Brown Brown Brown Brown Brown Brown Womens Womens Womens Womens Womens Womens Womens Womens Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Anashria Anashria Anashria Anashria Anashria Anashria Anashria Anashria Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal B000KJ43SG! B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, Buckle embellished contrasting straps adorn both the heel and canvas covered wedge of this t-strap sandal to make it a truly unique addition to your wardrobe Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Smooth kidskin upper in a dress platform wedge t-strap sandal style, with a round open toe, front and ankle adjustable buckles and tonal stitching accents. Ankle buckle features elastic panel. Smooth faux leather lining, cushioning faux leather and fabric topped insole. 1 inch matching leather and fabric wrapped midsole. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Style Genuine Top Grain Premier Leather Rich Color Tones Straps lined with 2000 lb test nylon Guaranteed for the Life of the Sole - Non-slip sole Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - 41.95 41.95 41.95 41.95 41.95 41.95 41.95 41.95 9 3 4 5 6 7 8 1'),(132,1,'ac674 Enabled SLR Camera Tripod Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers. Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers. 99 1'),(133,1,'ac9003 Enabled Universal Camera Case A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time. A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time. 34 1'),(134,3,'ac-66332 Enabled Universal Camera Charger Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator. Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator. 19 1'),(135,3,'ana Brown Brown Brown Brown Brown Brown Brown Brown Womens Womens Womens Womens Womens Womens Womens Womens Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Anashria Anashria Anashria Anashria Anashria Anashria Anashria Anashria Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal B000KJ43SG! B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, Buckle embellished contrasting straps adorn both the heel and canvas covered wedge of this t-strap sandal to make it a truly unique addition to your wardrobe Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Smooth kidskin upper in a dress platform wedge t-strap sandal style, with a round open toe, front and ankle adjustable buckles and tonal stitching accents. Ankle buckle features elastic panel. Smooth faux leather lining, cushioning faux leather and fabric topped insole. 1 inch matching leather and fabric wrapped midsole. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Style Genuine Top Grain Premier Leather Rich Color Tones Straps lined with 2000 lb test nylon Guaranteed for the Life of the Sole - Non-slip sole Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - 41.95 41.95 41.95 41.95 41.95 41.95 41.95 41.95 9 3 4 5 6 7 8 1'),(132,3,'ac674 Enabled SLR Camera Tripod Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers. Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers. 99 1'),(133,3,'ac9003 Enabled Universal Camera Case A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time. A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time. 34 1'),(134,2,'ac-66332 Enabled Universal Camera Charger Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator. Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator. 19 1'),(135,2,'ana Brown Brown Brown Brown Brown Brown Brown Brown Womens Womens Womens Womens Womens Womens Womens Womens Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Anashria Anashria Anashria Anashria Anashria Anashria Anashria Anashria Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal Anashria Womens Premier Leather Sandal B000KJ43SG! B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG B000KJ43SG womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, womens, sandal, leather, anashria, Buckle embellished contrasting straps adorn both the heel and canvas covered wedge of this t-strap sandal to make it a truly unique addition to your wardrobe Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Smooth kidskin upper in a dress platform wedge t-strap sandal style, with a round open toe, front and ankle adjustable buckles and tonal stitching accents. Ankle buckle features elastic panel. Smooth faux leather lining, cushioning faux leather and fabric topped insole. 1 inch matching leather and fabric wrapped midsole. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Style Genuine Top Grain Premier Leather Rich Color Tones Straps lined with 2000 lb test nylon Guaranteed for the Life of the Sole - Non-slip sole Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - Womens Premier Leather Single Layer Narrow Strap - 41.95 41.95 41.95 41.95 41.95 41.95 41.95 41.95 9 3 4 5 6 7 8 1'),(132,2,'ac674 Enabled SLR Camera Tripod Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers. Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers. 99 1'),(133,2,'ac9003 Enabled Universal Camera Case A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time. A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time. 34 1'),(123,4,'oc Enabled Enabled Enabled Enabled Mens Mens Mens Mens White White White White The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt paisley The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirt. Printed on American Apparel Classic style 5495 California cotton T shirst. Printed on American Apparel Classic style 5495 California cotton T shirst. Printed on American Apparel Classic style 5495 California cotton T shirst. 6.1 oz. 100% preshrunk heavyweight cotton Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem 100 15 15 15 Small Medium Large 1'),(126,1,'zol Enabled Enabled Enabled Enabled Enabled Enabled Enabled Mens Mens Mens Mens Mens Mens Mens Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt zolof Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. 13.5 13.5 13.5 13.5 13.5 13.5 13.5 Red Green Red Green Red Green Small Small Medium Medium Large Large # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem 1'),(126,3,'zol Enabled Enabled Enabled Enabled Enabled Enabled Enabled Mens Mens Mens Mens Mens Mens Mens Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt zolof Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. 13.5 13.5 13.5 13.5 13.5 13.5 13.5 Red Green Red Green Red Green Small Small Medium Medium Large Large # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem 1'),(126,2,'zol Enabled Enabled Enabled Enabled Enabled Enabled Enabled Mens Mens Mens Mens Mens Mens Mens Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt zolof Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. Printed on American Apparel Classic style 5495 California t-shirts. 13.5 13.5 13.5 13.5 13.5 13.5 13.5 Red Green Red Green Red Green Small Small Medium Medium Large Large # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem 1'),(120,4,'ink Enabled Enabled Enabled Enabled Womens Womens Womens Womens White White White White Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Ink Eater: Ink Eater: Ink Eater: Ink Eater, Krylon, Bombear , Destroyed, Tee, t shirt Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! 22 22 22 22 Small Medium Large 1'),(123,1,'oc Enabled Enabled Enabled Enabled Mens Mens Mens Mens White White White White The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt paisley The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirt. Printed on American Apparel Classic style 5495 California cotton T shirst. Printed on American Apparel Classic style 5495 California cotton T shirst. Printed on American Apparel Classic style 5495 California cotton T shirst. 6.1 oz. 100% preshrunk heavyweight cotton Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem 100 15 15 15 Small Medium Large 1'),(120,1,'ink Enabled Enabled Enabled Enabled Womens Womens Womens Womens White White White White Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Ink Eater: Ink Eater: Ink Eater: Ink Eater, Krylon, Bombear , Destroyed, Tee, t shirt Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! 22 22 22 22 Small Medium Large 1'),(119,1,'coal_1 Enabled Enabled Enabled Enabled Mens Mens Mens Mens Green Green Green Green Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Impatience Impatience Impatience Impatience Coalesce, T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Comfortable preshrunk shirts. Highest Quality Printing. 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem 15 15 15 15 Small Medium Large 1'),(123,3,'oc Enabled Enabled Enabled Enabled Mens Mens Mens Mens White White White White The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt paisley The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirt. Printed on American Apparel Classic style 5495 California cotton T shirst. Printed on American Apparel Classic style 5495 California cotton T shirst. Printed on American Apparel Classic style 5495 California cotton T shirst. 6.1 oz. 100% preshrunk heavyweight cotton Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem 100 15 15 15 Small Medium Large 1'),(120,3,'ink Enabled Enabled Enabled Enabled Womens Womens Womens Womens White White White White Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Ink Eater: Ink Eater: Ink Eater: Ink Eater, Krylon, Bombear , Destroyed, Tee, t shirt Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! 22 22 22 22 Small Medium Large 1'),(119,3,'coal_1 Enabled Enabled Enabled Enabled Mens Mens Mens Mens Green Green Green Green Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Impatience Impatience Impatience Impatience Coalesce, T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Comfortable preshrunk shirts. Highest Quality Printing. 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem 15 15 15 15 Small Medium Large 1'),(123,2,'oc Enabled Enabled Enabled Enabled Mens Mens Mens Mens White White White White The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt paisley The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirt. Printed on American Apparel Classic style 5495 California cotton T shirst. Printed on American Apparel Classic style 5495 California cotton T shirst. Printed on American Apparel Classic style 5495 California cotton T shirst. 6.1 oz. 100% preshrunk heavyweight cotton Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem 100 15 15 15 Small Medium Large 1'),(120,2,'ink Enabled Enabled Enabled Enabled Womens Womens Womens Womens White White White White Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Ink Eater: Ink Eater: Ink Eater: Ink Eater, Krylon, Bombear , Destroyed, Tee, t shirt Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Krylon Bombear Destroyed Tee Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! 22 22 22 22 Small Medium Large 1'),(119,2,'coal_1 Enabled Enabled Enabled Enabled Mens Mens Mens Mens Green Green Green Green Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Impatience Impatience Impatience Impatience Coalesce, T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Comfortable preshrunk shirts. Highest Quality Printing. 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem 15 15 15 15 Small Medium Large 1'),(119,4,'coal_1 Enabled Enabled Enabled Enabled Mens Mens Mens Mens Green Green Green Green Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Impatience Impatience Impatience Impatience Coalesce, T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt Coalesce: Functioning On Impatience T-Shirt 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Comfortable preshrunk shirts. Highest Quality Printing. 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem 15 15 15 15 Small Medium Large 1'),(108,1,'nine Womens Womens Womens Womens Womens Enabled Enabled Enabled Enabled Enabled High Heels High Heels High Heels High Heels High Heels Red Red Red Red Red Nine West Nine West Nine West Nine West Nine West Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump B000LJQVF8 B000LJQVF8 B000LJQVF8 B000LJQVF8 B000LJQVF8 Nine West, Women, Lucero, Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. 89.99 89.99 89.99 89.99 89.99 3 4 5 6 1'),(112,1,'ecco Enabled Enabled Enabled Enabled Enabled Golf Shoes Golf Shoes Golf Shoes Golf Shoes Golf Shoes Brown Brown Brown Brown Brown Womens Womens Womens Womens Womens Ecco Ecco Ecco Ecco Ecco ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe B000NPOA1M B000NPOA1M B000NPOA1M B000NPOA1M B000NPOA1M ECCO, Womens, Golf, Flexor, Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe With a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Breathable mesh fabric lining Cushioned Comfort Fibre System(R) Moisture absorbent Anti-bacterial insole Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. 159.99 159.99 159.99 159.99 159.99 3 4 5 6 1'),(108,3,'nine Womens Womens Womens Womens Womens Enabled Enabled Enabled Enabled Enabled High Heels High Heels High Heels High Heels High Heels Red Red Red Red Red Nine West Nine West Nine West Nine West Nine West Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump B000LJQVF8 B000LJQVF8 B000LJQVF8 B000LJQVF8 B000LJQVF8 Nine West, Women, Lucero, Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. 89.99 89.99 89.99 89.99 89.99 3 4 5 6 1'),(112,3,'ecco Enabled Enabled Enabled Enabled Enabled Golf Shoes Golf Shoes Golf Shoes Golf Shoes Golf Shoes Brown Brown Brown Brown Brown Womens Womens Womens Womens Womens Ecco Ecco Ecco Ecco Ecco ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe B000NPOA1M B000NPOA1M B000NPOA1M B000NPOA1M B000NPOA1M ECCO, Womens, Golf, Flexor, Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe With a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Breathable mesh fabric lining Cushioned Comfort Fibre System(R) Moisture absorbent Anti-bacterial insole Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. 159.99 159.99 159.99 159.99 159.99 3 4 5 6 1'),(108,2,'nine Womens Womens Womens Womens Womens Enabled Enabled Enabled Enabled Enabled High Heels High Heels High Heels High Heels High Heels Red Red Red Red Red Nine West Nine West Nine West Nine West Nine West Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump B000LJQVF8 B000LJQVF8 B000LJQVF8 B000LJQVF8 B000LJQVF8 Nine West, Women, Lucero, Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. 89.99 89.99 89.99 89.99 89.99 3 4 5 6 1'),(112,2,'ecco Enabled Enabled Enabled Enabled Enabled Golf Shoes Golf Shoes Golf Shoes Golf Shoes Golf Shoes Brown Brown Brown Brown Brown Womens Womens Womens Womens Womens Ecco Ecco Ecco Ecco Ecco ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe B000NPOA1M B000NPOA1M B000NPOA1M B000NPOA1M B000NPOA1M ECCO, Womens, Golf, Flexor, Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe With a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Breathable mesh fabric lining Cushioned Comfort Fibre System(R) Moisture absorbent Anti-bacterial insole Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. 159.99 159.99 159.99 159.99 159.99 3 4 5 6 1'),(112,4,'ecco Enabled Enabled Enabled Enabled Enabled Golf Shoes Golf Shoes Golf Shoes Golf Shoes Golf Shoes Brown Brown Brown Brown Brown Womens Womens Womens Womens Womens Ecco Ecco Ecco Ecco Ecco ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe B000NPOA1M B000NPOA1M B000NPOA1M B000NPOA1M B000NPOA1M ECCO, Womens, Golf, Flexor, Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe ECCO Womens Golf Flexor Golf Shoe With a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Breathable mesh fabric lining Cushioned Comfort Fibre System(R) Moisture absorbent Anti-bacterial insole Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. 159.99 159.99 159.99 159.99 159.99 3 4 5 6 1'),(103,1,'steve Womens Womens Womens Womens Womens Womens Enabled Enabled Enabled Enabled Enabled Enabled Dress High Heels High Heels High Heels High Heels High Heels Red Red Red Red Red Red Steve Madden Steve Madden Steve Madden Steve Madden Steve Madden Steve Madden Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump B000NOGIKY B000NOGIKY B000NOGIKY B000NOGIKY B000NOGIKY B000NOGIKY Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. 69.99 69.99 69.99 69.99 69.99 69.99 4 5 6 7 8 1'),(103,3,'steve Womens Womens Womens Womens Womens Womens Enabled Enabled Enabled Enabled Enabled Enabled Dress High Heels High Heels High Heels High Heels High Heels Red Red Red Red Red Red Steve Madden Steve Madden Steve Madden Steve Madden Steve Madden Steve Madden Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump B000NOGIKY B000NOGIKY B000NOGIKY B000NOGIKY B000NOGIKY B000NOGIKY Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. 69.99 69.99 69.99 69.99 69.99 69.99 4 5 6 7 8 1'),(103,2,'steve Womens Womens Womens Womens Womens Womens Enabled Enabled Enabled Enabled Enabled Enabled Dress High Heels High Heels High Heels High Heels High Heels Red Red Red Red Red Red Steve Madden Steve Madden Steve Madden Steve Madden Steve Madden Steve Madden Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump B000NOGIKY B000NOGIKY B000NOGIKY B000NOGIKY B000NOGIKY B000NOGIKY Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. 69.99 69.99 69.99 69.99 69.99 69.99 4 5 6 7 8 1'),(108,4,'nine Womens Womens Womens Womens Womens Enabled Enabled Enabled Enabled Enabled High Heels High Heels High Heels High Heels High Heels Red Red Red Red Red Nine West Nine West Nine West Nine West Nine West Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump B000LJQVF8 B000LJQVF8 B000LJQVF8 B000LJQVF8 B000LJQVF8 Nine West, Women, Lucero, Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump Nine West Women\'s Lucero Pump This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. 89.99 89.99 89.99 89.99 89.99 3 4 5 6 1'),(98,4,'ken Black Gray Gray Gray Gray Gray Mens Mens Mens Mens Mens Mens Enabled Enabled Enabled Enabled Enabled Enabled Dress Running Running Running Running Running Kenneth Cole Asics Asics Asics Asics Asics Kenneth Cole New York Men\'s Con-verge Slip-on ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII B000IKC6AY B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 Kenneth Cole, New York, Men\'s, Con-verge, Slip-on ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The handsome style of the Con-Verge slip-on from Kenneth Cole New York is larger than life. This sharp shoe has a semi-polished smooth leather upper, a squared off stitched apron toe, and dual-goring for easy on/off accessibility. It also features soft leather linings, a cushioned insole, and a paneled rubber outsole for a sturdy step. The Con-Verge is a perfect companion to your business and special occasion wardrobes. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation 160.99 134.99 134.99 134.99 134.99 134.99 9 11 10 12 8 1'),(103,4,'steve Womens Womens Womens Womens Womens Womens Enabled Enabled Enabled Enabled Enabled Enabled Dress High Heels High Heels High Heels High Heels High Heels Red Red Red Red Red Red Steve Madden Steve Madden Steve Madden Steve Madden Steve Madden Steve Madden Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump B000NOGIKY B000NOGIKY B000NOGIKY B000NOGIKY B000NOGIKY B000NOGIKY Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump Steven by Steve Madden Pryme Pump This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. 69.99 69.99 69.99 69.99 69.99 69.99 4 5 6 7 8 1'),(98,1,'ken Black Gray Gray Gray Gray Gray Mens Mens Mens Mens Mens Mens Enabled Enabled Enabled Enabled Enabled Enabled Dress Running Running Running Running Running Kenneth Cole Asics Asics Asics Asics Asics Kenneth Cole New York Men\'s Con-verge Slip-on ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII B000IKC6AY B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 Kenneth Cole, New York, Men\'s, Con-verge, Slip-on ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The handsome style of the Con-Verge slip-on from Kenneth Cole New York is larger than life. This sharp shoe has a semi-polished smooth leather upper, a squared off stitched apron toe, and dual-goring for easy on/off accessibility. It also features soft leather linings, a cushioned insole, and a paneled rubber outsole for a sturdy step. The Con-Verge is a perfect companion to your business and special occasion wardrobes. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation 160.99 134.99 134.99 134.99 134.99 134.99 9 11 10 12 8 1'),(93,1,'asc Enabled Enabled Enabled Enabled Enabled Enabled Tennis Running Running Running Running Running Gray Gray Gray Gray Gray Gray Mens Mens Mens Mens Mens Mens Asics Asics Asics Asics Asics Asics ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. I.G.S.: Allows for natural foot movement from heel strike to toe-off DuoMax Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off Space Trusstic System: Allows for greater midsole deformation and more efficient foot function GEL Cushioning System: Provides maximum rearfoot/forefoot shock attenuation Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 asics, gel, kayano ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. 134.99 134.99 134.99 134.99 134.99 134.99 8 12 11 10 9 1'),(98,3,'ken Black Gray Gray Gray Gray Gray Mens Mens Mens Mens Mens Mens Enabled Enabled Enabled Enabled Enabled Enabled Dress Running Running Running Running Running Kenneth Cole Asics Asics Asics Asics Asics Kenneth Cole New York Men\'s Con-verge Slip-on ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII B000IKC6AY B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 Kenneth Cole, New York, Men\'s, Con-verge, Slip-on ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The handsome style of the Con-Verge slip-on from Kenneth Cole New York is larger than life. This sharp shoe has a semi-polished smooth leather upper, a squared off stitched apron toe, and dual-goring for easy on/off accessibility. It also features soft leather linings, a cushioned insole, and a paneled rubber outsole for a sturdy step. The Con-Verge is a perfect companion to your business and special occasion wardrobes. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation 160.99 134.99 134.99 134.99 134.99 134.99 9 11 10 12 8 1'),(93,3,'asc Enabled Enabled Enabled Enabled Enabled Enabled Tennis Running Running Running Running Running Gray Gray Gray Gray Gray Gray Mens Mens Mens Mens Mens Mens Asics Asics Asics Asics Asics Asics ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. I.G.S.: Allows for natural foot movement from heel strike to toe-off DuoMax Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off Space Trusstic System: Allows for greater midsole deformation and more efficient foot function GEL Cushioning System: Provides maximum rearfoot/forefoot shock attenuation Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 asics, gel, kayano ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. 134.99 134.99 134.99 134.99 134.99 134.99 8 12 11 10 9 1'),(98,2,'ken Black Gray Gray Gray Gray Gray Mens Mens Mens Mens Mens Mens Enabled Enabled Enabled Enabled Enabled Enabled Dress Running Running Running Running Running Kenneth Cole Asics Asics Asics Asics Asics Kenneth Cole New York Men\'s Con-verge Slip-on ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII B000IKC6AY B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 Kenneth Cole, New York, Men\'s, Con-verge, Slip-on ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The handsome style of the Con-Verge slip-on from Kenneth Cole New York is larger than life. This sharp shoe has a semi-polished smooth leather upper, a squared off stitched apron toe, and dual-goring for easy on/off accessibility. It also features soft leather linings, a cushioned insole, and a paneled rubber outsole for a sturdy step. The Con-Verge is a perfect companion to your business and special occasion wardrobes. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation 160.99 134.99 134.99 134.99 134.99 134.99 9 11 10 12 8 1'),(93,2,'asc Enabled Enabled Enabled Enabled Enabled Enabled Tennis Running Running Running Running Running Gray Gray Gray Gray Gray Gray Mens Mens Mens Mens Mens Mens Asics Asics Asics Asics Asics Asics ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. I.G.S.: Allows for natural foot movement from heel strike to toe-off DuoMax Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off Space Trusstic System: Allows for greater midsole deformation and more efficient foot function GEL Cushioning System: Provides maximum rearfoot/forefoot shock attenuation Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 asics, gel, kayano ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. 134.99 134.99 134.99 134.99 134.99 134.99 8 12 11 10 9 1'),(93,4,'asc Enabled Enabled Enabled Enabled Enabled Enabled Tennis Running Running Running Running Running Gray Gray Gray Gray Gray Gray Mens Mens Mens Mens Mens Mens Asics Asics Asics Asics Asics Asics ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. I.G.S.: Allows for natural foot movement from heel strike to toe-off DuoMax Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off Space Trusstic System: Allows for greater midsole deformation and more efficient foot function GEL Cushioning System: Provides maximum rearfoot/forefoot shock attenuation Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 B000CP1M00 asics, gel, kayano ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. 134.99 134.99 134.99 134.99 134.99 134.99 8 12 11 10 9 1'),(48,4,'C530 Silver 5 Enabled Kodak Kodak EasyShare C530 5MP Digital Camera C530 4 x 6 x 9 inches Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features--such as 5.0-megapixel CCD resolution, on-camera image cropping, and an on-camera Share button--at a very affordable price. 5.0-megapixel CCD captures enough detail for photo-quality 13 x 17-inch prints 1.5-inch LCD display Continuous QVGA video Auto scene mode and three color modes; in-camera cropping Powered by AA size batteries; stores images on SD memory cards (includes 16 MB internal memory) kodak, eayshare, c530, 5MP, digital, camera Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features 199.99 1'),(51,4,'1111 Red Living Room Enabled Ottoman magotto Italy Microfiber The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Ottoman With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. 299.99 1'),(52,4,'1112 Red Living Room Enabled Chair 1112 Italy Microfiber This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Chair Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. 129.99 1'),(53,4,'1113 Red Living Room Enabled Couch 1113 Italy Microfiber Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Couch For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! 599.99 1'),(54,4,'1114 Red Red Red Red Living Room Living Room Living Room Living Room Enabled Enabled Enabled Enabled Magento Red Furniture Set Ottoman Chair Couch RFS magotto 1112 1113 Italy Italy Italy Italy Microfiber Microfiber Microfiber Microfiber The perfect furniture set for the living room! Love red? You\'ll love these pieces of handmade modern furniture! The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Magento, Red, Furniture, Set, ottoman, couch, chair Ottoman Chair Couch Love red? You\'ll love these pieces of handmade modern furniture! With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! 699.99 299.99 129.99 599.99 1'),(83,4,'cn Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Blue Blue Blue Blue Blue Blue Blue Blue Blue Blue Blue CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I cn, clogs, outdoor, shoes, sandals, comfortable CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Made of EVA foam Heel strap keeps shoe on foot Non-marking, slip-resistant outsole Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 Womens Womens Womens Womens Womens Mens Mens Mens Mens Mens 3 4 5 6 7 8 9 10 11 12 1'),(83,1,'cn Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Blue Blue Blue Blue Blue Blue Blue Blue Blue Blue Blue CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I cn, clogs, outdoor, shoes, sandals, comfortable CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Made of EVA foam Heel strap keeps shoe on foot Non-marking, slip-resistant outsole Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 Womens Womens Womens Womens Womens Mens Mens Mens Mens Mens 3 4 5 6 7 8 9 10 11 12 1'),(51,1,'1111 Red Living Room Enabled Ottoman magotto Italy Microfiber The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Ottoman With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. 299.99 1'),(52,1,'1112 Red Living Room Enabled Chair 1112 Italy Microfiber This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Chair Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. 129.99 1'),(53,1,'1113 Red Living Room Enabled Couch 1113 Italy Microfiber Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Couch For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! 599.99 1'),(54,1,'1114 Red Red Red Red Living Room Living Room Living Room Living Room Enabled Enabled Enabled Enabled Magento Red Furniture Set Ottoman Chair Couch RFS magotto 1112 1113 Italy Italy Italy Italy Microfiber Microfiber Microfiber Microfiber The perfect furniture set for the living room! Love red? You\'ll love these pieces of handmade modern furniture! The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Magento, Red, Furniture, Set, ottoman, couch, chair Ottoman Chair Couch Love red? You\'ll love these pieces of handmade modern furniture! With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! 699.99 299.99 129.99 599.99 1'),(48,1,'C530 Silver 5 Enabled Kodak Kodak EasyShare C530 5MP Digital Camera C530 4 x 6 x 9 inches Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features--such as 5.0-megapixel CCD resolution, on-camera image cropping, and an on-camera Share button--at a very affordable price. 5.0-megapixel CCD captures enough detail for photo-quality 13 x 17-inch prints 1.5-inch LCD display Continuous QVGA video Auto scene mode and three color modes; in-camera cropping Powered by AA size batteries; stores images on SD memory cards (includes 16 MB internal memory) kodak, eayshare, c530, 5MP, digital, camera Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features 199.99 1'),(47,1,'A630 Silver 8 Enabled Canon Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom A630 4.3 x 2.6 x 1.9 inches Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes. The PowerShot A630 packs a vast array of advanced features into a remarkably compact space 8-megapixel CCD captures enough detail for photo-quality 16 x 22-inch prints 4x optical zoom; 2.5-inch vari-angle LCD display ISO range up to ISO 800 for less blur in low light while hand-holding 3:2 guide masks LCD to display 4 x 6-inch print size; 16:9 format option for still images Stores images on SD cards; powered by 4 AA-size batteries canon, powershot, A630, digital, camera, optical, zoom Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes. 329.99 1'),(45,1,'QC-2185 Silver 5 Enabled Argus Argus QC-2185 Quick Click 5MP Digital Camera QC-2185 2.75 inches x 1.5 inches The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet. The Argus QC-2185 features a clear and bright 1.1-inch CSTN (color super-twist nematic) LCD display that makes it easy to frame the perfect picture. Thanks to its USB 1.1 connection compatibility, this digital camera lets you quickly download pictures to your Mac or PC, and can also function as a handy web camera. The QC-2185 includes eight megabytes of internal SDRAM memory, with the ability to expand camera memory via a built-in SD (secure digital) storage card slot for easy storage and transfer of your pictures. This unit also includes a built-in auto flash with a three to seven foot range, and comes with ArcSoft PhotoImpression\'s photo editing software which makes it easy for you to edit, crop, adjust and improve all your best pictures to make them even better. Argus, QC-2185, digital, camera, 2MP The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet. 37.49 1'),(46,1,'750 Silver 7 Enabled Olympus Olympus Stylus 750 7.1MP Digital Camera 750 3.8 x 2.1 x 1 inches Olympus continues to innovate with the launch of the Stylus 750 digital camera, a technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom that tucks away into a streamlined metal, all-weather body design. The camera is distinguished by a number of premium features, including: * An advanced combination of the mechanical CCD-shift Image Stabilization and Digital Image Stabilization work together to ensure the clearest pictures possible in any situation; * A 5x optical zoom lens with a newly developed lens element to maintain a small compact size; * A 2.5-inch LCD and Bright Capture Technology dramatically improve composition, capture and review of images in low-light situations; * Olympus\' exclusive TruePic Turbo Image Processing engine is coupled with a 7.1-megapixel image sensor to produce crisp, high-quality p 7.1-megapixel CCD captures enough detail for photo-quality 15 x 20-inch prints 5x image-stabilized optical zoom; 2.5-inch LCD display Compact, all-weather body measures 3.8 x 2.1 x 0.96 inches Bright Capture technology; 27 selectable shooting modes; built-in Help guide Stores images on xD Picture Cards; powered by Li-Ion battery (battery and charger included) Olympus, stylus, 750, 7MP, digital, camera, zoom A technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom. 161.94 1'),(83,3,'cn Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Blue Blue Blue Blue Blue Blue Blue Blue Blue Blue Blue CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I cn, clogs, outdoor, shoes, sandals, comfortable CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Made of EVA foam Heel strap keeps shoe on foot Non-marking, slip-resistant outsole Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 Womens Womens Womens Womens Womens Mens Mens Mens Mens Mens 3 4 5 6 7 8 9 10 11 12 1'),(51,3,'1111 Red Living Room Enabled Ottoman magotto Italy Microfiber The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Ottoman With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. 299.99 1'),(52,3,'1112 Red Living Room Enabled Chair 1112 Italy Microfiber This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Chair Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. 129.99 1'),(53,3,'1113 Red Living Room Enabled Couch 1113 Italy Microfiber Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Couch For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! 599.99 1'),(54,3,'1114 Red Red Red Red Living Room Living Room Living Room Living Room Enabled Enabled Enabled Enabled Magento Red Furniture Set Ottoman Chair Couch RFS magotto 1112 1113 Italy Italy Italy Italy Microfiber Microfiber Microfiber Microfiber The perfect furniture set for the living room! Love red? You\'ll love these pieces of handmade modern furniture! The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Magento, Red, Furniture, Set, ottoman, couch, chair Ottoman Chair Couch Love red? You\'ll love these pieces of handmade modern furniture! With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! 699.99 299.99 129.99 599.99 1'),(48,3,'C530 Silver 5 Enabled Kodak Kodak EasyShare C530 5MP Digital Camera C530 4 x 6 x 9 inches Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features--such as 5.0-megapixel CCD resolution, on-camera image cropping, and an on-camera Share button--at a very affordable price. 5.0-megapixel CCD captures enough detail for photo-quality 13 x 17-inch prints 1.5-inch LCD display Continuous QVGA video Auto scene mode and three color modes; in-camera cropping Powered by AA size batteries; stores images on SD memory cards (includes 16 MB internal memory) kodak, eayshare, c530, 5MP, digital, camera Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features 199.99 1'),(47,3,'A630 Silver 8 Enabled Canon Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom A630 4.3 x 2.6 x 1.9 inches Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes. The PowerShot A630 packs a vast array of advanced features into a remarkably compact space 8-megapixel CCD captures enough detail for photo-quality 16 x 22-inch prints 4x optical zoom; 2.5-inch vari-angle LCD display ISO range up to ISO 800 for less blur in low light while hand-holding 3:2 guide masks LCD to display 4 x 6-inch print size; 16:9 format option for still images Stores images on SD cards; powered by 4 AA-size batteries canon, powershot, A630, digital, camera, optical, zoom Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes. 329.99 1'),(45,3,'QC-2185 Silver 5 Enabled Argus Argus QC-2185 Quick Click 5MP Digital Camera QC-2185 2.75 inches x 1.5 inches The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet. The Argus QC-2185 features a clear and bright 1.1-inch CSTN (color super-twist nematic) LCD display that makes it easy to frame the perfect picture. Thanks to its USB 1.1 connection compatibility, this digital camera lets you quickly download pictures to your Mac or PC, and can also function as a handy web camera. The QC-2185 includes eight megabytes of internal SDRAM memory, with the ability to expand camera memory via a built-in SD (secure digital) storage card slot for easy storage and transfer of your pictures. This unit also includes a built-in auto flash with a three to seven foot range, and comes with ArcSoft PhotoImpression\'s photo editing software which makes it easy for you to edit, crop, adjust and improve all your best pictures to make them even better. Argus, QC-2185, digital, camera, 2MP The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet. 37.49 1'),(46,3,'750 Silver 7 Enabled Olympus Olympus Stylus 750 7.1MP Digital Camera 750 3.8 x 2.1 x 1 inches Olympus continues to innovate with the launch of the Stylus 750 digital camera, a technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom that tucks away into a streamlined metal, all-weather body design. The camera is distinguished by a number of premium features, including: * An advanced combination of the mechanical CCD-shift Image Stabilization and Digital Image Stabilization work together to ensure the clearest pictures possible in any situation; * A 5x optical zoom lens with a newly developed lens element to maintain a small compact size; * A 2.5-inch LCD and Bright Capture Technology dramatically improve composition, capture and review of images in low-light situations; * Olympus\' exclusive TruePic Turbo Image Processing engine is coupled with a 7.1-megapixel image sensor to produce crisp, high-quality p 7.1-megapixel CCD captures enough detail for photo-quality 15 x 20-inch prints 5x image-stabilized optical zoom; 2.5-inch LCD display Compact, all-weather body measures 3.8 x 2.1 x 0.96 inches Bright Capture technology; 27 selectable shooting modes; built-in Help guide Stores images on xD Picture Cards; powered by Li-Ion battery (battery and charger included) Olympus, stylus, 750, 7MP, digital, camera, zoom A technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom. 161.94 1'),(83,2,'cn Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Enabled Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Sandal Blue Blue Blue Blue Blue Blue Blue Blue Blue Blue Blue CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN CLogs CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I B000JI2N0I cn, clogs, outdoor, shoes, sandals, comfortable CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Made of EVA foam Heel strap keeps shoe on foot Non-marking, slip-resistant outsole Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 15.99 Womens Womens Womens Womens Womens Mens Mens Mens Mens Mens 3 4 5 6 7 8 9 10 11 12 1'),(51,2,'1111 Red Living Room Enabled Ottoman magotto Italy Microfiber The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Ottoman With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. 299.99 1'),(52,2,'1112 Red Living Room Enabled Chair 1112 Italy Microfiber This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Chair Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. 129.99 1'),(53,2,'1113 Red Living Room Enabled Couch 1113 Italy Microfiber Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Couch For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! 599.99 1'),(54,2,'1114 Red Red Red Red Living Room Living Room Living Room Living Room Enabled Enabled Enabled Enabled Magento Red Furniture Set Ottoman Chair Couch RFS magotto 1112 1113 Italy Italy Italy Italy Microfiber Microfiber Microfiber Microfiber The perfect furniture set for the living room! Love red? You\'ll love these pieces of handmade modern furniture! The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Magento, Red, Furniture, Set, ottoman, couch, chair Ottoman Chair Couch Love red? You\'ll love these pieces of handmade modern furniture! With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! 699.99 299.99 129.99 599.99 1'),(48,2,'C530 Silver 5 Enabled Kodak Kodak EasyShare C530 5MP Digital Camera C530 4 x 6 x 9 inches Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features--such as 5.0-megapixel CCD resolution, on-camera image cropping, and an on-camera Share button--at a very affordable price. 5.0-megapixel CCD captures enough detail for photo-quality 13 x 17-inch prints 1.5-inch LCD display Continuous QVGA video Auto scene mode and three color modes; in-camera cropping Powered by AA size batteries; stores images on SD memory cards (includes 16 MB internal memory) kodak, eayshare, c530, 5MP, digital, camera Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features 199.99 1'),(47,2,'A630 Silver 8 Enabled Canon Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom A630 4.3 x 2.6 x 1.9 inches Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes. The PowerShot A630 packs a vast array of advanced features into a remarkably compact space 8-megapixel CCD captures enough detail for photo-quality 16 x 22-inch prints 4x optical zoom; 2.5-inch vari-angle LCD display ISO range up to ISO 800 for less blur in low light while hand-holding 3:2 guide masks LCD to display 4 x 6-inch print size; 16:9 format option for still images Stores images on SD cards; powered by 4 AA-size batteries canon, powershot, A630, digital, camera, optical, zoom Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes. 329.99 1'),(45,2,'QC-2185 Silver 5 Enabled Argus Argus QC-2185 Quick Click 5MP Digital Camera QC-2185 2.75 inches x 1.5 inches The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet. The Argus QC-2185 features a clear and bright 1.1-inch CSTN (color super-twist nematic) LCD display that makes it easy to frame the perfect picture. Thanks to its USB 1.1 connection compatibility, this digital camera lets you quickly download pictures to your Mac or PC, and can also function as a handy web camera. The QC-2185 includes eight megabytes of internal SDRAM memory, with the ability to expand camera memory via a built-in SD (secure digital) storage card slot for easy storage and transfer of your pictures. This unit also includes a built-in auto flash with a three to seven foot range, and comes with ArcSoft PhotoImpression\'s photo editing software which makes it easy for you to edit, crop, adjust and improve all your best pictures to make them even better. Argus, QC-2185, digital, camera, 2MP The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet. 37.49 1'),(46,2,'750 Silver 7 Enabled Olympus Olympus Stylus 750 7.1MP Digital Camera 750 3.8 x 2.1 x 1 inches Olympus continues to innovate with the launch of the Stylus 750 digital camera, a technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom that tucks away into a streamlined metal, all-weather body design. The camera is distinguished by a number of premium features, including: * An advanced combination of the mechanical CCD-shift Image Stabilization and Digital Image Stabilization work together to ensure the clearest pictures possible in any situation; * A 5x optical zoom lens with a newly developed lens element to maintain a small compact size; * A 2.5-inch LCD and Bright Capture Technology dramatically improve composition, capture and review of images in low-light situations; * Olympus\' exclusive TruePic Turbo Image Processing engine is coupled with a 7.1-megapixel image sensor to produce crisp, high-quality p 7.1-megapixel CCD captures enough detail for photo-quality 15 x 20-inch prints 5x image-stabilized optical zoom; 2.5-inch LCD display Compact, all-weather body measures 3.8 x 2.1 x 0.96 inches Bright Capture technology; 27 selectable shooting modes; built-in Help guide Stores images on xD Picture Cards; powered by Li-Ion battery (battery and charger included) Olympus, stylus, 750, 7MP, digital, camera, zoom A technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom. 161.94 1'),(47,4,'A630 Silver 8 Enabled Canon Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom A630 4.3 x 2.6 x 1.9 inches Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes. The PowerShot A630 packs a vast array of advanced features into a remarkably compact space 8-megapixel CCD captures enough detail for photo-quality 16 x 22-inch prints 4x optical zoom; 2.5-inch vari-angle LCD display ISO range up to ISO 800 for less blur in low light while hand-holding 3:2 guide masks LCD to display 4 x 6-inch print size; 16:9 format option for still images Stores images on SD cards; powered by 4 AA-size batteries canon, powershot, A630, digital, camera, optical, zoom Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes. 329.99 1'),(46,4,'750 Silver 7 Enabled Olympus Olympus Stylus 750 7.1MP Digital Camera 750 3.8 x 2.1 x 1 inches Olympus continues to innovate with the launch of the Stylus 750 digital camera, a technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom that tucks away into a streamlined metal, all-weather body design. The camera is distinguished by a number of premium features, including: * An advanced combination of the mechanical CCD-shift Image Stabilization and Digital Image Stabilization work together to ensure the clearest pictures possible in any situation; * A 5x optical zoom lens with a newly developed lens element to maintain a small compact size; * A 2.5-inch LCD and Bright Capture Technology dramatically improve composition, capture and review of images in low-light situations; * Olympus\' exclusive TruePic Turbo Image Processing engine is coupled with a 7.1-megapixel image sensor to produce crisp, high-quality p 7.1-megapixel CCD captures enough detail for photo-quality 15 x 20-inch prints 5x image-stabilized optical zoom; 2.5-inch LCD display Compact, all-weather body measures 3.8 x 2.1 x 0.96 inches Bright Capture technology; 27 selectable shooting modes; built-in Help guide Stores images on xD Picture Cards; powered by Li-Ion battery (battery and charger included) Olympus, stylus, 750, 7MP, digital, camera, zoom A technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom. 161.94 1'),(45,4,'QC-2185 Silver 5 Enabled Argus Argus QC-2185 Quick Click 5MP Digital Camera QC-2185 2.75 inches x 1.5 inches The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet. The Argus QC-2185 features a clear and bright 1.1-inch CSTN (color super-twist nematic) LCD display that makes it easy to frame the perfect picture. Thanks to its USB 1.1 connection compatibility, this digital camera lets you quickly download pictures to your Mac or PC, and can also function as a handy web camera. The QC-2185 includes eight megabytes of internal SDRAM memory, with the ability to expand camera memory via a built-in SD (secure digital) storage card slot for easy storage and transfer of your pictures. This unit also includes a built-in auto flash with a three to seven foot range, and comes with ArcSoft PhotoImpression\'s photo editing software which makes it easy for you to edit, crop, adjust and improve all your best pictures to make them even better. Argus, QC-2185, digital, camera, 2MP The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet. 37.49 1'),(44,4,'Rebel XT Black 8 Enabled Canon Canon Digital Rebel XT 8MP Digital SLR Camera 8.0-megapixel CMOS sensor captures enough detail for photo-quality 16 x 22-inch prints Includes Canon\'s EF-S 18-55mm, f3.5-5.6 zoom lens DIGIC II Image Processor provides fast, accurate image processing; captures images at a rate of up to 3 frames per second Fast start-up time--.2 seconds Powered by rechargeable Lithium-ion battery (included, with charger) canon, slr, camera, 8, digital Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Rebel XT 5 x 3.7 x 2.5 inches The Canon EOS Digital Rebel camera now has a new, faster, even smaller big brother. Sibling rivalries aside, the 8.0-megapixel Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Even with its advancements in ergonomic design and technology, this easy-to-use EOS digital camera is compatible with all of Canon\'s EF lenses, including the EF-S lenses. 550 1'),(42,4,'bar1234 Brown Bedroom Enabled Barcelona Bamboo Platform Bed bar1234 62\"W x 84\"L x 8\"H Thailand Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details. Bamboo Entirely handcrafted of solid Bamboo. Designed for use with a mattress alone, it includes a sturdy, padded wood platform for comfort and proper mattress support. bamboo, barcelona, platform, bed 2299 1'),(39,4,'4fasd5f5 Green Enabled Mens Medium The Get Up Kids: Band Camp Pullover Hoodie The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. Sizing info is available here. The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. 30 1'),(41,4,'384822 Brown Bedroom Enabled Akio Dresser 384822 21\"W x 44\"L x 35.5\"H Thailand Asian Beechwood Features include inset panel sides and for spacious drawers and two wicker baskets. 41\"Wx18\"Dx36\"H. Hardwood, drawers, wicker, asian, beechwood Our Akio dresser has a solid hardwood frame. 399.99 1'),(28,4,'M285-E Black Enabled Toshiba Toshiba M285-E 14\" M285-E 17 x 7 x 13 inches 1.66 GHz Intel Core Duo T2300E processor 1 GB RAM 60 GB hard drive 14-inch screen Easily mobile at just 6 pounds, the Toshiba Satellite A135-S4527 makes it easy to get your work done with a large, bright 15.4-inch widescreen LCD. The XGA-resolution screen (1280 x 800) permits side-by-side viewing of documents for increased productivity. It\'s also great for using as a media center, with Toshiba\'s unique Express Media Player enabling you to bypass the system and access CDs and DVDs with a touch of button. This affordable notebook PC is powered by Intel\'s 1.73 GHz Core Duo T2080 processor, which provides an optimized, multithreaded architecture for improved gaming and multitasking performance and efficient power consumption. It also offers a 120 GB hard drive, 1 GB of installed RAM (2 GB maximum), dual-layer/multi-format DVD drive that also burns CDs, integrated 54g wireless connectivity, and Intel GMA 950 video card with up to 256 MB of shared video RAM. Processor: The Intel Core Duo T2080 processor is built with the Mobile Intel 945PM Express chipset, and it has a 1.73 GHz processor speed, fast 533 MHz front-side bus (FSB), and 1 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) Toshiba, notebook, laptop, intel, Get the competitive edge with the Gateway M285-E. This widescreen Convertible Notebook functions as both a conventional notebook and a tablet. 1599.99 1'),(27,4,'VGN-TXN27N/B Black Enabled Sony Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC. 2699.99 1'),(42,1,'bar1234 Brown Bedroom Enabled Barcelona Bamboo Platform Bed bar1234 62\"W x 84\"L x 8\"H Thailand Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details. Bamboo Entirely handcrafted of solid Bamboo. Designed for use with a mattress alone, it includes a sturdy, padded wood platform for comfort and proper mattress support. bamboo, barcelona, platform, bed 2299 1'),(44,1,'Rebel XT Black 8 Enabled Canon Canon Digital Rebel XT 8MP Digital SLR Camera 8.0-megapixel CMOS sensor captures enough detail for photo-quality 16 x 22-inch prints Includes Canon\'s EF-S 18-55mm, f3.5-5.6 zoom lens DIGIC II Image Processor provides fast, accurate image processing; captures images at a rate of up to 3 frames per second Fast start-up time--.2 seconds Powered by rechargeable Lithium-ion battery (included, with charger) canon, slr, camera, 8, digital Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Rebel XT 5 x 3.7 x 2.5 inches The Canon EOS Digital Rebel camera now has a new, faster, even smaller big brother. Sibling rivalries aside, the 8.0-megapixel Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Even with its advancements in ergonomic design and technology, this easy-to-use EOS digital camera is compatible with all of Canon\'s EF lenses, including the EF-S lenses. 550 1'),(39,1,'4fasd5f5 Green Enabled Mens Medium The Get Up Kids: Band Camp Pullover Hoodie The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. Sizing info is available here. The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. 30 1'),(41,1,'384822 Brown Bedroom Enabled Akio Dresser 384822 21\"W x 44\"L x 35.5\"H Thailand Asian Beechwood Features include inset panel sides and for spacious drawers and two wicker baskets. 41\"Wx18\"Dx36\"H. Hardwood, drawers, wicker, asian, beechwood Our Akio dresser has a solid hardwood frame. 399.99 1'),(28,1,'M285-E Black Enabled Toshiba Toshiba M285-E 14\" M285-E 17 x 7 x 13 inches 1.66 GHz Intel Core Duo T2300E processor 1 GB RAM 60 GB hard drive 14-inch screen Easily mobile at just 6 pounds, the Toshiba Satellite A135-S4527 makes it easy to get your work done with a large, bright 15.4-inch widescreen LCD. The XGA-resolution screen (1280 x 800) permits side-by-side viewing of documents for increased productivity. It\'s also great for using as a media center, with Toshiba\'s unique Express Media Player enabling you to bypass the system and access CDs and DVDs with a touch of button. This affordable notebook PC is powered by Intel\'s 1.73 GHz Core Duo T2080 processor, which provides an optimized, multithreaded architecture for improved gaming and multitasking performance and efficient power consumption. It also offers a 120 GB hard drive, 1 GB of installed RAM (2 GB maximum), dual-layer/multi-format DVD drive that also burns CDs, integrated 54g wireless connectivity, and Intel GMA 950 video card with up to 256 MB of shared video RAM. Processor: The Intel Core Duo T2080 processor is built with the Mobile Intel 945PM Express chipset, and it has a 1.73 GHz processor speed, fast 533 MHz front-side bus (FSB), and 1 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) Toshiba, notebook, laptop, intel, Get the competitive edge with the Gateway M285-E. This widescreen Convertible Notebook functions as both a conventional notebook and a tablet. 1599.99 1'),(42,3,'bar1234 Brown Bedroom Enabled Barcelona Bamboo Platform Bed bar1234 62\"W x 84\"L x 8\"H Thailand Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details. Bamboo Entirely handcrafted of solid Bamboo. Designed for use with a mattress alone, it includes a sturdy, padded wood platform for comfort and proper mattress support. bamboo, barcelona, platform, bed 2299 1'),(44,3,'Rebel XT Black 8 Enabled Canon Canon Digital Rebel XT 8MP Digital SLR Camera 8.0-megapixel CMOS sensor captures enough detail for photo-quality 16 x 22-inch prints Includes Canon\'s EF-S 18-55mm, f3.5-5.6 zoom lens DIGIC II Image Processor provides fast, accurate image processing; captures images at a rate of up to 3 frames per second Fast start-up time--.2 seconds Powered by rechargeable Lithium-ion battery (included, with charger) canon, slr, camera, 8, digital Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Rebel XT 5 x 3.7 x 2.5 inches The Canon EOS Digital Rebel camera now has a new, faster, even smaller big brother. Sibling rivalries aside, the 8.0-megapixel Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Even with its advancements in ergonomic design and technology, this easy-to-use EOS digital camera is compatible with all of Canon\'s EF lenses, including the EF-S lenses. 550 1'),(39,3,'4fasd5f5 Green Enabled Mens Medium The Get Up Kids: Band Camp Pullover Hoodie The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. Sizing info is available here. The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. 30 1'),(41,3,'384822 Brown Bedroom Enabled Akio Dresser 384822 21\"W x 44\"L x 35.5\"H Thailand Asian Beechwood Features include inset panel sides and for spacious drawers and two wicker baskets. 41\"Wx18\"Dx36\"H. Hardwood, drawers, wicker, asian, beechwood Our Akio dresser has a solid hardwood frame. 399.99 1'),(28,3,'M285-E Black Enabled Toshiba Toshiba M285-E 14\" M285-E 17 x 7 x 13 inches 1.66 GHz Intel Core Duo T2300E processor 1 GB RAM 60 GB hard drive 14-inch screen Easily mobile at just 6 pounds, the Toshiba Satellite A135-S4527 makes it easy to get your work done with a large, bright 15.4-inch widescreen LCD. The XGA-resolution screen (1280 x 800) permits side-by-side viewing of documents for increased productivity. It\'s also great for using as a media center, with Toshiba\'s unique Express Media Player enabling you to bypass the system and access CDs and DVDs with a touch of button. This affordable notebook PC is powered by Intel\'s 1.73 GHz Core Duo T2080 processor, which provides an optimized, multithreaded architecture for improved gaming and multitasking performance and efficient power consumption. It also offers a 120 GB hard drive, 1 GB of installed RAM (2 GB maximum), dual-layer/multi-format DVD drive that also burns CDs, integrated 54g wireless connectivity, and Intel GMA 950 video card with up to 256 MB of shared video RAM. Processor: The Intel Core Duo T2080 processor is built with the Mobile Intel 945PM Express chipset, and it has a 1.73 GHz processor speed, fast 533 MHz front-side bus (FSB), and 1 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) Toshiba, notebook, laptop, intel, Get the competitive edge with the Gateway M285-E. This widescreen Convertible Notebook functions as both a conventional notebook and a tablet. 1599.99 1'),(42,2,'bar1234 Brown Bedroom Enabled Barcelona Bamboo Platform Bed bar1234 62\"W x 84\"L x 8\"H Thailand Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details. Bamboo Entirely handcrafted of solid Bamboo. Designed for use with a mattress alone, it includes a sturdy, padded wood platform for comfort and proper mattress support. bamboo, barcelona, platform, bed 2299 1'),(44,2,'Rebel XT Black 8 Enabled Canon Canon Digital Rebel XT 8MP Digital SLR Camera 8.0-megapixel CMOS sensor captures enough detail for photo-quality 16 x 22-inch prints Includes Canon\'s EF-S 18-55mm, f3.5-5.6 zoom lens DIGIC II Image Processor provides fast, accurate image processing; captures images at a rate of up to 3 frames per second Fast start-up time--.2 seconds Powered by rechargeable Lithium-ion battery (included, with charger) canon, slr, camera, 8, digital Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Rebel XT 5 x 3.7 x 2.5 inches The Canon EOS Digital Rebel camera now has a new, faster, even smaller big brother. Sibling rivalries aside, the 8.0-megapixel Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Even with its advancements in ergonomic design and technology, this easy-to-use EOS digital camera is compatible with all of Canon\'s EF lenses, including the EF-S lenses. 550 1'),(39,2,'4fasd5f5 Green Enabled Mens Medium The Get Up Kids: Band Camp Pullover Hoodie The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. Sizing info is available here. The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. 30 1'),(41,2,'384822 Brown Bedroom Enabled Akio Dresser 384822 21\"W x 44\"L x 35.5\"H Thailand Asian Beechwood Features include inset panel sides and for spacious drawers and two wicker baskets. 41\"Wx18\"Dx36\"H. Hardwood, drawers, wicker, asian, beechwood Our Akio dresser has a solid hardwood frame. 399.99 1'),(28,2,'M285-E Black Enabled Toshiba Toshiba M285-E 14\" M285-E 17 x 7 x 13 inches 1.66 GHz Intel Core Duo T2300E processor 1 GB RAM 60 GB hard drive 14-inch screen Easily mobile at just 6 pounds, the Toshiba Satellite A135-S4527 makes it easy to get your work done with a large, bright 15.4-inch widescreen LCD. The XGA-resolution screen (1280 x 800) permits side-by-side viewing of documents for increased productivity. It\'s also great for using as a media center, with Toshiba\'s unique Express Media Player enabling you to bypass the system and access CDs and DVDs with a touch of button. This affordable notebook PC is powered by Intel\'s 1.73 GHz Core Duo T2080 processor, which provides an optimized, multithreaded architecture for improved gaming and multitasking performance and efficient power consumption. It also offers a 120 GB hard drive, 1 GB of installed RAM (2 GB maximum), dual-layer/multi-format DVD drive that also burns CDs, integrated 54g wireless connectivity, and Intel GMA 950 video card with up to 256 MB of shared video RAM. Processor: The Intel Core Duo T2080 processor is built with the Mobile Intel 945PM Express chipset, and it has a 1.73 GHz processor speed, fast 533 MHz front-side bus (FSB), and 1 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) Toshiba, notebook, laptop, intel, Get the competitive edge with the Gateway M285-E. This widescreen Convertible Notebook functions as both a conventional notebook and a tablet. 1599.99 1'),(26,4,'LX.FR206.001 Black Enabled Acer Acer Ferrari 3200 Notebook Computer PC LX.FR206.001 Mobile AMD Athlon 64 2800+ 512MB of PC2700 DDR333 SDRAM 80 gig Western Digital 15-inch, 200-nit, high-brightness TFT LCD screen Acer has flawlessly designed the Ferrari 3200, instilling it with exceptional performance, brilliant graphics, and lightning-fast connectivity. This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success. Mobile AMD Athlon 64 2800+ 1MB L2 Cache 512MB of PC2700 DDR333 SDRAM 2 RAM Slots (0 open - upgrading requires chip removal) RAM is upgradeable to 2GB Acer Ferrari 3200 Notebook Computer PC This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success 1799.99 1'),(25,4,'MA464LL/A Silver Enabled Apple Apple MacBook Pro MA464LL/A 15.4\" Notebook PC MA464LL/A 19.5 x 7.6 x 19.5 inches 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300) 100 GB 5400 rpm Serial ATA hard drive 15.4-inch TFT widescreen display with 1440 x 900 resolution This, combined with myriad other engineering leaps, boosts performance up to four times higher than the PowerBook G4. With this awesome power, it\'s a breeze to render complex 3D models, enjoy smooth playback of HD video, or host a four-way video conference.Intel Core Duo is the first chip built using Intel\'s groundbreaking 65-nanometer process - resulting in transistors so small, you could fit a hundred inside a single human cell. With smaller distances for electrons to travel, and two processors designed to share resources and conserve power, Intel Core Duo achieves higher levels of performance as it uses fewer watts. Which is what makes it possible to design a super-powerful MacBook Pro that\'s only one inch thin.When Mac technology makes something easy, it\'s hardly news. So here\'s more non-news for MacBook Pro owners: software just works. If you see the Universal logo on a new application, that means it will run on Intel- and PowerPC-based Mac computers. For most existing applications, you simply do what you\'ve always done: double-click them. Thanks to the Rosetta technology in Mac OS X, they look and feel just like they did before. 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300); 100 GB 5400 rpm Serial ATA hard drive; slot-load SuperDrive (DVD±RW/CD-RW) One FireWire 400, two USB 2.0 ports, and ExpressCard/34 slot; no FireWire 800 slots Built-in 10/100/1000BASE-T (Gigabit); built-in 54 Mbps AirPort Extreme (802.11g); built-in Bluetooth 2.0+EDR 15.4-inch TFT widescreen display with 1440 x 900 resolution Apple MacBook Pro MA464LL/A 15.4\" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive) You\'ve seen improvements in notebook performance before - but never on this scale. The Intel Core Duo powering MacBook Pro is actually two processors built into a single chip. 2299.99 1'),(20,4,'MM-A900M Silver Enabled Samsung Samsung MM-A900M Ace MM-A900M 3.9 x 2 x 0.6 inches New services supported by both the MM-A900m include the newly announced Sprint Music StoreSM, which allows users to immediately buy and download complete songs directly to their phone; 30 channels of live and on demand video and audio from Sprint TVSM and On Demand, a personalized resource guide to news, traffic, weather, sports and entertainment. The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. Features like external music-navigation keys make these phones both functional and attractive. These handsets are sure to be at the top of many wish lists. Bluetooth Wireless Technology: Built-in radio technology allows fast, secure transmission between your phone and accessories without cables or wires. Bluetooth wireless accessories are sold separately. Mass Storage Area: Store pictures, videos, voice memos and music within the internal memory of the phone. Streaming Music Enabled: Stream music to your phone with Music Choice®. Select from Pop, Rock, Hip Hop, and R&B plus exclusive video clips, performances, and artist interviews. Samsung, MM-A900M, cell, phone The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. 150 1'),(27,1,'VGN-TXN27N/B Black Enabled Sony Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC. 2699.99 1'),(27,3,'VGN-TXN27N/B Black Enabled Sony Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC. 2699.99 1'),(27,2,'VGN-TXN27N/B Black Enabled Sony Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC. 2699.99 1'),(25,1,'MA464LL/A Silver Enabled Apple Apple MacBook Pro MA464LL/A 15.4\" Notebook PC MA464LL/A 19.5 x 7.6 x 19.5 inches 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300) 100 GB 5400 rpm Serial ATA hard drive 15.4-inch TFT widescreen display with 1440 x 900 resolution This, combined with myriad other engineering leaps, boosts performance up to four times higher than the PowerBook G4. With this awesome power, it\'s a breeze to render complex 3D models, enjoy smooth playback of HD video, or host a four-way video conference.Intel Core Duo is the first chip built using Intel\'s groundbreaking 65-nanometer process - resulting in transistors so small, you could fit a hundred inside a single human cell. With smaller distances for electrons to travel, and two processors designed to share resources and conserve power, Intel Core Duo achieves higher levels of performance as it uses fewer watts. Which is what makes it possible to design a super-powerful MacBook Pro that\'s only one inch thin.When Mac technology makes something easy, it\'s hardly news. So here\'s more non-news for MacBook Pro owners: software just works. If you see the Universal logo on a new application, that means it will run on Intel- and PowerPC-based Mac computers. For most existing applications, you simply do what you\'ve always done: double-click them. Thanks to the Rosetta technology in Mac OS X, they look and feel just like they did before. 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300); 100 GB 5400 rpm Serial ATA hard drive; slot-load SuperDrive (DVD±RW/CD-RW) One FireWire 400, two USB 2.0 ports, and ExpressCard/34 slot; no FireWire 800 slots Built-in 10/100/1000BASE-T (Gigabit); built-in 54 Mbps AirPort Extreme (802.11g); built-in Bluetooth 2.0+EDR 15.4-inch TFT widescreen display with 1440 x 900 resolution Apple MacBook Pro MA464LL/A 15.4\" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive) You\'ve seen improvements in notebook performance before - but never on this scale. The Intel Core Duo powering MacBook Pro is actually two processors built into a single chip. 2299.99 1'),(26,1,'LX.FR206.001 Black Enabled Acer Acer Ferrari 3200 Notebook Computer PC LX.FR206.001 Mobile AMD Athlon 64 2800+ 512MB of PC2700 DDR333 SDRAM 80 gig Western Digital 15-inch, 200-nit, high-brightness TFT LCD screen Acer has flawlessly designed the Ferrari 3200, instilling it with exceptional performance, brilliant graphics, and lightning-fast connectivity. This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success. Mobile AMD Athlon 64 2800+ 1MB L2 Cache 512MB of PC2700 DDR333 SDRAM 2 RAM Slots (0 open - upgrading requires chip removal) RAM is upgradeable to 2GB Acer Ferrari 3200 Notebook Computer PC This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success 1799.99 1'),(25,3,'MA464LL/A Silver Enabled Apple Apple MacBook Pro MA464LL/A 15.4\" Notebook PC MA464LL/A 19.5 x 7.6 x 19.5 inches 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300) 100 GB 5400 rpm Serial ATA hard drive 15.4-inch TFT widescreen display with 1440 x 900 resolution This, combined with myriad other engineering leaps, boosts performance up to four times higher than the PowerBook G4. With this awesome power, it\'s a breeze to render complex 3D models, enjoy smooth playback of HD video, or host a four-way video conference.Intel Core Duo is the first chip built using Intel\'s groundbreaking 65-nanometer process - resulting in transistors so small, you could fit a hundred inside a single human cell. With smaller distances for electrons to travel, and two processors designed to share resources and conserve power, Intel Core Duo achieves higher levels of performance as it uses fewer watts. Which is what makes it possible to design a super-powerful MacBook Pro that\'s only one inch thin.When Mac technology makes something easy, it\'s hardly news. So here\'s more non-news for MacBook Pro owners: software just works. If you see the Universal logo on a new application, that means it will run on Intel- and PowerPC-based Mac computers. For most existing applications, you simply do what you\'ve always done: double-click them. Thanks to the Rosetta technology in Mac OS X, they look and feel just like they did before. 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300); 100 GB 5400 rpm Serial ATA hard drive; slot-load SuperDrive (DVD±RW/CD-RW) One FireWire 400, two USB 2.0 ports, and ExpressCard/34 slot; no FireWire 800 slots Built-in 10/100/1000BASE-T (Gigabit); built-in 54 Mbps AirPort Extreme (802.11g); built-in Bluetooth 2.0+EDR 15.4-inch TFT widescreen display with 1440 x 900 resolution Apple MacBook Pro MA464LL/A 15.4\" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive) You\'ve seen improvements in notebook performance before - but never on this scale. The Intel Core Duo powering MacBook Pro is actually two processors built into a single chip. 2299.99 1'),(26,3,'LX.FR206.001 Black Enabled Acer Acer Ferrari 3200 Notebook Computer PC LX.FR206.001 Mobile AMD Athlon 64 2800+ 512MB of PC2700 DDR333 SDRAM 80 gig Western Digital 15-inch, 200-nit, high-brightness TFT LCD screen Acer has flawlessly designed the Ferrari 3200, instilling it with exceptional performance, brilliant graphics, and lightning-fast connectivity. This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success. Mobile AMD Athlon 64 2800+ 1MB L2 Cache 512MB of PC2700 DDR333 SDRAM 2 RAM Slots (0 open - upgrading requires chip removal) RAM is upgradeable to 2GB Acer Ferrari 3200 Notebook Computer PC This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success 1799.99 1'),(25,2,'MA464LL/A Silver Enabled Apple Apple MacBook Pro MA464LL/A 15.4\" Notebook PC MA464LL/A 19.5 x 7.6 x 19.5 inches 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300) 100 GB 5400 rpm Serial ATA hard drive 15.4-inch TFT widescreen display with 1440 x 900 resolution This, combined with myriad other engineering leaps, boosts performance up to four times higher than the PowerBook G4. With this awesome power, it\'s a breeze to render complex 3D models, enjoy smooth playback of HD video, or host a four-way video conference.Intel Core Duo is the first chip built using Intel\'s groundbreaking 65-nanometer process - resulting in transistors so small, you could fit a hundred inside a single human cell. With smaller distances for electrons to travel, and two processors designed to share resources and conserve power, Intel Core Duo achieves higher levels of performance as it uses fewer watts. Which is what makes it possible to design a super-powerful MacBook Pro that\'s only one inch thin.When Mac technology makes something easy, it\'s hardly news. So here\'s more non-news for MacBook Pro owners: software just works. If you see the Universal logo on a new application, that means it will run on Intel- and PowerPC-based Mac computers. For most existing applications, you simply do what you\'ve always done: double-click them. Thanks to the Rosetta technology in Mac OS X, they look and feel just like they did before. 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300); 100 GB 5400 rpm Serial ATA hard drive; slot-load SuperDrive (DVD±RW/CD-RW) One FireWire 400, two USB 2.0 ports, and ExpressCard/34 slot; no FireWire 800 slots Built-in 10/100/1000BASE-T (Gigabit); built-in 54 Mbps AirPort Extreme (802.11g); built-in Bluetooth 2.0+EDR 15.4-inch TFT widescreen display with 1440 x 900 resolution Apple MacBook Pro MA464LL/A 15.4\" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive) You\'ve seen improvements in notebook performance before - but never on this scale. The Intel Core Duo powering MacBook Pro is actually two processors built into a single chip. 2299.99 1'),(26,2,'LX.FR206.001 Black Enabled Acer Acer Ferrari 3200 Notebook Computer PC LX.FR206.001 Mobile AMD Athlon 64 2800+ 512MB of PC2700 DDR333 SDRAM 80 gig Western Digital 15-inch, 200-nit, high-brightness TFT LCD screen Acer has flawlessly designed the Ferrari 3200, instilling it with exceptional performance, brilliant graphics, and lightning-fast connectivity. This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success. Mobile AMD Athlon 64 2800+ 1MB L2 Cache 512MB of PC2700 DDR333 SDRAM 2 RAM Slots (0 open - upgrading requires chip removal) RAM is upgradeable to 2GB Acer Ferrari 3200 Notebook Computer PC This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success 1799.99 1'),(19,4,'8525PDA Silver Enabled At&t AT&T 8525 PDA 8525 PDA 4.4 x 2.4 x 0.9 inches The design of the 8525 is clean and uncluttered, with just a few buttons for mail, Internet Explorer, and contextual menus. Meanwhile, call answer and end buttons surround a five-way toggle that allows you to navigate and control the Windows Mobile interface. As mentioned, a full QWERTY keyboard cleverly slides out from underneath the screen. This allows you to hold the device horizontally, and the screen is automatically placed in landscape mode when you\'re using the keyboard. A side scroll wheel is conveniently tucked away on the side, making navigation when accessing the music player and other various applications a cinch when needed. A mini-SD memory expansion card slot is provided, as is an infrared port and support for a stereo Bluetooth headset. A mini-USB port is also included for wired data transfers and charging. tri-band UMTS/HSDPA; quad-band GSM/GPRS/EDGE for global use Windows Mobile 5.0 with Messaging & Security Feature Pack sliding QWERTY keyboard with improved keypad design and improved backlight for easier use in low light conditions 128MB ROM / 64MB RAM; ~51MB user available memory 2.0 mega-pixel camera with video capabilities At&t, 8525, cell, phone Under the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera. 199.99 1'),(20,1,'MM-A900M Silver Enabled Samsung Samsung MM-A900M Ace MM-A900M 3.9 x 2 x 0.6 inches New services supported by both the MM-A900m include the newly announced Sprint Music StoreSM, which allows users to immediately buy and download complete songs directly to their phone; 30 channels of live and on demand video and audio from Sprint TVSM and On Demand, a personalized resource guide to news, traffic, weather, sports and entertainment. The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. Features like external music-navigation keys make these phones both functional and attractive. These handsets are sure to be at the top of many wish lists. Bluetooth Wireless Technology: Built-in radio technology allows fast, secure transmission between your phone and accessories without cables or wires. Bluetooth wireless accessories are sold separately. Mass Storage Area: Store pictures, videos, voice memos and music within the internal memory of the phone. Streaming Music Enabled: Stream music to your phone with Music Choice®. Select from Pop, Rock, Hip Hop, and R&B plus exclusive video clips, performances, and artist interviews. Samsung, MM-A900M, cell, phone The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. 150 1'),(20,3,'MM-A900M Silver Enabled Samsung Samsung MM-A900M Ace MM-A900M 3.9 x 2 x 0.6 inches New services supported by both the MM-A900m include the newly announced Sprint Music StoreSM, which allows users to immediately buy and download complete songs directly to their phone; 30 channels of live and on demand video and audio from Sprint TVSM and On Demand, a personalized resource guide to news, traffic, weather, sports and entertainment. The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. Features like external music-navigation keys make these phones both functional and attractive. These handsets are sure to be at the top of many wish lists. Bluetooth Wireless Technology: Built-in radio technology allows fast, secure transmission between your phone and accessories without cables or wires. Bluetooth wireless accessories are sold separately. Mass Storage Area: Store pictures, videos, voice memos and music within the internal memory of the phone. Streaming Music Enabled: Stream music to your phone with Music Choice®. Select from Pop, Rock, Hip Hop, and R&B plus exclusive video clips, performances, and artist interviews. Samsung, MM-A900M, cell, phone The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. 150 1'),(20,2,'MM-A900M Silver Enabled Samsung Samsung MM-A900M Ace MM-A900M 3.9 x 2 x 0.6 inches New services supported by both the MM-A900m include the newly announced Sprint Music StoreSM, which allows users to immediately buy and download complete songs directly to their phone; 30 channels of live and on demand video and audio from Sprint TVSM and On Demand, a personalized resource guide to news, traffic, weather, sports and entertainment. The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. Features like external music-navigation keys make these phones both functional and attractive. These handsets are sure to be at the top of many wish lists. Bluetooth Wireless Technology: Built-in radio technology allows fast, secure transmission between your phone and accessories without cables or wires. Bluetooth wireless accessories are sold separately. Mass Storage Area: Store pictures, videos, voice memos and music within the internal memory of the phone. Streaming Music Enabled: Stream music to your phone with Music Choice®. Select from Pop, Rock, Hip Hop, and R&B plus exclusive video clips, performances, and artist interviews. Samsung, MM-A900M, cell, phone The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. 150 1'),(18,4,'sw810i Black Enabled Sony Sony Ericsson W810i W810i 3.5 x 1.8 x 1 inches The W810i\'s screen sports 176 x 220 pixel resolution with support for 262,000 colors. Quick access buttons below the screen make it easy to control the phone\'s Walkman music features, while a five-way center button controls most of the phone\'s menus and features. Disc2Phone™ music copying software is supplied in the W810 kit and it’s easy to copy songs from your favorite CDs, and PC music folders The built-in W810 2 megapixel digital camera with autofus takes excellent photos and when you need to catch some action, W810 has video too Sharing images and other phone content is easy. Use Bluetooth™, or Multimedia messaging when you want to send images and video Wherever you are, you have high speed access to the internet with EDGE technology A full-function email client in your W810 gives you access to your inbox wherever you go Sony, Ericsson ,W810i, cell, phone The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here. 399.99 1'),(173,5,'esb_1 Enabled Exotic Silk Blouse This sexy silk blouse is perfect for any occasion. This sexy silk blouse is perfect for any occasion.'),(174,5,'gc_physvirt1 Enabled Physical and Virtual Gift Card Physical and Virtual Gift Card with no message Physical and Virtual Gift Card with no message'),(175,5,'gc_physical3 Enabled $200 Gift Card $200 Physical Gift Card $200 Physical Gift Card'),(167,5,'gc_physical1 Enabled $100 Physical Gift Card Physical Gift Card with fixed amount. Physical Gift Card with fixed amount.'),(168,5,'gc_virtual1 Enabled Virtual Gift Card No more returned Christmas gifts, and no more clueless stare from your loved ones. Give the gift they want with this Magento Virtual Gift Card! No time to wait for delivery? Send a gift card straight to the inbox of your loved one! Virtual Gift Card with fixed and open amounts.'),(169,5,'gc_physical2 Enabled \'For You\' Physical Gift Card Physical Gift Card with open amount Physical Gift Card with open amount'),(166,5,'HTC Touch Diamond Enabled Black HTC HTC Touch Diamond HTC Touch Diamond Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. 102 mm (L) X 51 mm (W) X 11.35 mm (T)'),(165,5,'mycomputer Enabled My Computer test description test description Enabled Apple 30\" Flat-Panel TFT-LCD Cinema HD Monitor 30\" * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. Enabled LG 19\" Widescreen Flat-Panel LCD Monitor 19\" 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles Enabled LG 24\" Widescreen Flat-Panel LCD Monitor 24\" With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs Enabled Samsung 22\" Syncmaster LCD Monitor 22\" The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Western Digital Western Digital 500GB HD - 7200RPM 500 GB 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm Enabled Seagate Seagate 250GB HD - 5400RPM 5400 rpm 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Black Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing.'),(164,5,'computer_fixed Enabled Gaming Computer Make a computer Make a computer Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm Enabled Logitech Logitech diNovo Edge Keyboard PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Enabled Logitech Brown Logitech Cordless Optical Trackman Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. Enabled Microsoft Black Microsoft Wireless Optical Mouse 5000 Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Enabled Microsoft Microsoft Natural Ergonomic Keyboard 4000 The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.'),(159,5,'microsoftnatural Enabled Microsoft Microsoft Natural Ergonomic Keyboard 4000 The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard.'),(160,5,'logitechcord Enabled Logitech Brown Logitech Cordless Optical Trackman Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter.'),(161,5,'logidinovo Enabled Logitech Logitech diNovo Edge Keyboard PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered.'),(162,5,'micronmouse5000 Enabled Microsoft Black Microsoft Wireless Optical Mouse 5000 Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse.'),(163,5,'computer Enabled Computer Make a computer Make a computer Enabled One Year Extended Warranty - Parts and Labor 1 Year Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor Enabled Apple 30\" Flat-Panel TFT-LCD Cinema HD Monitor 30\" * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. Enabled LG 19\" Widescreen Flat-Panel LCD Monitor 19\" 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles Enabled LG 24\" Widescreen Flat-Panel LCD Monitor 24\" With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs Enabled Samsung 22\" Syncmaster LCD Monitor 22\" The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Enabled Microsoft Black Microsoft Wireless Optical Mouse 5000 Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Enabled Microsoft Microsoft Natural Ergonomic Keyboard 4000 The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. Enabled Logitech Logitech diNovo Edge Keyboard PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Enabled Logitech Brown Logitech Cordless Optical Trackman Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm Enabled Seagate Seagate 250GB HD - 5400RPM 5400 rpm 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Western Digital Western Digital 500GB HD - 7200RPM 500 GB 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Enabled Black Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.'),(153,5,'intelcore2extreme Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing.'),(154,5,'500gb5400 Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm'),(155,5,'250gb5400 Enabled Seagate Seagate 250GB HD - 5400RPM 5400 rpm 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(156,5,'W1952TQ-TF Enabled LG 19\" Widescreen Flat-Panel LCD Monitor 19\" 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles'),(157,5,'M9179LL Enabled Apple 30\" Flat-Panel TFT-LCD Cinema HD Monitor 30\" * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency.'),(158,5,'VGN-TXN27N/BW Enabled Sony VAIO 11.1\" Notebook PC Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Enabled Three Year Extended Warranty - Parts and Labor 3 Year Warranty - Parts and Labor 3 Year Extended Warranty - Parts and Labor 3 Year Extended Warranty - Parts and Labor Enabled One Year Extended Warranty - Parts and Labor 1 Year Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor Enabled Two Year Extended Warranty - Parts and Labor 2 Year Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor Black Enabled Sony Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC.'),(145,5,'amdphenom Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor.'),(147,5,'226bw Enabled Samsung 22\" Syncmaster LCD Monitor 22\" The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready.'),(148,5,'amda64 Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor'),(149,5,'1tb7200 Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(150,5,'500gb7200 Enabled Western Digital Western Digital 500GB HD - 7200RPM 500 GB 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(151,5,'intelc2d Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward.'),(152,5,'W2452T-TF Enabled LG 24\" Widescreen Flat-Panel LCD Monitor 24\" With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs'),(139,5,'nzxtlexa Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.'),(140,5,'2gbdimm Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality.'),(141,5,'1gbdimm Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality.'),(143,5,'512dimm Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality.'),(138,5,'apevia-black Enabled Black Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market.'),(134,5,'ac-66332 Enabled Universal Camera Charger Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator. Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator.'),(135,5,'ana Brown Womens Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG! womens, sandal, leather, anashria, Buckle embellished contrasting straps adorn both the heel and canvas covered wedge of this t-strap sandal to make it a truly unique addition to your wardrobe Smooth kidskin upper in a dress platform wedge t-strap sandal style, with a round open toe, front and ankle adjustable buckles and tonal stitching accents. Ankle buckle features elastic panel. Smooth faux leather lining, cushioning faux leather and fabric topped insole. 1 inch matching leather and fabric wrapped midsole. Womens Style Genuine Top Grain Premier Leather Rich Color Tones Straps lined with 2000 lb test nylon Guaranteed for the Life of the Sole - Non-slip sole Womens Brown 9 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Brown 3 Enabled Sandal Womens Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Brown 4 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Enabled Sandal Brown 5 Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Brown 6 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Brown 7 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Brown 8 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(133,5,'ac9003 Enabled Universal Camera Case A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time. A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time.'),(132,5,'ac674 Enabled SLR Camera Tripod Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers. Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers.'),(120,5,'ink Enabled Womens White Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Ink Eater, Krylon, Bombear , Destroyed, Tee, t shirt Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! White Enabled Womens Small Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! Ink Eater: Krylon Bombear Destroyed Tee We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! White Enabled Medium Womens Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! Ink Eater: Krylon Bombear Destroyed Tee We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! Womens Large White Enabled Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! Ink Eater: Krylon Bombear Destroyed Tee We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!'),(123,5,'oc Enabled Mens White The Only Children: Paisley T-Shirt paisley The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirt. 6.1 oz. 100% preshrunk heavyweight cotton Double-needle sleeves and bottom hem White Enabled Mens Small The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirst. The Only Children: Paisley T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem The Only Children: Paisley T-Shirt Enabled Mens Medium White The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirst. White Enabled Mens Large The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirst.'),(126,5,'zol Enabled Mens Zolof The Rock And Roll Destroyer: LOL Cat T-shirt zolof Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Red Enabled Mens Small Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Enabled Mens Small Green Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Printed on American Apparel Classic style 5495 California t-shirts. Red Enabled Mens Medium Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Enabled Mens Medium Green Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Red Enabled Large Mens Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Mens Large Green Enabled Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts.'),(119,5,'coal_1 Enabled Mens Green Coalesce: Functioning On Impatience T-Shirt Impatience Coalesce, T-Shirt 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem Comfortable preshrunk shirts. Highest Quality Printing. 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem Green Enabled Small Mens Coalesce: Functioning On Impatience T-Shirt Impatience # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Coalesce: Functioning On Impatience T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Green Enabled Medium Mens Coalesce: Functioning On Impatience T-Shirt Impatience # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Coalesce: Functioning On Impatience T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Green Enabled Large Mens Coalesce: Functioning On Impatience T-Shirt Impatience # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Coalesce: Functioning On Impatience T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem'),(112,5,'ecco Enabled Golf Shoes Brown Womens Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M ECCO, Womens, Golf, Flexor, Shoe With a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Breathable mesh fabric lining Cushioned Comfort Fibre System(R) Moisture absorbent Anti-bacterial insole Womens 3 Golf Shoes Enabled Brown Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. ECCO Womens Golf Flexor Golf Shoe Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Golf Shoes Enabled Brown Womens 4 Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. ECCO Womens Golf Flexor Golf Shoe Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Womens 5 Golf Shoes Enabled Brown Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M ECCO Womens Golf Flexor Golf Shoe Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Womens 6 Golf Shoes Enabled Brown Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. ECCO Womens Golf Flexor Golf Shoe Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.'),(108,5,'nine Womens Enabled High Heels Red Nine West Nine West Women\'s Lucero Pump B000LJQVF8 Nine West, Women, Lucero, Pump This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Womens Red 3 High Heels Enabled Nine West Nine West Women\'s Lucero Pump B000LJQVF8 The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Nine West Women\'s Lucero Pump The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp Womens Red 4 High Heels Enabled Nine West Nine West Women\'s Lucero Pump B000LJQVF8 The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Nine West Women\'s Lucero Pump The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp Womens Red 5 High Heels Enabled Nine West Nine West Women\'s Lucero Pump B000LJQVF8 The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Nine West Women\'s Lucero Pump The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp Womens High Heels Red 6 Enabled Nine West Nine West Women\'s Lucero Pump The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp B000LJQVF8 The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Nine West Women\'s Lucero Pump'),(103,5,'steve Womens Enabled Dress Red Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Steven by Steve Madden Pryme Pump This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Womens Red 4 High Heels Enabled Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Womens Red 5 High Heels Enabled Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe 6 High Heels Enabled Womens Red Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Red 7 Womens High Heels Enabled Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe 8 High Heels Enabled Womens Red Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe'),(98,5,'ken Black Mens Enabled Dress Kenneth Cole Kenneth Cole New York Men\'s Con-verge Slip-on B000IKC6AY Kenneth Cole, New York, Men\'s, Con-verge, Slip-on Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe. High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole. The handsome style of the Con-Verge slip-on from Kenneth Cole New York is larger than life. This sharp shoe has a semi-polished smooth leather upper, a squared off stitched apron toe, and dual-goring for easy on/off accessibility. It also features soft leather linings, a cushioned insole, and a paneled rubber outsole for a sturdy step. The Con-Verge is a perfect companion to your business and special occasion wardrobes. Running Mens Gray 9 Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII Running Mens Gray 11 Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Mens Gray 10 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Mens Gray 12 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Mens Gray 8 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII'),(48,5,'C530 Silver 5 Enabled Kodak Kodak EasyShare C530 5MP Digital Camera C530 4 x 6 x 9 inches Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features--such as 5.0-megapixel CCD resolution, on-camera image cropping, and an on-camera Share button--at a very affordable price. 5.0-megapixel CCD captures enough detail for photo-quality 13 x 17-inch prints 1.5-inch LCD display Continuous QVGA video Auto scene mode and three color modes; in-camera cropping Powered by AA size batteries; stores images on SD memory cards (includes 16 MB internal memory) kodak, eayshare, c530, 5MP, digital, camera Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features'),(51,5,'1111 Red Living Room Enabled Ottoman magotto Italy Microfiber The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Ottoman With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery.'),(52,5,'1112 Red Living Room Enabled Chair 1112 Italy Microfiber This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Chair Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber.'),(53,5,'1113 Red Living Room Enabled Couch 1113 Italy Microfiber Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Couch For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!'),(54,5,'1114 Red Living Room Enabled Magento Red Furniture Set RFS Italy Microfiber The perfect furniture set for the living room! Love red? You\'ll love these pieces of handmade modern furniture! Magento, Red, Furniture, Set, ottoman, couch, chair Love red? You\'ll love these pieces of handmade modern furniture! Red Living Room Enabled Ottoman magotto Italy Microfiber The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Ottoman With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Red Living Room Enabled Chair 1112 Italy Microfiber This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Chair Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Red Living Room Enabled Couch 1113 Italy Microfiber Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Couch For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!'),(83,5,'cn Enabled Sandal Blue CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I cn, clogs, outdoor, shoes, sandals, comfortable Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Made of EVA foam Heel strap keeps shoe on foot Non-marking, slip-resistant outsole Weigh just 6-10 ounces Womens Blue 3 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear Womens Blue 4 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear Blue Sandal Womens 5 Enabled CN CLogs CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces Womens 6 Sandal Blue Enabled CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear Womens Blue Enabled Sandal 7 CN CLogs CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear B000JI2N0I Mens Blue 8 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Mens Blue 9 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear 10 Sandal Mens Blue Enabled CN CLogs CN Clogs Beach/Garden Clog * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Mens Blue 11 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear 12 Sandal Mens Blue Enabled CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(93,5,'asc Enabled Tennis Gray Mens Asics ASICS® Men\'s GEL-Kayano® XII Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. I.G.S.: Allows for natural foot movement from heel strike to toe-off DuoMax Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off Space Trusstic System: Allows for greater midsole deformation and more efficient foot function GEL Cushioning System: Provides maximum rearfoot/forefoot shock attenuation Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation B000CP1M00 asics, gel, kayano The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Mens Gray 8 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII Mens Gray 12 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Running Mens Gray 11 Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Mens Gray 10 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Running Mens Gray 9 Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII'),(26,5,'LX.FR206.001 Black Enabled Acer Acer Ferrari 3200 Notebook Computer PC LX.FR206.001 Mobile AMD Athlon 64 2800+ 512MB of PC2700 DDR333 SDRAM 80 gig Western Digital 15-inch, 200-nit, high-brightness TFT LCD screen Acer has flawlessly designed the Ferrari 3200, instilling it with exceptional performance, brilliant graphics, and lightning-fast connectivity. This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success. Mobile AMD Athlon 64 2800+ 1MB L2 Cache 512MB of PC2700 DDR333 SDRAM 2 RAM Slots (0 open - upgrading requires chip removal) RAM is upgradeable to 2GB Acer Ferrari 3200 Notebook Computer PC This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success'),(27,5,'VGN-TXN27N/B Black Enabled Sony Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC.'),(28,5,'M285-E Black Enabled Toshiba Toshiba M285-E 14\" M285-E 17 x 7 x 13 inches 1.66 GHz Intel Core Duo T2300E processor 1 GB RAM 60 GB hard drive 14-inch screen Easily mobile at just 6 pounds, the Toshiba Satellite A135-S4527 makes it easy to get your work done with a large, bright 15.4-inch widescreen LCD. The XGA-resolution screen (1280 x 800) permits side-by-side viewing of documents for increased productivity. It\'s also great for using as a media center, with Toshiba\'s unique Express Media Player enabling you to bypass the system and access CDs and DVDs with a touch of button. This affordable notebook PC is powered by Intel\'s 1.73 GHz Core Duo T2080 processor, which provides an optimized, multithreaded architecture for improved gaming and multitasking performance and efficient power consumption. It also offers a 120 GB hard drive, 1 GB of installed RAM (2 GB maximum), dual-layer/multi-format DVD drive that also burns CDs, integrated 54g wireless connectivity, and Intel GMA 950 video card with up to 256 MB of shared video RAM. Processor: The Intel Core Duo T2080 processor is built with the Mobile Intel 945PM Express chipset, and it has a 1.73 GHz processor speed, fast 533 MHz front-side bus (FSB), and 1 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) Toshiba, notebook, laptop, intel, Get the competitive edge with the Gateway M285-E. This widescreen Convertible Notebook functions as both a conventional notebook and a tablet.'),(39,5,'4fasd5f5 Green Enabled Mens Medium The Get Up Kids: Band Camp Pullover Hoodie The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. Sizing info is available here. The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies.'),(41,5,'384822 Brown Bedroom Enabled Akio Dresser 384822 21\"W x 44\"L x 35.5\"H Thailand Asian Beechwood Features include inset panel sides and for spacious drawers and two wicker baskets. 41\"Wx18\"Dx36\"H. Hardwood, drawers, wicker, asian, beechwood Our Akio dresser has a solid hardwood frame.'),(42,5,'bar1234 Brown Bedroom Enabled Barcelona Bamboo Platform Bed bar1234 62\"W x 84\"L x 8\"H Thailand Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details. Bamboo Entirely handcrafted of solid Bamboo. Designed for use with a mattress alone, it includes a sturdy, padded wood platform for comfort and proper mattress support. bamboo, barcelona, platform, bed'),(44,5,'Rebel XT Black 8 Enabled Canon Canon Digital Rebel XT 8MP Digital SLR Camera 8.0-megapixel CMOS sensor captures enough detail for photo-quality 16 x 22-inch prints Includes Canon\'s EF-S 18-55mm, f3.5-5.6 zoom lens DIGIC II Image Processor provides fast, accurate image processing; captures images at a rate of up to 3 frames per second Fast start-up time--.2 seconds Powered by rechargeable Lithium-ion battery (included, with charger) canon, slr, camera, 8, digital Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Rebel XT 5 x 3.7 x 2.5 inches The Canon EOS Digital Rebel camera now has a new, faster, even smaller big brother. Sibling rivalries aside, the 8.0-megapixel Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Even with its advancements in ergonomic design and technology, this easy-to-use EOS digital camera is compatible with all of Canon\'s EF lenses, including the EF-S lenses.'),(45,5,'QC-2185 Silver 5 Enabled Argus Argus QC-2185 Quick Click 5MP Digital Camera QC-2185 2.75 inches x 1.5 inches The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet. The Argus QC-2185 features a clear and bright 1.1-inch CSTN (color super-twist nematic) LCD display that makes it easy to frame the perfect picture. Thanks to its USB 1.1 connection compatibility, this digital camera lets you quickly download pictures to your Mac or PC, and can also function as a handy web camera. The QC-2185 includes eight megabytes of internal SDRAM memory, with the ability to expand camera memory via a built-in SD (secure digital) storage card slot for easy storage and transfer of your pictures. This unit also includes a built-in auto flash with a three to seven foot range, and comes with ArcSoft PhotoImpression\'s photo editing software which makes it easy for you to edit, crop, adjust and improve all your best pictures to make them even better. Argus, QC-2185, digital, camera, 2MP The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet.'),(46,5,'750 Silver 7 Enabled Olympus Olympus Stylus 750 7.1MP Digital Camera 750 3.8 x 2.1 x 1 inches Olympus continues to innovate with the launch of the Stylus 750 digital camera, a technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom that tucks away into a streamlined metal, all-weather body design. The camera is distinguished by a number of premium features, including: * An advanced combination of the mechanical CCD-shift Image Stabilization and Digital Image Stabilization work together to ensure the clearest pictures possible in any situation; * A 5x optical zoom lens with a newly developed lens element to maintain a small compact size; * A 2.5-inch LCD and Bright Capture Technology dramatically improve composition, capture and review of images in low-light situations; * Olympus\' exclusive TruePic Turbo Image Processing engine is coupled with a 7.1-megapixel image sensor to produce crisp, high-quality p 7.1-megapixel CCD captures enough detail for photo-quality 15 x 20-inch prints 5x image-stabilized optical zoom; 2.5-inch LCD display Compact, all-weather body measures 3.8 x 2.1 x 0.96 inches Bright Capture technology; 27 selectable shooting modes; built-in Help guide Stores images on xD Picture Cards; powered by Li-Ion battery (battery and charger included) Olympus, stylus, 750, 7MP, digital, camera, zoom A technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom.'),(47,5,'A630 Silver 8 Enabled Canon Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom A630 4.3 x 2.6 x 1.9 inches Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes. The PowerShot A630 packs a vast array of advanced features into a remarkably compact space 8-megapixel CCD captures enough detail for photo-quality 16 x 22-inch prints 4x optical zoom; 2.5-inch vari-angle LCD display ISO range up to ISO 800 for less blur in low light while hand-holding 3:2 guide masks LCD to display 4 x 6-inch print size; 16:9 format option for still images Stores images on SD cards; powered by 4 AA-size batteries canon, powershot, A630, digital, camera, optical, zoom Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes.'),(19,5,'8525PDA Silver Enabled At&t AT&T 8525 PDA 8525 PDA 4.4 x 2.4 x 0.9 inches The design of the 8525 is clean and uncluttered, with just a few buttons for mail, Internet Explorer, and contextual menus. Meanwhile, call answer and end buttons surround a five-way toggle that allows you to navigate and control the Windows Mobile interface. As mentioned, a full QWERTY keyboard cleverly slides out from underneath the screen. This allows you to hold the device horizontally, and the screen is automatically placed in landscape mode when you\'re using the keyboard. A side scroll wheel is conveniently tucked away on the side, making navigation when accessing the music player and other various applications a cinch when needed. A mini-SD memory expansion card slot is provided, as is an infrared port and support for a stereo Bluetooth headset. A mini-USB port is also included for wired data transfers and charging. tri-band UMTS/HSDPA; quad-band GSM/GPRS/EDGE for global use Windows Mobile 5.0 with Messaging & Security Feature Pack sliding QWERTY keyboard with improved keypad design and improved backlight for easier use in low light conditions 128MB ROM / 64MB RAM; ~51MB user available memory 2.0 mega-pixel camera with video capabilities At&t, 8525, cell, phone Under the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera.'),(20,5,'MM-A900M Silver Enabled Samsung Samsung MM-A900M Ace MM-A900M 3.9 x 2 x 0.6 inches New services supported by both the MM-A900m include the newly announced Sprint Music StoreSM, which allows users to immediately buy and download complete songs directly to their phone; 30 channels of live and on demand video and audio from Sprint TVSM and On Demand, a personalized resource guide to news, traffic, weather, sports and entertainment. The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. Features like external music-navigation keys make these phones both functional and attractive. These handsets are sure to be at the top of many wish lists. Bluetooth Wireless Technology: Built-in radio technology allows fast, secure transmission between your phone and accessories without cables or wires. Bluetooth wireless accessories are sold separately. Mass Storage Area: Store pictures, videos, voice memos and music within the internal memory of the phone. Streaming Music Enabled: Stream music to your phone with Music Choice®. Select from Pop, Rock, Hip Hop, and R&B plus exclusive video clips, performances, and artist interviews. Samsung, MM-A900M, cell, phone The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone.'),(25,5,'MA464LL/A Silver Enabled Apple Apple MacBook Pro MA464LL/A 15.4\" Notebook PC MA464LL/A 19.5 x 7.6 x 19.5 inches 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300) 100 GB 5400 rpm Serial ATA hard drive 15.4-inch TFT widescreen display with 1440 x 900 resolution This, combined with myriad other engineering leaps, boosts performance up to four times higher than the PowerBook G4. With this awesome power, it\'s a breeze to render complex 3D models, enjoy smooth playback of HD video, or host a four-way video conference.Intel Core Duo is the first chip built using Intel\'s groundbreaking 65-nanometer process - resulting in transistors so small, you could fit a hundred inside a single human cell. With smaller distances for electrons to travel, and two processors designed to share resources and conserve power, Intel Core Duo achieves higher levels of performance as it uses fewer watts. Which is what makes it possible to design a super-powerful MacBook Pro that\'s only one inch thin.When Mac technology makes something easy, it\'s hardly news. So here\'s more non-news for MacBook Pro owners: software just works. If you see the Universal logo on a new application, that means it will run on Intel- and PowerPC-based Mac computers. For most existing applications, you simply do what you\'ve always done: double-click them. Thanks to the Rosetta technology in Mac OS X, they look and feel just like they did before. 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300); 100 GB 5400 rpm Serial ATA hard drive; slot-load SuperDrive (DVD±RW/CD-RW) One FireWire 400, two USB 2.0 ports, and ExpressCard/34 slot; no FireWire 800 slots Built-in 10/100/1000BASE-T (Gigabit); built-in 54 Mbps AirPort Extreme (802.11g); built-in Bluetooth 2.0+EDR 15.4-inch TFT widescreen display with 1440 x 900 resolution Apple MacBook Pro MA464LL/A 15.4\" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive) You\'ve seen improvements in notebook performance before - but never on this scale. The Intel Core Duo powering MacBook Pro is actually two processors built into a single chip.'),(18,5,'sw810i Black Enabled Sony Sony Ericsson W810i W810i 3.5 x 1.8 x 1 inches The W810i\'s screen sports 176 x 220 pixel resolution with support for 262,000 colors. Quick access buttons below the screen make it easy to control the phone\'s Walkman music features, while a five-way center button controls most of the phone\'s menus and features. Disc2Phone™ music copying software is supplied in the W810 kit and it’s easy to copy songs from your favorite CDs, and PC music folders The built-in W810 2 megapixel digital camera with autofus takes excellent photos and when you need to catch some action, W810 has video too Sharing images and other phone content is easy. Use Bluetooth™, or Multimedia messaging when you want to send images and video Wherever you are, you have high speed access to the internet with EDGE technology A full-function email client in your W810 gives you access to your inbox wherever you go Sony, Ericsson ,W810i, cell, phone The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here.'),(17,5,'bb8100 Silver Enabled BlackBerry BlackBerry 8100 Pearl 8100 4.2 x 2 x 0.6 inches Like the BlackBerry 7105t, the BlackBerry 8100 Pearl is The BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000 colors-- plenty of real estate to view your e-mails, Web browser content, messaging sessions, and attachments. The venerable BlackBerry trackwheel has been replaced on this model with an innovative four-way trackball placed below the screen. On the rear of the handheld, you\'ll find a 1.3-megapixel camera and a self portrait mirror. The handheld\'s microSD memory card slot is located inside the device, behind the battery. There\'s also a standard 2.5mm headset jack that can be used with the included headset, as well as a mini-USB port for data connectivity. 1.3 mega pixel camera to capture those special moments MP3 player lets you listen to your favorite music on the go Menu and escape keys on the front of the device for easier access Bluetooth technology lets you experience hands free and wire free features Package Contents: phone,AC adapter,software CD,headset,USB cable,sim- card,get started poster,reference guide Blackberry, 8100, pearl, cell, phone The BlackBerry 8100 Pearl is a departure from the form factor of previous BlackBerry devices. This BlackBerry handset is far more phone-like, and RIM\'s engineers have managed to fit a QWERTY keyboard onto the handset\'s slim frame.'),(16,5,'n2610 Enabled Black Nokia Nokia 2610 Phone 2610 4.1 x 1.7 x 0.7 inches The Nokia 2610 is an easy to use device that combines multiple messaging options including email, instant messaging, and more. You can even download MP3 ringtones, graphics, and games straight to the phone, or surf the Internet with Cingular\'s MEdia Net service. It\'s the perfect complement to Cingular service for those even remotely interested in mobile Web capabilities in an affordable handset. Design Compact and stylish, the 2610 features a candybar design sporting a bright 128 x 128 pixel display capable of displaying over 65,000 colors. Most of the phone\'s features and on-screen menus are controlled by a center toggle on the control pad. A standard hands-free headphone jack is provided, as are volume control keys, and there\'s even a \"Go-To\" button that can be assigned by the user for quick access to favorite applications. Lastly, the included speakerphone allows you to talk handsfree, and because the phone sports an internal antenna, there\'s nothing to snag or break off. Integrated camera with video recorder to capture those special moments Enriched data connections for complete mobile access via Email, MMS, and MEdia Net Personalize with downloadable MP3 and polyphonic Ring tones, Games, and Graphics Use AIM, Yahoo! and MSN Messenger to stay in touch on the go Mobile Internet browser and email Nokia 2610, cell, phone, The words \"entry level\" no longer mean \"low-end,\" especially when it comes to the Nokia 2610. Offering advanced media and calling features without breaking the bank'),(176,5,'349838 Enabled Brown Bedroom Akio Bookcase 349838 16.5\"W x 78\"L x 9\"H Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. Crafted in Thailand of Asian beechwood. 39\'\'Wx14\'\'Dx72\'\'H. Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. Add extra shelves for storing and displaying. Thailand Asian Beechwood'),(177,5,'2223 Enabled Boys Small Butterfly Fish A beautiful shirt. A beautiful shirt.'),(179,5,'vir-real Enabled Get This Look: Virtual Reality This spring become a virtual reality goddess. This spring become a virtual reality goddess. Enabled Pink Pink Laced Leather Boots Finish up your Virtual Reality look with this 5\" heel boots. Finish up your Virtual Reality look with this 5\" heel boots. Enabled Pink Faux Fur Jacket Get the Virtual Reality look with this stylish pink faux fur! Get the Virtual Reality look with this stylish pink faux fur!'),(180,5,'pink-laced Enabled Pink Pink Laced Leather Boots Finish up your Virtual Reality look with this 5\" heel boots. Finish up your Virtual Reality look with this 5\" heel boots.'),(181,5,'vin-bw Enabled Vintage Black and White Our black and white vintage is made from 100% silk. Our black and white vintage is made from 100% silk.'),(182,5,'bl-stil Enabled Black Stilettos Finish up the Vintage look! Finish up the Vintage look!'),(183,5,'timeless-vintage Enabled Get This Look: Timeless Vintage This spring become a timeless vintage goddess. This spring become a timeless vintage goddess. Enabled Vintage Black and White Our black and white vintage is made from 100% silk. Our black and white vintage is made from 100% silk. Enabled Black Stilettos Finish up the Vintage look! Finish up the Vintage look!'),(184,5,'bl-cttn-jkt Enabled Black Cotton Jacket One button blazer style cotton jacket One button blazer style cotton jacket'),(187,5,'gdl-lacool Enabled Get This Look: L.A. Cool This spring become the goddess of the dance floor - become LA Cool. This spring become the goddess of the dance floor - become LA Cool. Enabled Black Plaform Shoes 5\" platform boots for your dancing pleasure 5\" platform boots for your dancing pleasure Enabled Black Leather Pants Our zipper-less black leather pants will keep you dancing till the morning! Our zipper-less black leather pants will keep you dancing till the morning! Enabled Black Cotton Jacket One button blazer style cotton jacket One button blazer style cotton jacket'),(188,5,'classic-jeans Enabled Classic Jeans Our best-selling classic style jeans sits straight through the seat, thigh and leg. Our best-selling classic style jeans sits straight through the seat, thigh and leg.'),(189,5,'sand-wash-jeans Enabled Sand Wash Jeans Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look. Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look.'),(190,5,'1yr-membership Enabled 1 Year Membership 1 Year Membership to Magento Enterprise Demo. 1 Year Membership to Magento Enterprise Demo.'),(173,6,'esb_1 Enabled Exotic Silk Blouse This sexy silk blouse is perfect for any occasion. This sexy silk blouse is perfect for any occasion.'),(174,6,'gc_physvirt1 Enabled Physical and Virtual Gift Card Physical and Virtual Gift Card with no message Physical and Virtual Gift Card with no message'),(175,6,'gc_physical3 Enabled $200 Gift Card $200 Physical Gift Card $200 Physical Gift Card'),(167,6,'gc_physical1 Enabled $100 Physical Gift Card Physical Gift Card with fixed amount. Physical Gift Card with fixed amount.'),(168,6,'gc_virtual1 Enabled Virtual Gift Card No more returned Christmas gifts, and no more clueless stare from your loved ones. Give the gift they want with this Magento Virtual Gift Card! No time to wait for delivery? Send a gift card straight to the inbox of your loved one! Virtual Gift Card with fixed and open amounts.'),(169,6,'gc_physical2 Enabled \'For You\' Physical Gift Card Physical Gift Card with open amount Physical Gift Card with open amount'),(166,6,'HTC Touch Diamond Enabled Black HTC HTC Touch Diamond HTC Touch Diamond Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. 102 mm (L) X 51 mm (W) X 11.35 mm (T)'),(165,6,'mycomputer Enabled My Computer test description test description Enabled Apple 30\" Flat-Panel TFT-LCD Cinema HD Monitor 30\" * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. Enabled LG 19\" Widescreen Flat-Panel LCD Monitor 19\" 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles Enabled LG 24\" Widescreen Flat-Panel LCD Monitor 24\" With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs Enabled Samsung 22\" Syncmaster LCD Monitor 22\" The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Western Digital Western Digital 500GB HD - 7200RPM 500 GB 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm Enabled Seagate Seagate 250GB HD - 5400RPM 5400 rpm 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Black Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing.'),(164,6,'computer_fixed Enabled Gaming Computer Make a computer Make a computer Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm Enabled Logitech Logitech diNovo Edge Keyboard PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Enabled Logitech Brown Logitech Cordless Optical Trackman Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. Enabled Microsoft Black Microsoft Wireless Optical Mouse 5000 Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Enabled Microsoft Microsoft Natural Ergonomic Keyboard 4000 The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.'),(159,6,'microsoftnatural Enabled Microsoft Microsoft Natural Ergonomic Keyboard 4000 The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard.'),(160,6,'logitechcord Enabled Logitech Brown Logitech Cordless Optical Trackman Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter.'),(161,6,'logidinovo Enabled Logitech Logitech diNovo Edge Keyboard PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered.'),(162,6,'micronmouse5000 Enabled Microsoft Black Microsoft Wireless Optical Mouse 5000 Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse.'),(163,6,'computer Enabled Computer Make a computer Make a computer Enabled One Year Extended Warranty - Parts and Labor 1 Year Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor Enabled Apple 30\" Flat-Panel TFT-LCD Cinema HD Monitor 30\" * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. Enabled LG 19\" Widescreen Flat-Panel LCD Monitor 19\" 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles Enabled LG 24\" Widescreen Flat-Panel LCD Monitor 24\" With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs Enabled Samsung 22\" Syncmaster LCD Monitor 22\" The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Enabled Microsoft Black Microsoft Wireless Optical Mouse 5000 Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Enabled Microsoft Microsoft Natural Ergonomic Keyboard 4000 The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. Enabled Logitech Logitech diNovo Edge Keyboard PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Enabled Logitech Brown Logitech Cordless Optical Trackman Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm Enabled Seagate Seagate 250GB HD - 5400RPM 5400 rpm 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Western Digital Western Digital 500GB HD - 7200RPM 500 GB 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Enabled Black Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.'),(153,6,'intelcore2extreme Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing.'),(154,6,'500gb5400 Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm'),(155,6,'250gb5400 Enabled Seagate Seagate 250GB HD - 5400RPM 5400 rpm 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(156,6,'W1952TQ-TF Enabled LG 19\" Widescreen Flat-Panel LCD Monitor 19\" 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles'),(157,6,'M9179LL Enabled Apple 30\" Flat-Panel TFT-LCD Cinema HD Monitor 30\" * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency.'),(158,6,'VGN-TXN27N/BW Enabled Sony VAIO 11.1\" Notebook PC Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Enabled Three Year Extended Warranty - Parts and Labor 3 Year Warranty - Parts and Labor 3 Year Extended Warranty - Parts and Labor 3 Year Extended Warranty - Parts and Labor Enabled One Year Extended Warranty - Parts and Labor 1 Year Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor Enabled Two Year Extended Warranty - Parts and Labor 2 Year Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor Black Enabled Sony Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC.'),(145,6,'amdphenom Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor.'),(147,6,'226bw Enabled Samsung 22\" Syncmaster LCD Monitor 22\" The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready.'),(148,6,'amda64 Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor'),(149,6,'1tb7200 Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(150,6,'500gb7200 Enabled Western Digital Western Digital 500GB HD - 7200RPM 500 GB 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(151,6,'intelc2d Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward.'),(152,6,'W2452T-TF Enabled LG 24\" Widescreen Flat-Panel LCD Monitor 24\" With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs'),(139,6,'nzxtlexa Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.'),(140,6,'2gbdimm Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality.'),(141,6,'1gbdimm Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality.'),(143,6,'512dimm Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality.'),(138,6,'apevia-black Enabled Black Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market.'),(134,6,'ac-66332 Enabled Universal Camera Charger Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator. Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator.'),(135,6,'ana Brown Womens Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG! womens, sandal, leather, anashria, Buckle embellished contrasting straps adorn both the heel and canvas covered wedge of this t-strap sandal to make it a truly unique addition to your wardrobe Smooth kidskin upper in a dress platform wedge t-strap sandal style, with a round open toe, front and ankle adjustable buckles and tonal stitching accents. Ankle buckle features elastic panel. Smooth faux leather lining, cushioning faux leather and fabric topped insole. 1 inch matching leather and fabric wrapped midsole. Womens Style Genuine Top Grain Premier Leather Rich Color Tones Straps lined with 2000 lb test nylon Guaranteed for the Life of the Sole - Non-slip sole Womens Brown 9 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Brown 3 Enabled Sandal Womens Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Brown 4 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Enabled Sandal Brown 5 Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Brown 6 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Brown 7 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Brown 8 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(133,6,'ac9003 Enabled Universal Camera Case A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time. A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time.'),(132,6,'ac674 Enabled SLR Camera Tripod Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers. Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers.'),(120,6,'ink Enabled Womens White Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Ink Eater, Krylon, Bombear , Destroyed, Tee, t shirt Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! White Enabled Womens Small Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! Ink Eater: Krylon Bombear Destroyed Tee We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! White Enabled Medium Womens Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! Ink Eater: Krylon Bombear Destroyed Tee We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! Womens Large White Enabled Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! Ink Eater: Krylon Bombear Destroyed Tee We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!'),(123,6,'oc Enabled Mens White The Only Children: Paisley T-Shirt paisley The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirt. 6.1 oz. 100% preshrunk heavyweight cotton Double-needle sleeves and bottom hem White Enabled Mens Small The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirst. The Only Children: Paisley T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem The Only Children: Paisley T-Shirt Enabled Mens Medium White The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirst. White Enabled Mens Large The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirst.'),(126,6,'zol Enabled Mens Zolof The Rock And Roll Destroyer: LOL Cat T-shirt zolof Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Red Enabled Mens Small Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Enabled Mens Small Green Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Printed on American Apparel Classic style 5495 California t-shirts. Red Enabled Mens Medium Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Enabled Mens Medium Green Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Red Enabled Large Mens Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Mens Large Green Enabled Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts.'),(119,6,'coal_1 Enabled Mens Green Coalesce: Functioning On Impatience T-Shirt Impatience Coalesce, T-Shirt 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem Comfortable preshrunk shirts. Highest Quality Printing. 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem Green Enabled Small Mens Coalesce: Functioning On Impatience T-Shirt Impatience # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Coalesce: Functioning On Impatience T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Green Enabled Medium Mens Coalesce: Functioning On Impatience T-Shirt Impatience # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Coalesce: Functioning On Impatience T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Green Enabled Large Mens Coalesce: Functioning On Impatience T-Shirt Impatience # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Coalesce: Functioning On Impatience T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem'),(112,6,'ecco Enabled Golf Shoes Brown Womens Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M ECCO, Womens, Golf, Flexor, Shoe With a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Breathable mesh fabric lining Cushioned Comfort Fibre System(R) Moisture absorbent Anti-bacterial insole Womens 3 Golf Shoes Enabled Brown Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. ECCO Womens Golf Flexor Golf Shoe Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Golf Shoes Enabled Brown Womens 4 Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. ECCO Womens Golf Flexor Golf Shoe Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Womens 5 Golf Shoes Enabled Brown Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M ECCO Womens Golf Flexor Golf Shoe Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Womens 6 Golf Shoes Enabled Brown Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. ECCO Womens Golf Flexor Golf Shoe Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.'),(108,6,'nine Womens Enabled High Heels Red Nine West Nine West Women\'s Lucero Pump B000LJQVF8 Nine West, Women, Lucero, Pump This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Womens Red 3 High Heels Enabled Nine West Nine West Women\'s Lucero Pump B000LJQVF8 The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Nine West Women\'s Lucero Pump The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp Womens Red 4 High Heels Enabled Nine West Nine West Women\'s Lucero Pump B000LJQVF8 The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Nine West Women\'s Lucero Pump The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp Womens Red 5 High Heels Enabled Nine West Nine West Women\'s Lucero Pump B000LJQVF8 The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Nine West Women\'s Lucero Pump The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp Womens High Heels Red 6 Enabled Nine West Nine West Women\'s Lucero Pump The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp B000LJQVF8 The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Nine West Women\'s Lucero Pump'),(103,6,'steve Womens Enabled Dress Red Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Steven by Steve Madden Pryme Pump This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Womens Red 4 High Heels Enabled Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Womens Red 5 High Heels Enabled Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe 6 High Heels Enabled Womens Red Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Red 7 Womens High Heels Enabled Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe 8 High Heels Enabled Womens Red Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe'),(98,6,'ken Black Mens Enabled Dress Kenneth Cole Kenneth Cole New York Men\'s Con-verge Slip-on B000IKC6AY Kenneth Cole, New York, Men\'s, Con-verge, Slip-on Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe. High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole. The handsome style of the Con-Verge slip-on from Kenneth Cole New York is larger than life. This sharp shoe has a semi-polished smooth leather upper, a squared off stitched apron toe, and dual-goring for easy on/off accessibility. It also features soft leather linings, a cushioned insole, and a paneled rubber outsole for a sturdy step. The Con-Verge is a perfect companion to your business and special occasion wardrobes. Running Mens Gray 9 Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII Running Mens Gray 11 Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Mens Gray 10 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Mens Gray 12 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Mens Gray 8 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII'),(48,6,'C530 Silver 5 Enabled Kodak Kodak EasyShare C530 5MP Digital Camera C530 4 x 6 x 9 inches Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features--such as 5.0-megapixel CCD resolution, on-camera image cropping, and an on-camera Share button--at a very affordable price. 5.0-megapixel CCD captures enough detail for photo-quality 13 x 17-inch prints 1.5-inch LCD display Continuous QVGA video Auto scene mode and three color modes; in-camera cropping Powered by AA size batteries; stores images on SD memory cards (includes 16 MB internal memory) kodak, eayshare, c530, 5MP, digital, camera Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features'),(51,6,'1111 Red Living Room Enabled Ottoman magotto Italy Microfiber The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Ottoman With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery.'),(52,6,'1112 Red Living Room Enabled Chair 1112 Italy Microfiber This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Chair Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber.'),(53,6,'1113 Red Living Room Enabled Couch 1113 Italy Microfiber Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Couch For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!'),(54,6,'1114 Red Living Room Enabled Magento Red Furniture Set RFS Italy Microfiber The perfect furniture set for the living room! Love red? You\'ll love these pieces of handmade modern furniture! Magento, Red, Furniture, Set, ottoman, couch, chair Love red? You\'ll love these pieces of handmade modern furniture! Red Living Room Enabled Ottoman magotto Italy Microfiber The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Ottoman With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Red Living Room Enabled Chair 1112 Italy Microfiber This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Chair Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Red Living Room Enabled Couch 1113 Italy Microfiber Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Couch For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!'),(83,6,'cn Enabled Sandal Blue CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I cn, clogs, outdoor, shoes, sandals, comfortable Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Made of EVA foam Heel strap keeps shoe on foot Non-marking, slip-resistant outsole Weigh just 6-10 ounces Womens Blue 3 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear Womens Blue 4 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear Blue Sandal Womens 5 Enabled CN CLogs CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces Womens 6 Sandal Blue Enabled CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear Womens Blue Enabled Sandal 7 CN CLogs CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear B000JI2N0I Mens Blue 8 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Mens Blue 9 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear 10 Sandal Mens Blue Enabled CN CLogs CN Clogs Beach/Garden Clog * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Mens Blue 11 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear 12 Sandal Mens Blue Enabled CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(93,6,'asc Enabled Tennis Gray Mens Asics ASICS® Men\'s GEL-Kayano® XII Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. I.G.S.: Allows for natural foot movement from heel strike to toe-off DuoMax Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off Space Trusstic System: Allows for greater midsole deformation and more efficient foot function GEL Cushioning System: Provides maximum rearfoot/forefoot shock attenuation Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation B000CP1M00 asics, gel, kayano The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Mens Gray 8 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII Mens Gray 12 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Running Mens Gray 11 Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Mens Gray 10 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Running Mens Gray 9 Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII'),(26,6,'LX.FR206.001 Black Enabled Acer Acer Ferrari 3200 Notebook Computer PC LX.FR206.001 Mobile AMD Athlon 64 2800+ 512MB of PC2700 DDR333 SDRAM 80 gig Western Digital 15-inch, 200-nit, high-brightness TFT LCD screen Acer has flawlessly designed the Ferrari 3200, instilling it with exceptional performance, brilliant graphics, and lightning-fast connectivity. This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success. Mobile AMD Athlon 64 2800+ 1MB L2 Cache 512MB of PC2700 DDR333 SDRAM 2 RAM Slots (0 open - upgrading requires chip removal) RAM is upgradeable to 2GB Acer Ferrari 3200 Notebook Computer PC This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success'),(27,6,'VGN-TXN27N/B Black Enabled Sony Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC.'),(28,6,'M285-E Black Enabled Toshiba Toshiba M285-E 14\" M285-E 17 x 7 x 13 inches 1.66 GHz Intel Core Duo T2300E processor 1 GB RAM 60 GB hard drive 14-inch screen Easily mobile at just 6 pounds, the Toshiba Satellite A135-S4527 makes it easy to get your work done with a large, bright 15.4-inch widescreen LCD. The XGA-resolution screen (1280 x 800) permits side-by-side viewing of documents for increased productivity. It\'s also great for using as a media center, with Toshiba\'s unique Express Media Player enabling you to bypass the system and access CDs and DVDs with a touch of button. This affordable notebook PC is powered by Intel\'s 1.73 GHz Core Duo T2080 processor, which provides an optimized, multithreaded architecture for improved gaming and multitasking performance and efficient power consumption. It also offers a 120 GB hard drive, 1 GB of installed RAM (2 GB maximum), dual-layer/multi-format DVD drive that also burns CDs, integrated 54g wireless connectivity, and Intel GMA 950 video card with up to 256 MB of shared video RAM. Processor: The Intel Core Duo T2080 processor is built with the Mobile Intel 945PM Express chipset, and it has a 1.73 GHz processor speed, fast 533 MHz front-side bus (FSB), and 1 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) Toshiba, notebook, laptop, intel, Get the competitive edge with the Gateway M285-E. This widescreen Convertible Notebook functions as both a conventional notebook and a tablet.'),(39,6,'4fasd5f5 Green Enabled Mens Medium The Get Up Kids: Band Camp Pullover Hoodie The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. Sizing info is available here. The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies.'),(41,6,'384822 Brown Bedroom Enabled Akio Dresser 384822 21\"W x 44\"L x 35.5\"H Thailand Asian Beechwood Features include inset panel sides and for spacious drawers and two wicker baskets. 41\"Wx18\"Dx36\"H. Hardwood, drawers, wicker, asian, beechwood Our Akio dresser has a solid hardwood frame.'),(42,6,'bar1234 Brown Bedroom Enabled Barcelona Bamboo Platform Bed bar1234 62\"W x 84\"L x 8\"H Thailand Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details. Bamboo Entirely handcrafted of solid Bamboo. Designed for use with a mattress alone, it includes a sturdy, padded wood platform for comfort and proper mattress support. bamboo, barcelona, platform, bed'),(44,6,'Rebel XT Black 8 Enabled Canon Canon Digital Rebel XT 8MP Digital SLR Camera 8.0-megapixel CMOS sensor captures enough detail for photo-quality 16 x 22-inch prints Includes Canon\'s EF-S 18-55mm, f3.5-5.6 zoom lens DIGIC II Image Processor provides fast, accurate image processing; captures images at a rate of up to 3 frames per second Fast start-up time--.2 seconds Powered by rechargeable Lithium-ion battery (included, with charger) canon, slr, camera, 8, digital Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Rebel XT 5 x 3.7 x 2.5 inches The Canon EOS Digital Rebel camera now has a new, faster, even smaller big brother. Sibling rivalries aside, the 8.0-megapixel Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Even with its advancements in ergonomic design and technology, this easy-to-use EOS digital camera is compatible with all of Canon\'s EF lenses, including the EF-S lenses.'),(45,6,'QC-2185 Silver 5 Enabled Argus Argus QC-2185 Quick Click 5MP Digital Camera QC-2185 2.75 inches x 1.5 inches The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet. The Argus QC-2185 features a clear and bright 1.1-inch CSTN (color super-twist nematic) LCD display that makes it easy to frame the perfect picture. Thanks to its USB 1.1 connection compatibility, this digital camera lets you quickly download pictures to your Mac or PC, and can also function as a handy web camera. The QC-2185 includes eight megabytes of internal SDRAM memory, with the ability to expand camera memory via a built-in SD (secure digital) storage card slot for easy storage and transfer of your pictures. This unit also includes a built-in auto flash with a three to seven foot range, and comes with ArcSoft PhotoImpression\'s photo editing software which makes it easy for you to edit, crop, adjust and improve all your best pictures to make them even better. Argus, QC-2185, digital, camera, 2MP The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet.'),(46,6,'750 Silver 7 Enabled Olympus Olympus Stylus 750 7.1MP Digital Camera 750 3.8 x 2.1 x 1 inches Olympus continues to innovate with the launch of the Stylus 750 digital camera, a technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom that tucks away into a streamlined metal, all-weather body design. The camera is distinguished by a number of premium features, including: * An advanced combination of the mechanical CCD-shift Image Stabilization and Digital Image Stabilization work together to ensure the clearest pictures possible in any situation; * A 5x optical zoom lens with a newly developed lens element to maintain a small compact size; * A 2.5-inch LCD and Bright Capture Technology dramatically improve composition, capture and review of images in low-light situations; * Olympus\' exclusive TruePic Turbo Image Processing engine is coupled with a 7.1-megapixel image sensor to produce crisp, high-quality p 7.1-megapixel CCD captures enough detail for photo-quality 15 x 20-inch prints 5x image-stabilized optical zoom; 2.5-inch LCD display Compact, all-weather body measures 3.8 x 2.1 x 0.96 inches Bright Capture technology; 27 selectable shooting modes; built-in Help guide Stores images on xD Picture Cards; powered by Li-Ion battery (battery and charger included) Olympus, stylus, 750, 7MP, digital, camera, zoom A technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom.'),(47,6,'A630 Silver 8 Enabled Canon Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom A630 4.3 x 2.6 x 1.9 inches Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes. The PowerShot A630 packs a vast array of advanced features into a remarkably compact space 8-megapixel CCD captures enough detail for photo-quality 16 x 22-inch prints 4x optical zoom; 2.5-inch vari-angle LCD display ISO range up to ISO 800 for less blur in low light while hand-holding 3:2 guide masks LCD to display 4 x 6-inch print size; 16:9 format option for still images Stores images on SD cards; powered by 4 AA-size batteries canon, powershot, A630, digital, camera, optical, zoom Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes.'),(19,6,'8525PDA Silver Enabled At&t AT&T 8525 PDA 8525 PDA 4.4 x 2.4 x 0.9 inches The design of the 8525 is clean and uncluttered, with just a few buttons for mail, Internet Explorer, and contextual menus. Meanwhile, call answer and end buttons surround a five-way toggle that allows you to navigate and control the Windows Mobile interface. As mentioned, a full QWERTY keyboard cleverly slides out from underneath the screen. This allows you to hold the device horizontally, and the screen is automatically placed in landscape mode when you\'re using the keyboard. A side scroll wheel is conveniently tucked away on the side, making navigation when accessing the music player and other various applications a cinch when needed. A mini-SD memory expansion card slot is provided, as is an infrared port and support for a stereo Bluetooth headset. A mini-USB port is also included for wired data transfers and charging. tri-band UMTS/HSDPA; quad-band GSM/GPRS/EDGE for global use Windows Mobile 5.0 with Messaging & Security Feature Pack sliding QWERTY keyboard with improved keypad design and improved backlight for easier use in low light conditions 128MB ROM / 64MB RAM; ~51MB user available memory 2.0 mega-pixel camera with video capabilities At&t, 8525, cell, phone Under the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera.'),(20,6,'MM-A900M Silver Enabled Samsung Samsung MM-A900M Ace MM-A900M 3.9 x 2 x 0.6 inches New services supported by both the MM-A900m include the newly announced Sprint Music StoreSM, which allows users to immediately buy and download complete songs directly to their phone; 30 channels of live and on demand video and audio from Sprint TVSM and On Demand, a personalized resource guide to news, traffic, weather, sports and entertainment. The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. Features like external music-navigation keys make these phones both functional and attractive. These handsets are sure to be at the top of many wish lists. Bluetooth Wireless Technology: Built-in radio technology allows fast, secure transmission between your phone and accessories without cables or wires. Bluetooth wireless accessories are sold separately. Mass Storage Area: Store pictures, videos, voice memos and music within the internal memory of the phone. Streaming Music Enabled: Stream music to your phone with Music Choice®. Select from Pop, Rock, Hip Hop, and R&B plus exclusive video clips, performances, and artist interviews. Samsung, MM-A900M, cell, phone The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone.'),(25,6,'MA464LL/A Silver Enabled Apple Apple MacBook Pro MA464LL/A 15.4\" Notebook PC MA464LL/A 19.5 x 7.6 x 19.5 inches 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300) 100 GB 5400 rpm Serial ATA hard drive 15.4-inch TFT widescreen display with 1440 x 900 resolution This, combined with myriad other engineering leaps, boosts performance up to four times higher than the PowerBook G4. With this awesome power, it\'s a breeze to render complex 3D models, enjoy smooth playback of HD video, or host a four-way video conference.Intel Core Duo is the first chip built using Intel\'s groundbreaking 65-nanometer process - resulting in transistors so small, you could fit a hundred inside a single human cell. With smaller distances for electrons to travel, and two processors designed to share resources and conserve power, Intel Core Duo achieves higher levels of performance as it uses fewer watts. Which is what makes it possible to design a super-powerful MacBook Pro that\'s only one inch thin.When Mac technology makes something easy, it\'s hardly news. So here\'s more non-news for MacBook Pro owners: software just works. If you see the Universal logo on a new application, that means it will run on Intel- and PowerPC-based Mac computers. For most existing applications, you simply do what you\'ve always done: double-click them. Thanks to the Rosetta technology in Mac OS X, they look and feel just like they did before. 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300); 100 GB 5400 rpm Serial ATA hard drive; slot-load SuperDrive (DVD±RW/CD-RW) One FireWire 400, two USB 2.0 ports, and ExpressCard/34 slot; no FireWire 800 slots Built-in 10/100/1000BASE-T (Gigabit); built-in 54 Mbps AirPort Extreme (802.11g); built-in Bluetooth 2.0+EDR 15.4-inch TFT widescreen display with 1440 x 900 resolution Apple MacBook Pro MA464LL/A 15.4\" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive) You\'ve seen improvements in notebook performance before - but never on this scale. The Intel Core Duo powering MacBook Pro is actually two processors built into a single chip.'),(18,6,'sw810i Black Enabled Sony Sony Ericsson W810i W810i 3.5 x 1.8 x 1 inches The W810i\'s screen sports 176 x 220 pixel resolution with support for 262,000 colors. Quick access buttons below the screen make it easy to control the phone\'s Walkman music features, while a five-way center button controls most of the phone\'s menus and features. Disc2Phone™ music copying software is supplied in the W810 kit and it’s easy to copy songs from your favorite CDs, and PC music folders The built-in W810 2 megapixel digital camera with autofus takes excellent photos and when you need to catch some action, W810 has video too Sharing images and other phone content is easy. Use Bluetooth™, or Multimedia messaging when you want to send images and video Wherever you are, you have high speed access to the internet with EDGE technology A full-function email client in your W810 gives you access to your inbox wherever you go Sony, Ericsson ,W810i, cell, phone The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here.'),(17,6,'bb8100 Silver Enabled BlackBerry BlackBerry 8100 Pearl 8100 4.2 x 2 x 0.6 inches Like the BlackBerry 7105t, the BlackBerry 8100 Pearl is The BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000 colors-- plenty of real estate to view your e-mails, Web browser content, messaging sessions, and attachments. The venerable BlackBerry trackwheel has been replaced on this model with an innovative four-way trackball placed below the screen. On the rear of the handheld, you\'ll find a 1.3-megapixel camera and a self portrait mirror. The handheld\'s microSD memory card slot is located inside the device, behind the battery. There\'s also a standard 2.5mm headset jack that can be used with the included headset, as well as a mini-USB port for data connectivity. 1.3 mega pixel camera to capture those special moments MP3 player lets you listen to your favorite music on the go Menu and escape keys on the front of the device for easier access Bluetooth technology lets you experience hands free and wire free features Package Contents: phone,AC adapter,software CD,headset,USB cable,sim- card,get started poster,reference guide Blackberry, 8100, pearl, cell, phone The BlackBerry 8100 Pearl is a departure from the form factor of previous BlackBerry devices. This BlackBerry handset is far more phone-like, and RIM\'s engineers have managed to fit a QWERTY keyboard onto the handset\'s slim frame.'),(16,6,'n2610 Enabled Black Nokia Nokia 2610 Phone 2610 4.1 x 1.7 x 0.7 inches The Nokia 2610 is an easy to use device that combines multiple messaging options including email, instant messaging, and more. You can even download MP3 ringtones, graphics, and games straight to the phone, or surf the Internet with Cingular\'s MEdia Net service. It\'s the perfect complement to Cingular service for those even remotely interested in mobile Web capabilities in an affordable handset. Design Compact and stylish, the 2610 features a candybar design sporting a bright 128 x 128 pixel display capable of displaying over 65,000 colors. Most of the phone\'s features and on-screen menus are controlled by a center toggle on the control pad. A standard hands-free headphone jack is provided, as are volume control keys, and there\'s even a \"Go-To\" button that can be assigned by the user for quick access to favorite applications. Lastly, the included speakerphone allows you to talk handsfree, and because the phone sports an internal antenna, there\'s nothing to snag or break off. Integrated camera with video recorder to capture those special moments Enriched data connections for complete mobile access via Email, MMS, and MEdia Net Personalize with downloadable MP3 and polyphonic Ring tones, Games, and Graphics Use AIM, Yahoo! and MSN Messenger to stay in touch on the go Mobile Internet browser and email Nokia 2610, cell, phone, The words \"entry level\" no longer mean \"low-end,\" especially when it comes to the Nokia 2610. Offering advanced media and calling features without breaking the bank'),(176,6,'349838 Enabled Brown Bedroom Akio Bookcase 349838 16.5\"W x 78\"L x 9\"H Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. Crafted in Thailand of Asian beechwood. 39\'\'Wx14\'\'Dx72\'\'H. Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. Add extra shelves for storing and displaying. Thailand Asian Beechwood'),(177,6,'2223 Enabled Boys Small Butterfly Fish A beautiful shirt. A beautiful shirt.'),(179,6,'vir-real Enabled Get This Look: Virtual Reality This spring become a virtual reality goddess. This spring become a virtual reality goddess. Enabled Pink Pink Laced Leather Boots Finish up your Virtual Reality look with this 5\" heel boots. Finish up your Virtual Reality look with this 5\" heel boots. Enabled Pink Faux Fur Jacket Get the Virtual Reality look with this stylish pink faux fur! Get the Virtual Reality look with this stylish pink faux fur!'),(180,6,'pink-laced Enabled Pink Pink Laced Leather Boots Finish up your Virtual Reality look with this 5\" heel boots. Finish up your Virtual Reality look with this 5\" heel boots.'),(181,6,'vin-bw Enabled Vintage Black and White Our black and white vintage is made from 100% silk. Our black and white vintage is made from 100% silk.'),(182,6,'bl-stil Enabled Black Stilettos Finish up the Vintage look! Finish up the Vintage look!'),(183,6,'timeless-vintage Enabled Get This Look: Timeless Vintage This spring become a timeless vintage goddess. This spring become a timeless vintage goddess. Enabled Vintage Black and White Our black and white vintage is made from 100% silk. Our black and white vintage is made from 100% silk. Enabled Black Stilettos Finish up the Vintage look! Finish up the Vintage look!'),(184,6,'bl-cttn-jkt Enabled Black Cotton Jacket One button blazer style cotton jacket One button blazer style cotton jacket'),(187,6,'gdl-lacool Enabled Get This Look: L.A. Cool This spring become the goddess of the dance floor - become LA Cool. This spring become the goddess of the dance floor - become LA Cool. Enabled Black Plaform Shoes 5\" platform boots for your dancing pleasure 5\" platform boots for your dancing pleasure Enabled Black Leather Pants Our zipper-less black leather pants will keep you dancing till the morning! Our zipper-less black leather pants will keep you dancing till the morning! Enabled Black Cotton Jacket One button blazer style cotton jacket One button blazer style cotton jacket'),(188,6,'classic-jeans Enabled Classic Jeans Our best-selling classic style jeans sits straight through the seat, thigh and leg. Our best-selling classic style jeans sits straight through the seat, thigh and leg.'),(189,6,'sand-wash-jeans Enabled Sand Wash Jeans Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look. Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look.'),(190,6,'1yr-membership Enabled 1 Year Membership 1 Year Membership to Magento Enterprise Demo. 1 Year Membership to Magento Enterprise Demo.'),(173,7,'esb_1 Enabled Exotic Silk Blouse This sexy silk blouse is perfect for any occasion. This sexy silk blouse is perfect for any occasion.'),(174,7,'gc_physvirt1 Enabled Physical and Virtual Gift Card Physical and Virtual Gift Card with no message Physical and Virtual Gift Card with no message'),(175,7,'gc_physical3 Enabled $200 Gift Card $200 Physical Gift Card $200 Physical Gift Card'),(167,7,'gc_physical1 Enabled $100 Physical Gift Card Physical Gift Card with fixed amount. Physical Gift Card with fixed amount.'),(168,7,'gc_virtual1 Enabled Virtual Gift Card No more returned Christmas gifts, and no more clueless stare from your loved ones. Give the gift they want with this Magento Virtual Gift Card! No time to wait for delivery? Send a gift card straight to the inbox of your loved one! Virtual Gift Card with fixed and open amounts.'),(169,7,'gc_physical2 Enabled \'For You\' Physical Gift Card Physical Gift Card with open amount Physical Gift Card with open amount'),(166,7,'HTC Touch Diamond Enabled Black HTC HTC Touch Diamond HTC Touch Diamond Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design. Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use. With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection. Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips. A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit. Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived. 102 mm (L) X 51 mm (W) X 11.35 mm (T)'),(165,7,'mycomputer Enabled My Computer test description test description Enabled Apple 30\" Flat-Panel TFT-LCD Cinema HD Monitor 30\" * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. Enabled LG 19\" Widescreen Flat-Panel LCD Monitor 19\" 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles Enabled LG 24\" Widescreen Flat-Panel LCD Monitor 24\" With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs Enabled Samsung 22\" Syncmaster LCD Monitor 22\" The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Western Digital Western Digital 500GB HD - 7200RPM 500 GB 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm Enabled Seagate Seagate 250GB HD - 5400RPM 5400 rpm 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Black Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation. Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing.'),(164,7,'computer_fixed Enabled Gaming Computer Make a computer Make a computer Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm Enabled Logitech Logitech diNovo Edge Keyboard PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Enabled Logitech Brown Logitech Cordless Optical Trackman Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. Enabled Microsoft Black Microsoft Wireless Optical Mouse 5000 Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Enabled Microsoft Microsoft Natural Ergonomic Keyboard 4000 The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.'),(159,7,'microsoftnatural Enabled Microsoft Microsoft Natural Ergonomic Keyboard 4000 The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard.'),(160,7,'logitechcord Enabled Logitech Brown Logitech Cordless Optical Trackman Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter.'),(161,7,'logidinovo Enabled Logitech Logitech diNovo Edge Keyboard PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered.'),(162,7,'micronmouse5000 Enabled Microsoft Black Microsoft Wireless Optical Mouse 5000 Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse.'),(163,7,'computer Enabled Computer Make a computer Make a computer Enabled One Year Extended Warranty - Parts and Labor 1 Year Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor Enabled Apple 30\" Flat-Panel TFT-LCD Cinema HD Monitor 30\" * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency. Enabled LG 19\" Widescreen Flat-Panel LCD Monitor 19\" 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles Enabled LG 24\" Widescreen Flat-Panel LCD Monitor 24\" With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs Enabled Samsung 22\" Syncmaster LCD Monitor 22\" The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. Enabled Microsoft Black Microsoft Wireless Optical Mouse 5000 Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Enabled Microsoft Microsoft Natural Ergonomic Keyboard 4000 The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price! The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. Enabled Logitech Logitech diNovo Edge Keyboard PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement. An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world\'s most advanced mouse, the Logitech MX Revolution, for a premium desktop experience! PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Enabled Logitech Brown Logitech Cordless Optical Trackman Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech\'s patented optical technology, you get virtually maintenance-free precision and smooth tracking. Our most advanced trackball yet. It\'s comfortable, cordless, finger-operated and works where you need it. Save space and eliminate desktop clutter. Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm Enabled Seagate Seagate 250GB HD - 5400RPM 5400 rpm 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Western Digital Western Digital 500GB HD - 7200RPM 500 GB 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing. Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward. Enabled Black Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market. Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.'),(153,7,'intelcore2extreme Enabled Intel Intel Core 2 Extreme QX9775 3.20GHz Retail Intel Core 2 Extreme QX9775 Processor BX80574QX9775 - 45nm, 3.20GHz, 12MB Cache, 1600MHz FSB, Yorkfield XE, Quad-Core, Retail, Socket 771, Processor The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing.'),(154,7,'500gb5400 Enabled Seagate Seagate 500GB HD - 5400RPM 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 5400 rpm'),(155,7,'250gb5400 Enabled Seagate Seagate 250GB HD - 5400RPM 5400 rpm 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(156,7,'W1952TQ-TF Enabled LG 19\" Widescreen Flat-Panel LCD Monitor 19\" 2 ms response time; 10,000:1 contrast ratio; 300 cd/m² brightness; 1440 x 900 maximum resolution; DVI-D and 15-pin D-sub inputs Experience smooth gaming visuals and crystal-clear video with this 19\" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device. Product Features * Ultrafast 2 ms response time * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles'),(157,7,'M9179LL Enabled Apple 30\" Flat-Panel TFT-LCD Cinema HD Monitor 30\" * Digital (DVI), USB 2.0 and FireWire 400 inputs * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt * Antiglare, hard-coat screen treatment * Wall-mountable with optional mounting kit (not included) * ENERGY STAR compliance assures a high standard of energy efficiency Computer games, digital photo editing and graphic applications will astound you on this huge 30\" flat-panel monitor. Cinema HD and ColorSync technology let you enjoy 16.7 million breathtaking colors and custom profiling for color consistency.'),(158,7,'VGN-TXN27N/BW Enabled Sony VAIO 11.1\" Notebook PC Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Enabled Three Year Extended Warranty - Parts and Labor 3 Year Warranty - Parts and Labor 3 Year Extended Warranty - Parts and Labor 3 Year Extended Warranty - Parts and Labor Enabled One Year Extended Warranty - Parts and Labor 1 Year Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor 1 Year Extended Warranty - Parts and Labor Enabled Two Year Extended Warranty - Parts and Labor 2 Year Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor 2 Year Extended Warranty - Parts and Labor Black Enabled Sony Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC.'),(145,7,'amdphenom Enabled AMD AMD Phenom X4 9850 Black Ed. 2.50GHz Retail Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it\'s a single solution or an enterprise system, AMD Phenom processors have the power to perform. Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor.'),(147,7,'226bw Enabled Samsung 22\" Syncmaster LCD Monitor 22\" The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready. The wide, 16:10 format of SAMSUNG\'s 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready.'),(148,7,'amda64 Enabled AMD AMD A64 X2 3800+ 2.0GHz OEM Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor. AMD Athlon 64 X2 3800+ Processor ADO3800IAA5CZ - 2.0GHz, 2 x 512KB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual Core, OEM, Socket AM2, Processor'),(149,7,'1tb7200 Enabled Western Digital Western Digital - 1TB HD - 7200RPM 1 TB 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache 1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(150,7,'500gb7200 Enabled Western Digital Western Digital 500GB HD - 7200RPM 500 GB 500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache 500GB - 7200RPM, SATA 3.0Gb/s, 32MB Cache'),(151,7,'intelc2d Enabled Intel Intel C2D E8400 3.0GHz Retail Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel\'s new industry-leading foundation for all mobile, desktop and server platforms moving forward.'),(152,7,'W2452T-TF Enabled LG 24\" Widescreen Flat-Panel LCD Monitor 24\" With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24\" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device. Product Features: * Ultrafast 5 ms response time * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles 5 ms response time; 10,000:1 contrast ratio; 400 cd/m² brightness; 1920 x 1200 maximum resolution; DVI-D and 15-pin D-sub inputs'),(139,7,'nzxtlexa Silver Enabled NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default) Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa\'s minimalist and classy design fits perfectly under the NZXT Classic Series line. The Lexa boasts a ridgid, but light weight aluminum chassis. The Lexa\'s high-air-flow design, while quiet, ensures cooling options for the more ambitious computing enthusiasts. Three thermal probes provide temperature readings to the illuminated LCD display for monitoring your systems core components. The Lexa ships with a rugged carrying strap with protective window cover for easy single-handed transportation.'),(140,7,'2gbdimm Enabled Crucial Crucial 2GB PC4200 DDR2 533MHz Memory Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 2GB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality.'),(141,7,'1gbdimm Enabled Crucial Crucial 1GB PC4200 DDR2 533MHz Memory Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 1024MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality.'),(143,7,'512dimm Enabled Crucial Crucial 512MB PC4200 DDR2 533MHz Memory Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. Crucial 512MB PC4200 DDR2 533MHz Memory Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer. Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality.'),(138,7,'apevia-black Enabled Black Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default) This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel\'s recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors. This magnificent new case features 2 x 80mm built-in fans with space for 2 optional fans. The Aspire X-Cruiser features front temperature gauge, front fan speed controller and gauge, and front volume controller and gauge. It also features USB2.0, Firewire and audio ports. The superior cooling solution that X-Cruiser delivers can only be found in very few of the expensive chassis in the market.'),(134,7,'ac-66332 Enabled Universal Camera Charger Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator. Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator.'),(135,7,'ana Brown Womens Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG! womens, sandal, leather, anashria, Buckle embellished contrasting straps adorn both the heel and canvas covered wedge of this t-strap sandal to make it a truly unique addition to your wardrobe Smooth kidskin upper in a dress platform wedge t-strap sandal style, with a round open toe, front and ankle adjustable buckles and tonal stitching accents. Ankle buckle features elastic panel. Smooth faux leather lining, cushioning faux leather and fabric topped insole. 1 inch matching leather and fabric wrapped midsole. Womens Style Genuine Top Grain Premier Leather Rich Color Tones Straps lined with 2000 lb test nylon Guaranteed for the Life of the Sole - Non-slip sole Womens Brown 9 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Brown 3 Enabled Sandal Womens Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Brown 4 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Enabled Sandal Brown 5 Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Brown 6 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Brown 7 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Brown 8 Enabled Sandal Anashria Anashria Womens Premier Leather Sandal B000KJ43SG Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag. Womens Premier Leather Single Layer Narrow Strap - womens, sandal, leather, anashria, Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.'),(133,7,'ac9003 Enabled Universal Camera Case A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time. A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time.'),(132,7,'ac674 Enabled SLR Camera Tripod Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers. Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers.'),(120,7,'ink Enabled Womens White Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: Ink Eater, Krylon, Bombear , Destroyed, Tee, t shirt Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! White Enabled Womens Small Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! Ink Eater: Krylon Bombear Destroyed Tee We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! White Enabled Medium Womens Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! Ink Eater: Krylon Bombear Destroyed Tee We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! Womens Large White Enabled Ink Eater: Krylon Bombear Destroyed Tee Ink Eater: We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion! Ink Eater: Krylon Bombear Destroyed Tee We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can\'t argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!'),(123,7,'oc Enabled Mens White The Only Children: Paisley T-Shirt paisley The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirt. 6.1 oz. 100% preshrunk heavyweight cotton Double-needle sleeves and bottom hem White Enabled Mens Small The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirst. The Only Children: Paisley T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem The Only Children: Paisley T-Shirt Enabled Mens Medium White The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirst. White Enabled Mens Large The Only Children: Paisley T-Shirt The Only Children: Paisley T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Double-needle sleeves and bottom hem The Only Children: Paisley T-Shirt Printed on American Apparel Classic style 5495 California cotton T shirst.'),(126,7,'zol Enabled Mens Zolof The Rock And Roll Destroyer: LOL Cat T-shirt zolof Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Red Enabled Mens Small Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Enabled Mens Small Green Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Printed on American Apparel Classic style 5495 California t-shirts. Red Enabled Mens Medium Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Enabled Mens Medium Green Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Red Enabled Large Mens Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts. Mens Large Green Enabled Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Zolof The Rock And Roll Destroyer: LOL Cat T-shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Zolof The Rock And Roll Destroyer: LOL Cat T-shirt Printed on American Apparel Classic style 5495 California t-shirts.'),(119,7,'coal_1 Enabled Mens Green Coalesce: Functioning On Impatience T-Shirt Impatience Coalesce, T-Shirt 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem Comfortable preshrunk shirts. Highest Quality Printing. 6.1 oz. 100% preshrunk heavyweight cotton Shoulder-to-shoulder taping Double-needle sleeves and bottom hem Green Enabled Small Mens Coalesce: Functioning On Impatience T-Shirt Impatience # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Coalesce: Functioning On Impatience T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Green Enabled Medium Mens Coalesce: Functioning On Impatience T-Shirt Impatience # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Coalesce: Functioning On Impatience T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Green Enabled Large Mens Coalesce: Functioning On Impatience T-Shirt Impatience # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem Coalesce: Functioning On Impatience T-Shirt # 6.1 oz. 100% preshrunk heavyweight cotton # Shoulder-to-shoulder taping # Double-needle sleeves and bottom hem'),(112,7,'ecco Enabled Golf Shoes Brown Womens Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M ECCO, Womens, Golf, Flexor, Shoe With a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Breathable mesh fabric lining Cushioned Comfort Fibre System(R) Moisture absorbent Anti-bacterial insole Womens 3 Golf Shoes Enabled Brown Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. ECCO Womens Golf Flexor Golf Shoe Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Golf Shoes Enabled Brown Womens 4 Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. ECCO Womens Golf Flexor Golf Shoe Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Womens 5 Golf Shoes Enabled Brown Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M ECCO Womens Golf Flexor Golf Shoe Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Womens 6 Golf Shoes Enabled Brown Ecco ECCO Womens Golf Flexor Golf Shoe B000NPOA1M Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect. ECCO Womens Golf Flexor Golf Shoe Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you\'ll love wearing on and off the links.'),(108,7,'nine Womens Enabled High Heels Red Nine West Nine West Women\'s Lucero Pump B000LJQVF8 Nine West, Women, Lucero, Pump This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Womens Red 3 High Heels Enabled Nine West Nine West Women\'s Lucero Pump B000LJQVF8 The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Nine West Women\'s Lucero Pump The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp Womens Red 4 High Heels Enabled Nine West Nine West Women\'s Lucero Pump B000LJQVF8 The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Nine West Women\'s Lucero Pump The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp Womens Red 5 High Heels Enabled Nine West Nine West Women\'s Lucero Pump B000LJQVF8 The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Nine West Women\'s Lucero Pump The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp Womens High Heels Red 6 Enabled Nine West Nine West Women\'s Lucero Pump The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you\'ll be absolutely unforgettable. The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp B000LJQVF8 The perfect pump will suit any ensemble. Leather upper. 3-3/4 inch stacked heel. Man-made sole. Imported. Nine West Women\'s Lucero Pump'),(103,7,'steve Womens Enabled Dress Red Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Steven by Steve Madden Pryme Pump This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Womens Red 4 High Heels Enabled Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Womens Red 5 High Heels Enabled Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe 6 High Heels Enabled Womens Red Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe Red 7 Womens High Heels Enabled Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe 8 High Heels Enabled Womens Red Steve Madden Steven by Steve Madden Pryme Pump B000NOGIKY Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you\'re certain to catch a lot of attention. A prime example of chic style. Patent leather upper. Round toe. 3-1/2 inch covered heel. Flex leather sole. Imported. Steven by Steve Madden Pryme Pump Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe'),(98,7,'ken Black Mens Enabled Dress Kenneth Cole Kenneth Cole New York Men\'s Con-verge Slip-on B000IKC6AY Kenneth Cole, New York, Men\'s, Con-verge, Slip-on Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe. High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole. The handsome style of the Con-Verge slip-on from Kenneth Cole New York is larger than life. This sharp shoe has a semi-polished smooth leather upper, a squared off stitched apron toe, and dual-goring for easy on/off accessibility. It also features soft leather linings, a cushioned insole, and a paneled rubber outsole for a sturdy step. The Con-Verge is a perfect companion to your business and special occasion wardrobes. Running Mens Gray 9 Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII Running Mens Gray 11 Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Mens Gray 10 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Mens Gray 12 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Mens Gray 8 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII'),(48,7,'C530 Silver 5 Enabled Kodak Kodak EasyShare C530 5MP Digital Camera C530 4 x 6 x 9 inches Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features--such as 5.0-megapixel CCD resolution, on-camera image cropping, and an on-camera Share button--at a very affordable price. 5.0-megapixel CCD captures enough detail for photo-quality 13 x 17-inch prints 1.5-inch LCD display Continuous QVGA video Auto scene mode and three color modes; in-camera cropping Powered by AA size batteries; stores images on SD memory cards (includes 16 MB internal memory) kodak, eayshare, c530, 5MP, digital, camera Small on size. Big on value. Kodak\'s newest C-Series digital camera, the C530, sports awesome features'),(51,7,'1111 Red Living Room Enabled Ottoman magotto Italy Microfiber The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Ottoman With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery.'),(52,7,'1112 Red Living Room Enabled Chair 1112 Italy Microfiber This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Chair Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber.'),(53,7,'1113 Red Living Room Enabled Couch 1113 Italy Microfiber Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Couch For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!'),(54,7,'1114 Red Living Room Enabled Magento Red Furniture Set RFS Italy Microfiber The perfect furniture set for the living room! Love red? You\'ll love these pieces of handmade modern furniture! Magento, Red, Furniture, Set, ottoman, couch, chair Love red? You\'ll love these pieces of handmade modern furniture! Red Living Room Enabled Ottoman magotto Italy Microfiber The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Ottoman With durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery. Red Living Room Enabled Chair 1112 Italy Microfiber This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Chair Combining a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber. Red Living Room Enabled Couch 1113 Italy Microfiber Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed! Couch For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!'),(83,7,'cn Enabled Sandal Blue CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I cn, clogs, outdoor, shoes, sandals, comfortable Comfortable and fun to wear these clogs are the latest trend in fashion footwear Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Made of EVA foam Heel strap keeps shoe on foot Non-marking, slip-resistant outsole Weigh just 6-10 ounces Womens Blue 3 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear Womens Blue 4 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear Blue Sandal Womens 5 Enabled CN CLogs CN Clogs Beach/Garden Clog CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces Womens 6 Sandal Blue Enabled CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear Womens Blue Enabled Sandal 7 CN CLogs CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear B000JI2N0I Mens Blue 8 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Mens Blue 9 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear 10 Sandal Mens Blue Enabled CN CLogs CN Clogs Beach/Garden Clog * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. Mens Blue 11 Enabled Sandal CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear 12 Sandal Mens Blue Enabled CN CLogs CN Clogs Beach/Garden Clog B000JI2N0I Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable. * Made of EVA foam * Heel strap keeps shoe on foot * Non-marking, slip-resistant outsole * Weigh just 6-10 ounces CN Clogs Beach/Garden Clog Comfortable and fun to wear these clogs are the latest trend in fashion footwear'),(93,7,'asc Enabled Tennis Gray Mens Asics ASICS® Men\'s GEL-Kayano® XII Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. I.G.S.: Allows for natural foot movement from heel strike to toe-off DuoMax Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off Space Trusstic System: Allows for greater midsole deformation and more efficient foot function GEL Cushioning System: Provides maximum rearfoot/forefoot shock attenuation Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation B000CP1M00 asics, gel, kayano The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Mens Gray 8 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII Mens Gray 12 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Running Mens Gray 11 Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Mens Gray 10 Running Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Running Mens Gray 9 Enabled Asics ASICS® Men\'s GEL-Kayano® XII B000CP1M00 The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz. # I.G.S.?: Allows for natural foot movement from heel strike to toe-off # DuoMax? Support System: Maintains proper support for the foot during the critical transition from heel strike to toe-off # Space Trusstic System?: Allows for greater midsole deformation and more efficient foot function # GEL? Cushioning System: Provides maximum rearfoot/forefoot shock attenuation # Biomorphic Fit Upper: Provides enhanced upper fit and comfort while limiting irritation ASICS® Men\'s GEL-Kayano® XII'),(26,7,'LX.FR206.001 Black Enabled Acer Acer Ferrari 3200 Notebook Computer PC LX.FR206.001 Mobile AMD Athlon 64 2800+ 512MB of PC2700 DDR333 SDRAM 80 gig Western Digital 15-inch, 200-nit, high-brightness TFT LCD screen Acer has flawlessly designed the Ferrari 3200, instilling it with exceptional performance, brilliant graphics, and lightning-fast connectivity. This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success. Mobile AMD Athlon 64 2800+ 1MB L2 Cache 512MB of PC2700 DDR333 SDRAM 2 RAM Slots (0 open - upgrading requires chip removal) RAM is upgradeable to 2GB Acer Ferrari 3200 Notebook Computer PC This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success'),(27,7,'VGN-TXN27N/B Black Enabled Sony Sony VAIO VGN-TXN27N/B 11.1\" Notebook PC VGN-TXN27N/B 10.7 x 1.23 x 7.7 inches (WxHxD) Intel Core Solo Processor U1500 2 GB RAM 100 GB Hard Drive 9 inches Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected. Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today\'s demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel\'s Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings. Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop Take a load off your shoulders when you\'re racing for your plane with the sleekly designed and ultra-portable Sony Vaio VGN-TXN27N/B notebook PC.'),(28,7,'M285-E Black Enabled Toshiba Toshiba M285-E 14\" M285-E 17 x 7 x 13 inches 1.66 GHz Intel Core Duo T2300E processor 1 GB RAM 60 GB hard drive 14-inch screen Easily mobile at just 6 pounds, the Toshiba Satellite A135-S4527 makes it easy to get your work done with a large, bright 15.4-inch widescreen LCD. The XGA-resolution screen (1280 x 800) permits side-by-side viewing of documents for increased productivity. It\'s also great for using as a media center, with Toshiba\'s unique Express Media Player enabling you to bypass the system and access CDs and DVDs with a touch of button. This affordable notebook PC is powered by Intel\'s 1.73 GHz Core Duo T2080 processor, which provides an optimized, multithreaded architecture for improved gaming and multitasking performance and efficient power consumption. It also offers a 120 GB hard drive, 1 GB of installed RAM (2 GB maximum), dual-layer/multi-format DVD drive that also burns CDs, integrated 54g wireless connectivity, and Intel GMA 950 video card with up to 256 MB of shared video RAM. Processor: The Intel Core Duo T2080 processor is built with the Mobile Intel 945PM Express chipset, and it has a 1.73 GHz processor speed, fast 533 MHz front-side bus (FSB), and 1 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system\'s performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) Toshiba, notebook, laptop, intel, Get the competitive edge with the Gateway M285-E. This widescreen Convertible Notebook functions as both a conventional notebook and a tablet.'),(39,7,'4fasd5f5 Green Enabled Mens Medium The Get Up Kids: Band Camp Pullover Hoodie The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. Sizing info is available here. The Get Up Kids: Band Camp Pullover Hoodie Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies.'),(41,7,'384822 Brown Bedroom Enabled Akio Dresser 384822 21\"W x 44\"L x 35.5\"H Thailand Asian Beechwood Features include inset panel sides and for spacious drawers and two wicker baskets. 41\"Wx18\"Dx36\"H. Hardwood, drawers, wicker, asian, beechwood Our Akio dresser has a solid hardwood frame.'),(42,7,'bar1234 Brown Bedroom Enabled Barcelona Bamboo Platform Bed bar1234 62\"W x 84\"L x 8\"H Thailand Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details. Bamboo Entirely handcrafted of solid Bamboo. Designed for use with a mattress alone, it includes a sturdy, padded wood platform for comfort and proper mattress support. bamboo, barcelona, platform, bed'),(44,7,'Rebel XT Black 8 Enabled Canon Canon Digital Rebel XT 8MP Digital SLR Camera 8.0-megapixel CMOS sensor captures enough detail for photo-quality 16 x 22-inch prints Includes Canon\'s EF-S 18-55mm, f3.5-5.6 zoom lens DIGIC II Image Processor provides fast, accurate image processing; captures images at a rate of up to 3 frames per second Fast start-up time--.2 seconds Powered by rechargeable Lithium-ion battery (included, with charger) canon, slr, camera, 8, digital Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Rebel XT 5 x 3.7 x 2.5 inches The Canon EOS Digital Rebel camera now has a new, faster, even smaller big brother. Sibling rivalries aside, the 8.0-megapixel Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Even with its advancements in ergonomic design and technology, this easy-to-use EOS digital camera is compatible with all of Canon\'s EF lenses, including the EF-S lenses.'),(45,7,'QC-2185 Silver 5 Enabled Argus Argus QC-2185 Quick Click 5MP Digital Camera QC-2185 2.75 inches x 1.5 inches The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet. The Argus QC-2185 features a clear and bright 1.1-inch CSTN (color super-twist nematic) LCD display that makes it easy to frame the perfect picture. Thanks to its USB 1.1 connection compatibility, this digital camera lets you quickly download pictures to your Mac or PC, and can also function as a handy web camera. The QC-2185 includes eight megabytes of internal SDRAM memory, with the ability to expand camera memory via a built-in SD (secure digital) storage card slot for easy storage and transfer of your pictures. This unit also includes a built-in auto flash with a three to seven foot range, and comes with ArcSoft PhotoImpression\'s photo editing software which makes it easy for you to edit, crop, adjust and improve all your best pictures to make them even better. Argus, QC-2185, digital, camera, 2MP The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet.'),(46,7,'750 Silver 7 Enabled Olympus Olympus Stylus 750 7.1MP Digital Camera 750 3.8 x 2.1 x 1 inches Olympus continues to innovate with the launch of the Stylus 750 digital camera, a technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom that tucks away into a streamlined metal, all-weather body design. The camera is distinguished by a number of premium features, including: * An advanced combination of the mechanical CCD-shift Image Stabilization and Digital Image Stabilization work together to ensure the clearest pictures possible in any situation; * A 5x optical zoom lens with a newly developed lens element to maintain a small compact size; * A 2.5-inch LCD and Bright Capture Technology dramatically improve composition, capture and review of images in low-light situations; * Olympus\' exclusive TruePic Turbo Image Processing engine is coupled with a 7.1-megapixel image sensor to produce crisp, high-quality p 7.1-megapixel CCD captures enough detail for photo-quality 15 x 20-inch prints 5x image-stabilized optical zoom; 2.5-inch LCD display Compact, all-weather body measures 3.8 x 2.1 x 0.96 inches Bright Capture technology; 27 selectable shooting modes; built-in Help guide Stores images on xD Picture Cards; powered by Li-Ion battery (battery and charger included) Olympus, stylus, 750, 7MP, digital, camera, zoom A technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom.'),(47,7,'A630 Silver 8 Enabled Canon Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom A630 4.3 x 2.6 x 1.9 inches Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes. The PowerShot A630 packs a vast array of advanced features into a remarkably compact space 8-megapixel CCD captures enough detail for photo-quality 16 x 22-inch prints 4x optical zoom; 2.5-inch vari-angle LCD display ISO range up to ISO 800 for less blur in low light while hand-holding 3:2 guide masks LCD to display 4 x 6-inch print size; 16:9 format option for still images Stores images on SD cards; powered by 4 AA-size batteries canon, powershot, A630, digital, camera, optical, zoom Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes.'),(19,7,'8525PDA Silver Enabled At&t AT&T 8525 PDA 8525 PDA 4.4 x 2.4 x 0.9 inches The design of the 8525 is clean and uncluttered, with just a few buttons for mail, Internet Explorer, and contextual menus. Meanwhile, call answer and end buttons surround a five-way toggle that allows you to navigate and control the Windows Mobile interface. As mentioned, a full QWERTY keyboard cleverly slides out from underneath the screen. This allows you to hold the device horizontally, and the screen is automatically placed in landscape mode when you\'re using the keyboard. A side scroll wheel is conveniently tucked away on the side, making navigation when accessing the music player and other various applications a cinch when needed. A mini-SD memory expansion card slot is provided, as is an infrared port and support for a stereo Bluetooth headset. A mini-USB port is also included for wired data transfers and charging. tri-band UMTS/HSDPA; quad-band GSM/GPRS/EDGE for global use Windows Mobile 5.0 with Messaging & Security Feature Pack sliding QWERTY keyboard with improved keypad design and improved backlight for easier use in low light conditions 128MB ROM / 64MB RAM; ~51MB user available memory 2.0 mega-pixel camera with video capabilities At&t, 8525, cell, phone Under the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera.'),(20,7,'MM-A900M Silver Enabled Samsung Samsung MM-A900M Ace MM-A900M 3.9 x 2 x 0.6 inches New services supported by both the MM-A900m include the newly announced Sprint Music StoreSM, which allows users to immediately buy and download complete songs directly to their phone; 30 channels of live and on demand video and audio from Sprint TVSM and On Demand, a personalized resource guide to news, traffic, weather, sports and entertainment. The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. Features like external music-navigation keys make these phones both functional and attractive. These handsets are sure to be at the top of many wish lists. Bluetooth Wireless Technology: Built-in radio technology allows fast, secure transmission between your phone and accessories without cables or wires. Bluetooth wireless accessories are sold separately. Mass Storage Area: Store pictures, videos, voice memos and music within the internal memory of the phone. Streaming Music Enabled: Stream music to your phone with Music Choice®. Select from Pop, Rock, Hip Hop, and R&B plus exclusive video clips, performances, and artist interviews. Samsung, MM-A900M, cell, phone The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone.'),(25,7,'MA464LL/A Silver Enabled Apple Apple MacBook Pro MA464LL/A 15.4\" Notebook PC MA464LL/A 19.5 x 7.6 x 19.5 inches 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300) 100 GB 5400 rpm Serial ATA hard drive 15.4-inch TFT widescreen display with 1440 x 900 resolution This, combined with myriad other engineering leaps, boosts performance up to four times higher than the PowerBook G4. With this awesome power, it\'s a breeze to render complex 3D models, enjoy smooth playback of HD video, or host a four-way video conference.Intel Core Duo is the first chip built using Intel\'s groundbreaking 65-nanometer process - resulting in transistors so small, you could fit a hundred inside a single human cell. With smaller distances for electrons to travel, and two processors designed to share resources and conserve power, Intel Core Duo achieves higher levels of performance as it uses fewer watts. Which is what makes it possible to design a super-powerful MacBook Pro that\'s only one inch thin.When Mac technology makes something easy, it\'s hardly news. So here\'s more non-news for MacBook Pro owners: software just works. If you see the Universal logo on a new application, that means it will run on Intel- and PowerPC-based Mac computers. For most existing applications, you simply do what you\'ve always done: double-click them. Thanks to the Rosetta technology in Mac OS X, they look and feel just like they did before. 2.0 GHz Intel Core Duo processor with 2 MB shared L2 Cache 1 GB (single SODIMM) 667 MHz DDR2 SDRAM (PC2-5300); 100 GB 5400 rpm Serial ATA hard drive; slot-load SuperDrive (DVD±RW/CD-RW) One FireWire 400, two USB 2.0 ports, and ExpressCard/34 slot; no FireWire 800 slots Built-in 10/100/1000BASE-T (Gigabit); built-in 54 Mbps AirPort Extreme (802.11g); built-in Bluetooth 2.0+EDR 15.4-inch TFT widescreen display with 1440 x 900 resolution Apple MacBook Pro MA464LL/A 15.4\" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive) You\'ve seen improvements in notebook performance before - but never on this scale. The Intel Core Duo powering MacBook Pro is actually two processors built into a single chip.'),(18,7,'sw810i Black Enabled Sony Sony Ericsson W810i W810i 3.5 x 1.8 x 1 inches The W810i\'s screen sports 176 x 220 pixel resolution with support for 262,000 colors. Quick access buttons below the screen make it easy to control the phone\'s Walkman music features, while a five-way center button controls most of the phone\'s menus and features. Disc2Phone™ music copying software is supplied in the W810 kit and it’s easy to copy songs from your favorite CDs, and PC music folders The built-in W810 2 megapixel digital camera with autofus takes excellent photos and when you need to catch some action, W810 has video too Sharing images and other phone content is easy. Use Bluetooth™, or Multimedia messaging when you want to send images and video Wherever you are, you have high speed access to the internet with EDGE technology A full-function email client in your W810 gives you access to your inbox wherever you go Sony, Ericsson ,W810i, cell, phone The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here.'),(17,7,'bb8100 Silver Enabled BlackBerry BlackBerry 8100 Pearl 8100 4.2 x 2 x 0.6 inches Like the BlackBerry 7105t, the BlackBerry 8100 Pearl is The BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000 colors-- plenty of real estate to view your e-mails, Web browser content, messaging sessions, and attachments. The venerable BlackBerry trackwheel has been replaced on this model with an innovative four-way trackball placed below the screen. On the rear of the handheld, you\'ll find a 1.3-megapixel camera and a self portrait mirror. The handheld\'s microSD memory card slot is located inside the device, behind the battery. There\'s also a standard 2.5mm headset jack that can be used with the included headset, as well as a mini-USB port for data connectivity. 1.3 mega pixel camera to capture those special moments MP3 player lets you listen to your favorite music on the go Menu and escape keys on the front of the device for easier access Bluetooth technology lets you experience hands free and wire free features Package Contents: phone,AC adapter,software CD,headset,USB cable,sim- card,get started poster,reference guide Blackberry, 8100, pearl, cell, phone The BlackBerry 8100 Pearl is a departure from the form factor of previous BlackBerry devices. This BlackBerry handset is far more phone-like, and RIM\'s engineers have managed to fit a QWERTY keyboard onto the handset\'s slim frame.'),(16,7,'n2610 Enabled Black Nokia Nokia 2610 Phone 2610 4.1 x 1.7 x 0.7 inches The Nokia 2610 is an easy to use device that combines multiple messaging options including email, instant messaging, and more. You can even download MP3 ringtones, graphics, and games straight to the phone, or surf the Internet with Cingular\'s MEdia Net service. It\'s the perfect complement to Cingular service for those even remotely interested in mobile Web capabilities in an affordable handset. Design Compact and stylish, the 2610 features a candybar design sporting a bright 128 x 128 pixel display capable of displaying over 65,000 colors. Most of the phone\'s features and on-screen menus are controlled by a center toggle on the control pad. A standard hands-free headphone jack is provided, as are volume control keys, and there\'s even a \"Go-To\" button that can be assigned by the user for quick access to favorite applications. Lastly, the included speakerphone allows you to talk handsfree, and because the phone sports an internal antenna, there\'s nothing to snag or break off. Integrated camera with video recorder to capture those special moments Enriched data connections for complete mobile access via Email, MMS, and MEdia Net Personalize with downloadable MP3 and polyphonic Ring tones, Games, and Graphics Use AIM, Yahoo! and MSN Messenger to stay in touch on the go Mobile Internet browser and email Nokia 2610, cell, phone, The words \"entry level\" no longer mean \"low-end,\" especially when it comes to the Nokia 2610. Offering advanced media and calling features without breaking the bank'),(176,7,'349838 Enabled Brown Bedroom Akio Bookcase 349838 16.5\"W x 78\"L x 9\"H Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. Crafted in Thailand of Asian beechwood. 39\'\'Wx14\'\'Dx72\'\'H. Our Asian inspired bookcase fits perfectly in your home office, adding extra shelves for storing and displaying. Add extra shelves for storing and displaying. Thailand Asian Beechwood'),(177,7,'2223 Enabled Boys Small Butterfly Fish A beautiful shirt. A beautiful shirt.'),(179,7,'vir-real Enabled Get This Look: Virtual Reality This spring become a virtual reality goddess. This spring become a virtual reality goddess. Enabled Pink Pink Laced Leather Boots Finish up your Virtual Reality look with this 5\" heel boots. Finish up your Virtual Reality look with this 5\" heel boots. Enabled Pink Faux Fur Jacket Get the Virtual Reality look with this stylish pink faux fur! Get the Virtual Reality look with this stylish pink faux fur!'),(180,7,'pink-laced Enabled Pink Pink Laced Leather Boots Finish up your Virtual Reality look with this 5\" heel boots. Finish up your Virtual Reality look with this 5\" heel boots.'),(181,7,'vin-bw Enabled Vintage Black and White Our black and white vintage is made from 100% silk. Our black and white vintage is made from 100% silk.'),(182,7,'bl-stil Enabled Black Stilettos Finish up the Vintage look! Finish up the Vintage look!'),(183,7,'timeless-vintage Enabled Get This Look: Timeless Vintage This spring become a timeless vintage goddess. This spring become a timeless vintage goddess. Enabled Vintage Black and White Our black and white vintage is made from 100% silk. Our black and white vintage is made from 100% silk. Enabled Black Stilettos Finish up the Vintage look! Finish up the Vintage look!'),(184,7,'bl-cttn-jkt Enabled Black Cotton Jacket One button blazer style cotton jacket One button blazer style cotton jacket'),(187,7,'gdl-lacool Enabled Get This Look: L.A. Cool This spring become the goddess of the dance floor - become LA Cool. This spring become the goddess of the dance floor - become LA Cool. Enabled Black Plaform Shoes 5\" platform boots for your dancing pleasure 5\" platform boots for your dancing pleasure Enabled Black Leather Pants Our zipper-less black leather pants will keep you dancing till the morning! Our zipper-less black leather pants will keep you dancing till the morning! Enabled Black Cotton Jacket One button blazer style cotton jacket One button blazer style cotton jacket'),(188,7,'classic-jeans Enabled Classic Jeans Our best-selling classic style jeans sits straight through the seat, thigh and leg. Our best-selling classic style jeans sits straight through the seat, thigh and leg.'),(189,7,'sand-wash-jeans Enabled Sand Wash Jeans Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look. Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look.'),(190,7,'1yr-membership Enabled 1 Year Membership 1 Year Membership to Magento Enterprise Demo. 1 Year Membership to Magento Enterprise Demo.'),(19,1,'8525PDA Silver Enabled At&t AT&T 8525 PDA 8525 PDA 4.4 x 2.4 x 0.9 inches The design of the 8525 is clean and uncluttered, with just a few buttons for mail, Internet Explorer, and contextual menus. Meanwhile, call answer and end buttons surround a five-way toggle that allows you to navigate and control the Windows Mobile interface. As mentioned, a full QWERTY keyboard cleverly slides out from underneath the screen. This allows you to hold the device horizontally, and the screen is automatically placed in landscape mode when you\'re using the keyboard. A side scroll wheel is conveniently tucked away on the side, making navigation when accessing the music player and other various applications a cinch when needed. A mini-SD memory expansion card slot is provided, as is an infrared port and support for a stereo Bluetooth headset. A mini-USB port is also included for wired data transfers and charging. tri-band UMTS/HSDPA; quad-band GSM/GPRS/EDGE for global use Windows Mobile 5.0 with Messaging & Security Feature Pack sliding QWERTY keyboard with improved keypad design and improved backlight for easier use in low light conditions 128MB ROM / 64MB RAM; ~51MB user available memory 2.0 mega-pixel camera with video capabilities At&t, 8525, cell, phone Under the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera. 199.99 1'),(18,1,'sw810i Black Enabled Sony Sony Ericsson W810i W810i 3.5 x 1.8 x 1 inches The W810i\'s screen sports 176 x 220 pixel resolution with support for 262,000 colors. Quick access buttons below the screen make it easy to control the phone\'s Walkman music features, while a five-way center button controls most of the phone\'s menus and features. Disc2Phone™ music copying software is supplied in the W810 kit and it’s easy to copy songs from your favorite CDs, and PC music folders The built-in W810 2 megapixel digital camera with autofus takes excellent photos and when you need to catch some action, W810 has video too Sharing images and other phone content is easy. Use Bluetooth™, or Multimedia messaging when you want to send images and video Wherever you are, you have high speed access to the internet with EDGE technology A full-function email client in your W810 gives you access to your inbox wherever you go Sony, Ericsson ,W810i, cell, phone The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here. 399.99 1'),(17,1,'bb8100 Silver Enabled BlackBerry BlackBerry 8100 Pearl 8100 4.2 x 2 x 0.6 inches Like the BlackBerry 7105t, the BlackBerry 8100 Pearl is The BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000 colors-- plenty of real estate to view your e-mails, Web browser content, messaging sessions, and attachments. The venerable BlackBerry trackwheel has been replaced on this model with an innovative four-way trackball placed below the screen. On the rear of the handheld, you\'ll find a 1.3-megapixel camera and a self portrait mirror. The handheld\'s microSD memory card slot is located inside the device, behind the battery. There\'s also a standard 2.5mm headset jack that can be used with the included headset, as well as a mini-USB port for data connectivity. 1.3 mega pixel camera to capture those special moments MP3 player lets you listen to your favorite music on the go Menu and escape keys on the front of the device for easier access Bluetooth technology lets you experience hands free and wire free features Package Contents: phone,AC adapter,software CD,headset,USB cable,sim- card,get started poster,reference guide Blackberry, 8100, pearl, cell, phone The BlackBerry 8100 Pearl is a departure from the form factor of previous BlackBerry devices. This BlackBerry handset is far more phone-like, and RIM\'s engineers have managed to fit a QWERTY keyboard onto the handset\'s slim frame. 349.99 1'),(19,3,'8525PDA Silver Enabled At&t AT&T 8525 PDA 8525 PDA 4.4 x 2.4 x 0.9 inches The design of the 8525 is clean and uncluttered, with just a few buttons for mail, Internet Explorer, and contextual menus. Meanwhile, call answer and end buttons surround a five-way toggle that allows you to navigate and control the Windows Mobile interface. As mentioned, a full QWERTY keyboard cleverly slides out from underneath the screen. This allows you to hold the device horizontally, and the screen is automatically placed in landscape mode when you\'re using the keyboard. A side scroll wheel is conveniently tucked away on the side, making navigation when accessing the music player and other various applications a cinch when needed. A mini-SD memory expansion card slot is provided, as is an infrared port and support for a stereo Bluetooth headset. A mini-USB port is also included for wired data transfers and charging. tri-band UMTS/HSDPA; quad-band GSM/GPRS/EDGE for global use Windows Mobile 5.0 with Messaging & Security Feature Pack sliding QWERTY keyboard with improved keypad design and improved backlight for easier use in low light conditions 128MB ROM / 64MB RAM; ~51MB user available memory 2.0 mega-pixel camera with video capabilities At&t, 8525, cell, phone Under the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera. 199.99 1'),(18,3,'sw810i Black Enabled Sony Sony Ericsson W810i W810i 3.5 x 1.8 x 1 inches The W810i\'s screen sports 176 x 220 pixel resolution with support for 262,000 colors. Quick access buttons below the screen make it easy to control the phone\'s Walkman music features, while a five-way center button controls most of the phone\'s menus and features. Disc2Phone™ music copying software is supplied in the W810 kit and it’s easy to copy songs from your favorite CDs, and PC music folders The built-in W810 2 megapixel digital camera with autofus takes excellent photos and when you need to catch some action, W810 has video too Sharing images and other phone content is easy. Use Bluetooth™, or Multimedia messaging when you want to send images and video Wherever you are, you have high speed access to the internet with EDGE technology A full-function email client in your W810 gives you access to your inbox wherever you go Sony, Ericsson ,W810i, cell, phone The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here. 399.99 1'),(17,3,'bb8100 Silver Enabled BlackBerry BlackBerry 8100 Pearl 8100 4.2 x 2 x 0.6 inches Like the BlackBerry 7105t, the BlackBerry 8100 Pearl is The BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000 colors-- plenty of real estate to view your e-mails, Web browser content, messaging sessions, and attachments. The venerable BlackBerry trackwheel has been replaced on this model with an innovative four-way trackball placed below the screen. On the rear of the handheld, you\'ll find a 1.3-megapixel camera and a self portrait mirror. The handheld\'s microSD memory card slot is located inside the device, behind the battery. There\'s also a standard 2.5mm headset jack that can be used with the included headset, as well as a mini-USB port for data connectivity. 1.3 mega pixel camera to capture those special moments MP3 player lets you listen to your favorite music on the go Menu and escape keys on the front of the device for easier access Bluetooth technology lets you experience hands free and wire free features Package Contents: phone,AC adapter,software CD,headset,USB cable,sim- card,get started poster,reference guide Blackberry, 8100, pearl, cell, phone The BlackBerry 8100 Pearl is a departure from the form factor of previous BlackBerry devices. This BlackBerry handset is far more phone-like, and RIM\'s engineers have managed to fit a QWERTY keyboard onto the handset\'s slim frame. 349.99 1'),(19,2,'8525PDA Silver Enabled At&t AT&T 8525 PDA 8525 PDA 4.4 x 2.4 x 0.9 inches The design of the 8525 is clean and uncluttered, with just a few buttons for mail, Internet Explorer, and contextual menus. Meanwhile, call answer and end buttons surround a five-way toggle that allows you to navigate and control the Windows Mobile interface. As mentioned, a full QWERTY keyboard cleverly slides out from underneath the screen. This allows you to hold the device horizontally, and the screen is automatically placed in landscape mode when you\'re using the keyboard. A side scroll wheel is conveniently tucked away on the side, making navigation when accessing the music player and other various applications a cinch when needed. A mini-SD memory expansion card slot is provided, as is an infrared port and support for a stereo Bluetooth headset. A mini-USB port is also included for wired data transfers and charging. tri-band UMTS/HSDPA; quad-band GSM/GPRS/EDGE for global use Windows Mobile 5.0 with Messaging & Security Feature Pack sliding QWERTY keyboard with improved keypad design and improved backlight for easier use in low light conditions 128MB ROM / 64MB RAM; ~51MB user available memory 2.0 mega-pixel camera with video capabilities At&t, 8525, cell, phone Under the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera. 199.99 1'),(18,2,'sw810i Black Enabled Sony Sony Ericsson W810i W810i 3.5 x 1.8 x 1 inches The W810i\'s screen sports 176 x 220 pixel resolution with support for 262,000 colors. Quick access buttons below the screen make it easy to control the phone\'s Walkman music features, while a five-way center button controls most of the phone\'s menus and features. Disc2Phone™ music copying software is supplied in the W810 kit and it’s easy to copy songs from your favorite CDs, and PC music folders The built-in W810 2 megapixel digital camera with autofus takes excellent photos and when you need to catch some action, W810 has video too Sharing images and other phone content is easy. Use Bluetooth™, or Multimedia messaging when you want to send images and video Wherever you are, you have high speed access to the internet with EDGE technology A full-function email client in your W810 gives you access to your inbox wherever you go Sony, Ericsson ,W810i, cell, phone The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here. 399.99 1'),(17,2,'bb8100 Silver Enabled BlackBerry BlackBerry 8100 Pearl 8100 4.2 x 2 x 0.6 inches Like the BlackBerry 7105t, the BlackBerry 8100 Pearl is The BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000 colors-- plenty of real estate to view your e-mails, Web browser content, messaging sessions, and attachments. The venerable BlackBerry trackwheel has been replaced on this model with an innovative four-way trackball placed below the screen. On the rear of the handheld, you\'ll find a 1.3-megapixel camera and a self portrait mirror. The handheld\'s microSD memory card slot is located inside the device, behind the battery. There\'s also a standard 2.5mm headset jack that can be used with the included headset, as well as a mini-USB port for data connectivity. 1.3 mega pixel camera to capture those special moments MP3 player lets you listen to your favorite music on the go Menu and escape keys on the front of the device for easier access Bluetooth technology lets you experience hands free and wire free features Package Contents: phone,AC adapter,software CD,headset,USB cable,sim- card,get started poster,reference guide Blackberry, 8100, pearl, cell, phone The BlackBerry 8100 Pearl is a departure from the form factor of previous BlackBerry devices. This BlackBerry handset is far more phone-like, and RIM\'s engineers have managed to fit a QWERTY keyboard onto the handset\'s slim frame. 349.99 1'),(17,4,'bb8100 Silver Enabled BlackBerry BlackBerry 8100 Pearl 8100 4.2 x 2 x 0.6 inches Like the BlackBerry 7105t, the BlackBerry 8100 Pearl is The BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000 colors-- plenty of real estate to view your e-mails, Web browser content, messaging sessions, and attachments. The venerable BlackBerry trackwheel has been replaced on this model with an innovative four-way trackball placed below the screen. On the rear of the handheld, you\'ll find a 1.3-megapixel camera and a self portrait mirror. The handheld\'s microSD memory card slot is located inside the device, behind the battery. There\'s also a standard 2.5mm headset jack that can be used with the included headset, as well as a mini-USB port for data connectivity. 1.3 mega pixel camera to capture those special moments MP3 player lets you listen to your favorite music on the go Menu and escape keys on the front of the device for easier access Bluetooth technology lets you experience hands free and wire free features Package Contents: phone,AC adapter,software CD,headset,USB cable,sim- card,get started poster,reference guide Blackberry, 8100, pearl, cell, phone The BlackBerry 8100 Pearl is a departure from the form factor of previous BlackBerry devices. This BlackBerry handset is far more phone-like, and RIM\'s engineers have managed to fit a QWERTY keyboard onto the handset\'s slim frame. 349.99 1'),(16,4,'n2610 Enabled Black Nokia Nokia 2610 Phone 2610 4.1 x 1.7 x 0.7 inches The Nokia 2610 is an easy to use device that combines multiple messaging options including email, instant messaging, and more. You can even download MP3 ringtones, graphics, and games straight to the phone, or surf the Internet with Cingular\'s MEdia Net service. It\'s the perfect complement to Cingular service for those even remotely interested in mobile Web capabilities in an affordable handset. Design Compact and stylish, the 2610 features a candybar design sporting a bright 128 x 128 pixel display capable of displaying over 65,000 colors. Most of the phone\'s features and on-screen menus are controlled by a center toggle on the control pad. A standard hands-free headphone jack is provided, as are volume control keys, and there\'s even a \"Go-To\" button that can be assigned by the user for quick access to favorite applications. Lastly, the included speakerphone allows you to talk handsfree, and because the phone sports an internal antenna, there\'s nothing to snag or break off. Integrated camera with video recorder to capture those special moments Enriched data connections for complete mobile access via Email, MMS, and MEdia Net Personalize with downloadable MP3 and polyphonic Ring tones, Games, and Graphics Use AIM, Yahoo! and MSN Messenger to stay in touch on the go Mobile Internet browser and email Nokia 2610, cell, phone, The words \"entry level\" no longer mean \"low-end,\" especially when it comes to the Nokia 2610. Offering advanced media and calling features without breaking the bank 149.99 1'),(16,1,'n2610 Enabled Black Nokia Nokia 2610 Phone 2610 4.1 x 1.7 x 0.7 inches The Nokia 2610 is an easy to use device that combines multiple messaging options including email, instant messaging, and more. You can even download MP3 ringtones, graphics, and games straight to the phone, or surf the Internet with Cingular\'s MEdia Net service. It\'s the perfect complement to Cingular service for those even remotely interested in mobile Web capabilities in an affordable handset. Design Compact and stylish, the 2610 features a candybar design sporting a bright 128 x 128 pixel display capable of displaying over 65,000 colors. Most of the phone\'s features and on-screen menus are controlled by a center toggle on the control pad. A standard hands-free headphone jack is provided, as are volume control keys, and there\'s even a \"Go-To\" button that can be assigned by the user for quick access to favorite applications. Lastly, the included speakerphone allows you to talk handsfree, and because the phone sports an internal antenna, there\'s nothing to snag or break off. Integrated camera with video recorder to capture those special moments Enriched data connections for complete mobile access via Email, MMS, and MEdia Net Personalize with downloadable MP3 and polyphonic Ring tones, Games, and Graphics Use AIM, Yahoo! and MSN Messenger to stay in touch on the go Mobile Internet browser and email Nokia 2610, cell, phone, The words \"entry level\" no longer mean \"low-end,\" especially when it comes to the Nokia 2610. Offering advanced media and calling features without breaking the bank 149.99 1'),(16,3,'n2610 Enabled Black Nokia Nokia 2610 Phone 2610 4.1 x 1.7 x 0.7 inches The Nokia 2610 is an easy to use device that combines multiple messaging options including email, instant messaging, and more. You can even download MP3 ringtones, graphics, and games straight to the phone, or surf the Internet with Cingular\'s MEdia Net service. It\'s the perfect complement to Cingular service for those even remotely interested in mobile Web capabilities in an affordable handset. Design Compact and stylish, the 2610 features a candybar design sporting a bright 128 x 128 pixel display capable of displaying over 65,000 colors. Most of the phone\'s features and on-screen menus are controlled by a center toggle on the control pad. A standard hands-free headphone jack is provided, as are volume control keys, and there\'s even a \"Go-To\" button that can be assigned by the user for quick access to favorite applications. Lastly, the included speakerphone allows you to talk handsfree, and because the phone sports an internal antenna, there\'s nothing to snag or break off. Integrated camera with video recorder to capture those special moments Enriched data connections for complete mobile access via Email, MMS, and MEdia Net Personalize with downloadable MP3 and polyphonic Ring tones, Games, and Graphics Use AIM, Yahoo! and MSN Messenger to stay in touch on the go Mobile Internet browser and email Nokia 2610, cell, phone, The words \"entry level\" no longer mean \"low-end,\" especially when it comes to the Nokia 2610. Offering advanced media and calling features without breaking the bank 149.99 1'),(16,2,'n2610 Enabled Black Nokia Nokia 2610 Phone 2610 4.1 x 1.7 x 0.7 inches The Nokia 2610 is an easy to use device that combines multiple messaging options including email, instant messaging, and more. You can even download MP3 ringtones, graphics, and games straight to the phone, or surf the Internet with Cingular\'s MEdia Net service. It\'s the perfect complement to Cingular service for those even remotely interested in mobile Web capabilities in an affordable handset. Design Compact and stylish, the 2610 features a candybar design sporting a bright 128 x 128 pixel display capable of displaying over 65,000 colors. Most of the phone\'s features and on-screen menus are controlled by a center toggle on the control pad. A standard hands-free headphone jack is provided, as are volume control keys, and there\'s even a \"Go-To\" button that can be assigned by the user for quick access to favorite applications. Lastly, the included speakerphone allows you to talk handsfree, and because the phone sports an internal antenna, there\'s nothing to snag or break off. Integrated camera with video recorder to capture those special moments Enriched data connections for complete mobile access via Email, MMS, and MEdia Net Personalize with downloadable MP3 and polyphonic Ring tones, Games, and Graphics Use AIM, Yahoo! and MSN Messenger to stay in touch on the go Mobile Internet browser and email Nokia 2610, cell, phone, The words \"entry level\" no longer mean \"low-end,\" especially when it comes to the Nokia 2610. Offering advanced media and calling features without breaking the bank 149.99 1'),(183,1,'timeless-vintage Enabled Enabled Enabled Get This Look: Timeless Vintage Vintage Black and White Black Stilettos This spring become a timeless vintage goddess. Our black and white vintage is made from 100% silk. Finish up the Vintage look! This spring become a timeless vintage goddess. Our black and white vintage is made from 100% silk. Finish up the Vintage look! 299.99 129.99 1'),(184,1,'bl-cttn-jkt Enabled Black Cotton Jacket One button blazer style cotton jacket One button blazer style cotton jacket 299.99 1'),(187,1,'gdl-lacool Enabled Enabled Enabled Enabled Get This Look: L.A. Cool Black Cotton Jacket Black Leather Pants Black Plaform Shoes This spring become the goddess of the dance floor - become LA Cool. One button blazer style cotton jacket Our zipper-less black leather pants will keep you dancing till the morning! 5\" platform boots for your dancing pleasure This spring become the goddess of the dance floor - become LA Cool. One button blazer style cotton jacket Our zipper-less black leather pants will keep you dancing till the morning! 5\" platform boots for your dancing pleasure 299.99 499.99 299.99 1'),(188,1,'classic-jeans Enabled Classic Jeans Our best-selling classic style jeans sits straight through the seat, thigh and leg. Our best-selling classic style jeans sits straight through the seat, thigh and leg. 99.99 1'),(189,1,'sand-wash-jeans Enabled Sand Wash Jeans Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look. Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look. 129.99 1'),(190,1,'1yr-membership Enabled 1 Year Membership 1 Year Membership to Magento Enterprise Demo. 1 Year Membership to Magento Enterprise Demo. 299.99 1'),(183,3,'timeless-vintage Enabled Enabled Enabled Get This Look: Timeless Vintage Vintage Black and White Black Stilettos This spring become a timeless vintage goddess. Our black and white vintage is made from 100% silk. Finish up the Vintage look! This spring become a timeless vintage goddess. Our black and white vintage is made from 100% silk. Finish up the Vintage look! 299.99 129.99 1'),(184,3,'bl-cttn-jkt Enabled Black Cotton Jacket One button blazer style cotton jacket One button blazer style cotton jacket 299.99 1'),(187,3,'gdl-lacool Enabled Enabled Enabled Enabled Get This Look: L.A. Cool Black Cotton Jacket Black Leather Pants Black Plaform Shoes This spring become the goddess of the dance floor - become LA Cool. One button blazer style cotton jacket Our zipper-less black leather pants will keep you dancing till the morning! 5\" platform boots for your dancing pleasure This spring become the goddess of the dance floor - become LA Cool. One button blazer style cotton jacket Our zipper-less black leather pants will keep you dancing till the morning! 5\" platform boots for your dancing pleasure 299.99 499.99 299.99 1'),(188,3,'classic-jeans Enabled Classic Jeans Our best-selling classic style jeans sits straight through the seat, thigh and leg. Our best-selling classic style jeans sits straight through the seat, thigh and leg. 99.99 1'),(189,3,'sand-wash-jeans Enabled Sand Wash Jeans Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look. Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look. 129.99 1'),(190,3,'1yr-membership Enabled 1 Year Membership 1 Year Membership to Magento Enterprise Demo. 1 Year Membership to Magento Enterprise Demo. 299.99 1'),(183,2,'timeless-vintage Enabled Enabled Enabled Get This Look: Timeless Vintage Vintage Black and White Black Stilettos This spring become a timeless vintage goddess. Our black and white vintage is made from 100% silk. Finish up the Vintage look! This spring become a timeless vintage goddess. Our black and white vintage is made from 100% silk. Finish up the Vintage look! 299.99 129.99 1'),(184,2,'bl-cttn-jkt Enabled Black Cotton Jacket One button blazer style cotton jacket One button blazer style cotton jacket 299.99 1'),(187,2,'gdl-lacool Enabled Enabled Enabled Enabled Get This Look: L.A. Cool Black Cotton Jacket Black Leather Pants Black Plaform Shoes This spring become the goddess of the dance floor - become LA Cool. One button blazer style cotton jacket Our zipper-less black leather pants will keep you dancing till the morning! 5\" platform boots for your dancing pleasure This spring become the goddess of the dance floor - become LA Cool. One button blazer style cotton jacket Our zipper-less black leather pants will keep you dancing till the morning! 5\" platform boots for your dancing pleasure 299.99 499.99 299.99 1'),(188,2,'classic-jeans Enabled Classic Jeans Our best-selling classic style jeans sits straight through the seat, thigh and leg. Our best-selling classic style jeans sits straight through the seat, thigh and leg. 99.99 1'),(189,2,'sand-wash-jeans Enabled Sand Wash Jeans Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look. Our sand washed jeans have antiqued gold button closure and concealed zip fly. Pre-cuffed hem for the used grungy look. 129.99 1'),(190,2,'1yr-membership Enabled 1 Year Membership 1 Year Membership to Magento Enterprise Demo. 1 Year Membership to Magento Enterprise Demo. 299.99 1'),(167,4,'gc_physical1 Enabled $100 Physical Gift Card Physical Gift Card with fixed amount. Physical Gift Card with fixed amount. 1'),(168,4,'gc_virtual1 Enabled Virtual Gift Card No more returned Christmas gifts, and no more clueless stare from your loved ones. Give the gift they want with this Magento Virtual Gift Card! No time to wait for delivery? Send a gift card straight to the inbox of your loved one! Virtual Gift Card with fixed and open amounts. 1'),(169,4,'gc_physical2 Enabled \'For You\' Physical Gift Card Physical Gift Card with open amount Physical Gift Card with open amount 1'),(173,4,'esb_1 Enabled Exotic Silk Blouse This sexy silk blouse is perfect for any occasion. This sexy silk blouse is perfect for any occasion. 150 1'),(174,4,'gc_physvirt1 Enabled Physical and Virtual Gift Card Physical and Virtual Gift Card with no message Physical and Virtual Gift Card with no message 1'),(175,4,'gc_physical3 Enabled $200 Gift Card $200 Physical Gift Card $200 Physical Gift Card 1'),(177,4,'2223 Enabled Boys Small Butterfly Fish A beautiful shirt. A beautiful shirt. 14.99 1'),(182,4,'bl-stil Enabled Black Stilettos Finish up the Vintage look! Finish up the Vintage look! 129.99 1');
/*!40000 ALTER TABLE `catalogsearch_fulltext` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogsearch_query`
--
DROP TABLE IF EXISTS `catalogsearch_query`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogsearch_query` (
`query_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`query_text` varchar(255) NOT NULL DEFAULT '',
`num_results` int(10) unsigned NOT NULL DEFAULT '0',
`popularity` int(10) unsigned NOT NULL DEFAULT '0',
`redirect` varchar(255) NOT NULL DEFAULT '',
`synonym_for` varchar(255) NOT NULL,
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`display_in_terms` tinyint(1) NOT NULL DEFAULT '1',
`is_active` tinyint(1) DEFAULT '1',
`is_processed` tinyint(1) DEFAULT '0',
`updated_at` datetime NOT NULL,
PRIMARY KEY (`query_id`),
KEY `FK_CATALOGSEARCH_QUERY_STORE` (`store_id`),
KEY `IDX_SEARCH_QUERY` (`query_text`,`store_id`,`popularity`),
CONSTRAINT `FK_CATALOGSEARCH_QUERY_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogsearch_query`
--
LOCK TABLES `catalogsearch_query` WRITE;
/*!40000 ALTER TABLE `catalogsearch_query` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogsearch_query` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogsearch_result`
--
DROP TABLE IF EXISTS `catalogsearch_result`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalogsearch_result` (
`query_id` int(10) unsigned NOT NULL,
`product_id` int(10) unsigned NOT NULL,
`relevance` decimal(6,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`query_id`,`product_id`),
KEY `IDX_QUERY` (`query_id`),
KEY `IDX_PRODUCT` (`product_id`),
KEY `IDX_RELEVANCE` (`query_id`,`relevance`),
CONSTRAINT `FK_CATALOGSEARCH_RESULT_CATALOG_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOGSEARCH_RESULT_QUERY` FOREIGN KEY (`query_id`) REFERENCES `catalogsearch_query` (`query_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogsearch_result`
--
LOCK TABLES `catalogsearch_result` WRITE;
/*!40000 ALTER TABLE `catalogsearch_result` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogsearch_result` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `checkout_agreement`
--
DROP TABLE IF EXISTS `checkout_agreement`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `checkout_agreement` (
`agreement_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL DEFAULT '',
`content` text NOT NULL,
`content_height` varchar(25) DEFAULT NULL,
`checkbox_text` text NOT NULL,
`is_active` tinyint(4) NOT NULL DEFAULT '0',
`is_html` tinyint(4) NOT NULL DEFAULT '0',
PRIMARY KEY (`agreement_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `checkout_agreement`
--
LOCK TABLES `checkout_agreement` WRITE;
/*!40000 ALTER TABLE `checkout_agreement` DISABLE KEYS */;
/*!40000 ALTER TABLE `checkout_agreement` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `checkout_agreement_store`
--
DROP TABLE IF EXISTS `checkout_agreement_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `checkout_agreement_store` (
`agreement_id` int(10) unsigned NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
UNIQUE KEY `agreement_id` (`agreement_id`,`store_id`),
KEY `FK_CHECKOUT_AGREEMENT_STORE` (`store_id`),
CONSTRAINT `FK_CHECKOUT_AGREEMENT` FOREIGN KEY (`agreement_id`) REFERENCES `checkout_agreement` (`agreement_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CHECKOUT_AGREEMENT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `checkout_agreement_store`
--
LOCK TABLES `checkout_agreement_store` WRITE;
/*!40000 ALTER TABLE `checkout_agreement_store` DISABLE KEYS */;
/*!40000 ALTER TABLE `checkout_agreement_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chronopay_api_debug`
--
DROP TABLE IF EXISTS `chronopay_api_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chronopay_api_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`debug_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`request_body` text,
`response_body` text,
PRIMARY KEY (`debug_id`),
KEY `debug_at` (`debug_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chronopay_api_debug`
--
LOCK TABLES `chronopay_api_debug` WRITE;
/*!40000 ALTER TABLE `chronopay_api_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `chronopay_api_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_block`
--
DROP TABLE IF EXISTS `cms_block`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_block` (
`block_id` smallint(6) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL DEFAULT '',
`identifier` varchar(255) NOT NULL DEFAULT '',
`content` mediumtext,
`creation_time` datetime DEFAULT NULL,
`update_time` datetime DEFAULT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT '1',
PRIMARY KEY (`block_id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='CMS Blocks';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_block`
--
LOCK TABLES `cms_block` WRITE;
/*!40000 ALTER TABLE `cms_block` DISABLE KEYS */;
INSERT INTO `cms_block` VALUES (3,'Electronics Landing','electronics-landing','\r\n\r\n
\r\n\r\n
\r\n\r\n
\r\n','2007-08-28 14:33:10','2009-04-24 11:30:45',1),(4,'Cellphones Landing','cellphones-landing','','2007-08-28 14:59:44','2009-04-24 11:32:09',1),(5,'Footer Links','footer_links','','2007-08-30 14:01:52','2009-04-24 11:35:25',1);
/*!40000 ALTER TABLE `cms_block` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_block_store`
--
DROP TABLE IF EXISTS `cms_block_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_block_store` (
`block_id` smallint(6) NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`block_id`,`store_id`),
KEY `FK_CMS_BLOCK_STORE_STORE` (`store_id`),
CONSTRAINT `FK_CMS_BLOCK_STORE_BLOCK` FOREIGN KEY (`block_id`) REFERENCES `cms_block` (`block_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CMS_BLOCK_STORE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CMS Blocks to Stores';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_block_store`
--
LOCK TABLES `cms_block_store` WRITE;
/*!40000 ALTER TABLE `cms_block_store` DISABLE KEYS */;
INSERT INTO `cms_block_store` VALUES (3,0),(4,0),(5,0);
/*!40000 ALTER TABLE `cms_block_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_page`
--
DROP TABLE IF EXISTS `cms_page`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_page` (
`page_id` smallint(6) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL DEFAULT '',
`root_template` varchar(255) NOT NULL DEFAULT '',
`meta_keywords` text NOT NULL,
`meta_description` text NOT NULL,
`identifier` varchar(100) NOT NULL DEFAULT '',
`content_heading` varchar(255) NOT NULL DEFAULT '',
`content` mediumtext,
`creation_time` datetime DEFAULT NULL,
`update_time` datetime DEFAULT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT '1',
`sort_order` tinyint(4) NOT NULL DEFAULT '0',
`layout_update_xml` text,
`custom_theme` varchar(100) DEFAULT NULL,
`custom_root_template` varchar(255) NOT NULL DEFAULT '',
`custom_layout_update_xml` text,
`custom_theme_from` date DEFAULT NULL,
`custom_theme_to` date DEFAULT NULL,
`published_revision_id` int(10) unsigned DEFAULT NULL,
`website_root` tinyint(1) NOT NULL DEFAULT '1',
`under_version_control` tinyint(1) unsigned DEFAULT '0',
PRIMARY KEY (`page_id`),
KEY `identifier` (`identifier`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COMMENT='CMS pages';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_page`
--
LOCK TABLES `cms_page` WRITE;
/*!40000 ALTER TABLE `cms_page` DISABLE KEYS */;
INSERT INTO `cms_page` VALUES (1,'404 Not Found 1','two_columns_right','','','no-route','','\r\n
We’re sorry, the page you’re looking for can not be found.
\r\n\r\n\r\n
\r\n- If you typed the URL directly, please make sure the spelling is correct.
\r\n- If you clicked on a link to get here, we must have moved the content.
Please try our store search box above to search for an item. \r\n- If you are not sure how you got here, go back to the previous page or return to our store homepage.
\r\n
\r\n
\r\n','2007-06-20 18:38:32','2010-04-29 20:47:56',1,0,'','','','',NULL,NULL,1,1,0),(3,'About Us','one_column','','','about-magento-demo-store','','\r\n
About Magento Demo Store
\r\n\r\n\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta.
\r\n
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.
\r\n
Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n
Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci, sit amet aliquet lectus dolor et quam. Pellentesque consequat luctus purus. Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi. Vestibulum sapien dolor, aliquet nec, porta ac, malesuada a, libero. Praesent feugiat purus eget est. Nulla facilisi. Vestibulum tincidunt sapien eu velit. Mauris purus. Maecenas eget mauris eu orci accumsan feugiat. Pellentesque eget velit. Nunc tincidunt.
\r\n
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper
\r\n
Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci, sit amet aliquet lectus dolor et quam. Pellentesque consequat luctus purus.
\r\n
Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi.
\r\n
\r\n
To all of you, from all of us at Magento Demo Store - Thank you and Happy eCommerce!
\r\n
John Doe
Some important guy
\r\n
','2007-08-30 14:01:18','2009-05-05 22:04:42',1,0,'','','',NULL,NULL,NULL,2,1,0),(4,'Customer Service','three_columns','','','customer-service','','\r\n
Customer Service
\r\n\r\n\r\n\r\n- Shipping & Delivery
\r\n- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n- Privacy & Security
\r\n- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n- Returns & Replacements
\r\n- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n- Ordering
\r\n- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n- Payment, Pricing & Promotions
\r\n- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n- Viewing Orders
\r\n- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n- Updating Account Information
\r\n- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.
\r\n
','2007-08-30 14:02:20','2007-08-30 14:03:37',1,0,NULL,NULL,'',NULL,NULL,NULL,3,1,0),(8,'Home Page','two_columns_right','','','home','','\r\n
\r\n
\r\n{{block type=\"tag/popular\" template=\"tag/popular.phtml\"}}
\r\n\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
Home Page
\r\n\r\n
','2009-04-24 11:16:23','2010-04-29 20:45:25',1,0,'','','','',NULL,NULL,NULL,1,0),(11,'Enable Cookies','one_column','','','enable-cookies','','\r\n
\r\n - \r\n
\r\n - Please enable cookies in your web browser to continue.
\r\n
\r\n \r\n
\r\n
\r\n
What are Cookies?
\r\n
\r\n
Cookies are short pieces of data that are sent to your computer when you visit a website. On later visits, this data is then returned to that website. Cookies allow us to recognize you automatically whenever you visit our site so that we can personalize your experience and provide you with better service. We also use cookies (and similar browser data, such as Flash cookies) for fraud prevention and other purposes. If your web browser is set to refuse cookies from our website, you will not be able to complete a purchase or take advantage of certain features of our website, such as storing items in your Shopping Cart or receiving personalized recommendations. As a result, we strongly encourage you to configure your web browser to accept cookies from our website.
\r\n
Enabling Cookies
\r\n
\r\n
Internet Explorer 7.x
\r\n
\r\n - \r\n
Start Internet Explorer
\r\n \r\n - \r\n
Under the Tools menu, click Internet Options
\r\n \r\n \r\n - \r\n
Click the Privacy tab
\r\n \r\n \r\n - \r\n
Click the Advanced button
\r\n \r\n \r\n - \r\n
Put a check mark in the box for Override Automatic Cookie Handling, put another check mark in the Always accept session cookies box
\r\n \r\n \r\n - \r\n
Click OK
\r\n \r\n \r\n - \r\n
Click OK
\r\n \r\n \r\n - \r\n
Restart Internet Explore
\r\n \r\n
\r\n
Back to Top
\r\n
Internet Explorer 6.x
\r\n
\r\n - \r\n
Select Internet Options from the Tools menu
\r\n \r\n \r\n - \r\n
Click on the Privacy tab
\r\n \r\n - \r\n
Click the Default button (or manually slide the bar down to Medium) under Settings. Click OK
\r\n \r\n \r\n
\r\n
Back to Top
\r\n
Mozilla/Firefox
\r\n
\r\n - \r\n
Click on the Tools-menu in Mozilla
\r\n \r\n - \r\n
Click on the Options... item in the menu - a new window open
\r\n \r\n - \r\n
Click on the Privacy selection in the left part of the window. (See image below)
\r\n \r\n \r\n - \r\n
Expand the Cookies section
\r\n \r\n - \r\n
Check the Enable cookies and Accept cookies normally checkboxes
\r\n \r\n - \r\n
Save changes by clicking Ok.
\r\n \r\n
\r\n
Back to Top
\r\n
Opera 7.x
\r\n
\r\n - \r\n
Click on the Tools menu in Opera
\r\n \r\n - \r\n
Click on the Preferences... item in the menu - a new window open
\r\n \r\n - \r\n
Click on the Privacy selection near the bottom left of the window. (See image below)
\r\n \r\n \r\n - \r\n
The Enable cookies checkbox must be checked, and Accept all cookies should be selected in the "Normal cookies" drop-down
\r\n \r\n - \r\n
Save changes by clicking Ok
\r\n \r\n
\r\n
Back to Top
\r\n
\r\n','2009-07-28 22:51:34','2009-07-28 22:51:34',1,0,NULL,NULL,'',NULL,NULL,NULL,9,1,0),(12,'Reward Points','one_column','','','reward-points','Reward Points','The Reward Points Program allows you to earn points for certain actions you take on the site. Points are awarded based on making purchases and customer actions such as submitting reviews.
\n\nBenefits of Reward Points for Registered Customers
\nOnce you register you will be able to earn and accrue reward points, which are then redeemable at time of purchase towards the cost of your order. Rewards are an added bonus to your shopping experience on the site and just one of the ways we thank you for being a loyal customer.
\n\nEarning Reward Points
\nRewards can currently be earned for the following actions:
\n\n- Making purchases — every time you make a purchase you earn points based on the price of products purchased and these points are added to your Reward Points balance.
\n- Registering on the site.
\n- Subscribing to a newsletter for the first time.
\n- Sending Invitations — Earn points by inviting your friends to join the site.
\n- Converting Invitations to Customer — Earn points for every invitation you send out which leads to your friends registering on the site.
\n- Converting Invitations to Order — Earn points for every invitation you send out which leads to a sale.
\n- Review Submission — Earn points for submitting product reviews.
\n- New Tag Submission — Earn points for adding tags to products.
\n
\n\nReward Points Exchange Rates
\nThe value of reward points is determined by an exchange rate of both currency spent on products to points, and an exchange rate of points earned to currency for spending on future purchases.
\n\nRedeeming Reward Points
\nYou can redeem your reward points at checkout. If you have accumulated enough points to redeem them you will have the option of using points as one of the payment methods. The option to use reward points, as well as your balance and the monetary equivalent this balance, will be shown to you in the Payment Method area of the checkout. Redeemable reward points can be used in conjunction with other payment methods such as credit cards, gift cards and more.
\n\n\nReward Points Minimums and Maximums
\nReward points may be capped at a minimum value required for redemption. If this option is selected you will not be able to use your reward points until you accrue a minimum number of points, at which point they will become available for redemption.
\nReward points may also be capped at the maximum value of points which can be accrued. If this option is selected you will need to redeem your accrued points before you are able to earn more points.
\n\nManaging My Reward Points
\nYou have the ability to view and manage your points through your Customer Account. From your account you will be able to view your total points (and currency equivalent), minimum needed to redeem, whether you have reached the maximum points limit and a cumulative history of points acquired, redeemed and lost. The history record will retain and display historical rates and currency for informational purposes. The history will also show you comprehensive informational messages regarding points, including expiration notifications.
\n\n\nReward Points Expiration
\nReward points can be set to expire. Points will expire in the order form which they were first earned.
\nNote: You can sign up to receive email notifications each time your balance changes when you either earn, redeem or lose points, as well as point expiration notifications. This option is found in the Reward Points section of the My Account area.
\n','2010-01-28 21:52:25','2010-01-28 21:52:25',1,0,NULL,NULL,'',NULL,NULL,NULL,NULL,1,0);
/*!40000 ALTER TABLE `cms_page` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_page_store`
--
DROP TABLE IF EXISTS `cms_page_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_page_store` (
`page_id` smallint(6) NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`page_id`,`store_id`),
KEY `FK_CMS_PAGE_STORE_STORE` (`store_id`),
CONSTRAINT `FK_CMS_PAGE_STORE_PAGE` FOREIGN KEY (`page_id`) REFERENCES `cms_page` (`page_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CMS_PAGE_STORE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CMS Pages to Stores';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cms_page_store`
--
LOCK TABLES `cms_page_store` WRITE;
/*!40000 ALTER TABLE `cms_page_store` DISABLE KEYS */;
INSERT INTO `cms_page_store` VALUES (1,0),(3,0),(4,0),(8,0),(11,0),(12,0);
/*!40000 ALTER TABLE `cms_page_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_cache`
--
DROP TABLE IF EXISTS `core_cache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_cache` (
`id` varchar(255) NOT NULL,
`data` mediumblob,
`create_time` int(11) DEFAULT NULL,
`update_time` int(11) DEFAULT NULL,
`expire_time` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `IDX_EXPIRE_TIME` (`expire_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_cache`
--
LOCK TABLES `core_cache` WRITE;
/*!40000 ALTER TABLE `core_cache` DISABLE KEYS */;
/*!40000 ALTER TABLE `core_cache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_cache_option`
--
DROP TABLE IF EXISTS `core_cache_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_cache_option` (
`code` varchar(32) NOT NULL,
`value` tinyint(3) DEFAULT NULL,
PRIMARY KEY (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_cache_option`
--
LOCK TABLES `core_cache_option` WRITE;
/*!40000 ALTER TABLE `core_cache_option` DISABLE KEYS */;
INSERT INTO `core_cache_option` VALUES ('block_html',1),('collections',1),('config',1),('config_api',1),('eav',1),('full_page',1),('layout',1),('translate',1);
/*!40000 ALTER TABLE `core_cache_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_cache_tag`
--
DROP TABLE IF EXISTS `core_cache_tag`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_cache_tag` (
`tag` varchar(255) NOT NULL,
`cache_id` varchar(255) NOT NULL,
KEY `IDX_TAG` (`tag`),
KEY `IDX_CACHE_ID` (`cache_id`),
CONSTRAINT `FK_CORE_CACHE_TAG` FOREIGN KEY (`cache_id`) REFERENCES `core_cache` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_cache_tag`
--
LOCK TABLES `core_cache_tag` WRITE;
/*!40000 ALTER TABLE `core_cache_tag` DISABLE KEYS */;
/*!40000 ALTER TABLE `core_cache_tag` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_config_data`
--
DROP TABLE IF EXISTS `core_config_data`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_config_data` (
`config_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`scope` enum('default','websites','stores','config') NOT NULL DEFAULT 'default',
`scope_id` int(11) NOT NULL DEFAULT '0',
`path` varchar(255) NOT NULL DEFAULT 'general',
`value` text NOT NULL,
PRIMARY KEY (`config_id`),
UNIQUE KEY `config_scope` (`scope`,`scope_id`,`path`)
) ENGINE=InnoDB AUTO_INCREMENT=443 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_config_data`
--
LOCK TABLES `core_config_data` WRITE;
/*!40000 ALTER TABLE `core_config_data` DISABLE KEYS */;
INSERT INTO `core_config_data` VALUES (9,'default',0,'general/country/default','US'),(10,'default',0,'general/country/allow','AF,AL,DZ,AS,AD,AO,AI,AQ,AG,AR,AM,AW,AU,AT,AZ,BS,BH,BD,BB,BY,BE,BZ,BJ,BM,BT,BO,BA,BW,BV,BR,IO,VG,BN,BG,BF,BI,KH,CM,CA,CV,KY,CF,TD,CL,CN,CX,CC,CO,KM,CG,CK,CR,HR,CU,CY,CZ,DK,DJ,DM,DO,EC,EG,SV,GQ,ER,EE,ET,FK,FO,FJ,FI,FR,GF,PF,TF,GA,GM,GE,DE,GH,GI,GR,GL,GD,GP,GU,GT,GN,GW,GY,HT,HM,HN,HK,HU,IS,IN,ID,IR,IQ,IE,IL,IT,CI,JM,JP,JO,KZ,KE,KI,KW,KG,LA,LV,LB,LS,LR,LY,LI,LT,LU,MO,MK,MG,MW,MY,MV,ML,MT,MH,MQ,MR,MU,YT,FX,MX,FM,MD,MC,MN,MS,MA,MZ,MM,NA,NR,NP,NL,AN,NC,NZ,NI,NE,NG,NU,NF,KP,MP,NO,OM,PK,PW,PA,PG,PY,PE,PH,PN,PL,PT,PR,QA,RE,RO,RU,RW,SH,KN,LC,PM,VC,WS,SM,ST,SA,SN,SC,SL,SG,SK,SI,SB,SO,ZA,GS,KR,ES,LK,SD,SR,SJ,SZ,SE,CH,SY,TW,TJ,TZ,TH,TG,TK,TO,TT,TN,TR,TM,TC,TV,VI,UG,UA,AE,GB,US,UM,UY,UZ,VU,VA,VE,VN,WF,EH,YE,ZM,ZW'),(11,'default',0,'general/locale/firstday','0'),(12,'default',0,'general/locale/weekend','0,6'),(13,'default',0,'general/restriction/is_active','0'),(14,'default',0,'general/restriction/mode','0'),(15,'default',0,'general/restriction/http_redirect','0'),(16,'default',0,'general/restriction/cms_page','service-unavailable'),(17,'default',0,'general/restriction/http_status','0'),(18,'default',0,'general/content_staging/create_entry_point','1'),(19,'default',0,'general/content_staging/entry_points_folder_name','staging'),(20,'default',0,'general/content_staging/block_frontend','0'),(21,'default',0,'general/content_staging/block_frontend_stub','service-unavailable'),(22,'default',0,'web/url/use_store','0'),(23,'default',0,'web/unsecure/base_link_url','{{unsecure_base_url}}'),(24,'default',0,'web/unsecure/base_skin_url','{{unsecure_base_url}}skin/'),(25,'default',0,'web/unsecure/base_media_url','{{unsecure_base_url}}media/'),(26,'default',0,'web/unsecure/base_js_url','{{unsecure_base_url}}js/'),(27,'default',0,'web/secure/base_link_url','{{secure_base_url}}'),(28,'default',0,'web/secure/base_skin_url','{{secure_base_url}}skin/'),(29,'default',0,'web/secure/base_media_url','{{secure_base_url}}media/'),(30,'default',0,'web/secure/base_js_url','{{secure_base_url}}js/'),(31,'default',0,'web/secure/use_in_frontend','0'),(32,'default',0,'web/secure/use_in_adminhtml','0'),(33,'default',0,'web/default/front','cms'),(34,'default',0,'web/default/cms_home_page','home'),(35,'default',0,'web/default/no_route','cms/index/noRoute'),(36,'default',0,'web/default/cms_no_route','no-route'),(37,'default',0,'web/default/show_cms_breadcrumbs','1'),(38,'default',0,'web/polls/poll_check_by_ip','0'),(39,'default',0,'web/cookie/cookie_domain',''),(40,'default',0,'web/cookie/cookie_path',''),(41,'default',0,'web/cookie/cookie_lifetime','10000'),(42,'default',0,'web/cookie/cookie_httponly','1'),(43,'default',0,'web/session/use_remote_addr','0'),(44,'default',0,'web/session/use_http_via','0'),(45,'default',0,'web/session/use_http_x_forwarded_for','0'),(46,'default',0,'web/session/use_http_user_agent','0'),(177,'default',0,'catalog/enterprise_catalogpermissions/enabled','1'),(178,'default',0,'catalog/enterprise_catalogpermissions/grant_catalog_category_view','1'),(179,'default',0,'catalog/enterprise_catalogpermissions/grant_catalog_category_view_groups',''),(180,'default',0,'catalog/enterprise_catalogpermissions/restricted_landing_page','private-sales'),(181,'default',0,'catalog/enterprise_catalogpermissions/grant_catalog_product_price','1'),(182,'default',0,'catalog/enterprise_catalogpermissions/grant_catalog_product_price_groups',''),(183,'default',0,'catalog/enterprise_catalogpermissions/grant_checkout_items','1'),(184,'default',0,'catalog/enterprise_catalogpermissions/grant_checkout_items_groups',''),(185,'default',0,'catalog/enterprise_catalogpermissions/deny_catalog_search',''),(187,'default',0,'enterprise_invitation/general/enabled','1'),(188,'default',0,'enterprise_invitation/general/registration_use_inviter_group','1'),(189,'default',0,'enterprise_invitation/general/registration_required_invitation','0'),(190,'default',0,'enterprise_invitation/general/allow_customer_message','1'),(191,'default',0,'enterprise_invitation/general/max_invitation_amount_per_send','5'),(192,'default',0,'enterprise_invitation/email/identity','general'),(193,'default',0,'enterprise_invitation/email/template','enterprise_invitation_email_template'),(195,'websites',1,'enterprise_invitation/general/enabled','0'),(211,'default',0,'catalog/review/allow_guest','1'),(212,'default',0,'catalog/frontend/list_mode','grid-list'),(213,'default',0,'catalog/frontend/grid_per_page_values','9,15,30'),(214,'default',0,'catalog/frontend/grid_per_page','9'),(215,'default',0,'catalog/frontend/list_per_page_values','5,10,15,20,25'),(216,'default',0,'catalog/frontend/list_per_page','10'),(217,'default',0,'catalog/frontend/default_sort_by','position'),(218,'default',0,'catalog/sitemap/tree_mode','0'),(219,'default',0,'catalog/sitemap/lines_perpage','30'),(220,'default',0,'catalog/productalert/allow_price','0'),(221,'default',0,'catalog/productalert/email_price_template','catalog_productalert_email_price_template'),(222,'default',0,'catalog/productalert/allow_stock','0'),(223,'default',0,'catalog/productalert/email_stock_template','catalog_productalert_email_stock_template'),(224,'default',0,'catalog/productalert/email_identity','general'),(225,'default',0,'catalog/productalert_cron/frequency','D'),(226,'default',0,'crontab/jobs/catalog_product_alert/schedule/cron_expr','0 0 * * *'),(227,'default',0,'crontab/jobs/catalog_product_alert/run/model','productalert/observer::process'),(228,'default',0,'catalog/productalert_cron/time','00,00,00'),(229,'default',0,'catalog/productalert_cron/error_email',''),(230,'default',0,'catalog/productalert_cron/error_email_identity','general'),(231,'default',0,'catalog/productalert_cron/error_email_template','catalog_productalert_cron_error_email_template'),(232,'default',0,'catalog/recently_products/scope','website'),(233,'default',0,'catalog/recently_products/viewed_count','5'),(234,'default',0,'catalog/recently_products/compared_count','5'),(235,'default',0,'catalog/price/scope','0'),(236,'default',0,'catalog/navigation/max_depth','0'),(237,'default',0,'catalog/search/min_query_length','1'),(238,'default',0,'catalog/search/max_query_length','128'),(239,'default',0,'catalog/search/max_query_words','10'),(240,'default',0,'catalog/search/search_type','1'),(241,'default',0,'catalog/search/use_layered_navigation_count','2000'),(242,'default',0,'catalog/seo/search_terms','1'),(243,'default',0,'catalog/seo/site_map','1'),(244,'default',0,'catalog/seo/product_url_suffix','.html'),(245,'default',0,'catalog/seo/category_url_suffix',''),(246,'default',0,'catalog/seo/product_use_categories','1'),(247,'default',0,'catalog/seo/title_separator','-'),(248,'default',0,'catalog/downloadable/order_item_status','9'),(249,'default',0,'catalog/downloadable/downloads_number','0'),(250,'default',0,'catalog/downloadable/shareable','0'),(251,'default',0,'catalog/downloadable/samples_title','Samples'),(252,'default',0,'catalog/downloadable/links_title','Links'),(253,'default',0,'catalog/downloadable/links_target_new_window','1'),(254,'default',0,'catalog/downloadable/content_disposition','inline'),(255,'default',0,'catalog/downloadable/disable_guest_checkout','1'),(256,'default',0,'catalog/custom_options/use_calendar','0'),(257,'default',0,'catalog/custom_options/date_fields_order','m,d,y'),(258,'default',0,'catalog/custom_options/time_format','12h'),(259,'default',0,'catalog/custom_options/year_range',','),(260,'default',0,'catalog/enterprise_catalogevent/enabled','1'),(261,'default',0,'catalog/enterprise_catalogevent/lister_output','1'),(262,'default',0,'catalog/enterprise_catalogevent/lister_items_number_category','5'),(263,'default',0,'catalog/enterprise_catalogevent/lister_items_number_cms','5'),(264,'stores',3,'general/country/default','FR'),(266,'stores',2,'general/country/default','DE'),(268,'stores',2,'currency/options/default','EUR'),(269,'stores',2,'currency/options/allow','EUR,USD'),(270,'stores',3,'currency/options/default','EUR'),(271,'stores',3,'currency/options/allow','EUR,USD'),(272,'default',0,'system/cron/schedule_generate_every','15'),(273,'default',0,'system/cron/schedule_ahead_for','20'),(274,'default',0,'system/cron/schedule_lifetime','15'),(275,'default',0,'system/cron/history_cleanup_every','10'),(276,'default',0,'system/cron/history_success_lifetime','60'),(277,'default',0,'system/cron/history_failure_lifetime','600'),(278,'default',0,'system/smtp/disable','1'),(279,'default',0,'system/smtp/host','localhost'),(280,'default',0,'system/smtp/port','25'),(281,'default',0,'system/currency/installed','AFN,ALL,DZD,AOA,ARS,AMD,AWG,AUD,AZN,AZM,BSD,BHD,BDT,BBD,BYR,BZD,BMD,BTN,BOB,BAM,BWP,BRL,GBP,BND,BGN,BUK,BIF,XOF,XPF,KHR,CAD,CVE,KYD,CLP,CNY,COP,KMF,CDF,CRC,HRK,CUP,CZK,DKK,DJF,DOP,XCD,EGP,SVC,GQE,ERN,EEK,ETB,EUR,FKP,FJD,GMD,GEK,GHS,GIP,GTQ,GNF,GYD,HTG,HNL,HKD,HUF,ISK,INR,IDR,IRR,IQD,JMD,JPY,JOD,KZT,KES,KWD,KGS,LAK,LVL,LBP,LSL,LRD,LYD,LTL,MOP,MKD,MGA,MWK,MYR,MVR,LSM,MRO,MUR,MXN,MDL,MNT,MAD,MZN,MMK,NAD,NPR,ANG,ILS,NZD,NIC,NGN,KPW,NOK,ROL,TRL,OMR,PKR,PAB,PGK,PYG,PEN,PHP,PLN,QAR,RHD,RON,RUB,RWF,SHP,STD,SAR,RSD,SCR,SLL,SGD,SKK,SBD,SOS,ZAR,KRW,LKR,SDG,SRD,SZL,SEK,CHF,SYP,TWD,TJS,TZS,THB,TOP,TTD,TND,TRY,TMM,USD,UGX,UAH,AED,UYU,UZS,VUV,VEB,VND,CHE,CHW,WST,YER,ZMK,ZWD'),(282,'default',0,'system/log/clean_after_day','180'),(283,'default',0,'system/log/enabled','0'),(284,'default',0,'system/log/time','00,00,00'),(285,'default',0,'system/log/frequency','D'),(286,'default',0,'crontab/jobs/log_clean/schedule/cron_expr',''),(287,'default',0,'crontab/jobs/log_clean/run/model','log/cron::logClean'),(288,'default',0,'system/log/error_email',''),(289,'default',0,'system/log/error_email_identity','general'),(290,'default',0,'system/log/error_email_template','system_log_error_email_template'),(291,'default',0,'system/adminnotification/use_https','0'),(292,'default',0,'system/adminnotification/frequency','1'),(293,'default',0,'system/rotation/lifetime','60'),(294,'default',0,'system/rotation/frequency','1'),(295,'default',0,'design/package/name','pro'),(296,'default',0,'design/package/ua_regexp','a:0:{}'),(306,'default',0,'design/head/default_title','Magento Professional Edition'),(307,'default',0,'design/head/title_prefix',''),(308,'default',0,'design/head/title_suffix',''),(309,'default',0,'design/head/default_description','Default Description'),(310,'default',0,'design/head/default_keywords','Magento, Varien, E-commerce'),(311,'default',0,'design/head/default_robots','INDEX,FOLLOW'),(312,'default',0,'design/head/includes',''),(313,'default',0,'design/header/logo_src','images/logo.gif'),(314,'default',0,'design/header/logo_alt','Magento Commerce'),(315,'default',0,'design/header/welcome','Default welcome msg!'),(316,'default',0,'design/footer/copyright','© 2010 Magento Professional Edition Demo Store. All Rights Reserved.'),(317,'default',0,'design/footer/absolute_footer',''),(318,'default',0,'design/watermark/image_size',''),(319,'default',0,'design/watermark/image_position','stretch'),(320,'default',0,'design/watermark/small_image_size',''),(321,'default',0,'design/watermark/small_image_position','stretch'),(322,'default',0,'design/watermark/thumbnail_size',''),(323,'default',0,'design/watermark/thumbnail_position','stretch'),(369,'default',0,'design/watermark/image_imageOpacity',''),(370,'default',0,'design/watermark/small_image_imageOpacity',''),(371,'default',0,'design/watermark/thumbnail_imageOpacity',''),(372,'default',0,'admin/emails/forgot_email_template','admin_emails_forgot_email_template'),(373,'default',0,'admin/emails/forgot_email_identity','general'),(374,'default',0,'admin/startup/page','dashboard'),(375,'default',0,'admin/url/use_custom','0'),(376,'default',0,'admin/url/custom',''),(377,'default',0,'admin/security/use_form_key','1'),(378,'default',0,'admin/security/session_cookie_lifetime','3600'),(379,'default',0,'admin/security/lockout_failures','6'),(380,'default',0,'admin/security/lockout_threshold','30'),(381,'default',0,'admin/security/password_lifetime','90'),(382,'default',0,'admin/security/password_is_forced','0'),(383,'default',0,'admin/enterprise_logging/actions','a:54:{s:20:\"enterprise_pci_locks\";s:1:\"1\";s:24:\"adminhtml_system_account\";s:1:\"1\";s:26:\"adminhtml_permission_roles\";s:1:\"1\";s:26:\"adminhtml_permission_users\";s:1:\"1\";s:11:\"admin_login\";s:1:\"1\";s:10:\"cms_blocks\";s:1:\"1\";s:24:\"enterprise_cms_hierarchy\";s:1:\"1\";s:9:\"cms_pages\";s:1:\"1\";s:4:\"poll\";s:1:\"1\";s:30:\"enterprise_cms_page_versioning\";s:1:\"1\";s:21:\"catalog_attributesets\";s:1:\"1\";s:18:\"catalog_attributes\";s:1:\"1\";s:18:\"catalog_categories\";s:1:\"1\";s:23:\"enterprise_catalogevent\";s:1:\"1\";s:11:\"catalogrule\";s:1:\"1\";s:23:\"tax_product_tax_classes\";s:1:\"1\";s:16:\"catalog_products\";s:1:\"1\";s:6:\"rating\";s:1:\"1\";s:6:\"review\";s:1:\"1\";s:13:\"catalogsearch\";s:1:\"1\";s:3:\"tag\";s:1:\"1\";s:18:\"enterprise_staging\";s:1:\"1\";s:15:\"customer_groups\";s:1:\"1\";s:21:\"enterprise_invitation\";s:1:\"1\";s:24:\"tax_customer_tax_classes\";s:1:\"1\";s:8:\"customer\";s:1:\"1\";s:20:\"enterprise_pci_crypt\";s:1:\"1\";s:26:\"enterprise_giftcardaccount\";s:1:\"1\";s:14:\"google_sitemap\";s:1:\"1\";s:17:\"enterprise_banner\";s:1:\"1\";s:26:\"enterprise_customersegment\";s:1:\"1\";s:23:\"adminhtml_system_stores\";s:1:\"1\";s:29:\"adminhtml_system_store_groups\";s:1:\"1\";s:25:\"adminhtml_system_websites\";s:1:\"1\";s:18:\"newsletter_problem\";s:1:\"1\";s:16:\"newsletter_queue\";s:1:\"1\";s:22:\"newsletter_subscribers\";s:1:\"1\";s:20:\"newsletter_templates\";s:1:\"1\";s:7:\"reports\";s:1:\"1\";s:21:\"enterprise_targetrule\";s:1:\"1\";s:17:\"sales_creditmemos\";s:1:\"1\";s:14:\"sales_invoices\";s:1:\"1\";s:18:\"sales_order_status\";s:1:\"1\";s:12:\"sales_orders\";s:1:\"1\";s:15:\"sales_shipments\";s:1:\"1\";s:9:\"salesrule\";s:1:\"1\";s:26:\"enterprise_customerbalance\";s:1:\"1\";s:23:\"adminhtml_system_config\";s:1:\"1\";s:9:\"tax_rates\";s:1:\"1\";s:9:\"tax_rules\";s:1:\"1\";s:16:\"core_urlrewrites\";s:1:\"1\";s:9:\"api_users\";s:1:\"1\";s:9:\"api_roles\";s:1:\"1\";s:15:\"widget_instance\";s:1:\"1\";}'),(384,'default',0,'cms/wysiwyg/upload_root','content/images'),(385,'default',0,'cms/wysiwyg/enabled','hidden'),(386,'default',0,'cms/hierarchy/enabled','1'),(387,'default',0,'cms/hierarchy/metadata_enabled','1'),(388,'default',0,'cms/content/versioning','1'),(389,'default',0,'web/seo/use_rewrites','1'),(397,'default',0,'web/unsecure/base_url','http://pro-admin.magentocommerce.com/'),(398,'default',0,'web/secure/base_url','http://pro-admin.magentocommerce.com/'),(399,'default',0,'general/locale/code','en_US'),(400,'default',0,'general/locale/timezone','America/Los_Angeles'),(401,'default',0,'currency/options/base','USD'),(402,'default',0,'currency/options/default','USD'),(403,'default',0,'currency/options/allow','USD'),(404,'default',0,'web/url/redirect_to_base','1'),(405,'default',0,'web/default/cms_no_cookies','enable-cookies'),(406,'default',0,'web/session/use_frontend_sid','1'),(407,'default',0,'web/browser_capabilities/cookies','1'),(408,'default',0,'web/browser_capabilities/javascript','1'),(409,'default',0,'design/theme/locale',''),(410,'default',0,'design/theme/template',''),(411,'default',0,'design/theme/template_ua_regexp','a:0:{}'),(412,'default',0,'design/theme/skin',''),(413,'default',0,'design/theme/skin_ua_regexp','a:0:{}'),(414,'default',0,'design/theme/layout',''),(415,'default',0,'design/theme/layout_ua_regexp','a:0:{}'),(416,'default',0,'design/theme/default',''),(417,'default',0,'design/theme/default_ua_regexp','a:0:{}'),(418,'default',0,'design/head/demonotice','1'),(419,'default',0,'design/pagination/pagination_frame','5'),(420,'default',0,'design/pagination/pagination_frame_skip',''),(421,'default',0,'design/pagination/anchor_text_for_previous',''),(422,'default',0,'design/pagination/anchor_text_for_next',''),(423,'default',0,'enterprise_reward/general/is_enabled','1'),(424,'default',0,'enterprise_reward/general/is_enabled_on_front','1'),(425,'default',0,'enterprise_reward/general/publish_history','1'),(426,'default',0,'enterprise_reward/general/min_points_balance','100'),(427,'default',0,'enterprise_reward/general/max_points_balance','1000'),(428,'default',0,'enterprise_reward/general/expiration_days','2'),(429,'default',0,'enterprise_reward/general/expiry_calculation','static'),(430,'default',0,'enterprise_reward/general/landing_page','reward-points'),(431,'default',0,'enterprise_reward/points/order','1'),(432,'default',0,'enterprise_reward/points/register','50'),(433,'default',0,'enterprise_reward/points/newsletter','20'),(434,'default',0,'enterprise_reward/points/review','10'),(435,'default',0,'enterprise_reward/points/review_limit',''),(436,'default',0,'enterprise_reward/points/tag','15'),(437,'default',0,'enterprise_reward/points/tag_limit',''),(438,'default',0,'enterprise_reward/notification/email_sender','general'),(439,'default',0,'enterprise_reward/notification/subscribe_by_default','1'),(440,'default',0,'enterprise_reward/notification/balance_update_template','enterprise_reward_notification_balance_update_template'),(441,'default',0,'enterprise_reward/notification/expiry_warning_template','enterprise_reward_notification_expiry_warning_template'),(442,'default',0,'enterprise_reward/notification/expiry_day_before','1');
/*!40000 ALTER TABLE `core_config_data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_email_template`
--
DROP TABLE IF EXISTS `core_email_template`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_email_template` (
`template_id` int(7) unsigned NOT NULL AUTO_INCREMENT,
`template_code` varchar(150) DEFAULT NULL,
`template_text` text,
`template_styles` text,
`template_type` int(3) unsigned DEFAULT NULL,
`template_subject` varchar(200) DEFAULT NULL,
`template_sender_name` varchar(200) DEFAULT NULL,
`template_sender_email` varchar(200) DEFAULT NULL,
`added_at` datetime DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
`orig_template_code` varchar(200) DEFAULT NULL,
`orig_template_variables` text NOT NULL,
PRIMARY KEY (`template_id`),
UNIQUE KEY `template_code` (`template_code`),
KEY `added_at` (`added_at`),
KEY `modified_at` (`modified_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Email templates';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_email_template`
--
LOCK TABLES `core_email_template` WRITE;
/*!40000 ALTER TABLE `core_email_template` DISABLE KEYS */;
/*!40000 ALTER TABLE `core_email_template` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_flag`
--
DROP TABLE IF EXISTS `core_flag`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_flag` (
`flag_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`flag_code` varchar(255) NOT NULL,
`state` smallint(5) unsigned NOT NULL DEFAULT '0',
`flag_data` text,
`last_update` datetime NOT NULL,
PRIMARY KEY (`flag_id`),
KEY `last_update` (`last_update`)
) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_flag`
--
LOCK TABLES `core_flag` WRITE;
/*!40000 ALTER TABLE `core_flag` DISABLE KEYS */;
INSERT INTO `core_flag` VALUES (114,'catalog_product_flat',0,'a:1:{s:8:\"is_built\";b:1;}','2010-04-20 14:08:30');
/*!40000 ALTER TABLE `core_flag` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_layout_link`
--
DROP TABLE IF EXISTS `core_layout_link`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_layout_link` (
`layout_link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`area` varchar(64) NOT NULL DEFAULT '',
`package` varchar(64) NOT NULL DEFAULT '',
`theme` varchar(64) NOT NULL DEFAULT '',
`layout_update_id` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`layout_link_id`),
UNIQUE KEY `store_id` (`store_id`,`package`,`theme`,`layout_update_id`),
KEY `FK_core_layout_link_update` (`layout_update_id`),
CONSTRAINT `FK_CORE_LAYOUT_LINK_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CORE_LAYOUT_LINK_UPDATE` FOREIGN KEY (`layout_update_id`) REFERENCES `core_layout_update` (`layout_update_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_layout_link`
--
LOCK TABLES `core_layout_link` WRITE;
/*!40000 ALTER TABLE `core_layout_link` DISABLE KEYS */;
/*!40000 ALTER TABLE `core_layout_link` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_layout_update`
--
DROP TABLE IF EXISTS `core_layout_update`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_layout_update` (
`layout_update_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`handle` varchar(255) DEFAULT NULL,
`xml` text,
`sort_order` smallint(5) NOT NULL DEFAULT '0',
PRIMARY KEY (`layout_update_id`),
KEY `handle` (`handle`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_layout_update`
--
LOCK TABLES `core_layout_update` WRITE;
/*!40000 ALTER TABLE `core_layout_update` DISABLE KEYS */;
/*!40000 ALTER TABLE `core_layout_update` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_resource`
--
DROP TABLE IF EXISTS `core_resource`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_resource` (
`code` varchar(50) NOT NULL DEFAULT '',
`version` varchar(50) NOT NULL DEFAULT '',
`data_version` varchar(50) DEFAULT NULL,
PRIMARY KEY (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Resource version registry';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_resource`
--
LOCK TABLES `core_resource` WRITE;
/*!40000 ALTER TABLE `core_resource` DISABLE KEYS */;
INSERT INTO `core_resource` VALUES ('adminnotification_setup','1.0.0','1.0.0'),('admin_setup','0.7.2','0.7.2'),('amazonpayments_setup','0.1.2','0.1.2'),('api_setup','0.8.1','0.8.1'),('backup_setup','0.7.0','0.7.0'),('bundle_setup','0.1.12','0.1.12'),('catalogindex_setup','0.7.10','0.7.10'),('cataloginventory_setup','0.7.8','0.7.8'),('catalogrule_setup','0.7.10','0.7.10'),('catalogsearch_setup','0.7.7','0.7.7'),('catalog_setup','1.4.0.0.26','1.4.0.0.26'),('checkout_setup','0.9.5','0.9.5'),('chronopay_setup','0.1.0',NULL),('cms_setup','0.7.13','0.7.13'),('compiler_setup','0.1.0','0.1.0'),('contacts_setup','0.8.0','0.8.0'),('core_setup','0.8.26','0.8.26'),('cron_setup','0.7.1','0.7.1'),('customer_setup','1.4.0.0.7','1.4.0.0.7'),('cybermut_setup','0.1.0',NULL),('cybersource_setup','0.7.0',NULL),('dataflow_setup','0.7.4','0.7.4'),('directory_setup','0.8.10','0.8.10'),('downloadable_setup','1.4.0.1','1.4.0.1'),('eav_setup','0.7.15','0.7.15'),('enterprise_admingws_setup','0.0.1','0.0.1'),('enterprise_banner_setup','1.6.0.0.4','1.6.0.0.4'),('enterprise_catalogevent_setup','0.0.6','0.0.6'),('enterprise_catalogpermissions_setup','0.0.9','0.0.9'),('enterprise_cms_setup','1.6.0.0.9','1.6.0.0.9'),('enterprise_customerbalance_setup','0.0.11','0.0.11'),('enterprise_customersegment_setup','1.6.0.0.1','1.6.0.0.1'),('enterprise_enterprise_setup','0.0.2','0.0.2'),('enterprise_giftcardaccount_setup','0.0.13','0.0.13'),('enterprise_giftcard_setup','0.0.8','0.0.8'),('enterprise_invitation_setup','0.0.3','0.0.3'),('enterprise_logging_setup','0.2.3','0.2.3'),('enterprise_pagecache_setup','1.6.0.0.0','1.6.0.0.0'),('enterprise_pci_setup','0.0.4','0.0.4'),('enterprise_reminder_setup','1.8.0.0.0','1.8.0.0.0'),('enterprise_reward_setup','1.7.0.0.14','1.7.0.0.14'),('enterprise_salesarchive_setup','1.7.0.0','1.7.0.0'),('enterprise_staging_setup','0.1.15','0.1.15'),('enterprise_targetrule_setup','1.6.0.0.3','1.6.0.0.3'),('enterprise_websiterestriction_setup','0.0.1','0.0.1'),('eway_setup','0.1.0',NULL),('flo2cash_setup','0.1.1',NULL),('giftmessage_setup','0.7.2','0.7.2'),('googleanalytics_setup','0.1.0',NULL),('googlebase_setup','0.1.1','0.1.1'),('googlecheckout_setup','0.7.3','0.7.3'),('googleoptimizer_setup','0.1.2','0.1.2'),('ideal_setup','0.1.0',NULL),('index_setup','1.4.0.2','1.4.0.2'),('log_setup','0.7.7','0.7.7'),('moneybookers_setup','1.2','1.2'),('newsletter_setup','0.8.2','0.8.2'),('ogone_setup','0.0.1','0.0.1'),('oscommerce_setup','0.8.10',NULL),('paybox_setup','0.1.3',NULL),('paygate_setup','0.7.1','0.7.1'),('payment_setup','0.7.0','0.7.0'),('paypaluk_setup','0.7.0','0.7.0'),('paypal_setup','1.4.0.0','1.4.0.0'),('poll_setup','0.7.2','0.7.2'),('productalert_setup','0.7.2','0.7.2'),('protx_setup','0.1.0',NULL),('rating_setup','0.7.2','0.7.2'),('reports_setup','0.7.10','0.7.10'),('review_setup','0.7.6','0.7.6'),('salesrule_setup','1.4.0.0.4','1.4.0.0.4'),('sales_setup','1.4.0.8','1.4.0.8'),('sendfriend_setup','0.7.4','0.7.4'),('shipping_setup','0.7.0','0.7.0'),('sitemap_setup','0.7.2','0.7.2'),('strikeiron_setup','0.9.1',NULL),('tag_setup','0.7.7','0.7.7'),('tax_setup','1.4.0.0','1.4.0.0'),('usa_setup','0.7.1','0.7.1'),('weee_setup','0.13','0.13'),('widget_setup','1.4.0.0.0','1.4.0.0.0'),('wishlist_setup','0.7.8','0.7.8');
/*!40000 ALTER TABLE `core_resource` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_session`
--
DROP TABLE IF EXISTS `core_session`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_session` (
`session_id` varchar(255) NOT NULL DEFAULT '',
`website_id` smallint(5) unsigned DEFAULT NULL,
`session_expires` int(10) unsigned NOT NULL DEFAULT '0',
`session_data` mediumblob NOT NULL,
PRIMARY KEY (`session_id`),
KEY `FK_SESSION_WEBSITE` (`website_id`),
CONSTRAINT `FK_SESSION_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Session data store';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_session`
--
LOCK TABLES `core_session` WRITE;
/*!40000 ALTER TABLE `core_session` DISABLE KEYS */;
/*!40000 ALTER TABLE `core_session` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_store`
--
DROP TABLE IF EXISTS `core_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_store` (
`store_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`code` varchar(32) NOT NULL DEFAULT '',
`website_id` smallint(5) unsigned DEFAULT '0',
`group_id` smallint(5) unsigned NOT NULL,
`name` varchar(255) NOT NULL,
`sort_order` smallint(5) unsigned NOT NULL DEFAULT '0',
`is_active` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`store_id`),
UNIQUE KEY `code` (`code`),
KEY `FK_STORE_WEBSITE` (`website_id`),
KEY `is_active` (`is_active`,`sort_order`),
KEY `FK_STORE_GROUP` (`group_id`),
CONSTRAINT `FK_STORE_GROUP_STORE` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_STORE_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='Stores';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_store`
--
LOCK TABLES `core_store` WRITE;
/*!40000 ALTER TABLE `core_store` DISABLE KEYS */;
INSERT INTO `core_store` VALUES (0,'admin',0,0,'Admin',0,1),(1,'default',1,1,'English',0,1),(2,'german',1,1,'German',0,1),(3,'french',1,1,'French',0,1);
/*!40000 ALTER TABLE `core_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_store_group`
--
DROP TABLE IF EXISTS `core_store_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_store_group` (
`group_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL,
`root_category_id` int(10) unsigned NOT NULL DEFAULT '0',
`default_store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`group_id`),
KEY `FK_STORE_GROUP_WEBSITE` (`website_id`),
KEY `default_store_id` (`default_store_id`),
CONSTRAINT `FK_STORE_GROUP_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_store_group`
--
LOCK TABLES `core_store_group` WRITE;
/*!40000 ALTER TABLE `core_store_group` DISABLE KEYS */;
INSERT INTO `core_store_group` VALUES (0,0,'Default',0,0),(1,1,'Main Store',3,1);
/*!40000 ALTER TABLE `core_store_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_translate`
--
DROP TABLE IF EXISTS `core_translate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_translate` (
`key_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`string` varchar(255) NOT NULL DEFAULT '',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`translate` varchar(255) NOT NULL DEFAULT '',
`locale` varchar(20) NOT NULL DEFAULT 'en_US',
PRIMARY KEY (`key_id`),
UNIQUE KEY `IDX_CODE` (`store_id`,`locale`,`string`),
KEY `FK_CORE_TRANSLATE_STORE` (`store_id`),
CONSTRAINT `FK_CORE_TRANSLATE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8 COMMENT='Translation data';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_translate`
--
LOCK TABLES `core_translate` WRITE;
/*!40000 ALTER TABLE `core_translate` DISABLE KEYS */;
INSERT INTO `core_translate` VALUES (1,'Size',0,'Size','en_US'),(2,'Color',0,'Color','en_US'),(3,'Thumbnail Image',0,'Thumbnail Image','en_US'),(4,'Med image',0,'Med image','en_US'),(5,'Large Image',0,'Large Image','en_US'),(6,'Medium Image',0,'Medium Image','en_US'),(7,'Main Image',0,'Main Image','en_US'),(8,'In Depth',0,'In Depth','en_US'),(9,'Small Image',0,'Small Image','en_US'),(10,'Manufacturer',0,'Manufacturer','en_US'),(11,'Dimensions',0,'Dimensions','en_US'),(12,'Model',0,'Model','en_US'),(13,'Activation Information',0,'Activation Information','en_US'),(14,'Thumbnail',0,'Thumbnail','en_US'),(15,'Description',0,'Description','en_US'),(16,'Weight',0,'Weight','en_US'),(17,'Processor',0,'Processor','en_US'),(18,'Memory',0,'Memory','en_US'),(19,'Hardrive',0,'Hardrive','en_US'),(20,'Screensize',0,'Screensize','en_US'),(21,'Gender',0,'Gender','en_US'),(22,'Shoe Size',0,'Shoe Size','en_US'),(23,'Shoe Type',0,'Shoe Type','en_US'),(24,'shape',0,'shape','en_US'),(25,'Short Description',0,'Short Description','en_US'),(26,'Country of Origin',0,'Country of Origin','en_US'),(27,'Room',0,'Room','en_US'),(28,'Finish',0,'Finish','en_US'),(29,'Manufacturer1',0,'Manufacturer1','en_US'),(30,'color-roy',0,'color-roy','en_US'),(31,'Megapixels',0,'Megapixels','en_US'),(32,'Shirt Size',0,'Shirt Size','en_US'),(33,'Visibility',0,'Visibility','en_US'),(34,'Tax Class',0,'Tax Class','en_US'),(35,'Status',0,'Status','en_US'),(36,'Price',0,'Price','en_US'),(37,'Tier Price',0,'Tier Price','en_US'),(38,'Special Price',0,'Special Price','en_US'),(39,'Meta Keywords',0,'Meta Keywords','en_US'),(40,'Max Resolution',0,'Max Resolution','en_US'),(41,'RAM SIze',0,'RAM SIze','en_US'),(42,'Contrast Ratio',0,'Contrast Ratio','en_US'),(43,'Response Time',0,'Response Time','en_US'),(44,'CPU Speed',0,'CPU Speed','en_US'),(45,'Disk Speed',0,'Disk Speed','en_US'),(46,'Brand',0,'Brand','en_US'),(47,'Mage_Catalog::In Depth',0,'In Depth','en_US');
/*!40000 ALTER TABLE `core_translate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_url_rewrite`
--
DROP TABLE IF EXISTS `core_url_rewrite`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_url_rewrite` (
`url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`category_id` int(10) unsigned DEFAULT NULL,
`product_id` int(10) unsigned DEFAULT NULL,
`id_path` varchar(255) NOT NULL DEFAULT '',
`request_path` varchar(255) NOT NULL DEFAULT '',
`target_path` varchar(255) NOT NULL DEFAULT '',
`is_system` tinyint(1) unsigned DEFAULT '1',
`options` varchar(255) NOT NULL DEFAULT '',
`description` varchar(255) DEFAULT NULL,
PRIMARY KEY (`url_rewrite_id`),
UNIQUE KEY `UNQ_REQUEST_PATH` (`request_path`,`store_id`),
UNIQUE KEY `UNQ_PATH` (`id_path`,`is_system`,`store_id`),
KEY `FK_CORE_URL_REWRITE_STORE` (`store_id`),
KEY `FK_CORE_URL_REWRITE_CATEGORY` (`category_id`),
KEY `FK_CORE_URL_REWRITE_PRODUCT` (`product_id`),
KEY `IDX_ID_PATH` (`id_path`),
KEY `IDX_CATEGORY_REWRITE` (`category_id`,`is_system`,`product_id`,`store_id`,`id_path`),
KEY `IDX_TARGET_PATH` (`target_path`,`store_id`),
CONSTRAINT `core_url_rewrite_ibfk_1` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CORE_URL_REWRITE_CATEGORY` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CORE_URL_REWRITE_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CORE_URL_REWRITE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=1800 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_url_rewrite`
--
LOCK TABLES `core_url_rewrite` WRITE;
/*!40000 ALTER TABLE `core_url_rewrite` DISABLE KEYS */;
INSERT INTO `core_url_rewrite` VALUES (1,1,36,NULL,'category/36','apparel/women','catalog/category/view/id/36',1,'',NULL),(2,3,36,NULL,'category/36','apparel/women','catalog/category/view/id/36',1,'',NULL),(3,2,36,NULL,'category/36','apparel/women','catalog/category/view/id/36',1,'',NULL),(4,1,37,NULL,'category/37','apparel/men','catalog/category/view/id/37',1,'',NULL),(5,3,37,NULL,'category/37','apparel/men','catalog/category/view/id/37',1,'',NULL),(6,2,37,NULL,'category/37','apparel/men','catalog/category/view/id/37',1,'',NULL),(16,1,41,NULL,'category/41','gift-cards','catalog/category/view/id/41',1,'',NULL),(17,3,41,NULL,'category/41','gift-cards','catalog/category/view/id/41',1,'',NULL),(18,2,41,NULL,'category/41','gift-cards','catalog/category/view/id/41',1,'',NULL),(49,1,10,NULL,'category/10','furniture','catalog/category/view/id/10',1,'',NULL),(50,1,22,NULL,'category/22','furniture/living-room','catalog/category/view/id/22',1,'',NULL),(51,1,23,NULL,'category/23','furniture/bedroom','catalog/category/view/id/23',1,'',NULL),(52,1,13,NULL,'category/13','electronics','catalog/category/view/id/13',1,'',NULL),(53,1,12,NULL,'category/12','electronics/cameras','catalog/category/view/id/12',1,'',NULL),(54,1,25,NULL,'category/25','electronics/cameras/accessories','catalog/category/view/id/25',1,'',NULL),(55,1,26,NULL,'category/26','electronics/cameras/digital-cameras','catalog/category/view/id/26',1,'',NULL),(56,1,15,NULL,'category/15','electronics/computers','catalog/category/view/id/15',1,'',NULL),(57,1,27,NULL,'category/27','electronics/computers/build-your-own','catalog/category/view/id/27',1,'',NULL),(58,1,28,NULL,'category/28','electronics/computers/laptops','catalog/category/view/id/28',1,'',NULL),(59,1,29,NULL,'category/29','electronics/computers/hard-drives','catalog/category/view/id/29',1,'',NULL),(60,1,30,NULL,'category/30','electronics/computers/monitors','catalog/category/view/id/30',1,'',NULL),(61,1,31,NULL,'category/31','electronics/computers/ram-memory','catalog/category/view/id/31',1,'',NULL),(62,1,32,NULL,'category/32','electronics/computers/cases','catalog/category/view/id/32',1,'',NULL),(63,1,33,NULL,'category/33','electronics/computers/processors','catalog/category/view/id/33',1,'',NULL),(64,1,34,NULL,'category/34','electronics/computers/peripherals','catalog/category/view/id/34',1,'',NULL),(65,1,8,NULL,'category/8','electronics/cell-phones','catalog/category/view/id/8',1,'',NULL),(66,1,18,NULL,'category/18','apparel','catalog/category/view/id/18',1,'',NULL),(67,1,4,NULL,'category/4','apparel/shirts','catalog/category/view/id/4',1,'',NULL),(68,1,5,NULL,'category/5','apparel/shoes','catalog/category/view/id/5',1,'',NULL),(69,1,16,NULL,'category/16','apparel/shoes/mens','catalog/category/view/id/16',1,'',NULL),(70,1,17,NULL,'category/17','apparel/shoes/womens','catalog/category/view/id/17',1,'',NULL),(71,1,NULL,16,'product/16','nokia-2610-phone.html','catalog/product/view/id/16',1,'',NULL),(72,1,8,16,'product/16/8','electronics/cell-phones/nokia-2610-phone.html','catalog/product/view/id/16/category/8',1,'',NULL),(73,1,NULL,17,'product/17','blackberry-8100-pearl.html','catalog/product/view/id/17',1,'',NULL),(74,1,8,17,'product/17/8','electronics/cell-phones/blackberry-8100-pearl.html','catalog/product/view/id/17/category/8',1,'',NULL),(75,1,NULL,18,'product/18','sony-ericsson-w810i.html','catalog/product/view/id/18',1,'',NULL),(76,1,8,18,'product/18/8','electronics/cell-phones/sony-ericsson-w810i.html','catalog/product/view/id/18/category/8',1,'',NULL),(77,1,NULL,19,'product/19','atandt-8525-pda.html','catalog/product/view/id/19',1,'',NULL),(78,1,8,19,'product/19/8','electronics/cell-phones/atandt-8525-pda.html','catalog/product/view/id/19/category/8',1,'',NULL),(79,1,NULL,20,'product/20','samsung-mm-a900m-ace.html','catalog/product/view/id/20',1,'',NULL),(80,1,8,20,'product/20/8','electronics/cell-phones/samsung-mm-a900m-ace.html','catalog/product/view/id/20/category/8',1,'',NULL),(81,1,NULL,25,'product/25','apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html','catalog/product/view/id/25',1,'',NULL),(82,1,15,25,'product/25/15','electronics/computers/apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html','catalog/product/view/id/25/category/15',1,'',NULL),(83,1,28,25,'product/25/28','electronics/computers/laptops/apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html','catalog/product/view/id/25/category/28',1,'',NULL),(84,1,NULL,26,'product/26','acer-ferrari-3200-notebook-computer-pc.html','catalog/product/view/id/26',1,'',NULL),(85,1,15,26,'product/26/15','electronics/computers/acer-ferrari-3200-notebook-computer-pc.html','catalog/product/view/id/26/category/15',1,'',NULL),(86,1,28,26,'product/26/28','electronics/computers/laptops/acer-ferrari-3200-notebook-computer-pc.html','catalog/product/view/id/26/category/28',1,'',NULL),(87,1,NULL,27,'product/27','sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html','catalog/product/view/id/27',1,'',NULL),(88,1,NULL,28,'product/28','toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html','catalog/product/view/id/28',1,'',NULL),(89,1,15,28,'product/28/15','electronics/computers/toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html','catalog/product/view/id/28/category/15',1,'',NULL),(90,1,28,28,'product/28/28','electronics/computers/laptops/toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html','catalog/product/view/id/28/category/28',1,'',NULL),(91,1,NULL,29,'product/29','cn-clogs-beach-garden-clog-3.html','catalog/product/view/id/29',1,'',NULL),(93,1,NULL,30,'product/30','asics-men-s-gel-kayano-xii-8.html','catalog/product/view/id/30',1,'',NULL),(94,1,16,30,'product/30/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-8.html','catalog/product/view/id/30/category/16',1,'',NULL),(96,1,NULL,31,'product/31','steven-by-steve-madden-pryme-pump-4.html','catalog/product/view/id/31',1,'',NULL),(97,1,17,31,'product/31/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-4.html','catalog/product/view/id/31/category/17',1,'',NULL),(99,1,NULL,32,'product/32','nine-west-women-s-lucero-pump-3.html','catalog/product/view/id/32',1,'',NULL),(100,1,17,32,'product/32/17','apparel/shoes/womens/nine-west-women-s-lucero-pump-3.html','catalog/product/view/id/32/category/17',1,'',NULL),(102,1,NULL,33,'product/33','ecco-womens-golf-flexor-golf-shoe-3.html','catalog/product/view/id/33',1,'',NULL),(103,1,17,33,'product/33/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe-3.html','catalog/product/view/id/33/category/17',1,'',NULL),(105,1,NULL,34,'product/34','kenneth-cole-new-york-men-s-con-verge-slip-on-8.html','catalog/product/view/id/34',1,'',NULL),(106,1,16,34,'product/34/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-8.html','catalog/product/view/id/34/category/16',1,'',NULL),(109,1,NULL,35,'product/35','coalesce-functioning-on-impatience-t-shirt-small.html','catalog/product/view/id/35',1,'',NULL),(110,1,4,35,'product/35/4','apparel/shirts/coalesce-functioning-on-impatience-t-shirt-small.html','catalog/product/view/id/35/category/4',1,'',NULL),(113,1,NULL,36,'product/36','ink-eater-krylon-bombear-destroyed-tee-sm.html','catalog/product/view/id/36',1,'',NULL),(115,1,NULL,37,'product/37','the-only-children-paisley-t-shirt-sm.html','catalog/product/view/id/37',1,'',NULL),(116,1,4,37,'product/37/4','apparel/shirts/the-only-children-paisley-t-shirt-sm.html','catalog/product/view/id/37/category/4',1,'',NULL),(119,1,NULL,38,'product/38','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html','catalog/product/view/id/38',1,'',NULL),(120,1,4,38,'product/38/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html','catalog/product/view/id/38/category/4',1,'',NULL),(123,1,NULL,39,'product/39','the-get-up-kids-band-camp-pullover-hoodie.html','catalog/product/view/id/39',1,'',NULL),(126,1,NULL,41,'product/41','akio-dresser.html','catalog/product/view/id/41',1,'',NULL),(127,1,23,41,'product/41/23','furniture/bedroom/akio-dresser.html','catalog/product/view/id/41/category/23',1,'',NULL),(128,1,NULL,42,'product/42','barcelona-bamboo-platform-bed.html','catalog/product/view/id/42',1,'',NULL),(129,1,23,42,'product/42/23','furniture/bedroom/barcelona-bamboo-platform-bed.html','catalog/product/view/id/42/category/23',1,'',NULL),(130,1,NULL,44,'product/44','canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black.html','catalog/product/view/id/44',1,'',NULL),(131,1,26,44,'product/44/26','electronics/cameras/digital-cameras/canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black.html','catalog/product/view/id/44/category/26',1,'',NULL),(132,1,NULL,45,'product/45','argus-qc-2185-quick-click-5mp-digital-camera.html','catalog/product/view/id/45',1,'',NULL),(133,1,26,45,'product/45/26','electronics/cameras/digital-cameras/argus-qc-2185-quick-click-5mp-digital-camera.html','catalog/product/view/id/45/category/26',1,'',NULL),(134,1,NULL,46,'product/46','olympus-stylus-750-7-1mp-digital-camera.html','catalog/product/view/id/46',1,'',NULL),(135,1,12,46,'product/46/12','electronics/cameras/olympus-stylus-750-7-1mp-digital-camera.html','catalog/product/view/id/46/category/12',1,'',NULL),(136,1,26,46,'product/46/26','electronics/cameras/digital-cameras/olympus-stylus-750-7-1mp-digital-camera.html','catalog/product/view/id/46/category/26',1,'',NULL),(137,1,NULL,47,'product/47','canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.html','catalog/product/view/id/47',1,'',NULL),(138,1,26,47,'product/47/26','electronics/cameras/digital-cameras/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.html','catalog/product/view/id/47/category/26',1,'',NULL),(139,1,NULL,48,'product/48','kodak-easyshare-c530-5mp-digital-camera.html','catalog/product/view/id/48',1,'',NULL),(140,1,26,48,'product/48/26','electronics/cameras/digital-cameras/kodak-easyshare-c530-5mp-digital-camera.html','catalog/product/view/id/48/category/26',1,'',NULL),(141,1,NULL,49,'product/49','anashria-womens-premier-leather-sandal-9.html','catalog/product/view/id/49',1,'',NULL),(142,1,17,49,'product/49/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-9.html','catalog/product/view/id/49/category/17',1,'',NULL),(143,1,NULL,51,'product/51','ottoman.html','catalog/product/view/id/51',1,'',NULL),(144,1,22,51,'product/51/22','furniture/living-room/ottoman.html','catalog/product/view/id/51/category/22',1,'',NULL),(145,1,NULL,52,'product/52','chair.html','catalog/product/view/id/52',1,'',NULL),(146,1,22,52,'product/52/22','furniture/living-room/chair.html','catalog/product/view/id/52/category/22',1,'',NULL),(147,1,NULL,53,'product/53','couch.html','catalog/product/view/id/53',1,'',NULL),(148,1,22,53,'product/53/22','furniture/living-room/couch.html','catalog/product/view/id/53/category/22',1,'',NULL),(149,1,NULL,54,'product/54','magento-red-furniture-set.html','catalog/product/view/id/54',1,'',NULL),(150,1,22,54,'product/54/22','furniture/living-room/magento-red-furniture-set.html','catalog/product/view/id/54/category/22',1,'',NULL),(151,1,NULL,74,'product/74','anashria-womens-premier-leather-sandal-3.html','catalog/product/view/id/74',1,'',NULL),(152,1,17,74,'product/74/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-3.html','catalog/product/view/id/74/category/17',1,'',NULL),(153,1,NULL,75,'product/75','anashria-womens-premier-leather-sandal-4.html','catalog/product/view/id/75',1,'',NULL),(154,1,17,75,'product/75/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-4.html','catalog/product/view/id/75/category/17',1,'',NULL),(155,1,NULL,79,'product/79','anashria-womens-premier-leather-sandal-5.html','catalog/product/view/id/79',1,'',NULL),(156,1,17,79,'product/79/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-5.html','catalog/product/view/id/79/category/17',1,'',NULL),(157,1,NULL,80,'product/80','anashria-womens-premier-leather-sandal-6.html','catalog/product/view/id/80',1,'',NULL),(158,1,17,80,'product/80/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-6.html','catalog/product/view/id/80/category/17',1,'',NULL),(159,1,NULL,81,'product/81','anashria-womens-premier-leather-sandal-7.html','catalog/product/view/id/81',1,'',NULL),(160,1,17,81,'product/81/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-7.html','catalog/product/view/id/81/category/17',1,'',NULL),(161,1,NULL,82,'product/82','anashria-womens-premier-leather-sandal-8.html','catalog/product/view/id/82',1,'',NULL),(162,1,17,82,'product/82/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-8.html','catalog/product/view/id/82/category/17',1,'',NULL),(163,1,NULL,83,'product/83','cn-clogs-beach-garden-clog.html','catalog/product/view/id/83',1,'',NULL),(164,1,16,83,'product/83/16','apparel/shoes/mens/cn-clogs-beach-garden-clog.html','catalog/product/view/id/83/category/16',1,'',NULL),(165,1,17,83,'product/83/17','apparel/shoes/womens/cn-clogs-beach-garden-clog.html','catalog/product/view/id/83/category/17',1,'',NULL),(167,1,NULL,84,'product/84','cn-clogs-beach-garden-clog-4.html','catalog/product/view/id/84',1,'',NULL),(168,1,16,84,'product/84/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-4.html','catalog/product/view/id/84/category/16',1,'',NULL),(169,1,17,84,'product/84/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-4.html','catalog/product/view/id/84/category/17',1,'',NULL),(171,1,NULL,85,'product/85','cn-clogs-beach-garden-clog-5.html','catalog/product/view/id/85',1,'',NULL),(172,1,16,85,'product/85/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-5.html','catalog/product/view/id/85/category/16',1,'',NULL),(173,1,17,85,'product/85/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-5.html','catalog/product/view/id/85/category/17',1,'',NULL),(175,1,NULL,86,'product/86','cn-clogs-beach-garden-clog-6.html','catalog/product/view/id/86',1,'',NULL),(176,1,16,86,'product/86/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-6.html','catalog/product/view/id/86/category/16',1,'',NULL),(177,1,17,86,'product/86/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-6.html','catalog/product/view/id/86/category/17',1,'',NULL),(179,1,NULL,87,'product/87','cn-clogs-beach-garden-clog-7.html','catalog/product/view/id/87',1,'',NULL),(180,1,16,87,'product/87/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-7.html','catalog/product/view/id/87/category/16',1,'',NULL),(181,1,17,87,'product/87/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-7.html','catalog/product/view/id/87/category/17',1,'',NULL),(183,1,NULL,88,'product/88','cn-clogs-beach-garden-clog-8.html','catalog/product/view/id/88',1,'',NULL),(184,1,16,88,'product/88/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-8.html','catalog/product/view/id/88/category/16',1,'',NULL),(185,1,17,88,'product/88/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-8.html','catalog/product/view/id/88/category/17',1,'',NULL),(187,1,NULL,89,'product/89','cn-clogs-beach-garden-clog-9.html','catalog/product/view/id/89',1,'',NULL),(188,1,16,89,'product/89/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-9.html','catalog/product/view/id/89/category/16',1,'',NULL),(189,1,17,89,'product/89/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-9.html','catalog/product/view/id/89/category/17',1,'',NULL),(191,1,NULL,90,'product/90','cn-clogs-beach-garden-clog-10.html','catalog/product/view/id/90',1,'',NULL),(192,1,16,90,'product/90/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-10.html','catalog/product/view/id/90/category/16',1,'',NULL),(193,1,17,90,'product/90/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-10.html','catalog/product/view/id/90/category/17',1,'',NULL),(195,1,NULL,91,'product/91','cn-clogs-beach-garden-clog-11.html','catalog/product/view/id/91',1,'',NULL),(196,1,16,91,'product/91/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-11.html','catalog/product/view/id/91/category/16',1,'',NULL),(197,1,17,91,'product/91/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-11.html','catalog/product/view/id/91/category/17',1,'',NULL),(199,1,NULL,92,'product/92','cn-clogs-beach-garden-clog-12.html','catalog/product/view/id/92',1,'',NULL),(200,1,16,92,'product/92/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-12.html','catalog/product/view/id/92/category/16',1,'',NULL),(201,1,17,92,'product/92/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-12.html','catalog/product/view/id/92/category/17',1,'',NULL),(203,1,NULL,93,'product/93','asics-men-s-gel-kayano-xii.html','catalog/product/view/id/93',1,'',NULL),(204,1,16,93,'product/93/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii.html','catalog/product/view/id/93/category/16',1,'',NULL),(206,1,NULL,94,'product/94','asics-men-s-gel-kayano-xii-9.html','catalog/product/view/id/94',1,'',NULL),(207,1,16,94,'product/94/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-9.html','catalog/product/view/id/94/category/16',1,'',NULL),(209,1,NULL,95,'product/95','asics-men-s-gel-kayano-xii-10.html','catalog/product/view/id/95',1,'',NULL),(210,1,16,95,'product/95/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-10.html','catalog/product/view/id/95/category/16',1,'',NULL),(212,1,NULL,96,'product/96','asics-men-s-gel-kayano-xii-11.html','catalog/product/view/id/96',1,'',NULL),(213,1,16,96,'product/96/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-11.html','catalog/product/view/id/96/category/16',1,'',NULL),(215,1,NULL,97,'product/97','asics-men-s-gel-kayano-xii-12.html','catalog/product/view/id/97',1,'',NULL),(216,1,16,97,'product/97/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-12.html','catalog/product/view/id/97/category/16',1,'',NULL),(218,1,NULL,98,'product/98','kenneth-cole-new-york-men-s-con-verge-slip-on.html','catalog/product/view/id/98',1,'',NULL),(219,1,16,98,'product/98/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on.html','catalog/product/view/id/98/category/16',1,'',NULL),(222,1,NULL,99,'product/99','kenneth-cole-new-york-men-s-con-verge-slip-on-9.html','catalog/product/view/id/99',1,'',NULL),(223,1,16,99,'product/99/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-9.html','catalog/product/view/id/99/category/16',1,'',NULL),(226,1,NULL,100,'product/100','kenneth-cole-new-york-men-s-con-verge-slip-on-10.html','catalog/product/view/id/100',1,'',NULL),(227,1,16,100,'product/100/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-10.html','catalog/product/view/id/100/category/16',1,'',NULL),(230,1,NULL,101,'product/101','kenneth-cole-new-york-men-s-con-verge-slip-on-11.html','catalog/product/view/id/101',1,'',NULL),(231,1,16,101,'product/101/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-11.html','catalog/product/view/id/101/category/16',1,'',NULL),(234,1,NULL,102,'product/102','kenneth-cole-new-york-men-s-con-verge-slip-on-12.html','catalog/product/view/id/102',1,'',NULL),(235,1,16,102,'product/102/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-12.html','catalog/product/view/id/102/category/16',1,'',NULL),(238,1,NULL,103,'product/103','steven-by-steve-madden-pryme-pump.html','catalog/product/view/id/103',1,'',NULL),(239,1,17,103,'product/103/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump.html','catalog/product/view/id/103/category/17',1,'',NULL),(241,1,NULL,104,'product/104','steven-by-steve-madden-pryme-pump-5.html','catalog/product/view/id/104',1,'',NULL),(242,1,17,104,'product/104/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-5.html','catalog/product/view/id/104/category/17',1,'',NULL),(244,1,NULL,105,'product/105','steven-by-steve-madden-pryme-pump-6.html','catalog/product/view/id/105',1,'',NULL),(245,1,17,105,'product/105/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-6.html','catalog/product/view/id/105/category/17',1,'',NULL),(247,1,NULL,106,'product/106','steven-by-steve-madden-pryme-pump-7.html','catalog/product/view/id/106',1,'',NULL),(248,1,17,106,'product/106/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-7.html','catalog/product/view/id/106/category/17',1,'',NULL),(250,1,NULL,107,'product/107','steven-by-steve-madden-pryme-pump-8.html','catalog/product/view/id/107',1,'',NULL),(251,1,17,107,'product/107/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-8.html','catalog/product/view/id/107/category/17',1,'',NULL),(253,1,NULL,108,'product/108','nine-west-women-s-lucero-pump.html','catalog/product/view/id/108',1,'',NULL),(254,1,17,108,'product/108/17','apparel/shoes/womens/nine-west-women-s-lucero-pump.html','catalog/product/view/id/108/category/17',1,'',NULL),(256,1,NULL,109,'product/109','nine-west-women-s-lucero-pump-4.html','catalog/product/view/id/109',1,'',NULL),(257,1,17,109,'product/109/17','apparel/shoes/womens/nine-west-women-s-lucero-pump-4.html','catalog/product/view/id/109/category/17',1,'',NULL),(259,1,NULL,110,'product/110','nine-west-women-s-lucero-pump-5.html','catalog/product/view/id/110',1,'',NULL),(260,1,17,110,'product/110/17','apparel/shoes/womens/nine-west-women-s-lucero-pump-5.html','catalog/product/view/id/110/category/17',1,'',NULL),(262,1,NULL,111,'product/111','nine-west-women-s-lucero-pump-6.html','catalog/product/view/id/111',1,'',NULL),(263,1,17,111,'product/111/17','apparel/shoes/womens/nine-west-women-s-lucero-pump-6.html','catalog/product/view/id/111/category/17',1,'',NULL),(265,1,NULL,112,'product/112','ecco-womens-golf-flexor-golf-shoe.html','catalog/product/view/id/112',1,'',NULL),(266,1,17,112,'product/112/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe.html','catalog/product/view/id/112/category/17',1,'',NULL),(268,1,NULL,113,'product/113','ecco-womens-golf-flexor-golf-shoe-4.html','catalog/product/view/id/113',1,'',NULL),(269,1,17,113,'product/113/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe-4.html','catalog/product/view/id/113/category/17',1,'',NULL),(271,1,NULL,114,'product/114','ecco-womens-golf-flexor-golf-shoe-5.html','catalog/product/view/id/114',1,'',NULL),(272,1,17,114,'product/114/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe-5.html','catalog/product/view/id/114/category/17',1,'',NULL),(274,1,NULL,115,'product/115','ecco-womens-golf-flexor-golf-shoe-6.html','catalog/product/view/id/115',1,'',NULL),(275,1,17,115,'product/115/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe-6.html','catalog/product/view/id/115/category/17',1,'',NULL),(277,1,NULL,117,'product/117','coalesce-functioning-on-impatience-t-shirt-medium.html','catalog/product/view/id/117',1,'',NULL),(278,1,4,117,'product/117/4','apparel/shirts/coalesce-functioning-on-impatience-t-shirt-medium.html','catalog/product/view/id/117/category/4',1,'',NULL),(281,1,NULL,118,'product/118','coalesce-functioning-on-impatience-t-shirt-large.html','catalog/product/view/id/118',1,'',NULL),(282,1,4,118,'product/118/4','apparel/shirts/coalesce-functioning-on-impatience-t-shirt-large.html','catalog/product/view/id/118/category/4',1,'',NULL),(285,1,NULL,119,'product/119','coalesce-functioning-on-impatience-t-shirt.html','catalog/product/view/id/119',1,'',NULL),(286,1,4,119,'product/119/4','apparel/shirts/coalesce-functioning-on-impatience-t-shirt.html','catalog/product/view/id/119/category/4',1,'',NULL),(289,1,NULL,120,'product/120','ink-eater-krylon-bombear-destroyed-tee.html','catalog/product/view/id/120',1,'',NULL),(290,1,NULL,121,'product/121','ink-eater-krylon-bombear-destroyed-tee-med.html','catalog/product/view/id/121',1,'',NULL),(291,1,NULL,122,'product/122','ink-eater-krylon-bombear-destroyed-tee-lrg.html','catalog/product/view/id/122',1,'',NULL),(292,1,NULL,123,'product/123','the-only-children-paisley-t-shirt.html','catalog/product/view/id/123',1,'',NULL),(293,1,4,123,'product/123/4','apparel/shirts/the-only-children-paisley-t-shirt.html','catalog/product/view/id/123/category/4',1,'',NULL),(296,1,NULL,124,'product/124','the-only-children-paisley-t-shirt-med.html','catalog/product/view/id/124',1,'',NULL),(297,1,4,124,'product/124/4','apparel/shirts/the-only-children-paisley-t-shirt-med.html','catalog/product/view/id/124/category/4',1,'',NULL),(300,1,NULL,125,'product/125','the-only-children-paisley-t-shirt-lrg.html','catalog/product/view/id/125',1,'',NULL),(301,1,4,125,'product/125/4','apparel/shirts/the-only-children-paisley-t-shirt-lrg.html','catalog/product/view/id/125/category/4',1,'',NULL),(304,1,NULL,126,'product/126','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html','catalog/product/view/id/126',1,'',NULL),(305,1,4,126,'product/126/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html','catalog/product/view/id/126/category/4',1,'',NULL),(308,1,NULL,127,'product/127','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html','catalog/product/view/id/127',1,'',NULL),(309,1,4,127,'product/127/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html','catalog/product/view/id/127/category/4',1,'',NULL),(312,1,NULL,128,'product/128','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html','catalog/product/view/id/128',1,'',NULL),(313,1,4,128,'product/128/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html','catalog/product/view/id/128/category/4',1,'',NULL),(316,1,NULL,129,'product/129','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html','catalog/product/view/id/129',1,'',NULL),(317,1,4,129,'product/129/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html','catalog/product/view/id/129/category/4',1,'',NULL),(320,1,NULL,130,'product/130','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html','catalog/product/view/id/130',1,'',NULL),(321,1,4,130,'product/130/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html','catalog/product/view/id/130/category/4',1,'',NULL),(324,1,NULL,131,'product/131','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html','catalog/product/view/id/131',1,'',NULL),(325,1,4,131,'product/131/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html','catalog/product/view/id/131/category/4',1,'',NULL),(328,1,NULL,132,'product/132','slr-camera-tripod.html','catalog/product/view/id/132',1,'',NULL),(329,1,25,132,'product/132/25','electronics/cameras/accessories/slr-camera-tripod.html','catalog/product/view/id/132/category/25',1,'',NULL),(330,1,NULL,133,'product/133','universal-camera-case.html','catalog/product/view/id/133',1,'',NULL),(331,1,25,133,'product/133/25','electronics/cameras/accessories/universal-camera-case.html','catalog/product/view/id/133/category/25',1,'',NULL),(332,1,NULL,134,'product/134','universal-camera-charger.html','catalog/product/view/id/134',1,'',NULL),(333,1,25,134,'product/134/25','electronics/cameras/accessories/universal-camera-charger.html','catalog/product/view/id/134/category/25',1,'',NULL),(334,1,NULL,135,'product/135','anashria-womens-premier-leather-sandal.html','catalog/product/view/id/135',1,'',NULL),(335,1,17,135,'product/135/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal.html','catalog/product/view/id/135/category/17',1,'',NULL),(336,1,NULL,137,'product/137','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html','catalog/product/view/id/137',1,'',NULL),(339,1,NULL,138,'product/138','apevia-black-x-cruiser-case-atx-mid-tower-case.html','catalog/product/view/id/138',1,'',NULL),(340,1,32,138,'product/138/32','electronics/computers/cases/apevia-black-x-cruiser-case-atx-mid-tower-case.html','catalog/product/view/id/138/category/32',1,'',NULL),(341,1,NULL,139,'product/139','nzxt-lexa-silver-aluminum-atx-mid-tower-case.html','catalog/product/view/id/139',1,'',NULL),(342,1,32,139,'product/139/32','electronics/computers/cases/nzxt-lexa-silver-aluminum-atx-mid-tower-case.html','catalog/product/view/id/139/category/32',1,'',NULL),(343,1,NULL,140,'product/140','crucial-2gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/140',1,'',NULL),(344,1,15,140,'product/140/15','electronics/computers/crucial-2gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/140/category/15',1,'',NULL),(345,1,31,140,'product/140/31','electronics/computers/ram-memory/crucial-2gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/140/category/31',1,'',NULL),(346,1,NULL,141,'product/141','crucial-1gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/141',1,'',NULL),(347,1,15,141,'product/141/15','electronics/computers/crucial-1gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/141/category/15',1,'',NULL),(348,1,31,141,'product/141/31','electronics/computers/ram-memory/crucial-1gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/141/category/31',1,'',NULL),(349,1,NULL,142,'product/142','1-year-extended-warranty-parts-and-labor.html','catalog/product/view/id/142',1,'',NULL),(350,1,NULL,143,'product/143','crucial-512mb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/143',1,'',NULL),(351,1,15,143,'product/143/15','electronics/computers/crucial-512mb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/143/category/15',1,'',NULL),(352,1,31,143,'product/143/31','electronics/computers/ram-memory/crucial-512mb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/143/category/31',1,'',NULL),(353,1,NULL,144,'product/144','1-year-extended-warranty-parts-and-labor-1.html','catalog/product/view/id/144',1,'',NULL),(354,1,NULL,145,'product/145','amd-phenom-x4-9850-black-ed-2-50ghz-retail.html','catalog/product/view/id/145',1,'',NULL),(355,1,33,145,'product/145/33','electronics/computers/processors/amd-phenom-x4-9850-black-ed-2-50ghz-retail.html','catalog/product/view/id/145/category/33',1,'',NULL),(356,1,NULL,146,'product/146','1-year-extended-warranty-parts-and-labor-2.html','catalog/product/view/id/146',1,'',NULL),(357,1,NULL,147,'product/147','22-syncmaster-lcd-monitor.html','catalog/product/view/id/147',1,'',NULL),(358,1,30,147,'product/147/30','electronics/computers/monitors/22-syncmaster-lcd-monitor.html','catalog/product/view/id/147/category/30',1,'',NULL),(359,1,NULL,148,'product/148','amd-a64-x2-3800-2-0ghz-oem.html','catalog/product/view/id/148',1,'',NULL),(360,1,33,148,'product/148/33','electronics/computers/processors/amd-a64-x2-3800-2-0ghz-oem.html','catalog/product/view/id/148/category/33',1,'',NULL),(361,1,NULL,149,'product/149','1tb-7200rpm.html','catalog/product/view/id/149',1,'',NULL),(362,1,29,149,'product/149/29','electronics/computers/hard-drives/1tb-7200rpm.html','catalog/product/view/id/149/category/29',1,'',NULL),(363,1,NULL,150,'product/150','500gb-7200rpm.html','catalog/product/view/id/150',1,'',NULL),(364,1,29,150,'product/150/29','electronics/computers/hard-drives/500gb-7200rpm.html','catalog/product/view/id/150/category/29',1,'',NULL),(365,1,NULL,151,'product/151','intel-c2d-e8400-3-0ghz-retail.html','catalog/product/view/id/151',1,'',NULL),(366,1,33,151,'product/151/33','electronics/computers/processors/intel-c2d-e8400-3-0ghz-retail.html','catalog/product/view/id/151/category/33',1,'',NULL),(367,1,NULL,152,'product/152','24-widescreen-flat-panel-lcd-monitor.html','catalog/product/view/id/152',1,'',NULL),(368,1,30,152,'product/152/30','electronics/computers/monitors/24-widescreen-flat-panel-lcd-monitor.html','catalog/product/view/id/152/category/30',1,'',NULL),(369,1,NULL,153,'product/153','intel-core-2-extreme-qx9775-3-20ghz-retail.html','catalog/product/view/id/153',1,'',NULL),(370,1,33,153,'product/153/33','electronics/computers/processors/intel-core-2-extreme-qx9775-3-20ghz-retail.html','catalog/product/view/id/153/category/33',1,'',NULL),(371,1,NULL,154,'product/154','500gb-5400rpm.html','catalog/product/view/id/154',1,'',NULL),(372,1,29,154,'product/154/29','electronics/computers/hard-drives/500gb-5400rpm.html','catalog/product/view/id/154/category/29',1,'',NULL),(373,1,NULL,155,'product/155','250gb-5400rpm.html','catalog/product/view/id/155',1,'',NULL),(374,1,29,155,'product/155/29','electronics/computers/hard-drives/250gb-5400rpm.html','catalog/product/view/id/155/category/29',1,'',NULL),(375,1,NULL,156,'product/156','19-widescreen-flat-panel-lcd-monitor.html','catalog/product/view/id/156',1,'',NULL),(376,1,30,156,'product/156/30','electronics/computers/monitors/19-widescreen-flat-panel-lcd-monitor.html','catalog/product/view/id/156/category/30',1,'',NULL),(377,1,NULL,157,'product/157','30-flat-panel-tft-lcd-cinema-hd-monitor.html','catalog/product/view/id/157',1,'',NULL),(378,1,30,157,'product/157/30','electronics/computers/monitors/30-flat-panel-tft-lcd-cinema-hd-monitor.html','catalog/product/view/id/157/category/30',1,'',NULL),(379,1,NULL,158,'product/158','sony-vaio-vgn-txn27n-b-11-1-notebook-pc-1.html','catalog/product/view/id/158',1,'',NULL),(380,1,28,158,'product/158/28','electronics/computers/laptops/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html','catalog/product/view/id/158/category/28',1,'',NULL),(381,1,NULL,159,'product/159','microsoft-natural-ergonomic-keyboard-4000.html','catalog/product/view/id/159',1,'',NULL),(382,1,34,159,'product/159/34','electronics/computers/peripherals/microsoft-natural-ergonomic-keyboard-4000.html','catalog/product/view/id/159/category/34',1,'',NULL),(383,1,NULL,160,'product/160','microsoft-wireless-optical-mouse-5000.html','catalog/product/view/id/160',1,'',NULL),(384,1,34,160,'product/160/34','electronics/computers/peripherals/microsoft-wireless-optical-mouse-5000.html','catalog/product/view/id/160/category/34',1,'',NULL),(385,1,NULL,161,'product/161','logitech-dinovo-edge-keyboard.html','catalog/product/view/id/161',1,'',NULL),(386,1,34,161,'product/161/34','electronics/computers/peripherals/logitech-dinovo-edge-keyboard.html','catalog/product/view/id/161/category/34',1,'',NULL),(387,1,NULL,162,'product/162','microsoft-wireless-optical-mouse-5000-162.html','catalog/product/view/id/162',1,'',NULL),(388,1,34,162,'product/162/34','electronics/computers/peripherals/microsoft-wireless-optical-mouse-5000-162.html','catalog/product/view/id/162/category/34',1,'',NULL),(389,1,NULL,163,'product/163','computer.html','catalog/product/view/id/163',1,'',NULL),(390,1,15,163,'product/163/15','electronics/computers/computer.html','catalog/product/view/id/163/category/15',1,'',NULL),(391,1,27,163,'product/163/27','electronics/computers/build-your-own/computer.html','catalog/product/view/id/163/category/27',1,'',NULL),(392,1,NULL,164,'product/164','gaming-computer.html','catalog/product/view/id/164',1,'',NULL),(393,1,27,164,'product/164/27','electronics/computers/build-your-own/gaming-computer.html','catalog/product/view/id/164/category/27',1,'',NULL),(394,1,NULL,165,'product/165','my-computer.html','catalog/product/view/id/165',1,'',NULL),(395,1,27,165,'product/165/27','electronics/computers/build-your-own/my-computer.html','catalog/product/view/id/165/category/27',1,'',NULL),(396,1,NULL,166,'product/166','htc-touch-diamond.html','catalog/product/view/id/166',1,'',NULL),(397,1,8,166,'product/166/8','electronics/cell-phones/htc-touch-diamond.html','catalog/product/view/id/166/category/8',1,'',NULL),(398,1,NULL,167,'product/167','100-physical-gift-card.html','catalog/product/view/id/167',1,'',NULL),(400,1,NULL,168,'product/168','virtual-gift-card.html','catalog/product/view/id/168',1,'',NULL),(402,1,NULL,169,'product/169','for-you-physical-gift-card.html','catalog/product/view/id/169',1,'',NULL),(408,1,NULL,173,'product/173','exotic-silk-blouse.html','catalog/product/view/id/173',1,'',NULL),(410,1,NULL,174,'product/174','physical-and-virtual-gift-card.html','catalog/product/view/id/174',1,'',NULL),(412,1,NULL,175,'product/175','200-gift-card.html','catalog/product/view/id/175',1,'',NULL),(414,1,NULL,176,'product/176','akio-bookcase.html','catalog/product/view/id/176',1,'',NULL),(415,1,23,176,'product/176/23','furniture/bedroom/akio-bookcase.html','catalog/product/view/id/176/category/23',1,'',NULL),(416,1,NULL,177,'product/177','butterfly-fish.html','catalog/product/view/id/177',1,'',NULL),(417,1,NULL,178,'product/178','pink-faux-fur-jacket.html','catalog/product/view/id/178',1,'',NULL),(418,1,NULL,179,'product/179','virtual-reality.html','catalog/product/view/id/179',1,'',NULL),(420,1,NULL,180,'product/180','pink-laced-leather-boots.html','catalog/product/view/id/180',1,'',NULL),(421,1,5,180,'product/180/5','apparel/shoes/pink-laced-leather-boots.html','catalog/product/view/id/180/category/5',1,'',NULL),(423,1,NULL,181,'product/181','vintage-black-and-white.html','catalog/product/view/id/181',1,'',NULL),(424,1,NULL,182,'product/182','black-stilettos.html','catalog/product/view/id/182',1,'',NULL),(425,1,5,182,'product/182/5','apparel/shoes/black-stilettos.html','catalog/product/view/id/182/category/5',1,'',NULL),(426,1,NULL,183,'product/183','get-this-look-timeless-vintage.html','catalog/product/view/id/183',1,'',NULL),(427,1,18,183,'product/183/18','apparel/get-this-look-timeless-vintage.html','catalog/product/view/id/183/category/18',1,'',NULL),(429,1,NULL,184,'product/184','black-cotton-jacket.html','catalog/product/view/id/184',1,'',NULL),(430,1,18,184,'product/184/18','apparel/black-cotton-jacket.html','catalog/product/view/id/184/category/18',1,'',NULL),(432,1,NULL,185,'product/185','black-leather-pants.html','catalog/product/view/id/185',1,'',NULL),(433,1,18,185,'product/185/18','apparel/black-leather-pants.html','catalog/product/view/id/185/category/18',1,'',NULL),(434,1,NULL,186,'product/186','black-plaform-shoes.html','catalog/product/view/id/186',1,'',NULL),(435,1,5,186,'product/186/5','apparel/shoes/black-plaform-shoes.html','catalog/product/view/id/186/category/5',1,'',NULL),(436,1,18,186,'product/186/18','apparel/black-plaform-shoes.html','catalog/product/view/id/186/category/18',1,'',NULL),(437,1,NULL,187,'product/187','get-this-look-l-a-cool.html','catalog/product/view/id/187',1,'',NULL),(438,1,18,187,'product/187/18','apparel/get-this-look-l-a-cool.html','catalog/product/view/id/187/category/18',1,'',NULL),(440,1,NULL,188,'product/188','classic-jeans.html','catalog/product/view/id/188',1,'',NULL),(441,1,18,188,'product/188/18','apparel/classic-jeans.html','catalog/product/view/id/188/category/18',1,'',NULL),(443,1,NULL,189,'product/189','sand-wash-jeans.html','catalog/product/view/id/189',1,'',NULL),(444,1,18,189,'product/189/18','apparel/sand-wash-jeans.html','catalog/product/view/id/189/category/18',1,'',NULL),(446,1,NULL,190,'product/190','1-year-membership.html','catalog/product/view/id/190',1,'',NULL),(447,3,10,NULL,'category/10','furniture','catalog/category/view/id/10',1,'',NULL),(448,3,22,NULL,'category/22','furniture/living-room','catalog/category/view/id/22',1,'',NULL),(449,3,23,NULL,'category/23','furniture/bedroom','catalog/category/view/id/23',1,'',NULL),(450,3,13,NULL,'category/13','electronics','catalog/category/view/id/13',1,'',NULL),(451,3,12,NULL,'category/12','electronics/cameras','catalog/category/view/id/12',1,'',NULL),(452,3,25,NULL,'category/25','electronics/cameras/accessories','catalog/category/view/id/25',1,'',NULL),(453,3,26,NULL,'category/26','electronics/cameras/digital-cameras','catalog/category/view/id/26',1,'',NULL),(454,3,15,NULL,'category/15','electronics/computers','catalog/category/view/id/15',1,'',NULL),(455,3,27,NULL,'category/27','electronics/computers/build-your-own','catalog/category/view/id/27',1,'',NULL),(456,3,28,NULL,'category/28','electronics/computers/laptops','catalog/category/view/id/28',1,'',NULL),(457,3,29,NULL,'category/29','electronics/computers/hard-drives','catalog/category/view/id/29',1,'',NULL),(458,3,30,NULL,'category/30','electronics/computers/monitors','catalog/category/view/id/30',1,'',NULL),(459,3,31,NULL,'category/31','electronics/computers/ram-memory','catalog/category/view/id/31',1,'',NULL),(460,3,32,NULL,'category/32','electronics/computers/cases','catalog/category/view/id/32',1,'',NULL),(461,3,33,NULL,'category/33','electronics/computers/processors','catalog/category/view/id/33',1,'',NULL),(462,3,34,NULL,'category/34','electronics/computers/peripherals','catalog/category/view/id/34',1,'',NULL),(463,3,8,NULL,'category/8','electronics/cell-phones','catalog/category/view/id/8',1,'',NULL),(464,3,18,NULL,'category/18','apparel','catalog/category/view/id/18',1,'',NULL),(465,3,4,NULL,'category/4','apparel/shirts','catalog/category/view/id/4',1,'',NULL),(466,3,5,NULL,'category/5','apparel/shoes','catalog/category/view/id/5',1,'',NULL),(467,3,16,NULL,'category/16','apparel/shoes/mens','catalog/category/view/id/16',1,'',NULL),(468,3,17,NULL,'category/17','apparel/shoes/womens','catalog/category/view/id/17',1,'',NULL),(469,3,NULL,16,'product/16','nokia-2610-phone.html','catalog/product/view/id/16',1,'',NULL),(470,3,8,16,'product/16/8','electronics/cell-phones/nokia-2610-phone.html','catalog/product/view/id/16/category/8',1,'',NULL),(471,3,NULL,17,'product/17','blackberry-8100-pearl.html','catalog/product/view/id/17',1,'',NULL),(472,3,8,17,'product/17/8','electronics/cell-phones/blackberry-8100-pearl.html','catalog/product/view/id/17/category/8',1,'',NULL),(473,3,NULL,18,'product/18','sony-ericsson-w810i.html','catalog/product/view/id/18',1,'',NULL),(474,3,8,18,'product/18/8','electronics/cell-phones/sony-ericsson-w810i.html','catalog/product/view/id/18/category/8',1,'',NULL),(475,3,NULL,19,'product/19','atandt-8525-pda.html','catalog/product/view/id/19',1,'',NULL),(476,3,8,19,'product/19/8','electronics/cell-phones/atandt-8525-pda.html','catalog/product/view/id/19/category/8',1,'',NULL),(477,3,NULL,20,'product/20','samsung-mm-a900m-ace.html','catalog/product/view/id/20',1,'',NULL),(478,3,8,20,'product/20/8','electronics/cell-phones/samsung-mm-a900m-ace.html','catalog/product/view/id/20/category/8',1,'',NULL),(479,3,NULL,25,'product/25','apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html','catalog/product/view/id/25',1,'',NULL),(480,3,15,25,'product/25/15','electronics/computers/apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html','catalog/product/view/id/25/category/15',1,'',NULL),(481,3,28,25,'product/25/28','electronics/computers/laptops/apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html','catalog/product/view/id/25/category/28',1,'',NULL),(482,3,NULL,26,'product/26','acer-ferrari-3200-notebook-computer-pc.html','catalog/product/view/id/26',1,'',NULL),(483,3,15,26,'product/26/15','electronics/computers/acer-ferrari-3200-notebook-computer-pc.html','catalog/product/view/id/26/category/15',1,'',NULL),(484,3,28,26,'product/26/28','electronics/computers/laptops/acer-ferrari-3200-notebook-computer-pc.html','catalog/product/view/id/26/category/28',1,'',NULL),(485,3,NULL,27,'product/27','sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html','catalog/product/view/id/27',1,'',NULL),(486,3,NULL,28,'product/28','toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html','catalog/product/view/id/28',1,'',NULL),(487,3,15,28,'product/28/15','electronics/computers/toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html','catalog/product/view/id/28/category/15',1,'',NULL),(488,3,28,28,'product/28/28','electronics/computers/laptops/toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html','catalog/product/view/id/28/category/28',1,'',NULL),(489,3,NULL,29,'product/29','cn-clogs-beach-garden-clog-3.html','catalog/product/view/id/29',1,'',NULL),(491,3,NULL,30,'product/30','asics-men-s-gel-kayano-xii-8.html','catalog/product/view/id/30',1,'',NULL),(492,3,16,30,'product/30/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-8.html','catalog/product/view/id/30/category/16',1,'',NULL),(494,3,NULL,31,'product/31','steven-by-steve-madden-pryme-pump-4.html','catalog/product/view/id/31',1,'',NULL),(495,3,17,31,'product/31/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-4.html','catalog/product/view/id/31/category/17',1,'',NULL),(497,3,NULL,32,'product/32','nine-west-women-s-lucero-pump-3.html','catalog/product/view/id/32',1,'',NULL),(498,3,17,32,'product/32/17','apparel/shoes/womens/nine-west-women-s-lucero-pump-3.html','catalog/product/view/id/32/category/17',1,'',NULL),(500,3,NULL,33,'product/33','ecco-womens-golf-flexor-golf-shoe-3.html','catalog/product/view/id/33',1,'',NULL),(501,3,17,33,'product/33/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe-3.html','catalog/product/view/id/33/category/17',1,'',NULL),(503,3,NULL,34,'product/34','kenneth-cole-new-york-men-s-con-verge-slip-on-8.html','catalog/product/view/id/34',1,'',NULL),(504,3,16,34,'product/34/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-8.html','catalog/product/view/id/34/category/16',1,'',NULL),(507,3,NULL,35,'product/35','coalesce-functioning-on-impatience-t-shirt-small.html','catalog/product/view/id/35',1,'',NULL),(508,3,4,35,'product/35/4','apparel/shirts/coalesce-functioning-on-impatience-t-shirt-small.html','catalog/product/view/id/35/category/4',1,'',NULL),(511,3,NULL,36,'product/36','ink-eater-krylon-bombear-destroyed-tee-sm.html','catalog/product/view/id/36',1,'',NULL),(513,3,NULL,37,'product/37','the-only-children-paisley-t-shirt-sm.html','catalog/product/view/id/37',1,'',NULL),(514,3,4,37,'product/37/4','apparel/shirts/the-only-children-paisley-t-shirt-sm.html','catalog/product/view/id/37/category/4',1,'',NULL),(517,3,NULL,38,'product/38','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html','catalog/product/view/id/38',1,'',NULL),(518,3,4,38,'product/38/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html','catalog/product/view/id/38/category/4',1,'',NULL),(521,3,NULL,39,'product/39','the-get-up-kids-band-camp-pullover-hoodie.html','catalog/product/view/id/39',1,'',NULL),(524,3,NULL,41,'product/41','akio-dresser.html','catalog/product/view/id/41',1,'',NULL),(525,3,23,41,'product/41/23','furniture/bedroom/akio-dresser.html','catalog/product/view/id/41/category/23',1,'',NULL),(526,3,NULL,42,'product/42','barcelona-bamboo-platform-bed.html','catalog/product/view/id/42',1,'',NULL),(527,3,23,42,'product/42/23','furniture/bedroom/barcelona-bamboo-platform-bed.html','catalog/product/view/id/42/category/23',1,'',NULL),(528,3,NULL,44,'product/44','canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black.html','catalog/product/view/id/44',1,'',NULL),(529,3,26,44,'product/44/26','electronics/cameras/digital-cameras/canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black.html','catalog/product/view/id/44/category/26',1,'',NULL),(530,3,NULL,45,'product/45','argus-qc-2185-quick-click-5mp-digital-camera.html','catalog/product/view/id/45',1,'',NULL),(531,3,26,45,'product/45/26','electronics/cameras/digital-cameras/argus-qc-2185-quick-click-5mp-digital-camera.html','catalog/product/view/id/45/category/26',1,'',NULL),(532,3,NULL,46,'product/46','olympus-stylus-750-7-1mp-digital-camera.html','catalog/product/view/id/46',1,'',NULL),(533,3,12,46,'product/46/12','electronics/cameras/olympus-stylus-750-7-1mp-digital-camera.html','catalog/product/view/id/46/category/12',1,'',NULL),(534,3,26,46,'product/46/26','electronics/cameras/digital-cameras/olympus-stylus-750-7-1mp-digital-camera.html','catalog/product/view/id/46/category/26',1,'',NULL),(535,3,NULL,47,'product/47','canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.html','catalog/product/view/id/47',1,'',NULL),(536,3,26,47,'product/47/26','electronics/cameras/digital-cameras/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.html','catalog/product/view/id/47/category/26',1,'',NULL),(537,3,NULL,48,'product/48','kodak-easyshare-c530-5mp-digital-camera.html','catalog/product/view/id/48',1,'',NULL),(538,3,26,48,'product/48/26','electronics/cameras/digital-cameras/kodak-easyshare-c530-5mp-digital-camera.html','catalog/product/view/id/48/category/26',1,'',NULL),(539,3,NULL,49,'product/49','anashria-womens-premier-leather-sandal-9.html','catalog/product/view/id/49',1,'',NULL),(540,3,17,49,'product/49/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-9.html','catalog/product/view/id/49/category/17',1,'',NULL),(541,3,NULL,51,'product/51','ottoman.html','catalog/product/view/id/51',1,'',NULL),(542,3,22,51,'product/51/22','furniture/living-room/ottoman.html','catalog/product/view/id/51/category/22',1,'',NULL),(543,3,NULL,52,'product/52','chair.html','catalog/product/view/id/52',1,'',NULL),(544,3,22,52,'product/52/22','furniture/living-room/chair.html','catalog/product/view/id/52/category/22',1,'',NULL),(545,3,NULL,53,'product/53','couch.html','catalog/product/view/id/53',1,'',NULL),(546,3,22,53,'product/53/22','furniture/living-room/couch.html','catalog/product/view/id/53/category/22',1,'',NULL),(547,3,NULL,54,'product/54','magento-red-furniture-set.html','catalog/product/view/id/54',1,'',NULL),(548,3,22,54,'product/54/22','furniture/living-room/magento-red-furniture-set.html','catalog/product/view/id/54/category/22',1,'',NULL),(549,3,NULL,74,'product/74','anashria-womens-premier-leather-sandal-3.html','catalog/product/view/id/74',1,'',NULL),(550,3,17,74,'product/74/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-3.html','catalog/product/view/id/74/category/17',1,'',NULL),(551,3,NULL,75,'product/75','anashria-womens-premier-leather-sandal-4.html','catalog/product/view/id/75',1,'',NULL),(552,3,17,75,'product/75/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-4.html','catalog/product/view/id/75/category/17',1,'',NULL),(553,3,NULL,79,'product/79','anashria-womens-premier-leather-sandal-5.html','catalog/product/view/id/79',1,'',NULL),(554,3,17,79,'product/79/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-5.html','catalog/product/view/id/79/category/17',1,'',NULL),(555,3,NULL,80,'product/80','anashria-womens-premier-leather-sandal-6.html','catalog/product/view/id/80',1,'',NULL),(556,3,17,80,'product/80/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-6.html','catalog/product/view/id/80/category/17',1,'',NULL),(557,3,NULL,81,'product/81','anashria-womens-premier-leather-sandal-7.html','catalog/product/view/id/81',1,'',NULL),(558,3,17,81,'product/81/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-7.html','catalog/product/view/id/81/category/17',1,'',NULL),(559,3,NULL,82,'product/82','anashria-womens-premier-leather-sandal-8.html','catalog/product/view/id/82',1,'',NULL),(560,3,17,82,'product/82/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-8.html','catalog/product/view/id/82/category/17',1,'',NULL),(561,3,NULL,83,'product/83','cn-clogs-beach-garden-clog.html','catalog/product/view/id/83',1,'',NULL),(562,3,16,83,'product/83/16','apparel/shoes/mens/cn-clogs-beach-garden-clog.html','catalog/product/view/id/83/category/16',1,'',NULL),(563,3,17,83,'product/83/17','apparel/shoes/womens/cn-clogs-beach-garden-clog.html','catalog/product/view/id/83/category/17',1,'',NULL),(565,3,NULL,84,'product/84','cn-clogs-beach-garden-clog-4.html','catalog/product/view/id/84',1,'',NULL),(566,3,16,84,'product/84/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-4.html','catalog/product/view/id/84/category/16',1,'',NULL),(567,3,17,84,'product/84/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-4.html','catalog/product/view/id/84/category/17',1,'',NULL),(569,3,NULL,85,'product/85','cn-clogs-beach-garden-clog-5.html','catalog/product/view/id/85',1,'',NULL),(570,3,16,85,'product/85/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-5.html','catalog/product/view/id/85/category/16',1,'',NULL),(571,3,17,85,'product/85/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-5.html','catalog/product/view/id/85/category/17',1,'',NULL),(573,3,NULL,86,'product/86','cn-clogs-beach-garden-clog-6.html','catalog/product/view/id/86',1,'',NULL),(574,3,16,86,'product/86/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-6.html','catalog/product/view/id/86/category/16',1,'',NULL),(575,3,17,86,'product/86/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-6.html','catalog/product/view/id/86/category/17',1,'',NULL),(577,3,NULL,87,'product/87','cn-clogs-beach-garden-clog-7.html','catalog/product/view/id/87',1,'',NULL),(578,3,16,87,'product/87/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-7.html','catalog/product/view/id/87/category/16',1,'',NULL),(579,3,17,87,'product/87/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-7.html','catalog/product/view/id/87/category/17',1,'',NULL),(581,3,NULL,88,'product/88','cn-clogs-beach-garden-clog-8.html','catalog/product/view/id/88',1,'',NULL),(582,3,16,88,'product/88/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-8.html','catalog/product/view/id/88/category/16',1,'',NULL),(583,3,17,88,'product/88/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-8.html','catalog/product/view/id/88/category/17',1,'',NULL),(585,3,NULL,89,'product/89','cn-clogs-beach-garden-clog-9.html','catalog/product/view/id/89',1,'',NULL),(586,3,16,89,'product/89/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-9.html','catalog/product/view/id/89/category/16',1,'',NULL),(587,3,17,89,'product/89/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-9.html','catalog/product/view/id/89/category/17',1,'',NULL),(589,3,NULL,90,'product/90','cn-clogs-beach-garden-clog-10.html','catalog/product/view/id/90',1,'',NULL),(590,3,16,90,'product/90/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-10.html','catalog/product/view/id/90/category/16',1,'',NULL),(591,3,17,90,'product/90/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-10.html','catalog/product/view/id/90/category/17',1,'',NULL),(593,3,NULL,91,'product/91','cn-clogs-beach-garden-clog-11.html','catalog/product/view/id/91',1,'',NULL),(594,3,16,91,'product/91/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-11.html','catalog/product/view/id/91/category/16',1,'',NULL),(595,3,17,91,'product/91/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-11.html','catalog/product/view/id/91/category/17',1,'',NULL),(597,3,NULL,92,'product/92','cn-clogs-beach-garden-clog-12.html','catalog/product/view/id/92',1,'',NULL),(598,3,16,92,'product/92/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-12.html','catalog/product/view/id/92/category/16',1,'',NULL),(599,3,17,92,'product/92/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-12.html','catalog/product/view/id/92/category/17',1,'',NULL),(601,3,NULL,93,'product/93','asics-men-s-gel-kayano-xii.html','catalog/product/view/id/93',1,'',NULL),(602,3,16,93,'product/93/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii.html','catalog/product/view/id/93/category/16',1,'',NULL),(604,3,NULL,94,'product/94','asics-men-s-gel-kayano-xii-9.html','catalog/product/view/id/94',1,'',NULL),(605,3,16,94,'product/94/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-9.html','catalog/product/view/id/94/category/16',1,'',NULL),(607,3,NULL,95,'product/95','asics-men-s-gel-kayano-xii-10.html','catalog/product/view/id/95',1,'',NULL),(608,3,16,95,'product/95/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-10.html','catalog/product/view/id/95/category/16',1,'',NULL),(610,3,NULL,96,'product/96','asics-men-s-gel-kayano-xii-11.html','catalog/product/view/id/96',1,'',NULL),(611,3,16,96,'product/96/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-11.html','catalog/product/view/id/96/category/16',1,'',NULL),(613,3,NULL,97,'product/97','asics-men-s-gel-kayano-xii-12.html','catalog/product/view/id/97',1,'',NULL),(614,3,16,97,'product/97/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-12.html','catalog/product/view/id/97/category/16',1,'',NULL),(616,3,NULL,98,'product/98','kenneth-cole-new-york-men-s-con-verge-slip-on.html','catalog/product/view/id/98',1,'',NULL),(617,3,16,98,'product/98/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on.html','catalog/product/view/id/98/category/16',1,'',NULL),(620,3,NULL,99,'product/99','kenneth-cole-new-york-men-s-con-verge-slip-on-9.html','catalog/product/view/id/99',1,'',NULL),(621,3,16,99,'product/99/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-9.html','catalog/product/view/id/99/category/16',1,'',NULL),(624,3,NULL,100,'product/100','kenneth-cole-new-york-men-s-con-verge-slip-on-10.html','catalog/product/view/id/100',1,'',NULL),(625,3,16,100,'product/100/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-10.html','catalog/product/view/id/100/category/16',1,'',NULL),(628,3,NULL,101,'product/101','kenneth-cole-new-york-men-s-con-verge-slip-on-11.html','catalog/product/view/id/101',1,'',NULL),(629,3,16,101,'product/101/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-11.html','catalog/product/view/id/101/category/16',1,'',NULL),(632,3,NULL,102,'product/102','kenneth-cole-new-york-men-s-con-verge-slip-on-12.html','catalog/product/view/id/102',1,'',NULL),(633,3,16,102,'product/102/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-12.html','catalog/product/view/id/102/category/16',1,'',NULL),(636,3,NULL,103,'product/103','steven-by-steve-madden-pryme-pump.html','catalog/product/view/id/103',1,'',NULL),(637,3,17,103,'product/103/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump.html','catalog/product/view/id/103/category/17',1,'',NULL),(639,3,NULL,104,'product/104','steven-by-steve-madden-pryme-pump-5.html','catalog/product/view/id/104',1,'',NULL),(640,3,17,104,'product/104/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-5.html','catalog/product/view/id/104/category/17',1,'',NULL),(642,3,NULL,105,'product/105','steven-by-steve-madden-pryme-pump-6.html','catalog/product/view/id/105',1,'',NULL),(643,3,17,105,'product/105/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-6.html','catalog/product/view/id/105/category/17',1,'',NULL),(645,3,NULL,106,'product/106','steven-by-steve-madden-pryme-pump-7.html','catalog/product/view/id/106',1,'',NULL),(646,3,17,106,'product/106/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-7.html','catalog/product/view/id/106/category/17',1,'',NULL),(648,3,NULL,107,'product/107','steven-by-steve-madden-pryme-pump-8.html','catalog/product/view/id/107',1,'',NULL),(649,3,17,107,'product/107/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-8.html','catalog/product/view/id/107/category/17',1,'',NULL),(651,3,NULL,108,'product/108','nine-west-women-s-lucero-pump.html','catalog/product/view/id/108',1,'',NULL),(652,3,17,108,'product/108/17','apparel/shoes/womens/nine-west-women-s-lucero-pump.html','catalog/product/view/id/108/category/17',1,'',NULL),(654,3,NULL,109,'product/109','nine-west-women-s-lucero-pump-4.html','catalog/product/view/id/109',1,'',NULL),(655,3,17,109,'product/109/17','apparel/shoes/womens/nine-west-women-s-lucero-pump-4.html','catalog/product/view/id/109/category/17',1,'',NULL),(657,3,NULL,110,'product/110','nine-west-women-s-lucero-pump-5.html','catalog/product/view/id/110',1,'',NULL),(658,3,17,110,'product/110/17','apparel/shoes/womens/nine-west-women-s-lucero-pump-5.html','catalog/product/view/id/110/category/17',1,'',NULL),(660,3,NULL,111,'product/111','nine-west-women-s-lucero-pump-6.html','catalog/product/view/id/111',1,'',NULL),(661,3,17,111,'product/111/17','apparel/shoes/womens/nine-west-women-s-lucero-pump-6.html','catalog/product/view/id/111/category/17',1,'',NULL),(663,3,NULL,112,'product/112','ecco-womens-golf-flexor-golf-shoe.html','catalog/product/view/id/112',1,'',NULL),(664,3,17,112,'product/112/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe.html','catalog/product/view/id/112/category/17',1,'',NULL),(666,3,NULL,113,'product/113','ecco-womens-golf-flexor-golf-shoe-4.html','catalog/product/view/id/113',1,'',NULL),(667,3,17,113,'product/113/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe-4.html','catalog/product/view/id/113/category/17',1,'',NULL),(669,3,NULL,114,'product/114','ecco-womens-golf-flexor-golf-shoe-5.html','catalog/product/view/id/114',1,'',NULL),(670,3,17,114,'product/114/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe-5.html','catalog/product/view/id/114/category/17',1,'',NULL),(672,3,NULL,115,'product/115','ecco-womens-golf-flexor-golf-shoe-6.html','catalog/product/view/id/115',1,'',NULL),(673,3,17,115,'product/115/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe-6.html','catalog/product/view/id/115/category/17',1,'',NULL),(675,3,NULL,117,'product/117','coalesce-functioning-on-impatience-t-shirt-medium.html','catalog/product/view/id/117',1,'',NULL),(676,3,4,117,'product/117/4','apparel/shirts/coalesce-functioning-on-impatience-t-shirt-medium.html','catalog/product/view/id/117/category/4',1,'',NULL),(679,3,NULL,118,'product/118','coalesce-functioning-on-impatience-t-shirt-large.html','catalog/product/view/id/118',1,'',NULL),(680,3,4,118,'product/118/4','apparel/shirts/coalesce-functioning-on-impatience-t-shirt-large.html','catalog/product/view/id/118/category/4',1,'',NULL),(683,3,NULL,119,'product/119','coalesce-functioning-on-impatience-t-shirt.html','catalog/product/view/id/119',1,'',NULL),(684,3,4,119,'product/119/4','apparel/shirts/coalesce-functioning-on-impatience-t-shirt.html','catalog/product/view/id/119/category/4',1,'',NULL),(687,3,NULL,120,'product/120','ink-eater-krylon-bombear-destroyed-tee.html','catalog/product/view/id/120',1,'',NULL),(688,3,NULL,121,'product/121','ink-eater-krylon-bombear-destroyed-tee-med.html','catalog/product/view/id/121',1,'',NULL),(689,3,NULL,122,'product/122','ink-eater-krylon-bombear-destroyed-tee-lrg.html','catalog/product/view/id/122',1,'',NULL),(690,3,NULL,123,'product/123','the-only-children-paisley-t-shirt.html','catalog/product/view/id/123',1,'',NULL),(691,3,4,123,'product/123/4','apparel/shirts/the-only-children-paisley-t-shirt.html','catalog/product/view/id/123/category/4',1,'',NULL),(694,3,NULL,124,'product/124','the-only-children-paisley-t-shirt-med.html','catalog/product/view/id/124',1,'',NULL),(695,3,4,124,'product/124/4','apparel/shirts/the-only-children-paisley-t-shirt-med.html','catalog/product/view/id/124/category/4',1,'',NULL),(698,3,NULL,125,'product/125','the-only-children-paisley-t-shirt-lrg.html','catalog/product/view/id/125',1,'',NULL),(699,3,4,125,'product/125/4','apparel/shirts/the-only-children-paisley-t-shirt-lrg.html','catalog/product/view/id/125/category/4',1,'',NULL),(702,3,NULL,126,'product/126','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html','catalog/product/view/id/126',1,'',NULL),(703,3,4,126,'product/126/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html','catalog/product/view/id/126/category/4',1,'',NULL),(706,3,NULL,127,'product/127','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html','catalog/product/view/id/127',1,'',NULL),(707,3,4,127,'product/127/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html','catalog/product/view/id/127/category/4',1,'',NULL),(710,3,NULL,128,'product/128','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html','catalog/product/view/id/128',1,'',NULL),(711,3,4,128,'product/128/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html','catalog/product/view/id/128/category/4',1,'',NULL),(714,3,NULL,129,'product/129','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html','catalog/product/view/id/129',1,'',NULL),(715,3,4,129,'product/129/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html','catalog/product/view/id/129/category/4',1,'',NULL),(718,3,NULL,130,'product/130','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html','catalog/product/view/id/130',1,'',NULL),(719,3,4,130,'product/130/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html','catalog/product/view/id/130/category/4',1,'',NULL),(722,3,NULL,131,'product/131','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html','catalog/product/view/id/131',1,'',NULL),(723,3,4,131,'product/131/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html','catalog/product/view/id/131/category/4',1,'',NULL),(726,3,NULL,132,'product/132','slr-camera-tripod.html','catalog/product/view/id/132',1,'',NULL),(727,3,25,132,'product/132/25','electronics/cameras/accessories/slr-camera-tripod.html','catalog/product/view/id/132/category/25',1,'',NULL),(728,3,NULL,133,'product/133','universal-camera-case.html','catalog/product/view/id/133',1,'',NULL),(729,3,25,133,'product/133/25','electronics/cameras/accessories/universal-camera-case.html','catalog/product/view/id/133/category/25',1,'',NULL),(730,3,NULL,134,'product/134','universal-camera-charger.html','catalog/product/view/id/134',1,'',NULL),(731,3,25,134,'product/134/25','electronics/cameras/accessories/universal-camera-charger.html','catalog/product/view/id/134/category/25',1,'',NULL),(732,3,NULL,135,'product/135','anashria-womens-premier-leather-sandal.html','catalog/product/view/id/135',1,'',NULL),(733,3,17,135,'product/135/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal.html','catalog/product/view/id/135/category/17',1,'',NULL),(734,3,NULL,137,'product/137','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html','catalog/product/view/id/137',1,'',NULL),(737,3,NULL,138,'product/138','apevia-black-x-cruiser-case-atx-mid-tower-case.html','catalog/product/view/id/138',1,'',NULL),(738,3,32,138,'product/138/32','electronics/computers/cases/apevia-black-x-cruiser-case-atx-mid-tower-case.html','catalog/product/view/id/138/category/32',1,'',NULL),(739,3,NULL,139,'product/139','nzxt-lexa-silver-aluminum-atx-mid-tower-case.html','catalog/product/view/id/139',1,'',NULL),(740,3,32,139,'product/139/32','electronics/computers/cases/nzxt-lexa-silver-aluminum-atx-mid-tower-case.html','catalog/product/view/id/139/category/32',1,'',NULL),(741,3,NULL,140,'product/140','crucial-2gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/140',1,'',NULL),(742,3,15,140,'product/140/15','electronics/computers/crucial-2gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/140/category/15',1,'',NULL),(743,3,31,140,'product/140/31','electronics/computers/ram-memory/crucial-2gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/140/category/31',1,'',NULL),(744,3,NULL,141,'product/141','crucial-1gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/141',1,'',NULL),(745,3,15,141,'product/141/15','electronics/computers/crucial-1gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/141/category/15',1,'',NULL),(746,3,31,141,'product/141/31','electronics/computers/ram-memory/crucial-1gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/141/category/31',1,'',NULL),(747,3,NULL,142,'product/142','1-year-extended-warranty-parts-and-labor.html','catalog/product/view/id/142',1,'',NULL),(748,3,NULL,143,'product/143','crucial-512mb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/143',1,'',NULL),(749,3,15,143,'product/143/15','electronics/computers/crucial-512mb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/143/category/15',1,'',NULL),(750,3,31,143,'product/143/31','electronics/computers/ram-memory/crucial-512mb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/143/category/31',1,'',NULL),(751,3,NULL,144,'product/144','1-year-extended-warranty-parts-and-labor-1.html','catalog/product/view/id/144',1,'',NULL),(752,3,NULL,145,'product/145','amd-phenom-x4-9850-black-ed-2-50ghz-retail.html','catalog/product/view/id/145',1,'',NULL),(753,3,33,145,'product/145/33','electronics/computers/processors/amd-phenom-x4-9850-black-ed-2-50ghz-retail.html','catalog/product/view/id/145/category/33',1,'',NULL),(754,3,NULL,146,'product/146','1-year-extended-warranty-parts-and-labor-2.html','catalog/product/view/id/146',1,'',NULL),(755,3,NULL,147,'product/147','22-syncmaster-lcd-monitor.html','catalog/product/view/id/147',1,'',NULL),(756,3,30,147,'product/147/30','electronics/computers/monitors/22-syncmaster-lcd-monitor.html','catalog/product/view/id/147/category/30',1,'',NULL),(757,3,NULL,148,'product/148','amd-a64-x2-3800-2-0ghz-oem.html','catalog/product/view/id/148',1,'',NULL),(758,3,33,148,'product/148/33','electronics/computers/processors/amd-a64-x2-3800-2-0ghz-oem.html','catalog/product/view/id/148/category/33',1,'',NULL),(759,3,NULL,149,'product/149','1tb-7200rpm.html','catalog/product/view/id/149',1,'',NULL),(760,3,29,149,'product/149/29','electronics/computers/hard-drives/1tb-7200rpm.html','catalog/product/view/id/149/category/29',1,'',NULL),(761,3,NULL,150,'product/150','500gb-7200rpm.html','catalog/product/view/id/150',1,'',NULL),(762,3,29,150,'product/150/29','electronics/computers/hard-drives/500gb-7200rpm.html','catalog/product/view/id/150/category/29',1,'',NULL),(763,3,NULL,151,'product/151','intel-c2d-e8400-3-0ghz-retail.html','catalog/product/view/id/151',1,'',NULL),(764,3,33,151,'product/151/33','electronics/computers/processors/intel-c2d-e8400-3-0ghz-retail.html','catalog/product/view/id/151/category/33',1,'',NULL),(765,3,NULL,152,'product/152','24-widescreen-flat-panel-lcd-monitor.html','catalog/product/view/id/152',1,'',NULL),(766,3,30,152,'product/152/30','electronics/computers/monitors/24-widescreen-flat-panel-lcd-monitor.html','catalog/product/view/id/152/category/30',1,'',NULL),(767,3,NULL,153,'product/153','intel-core-2-extreme-qx9775-3-20ghz-retail.html','catalog/product/view/id/153',1,'',NULL),(768,3,33,153,'product/153/33','electronics/computers/processors/intel-core-2-extreme-qx9775-3-20ghz-retail.html','catalog/product/view/id/153/category/33',1,'',NULL),(769,3,NULL,154,'product/154','500gb-5400rpm.html','catalog/product/view/id/154',1,'',NULL),(770,3,29,154,'product/154/29','electronics/computers/hard-drives/500gb-5400rpm.html','catalog/product/view/id/154/category/29',1,'',NULL),(771,3,NULL,155,'product/155','250gb-5400rpm.html','catalog/product/view/id/155',1,'',NULL),(772,3,29,155,'product/155/29','electronics/computers/hard-drives/250gb-5400rpm.html','catalog/product/view/id/155/category/29',1,'',NULL),(773,3,NULL,156,'product/156','19-widescreen-flat-panel-lcd-monitor.html','catalog/product/view/id/156',1,'',NULL),(774,3,30,156,'product/156/30','electronics/computers/monitors/19-widescreen-flat-panel-lcd-monitor.html','catalog/product/view/id/156/category/30',1,'',NULL),(775,3,NULL,157,'product/157','30-flat-panel-tft-lcd-cinema-hd-monitor.html','catalog/product/view/id/157',1,'',NULL),(776,3,30,157,'product/157/30','electronics/computers/monitors/30-flat-panel-tft-lcd-cinema-hd-monitor.html','catalog/product/view/id/157/category/30',1,'',NULL),(777,3,NULL,158,'product/158','sony-vaio-vgn-txn27n-b-11-1-notebook-pc-1.html','catalog/product/view/id/158',1,'',NULL),(778,3,28,158,'product/158/28','electronics/computers/laptops/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html','catalog/product/view/id/158/category/28',1,'',NULL),(779,3,NULL,159,'product/159','microsoft-natural-ergonomic-keyboard-4000.html','catalog/product/view/id/159',1,'',NULL),(780,3,34,159,'product/159/34','electronics/computers/peripherals/microsoft-natural-ergonomic-keyboard-4000.html','catalog/product/view/id/159/category/34',1,'',NULL),(781,3,NULL,160,'product/160','microsoft-wireless-optical-mouse-5000.html','catalog/product/view/id/160',1,'',NULL),(782,3,34,160,'product/160/34','electronics/computers/peripherals/microsoft-wireless-optical-mouse-5000.html','catalog/product/view/id/160/category/34',1,'',NULL),(783,3,NULL,161,'product/161','logitech-dinovo-edge-keyboard.html','catalog/product/view/id/161',1,'',NULL),(784,3,34,161,'product/161/34','electronics/computers/peripherals/logitech-dinovo-edge-keyboard.html','catalog/product/view/id/161/category/34',1,'',NULL),(785,3,NULL,162,'product/162','microsoft-wireless-optical-mouse-5000-162.html','catalog/product/view/id/162',1,'',NULL),(786,3,34,162,'product/162/34','electronics/computers/peripherals/microsoft-wireless-optical-mouse-5000-162.html','catalog/product/view/id/162/category/34',1,'',NULL),(787,3,NULL,163,'product/163','computer.html','catalog/product/view/id/163',1,'',NULL),(788,3,15,163,'product/163/15','electronics/computers/computer.html','catalog/product/view/id/163/category/15',1,'',NULL),(789,3,27,163,'product/163/27','electronics/computers/build-your-own/computer.html','catalog/product/view/id/163/category/27',1,'',NULL),(790,3,NULL,164,'product/164','gaming-computer.html','catalog/product/view/id/164',1,'',NULL),(791,3,27,164,'product/164/27','electronics/computers/build-your-own/gaming-computer.html','catalog/product/view/id/164/category/27',1,'',NULL),(792,3,NULL,165,'product/165','my-computer.html','catalog/product/view/id/165',1,'',NULL),(793,3,27,165,'product/165/27','electronics/computers/build-your-own/my-computer.html','catalog/product/view/id/165/category/27',1,'',NULL),(794,3,NULL,166,'product/166','htc-touch-diamond.html','catalog/product/view/id/166',1,'',NULL),(795,3,8,166,'product/166/8','electronics/cell-phones/htc-touch-diamond.html','catalog/product/view/id/166/category/8',1,'',NULL),(796,3,NULL,167,'product/167','100-physical-gift-card.html','catalog/product/view/id/167',1,'',NULL),(798,3,NULL,168,'product/168','virtual-gift-card.html','catalog/product/view/id/168',1,'',NULL),(800,3,NULL,169,'product/169','for-you-physical-gift-card.html','catalog/product/view/id/169',1,'',NULL),(806,3,NULL,173,'product/173','exotic-silk-blouse.html','catalog/product/view/id/173',1,'',NULL),(808,3,NULL,174,'product/174','physical-and-virtual-gift-card.html','catalog/product/view/id/174',1,'',NULL),(810,3,NULL,175,'product/175','200-gift-card.html','catalog/product/view/id/175',1,'',NULL),(812,3,NULL,176,'product/176','akio-bookcase.html','catalog/product/view/id/176',1,'',NULL),(813,3,23,176,'product/176/23','furniture/bedroom/akio-bookcase.html','catalog/product/view/id/176/category/23',1,'',NULL),(814,3,NULL,177,'product/177','butterfly-fish.html','catalog/product/view/id/177',1,'',NULL),(815,3,NULL,178,'product/178','pink-faux-fur-jacket.html','catalog/product/view/id/178',1,'',NULL),(816,3,NULL,179,'product/179','virtual-reality.html','catalog/product/view/id/179',1,'',NULL),(818,3,NULL,180,'product/180','pink-laced-leather-boots.html','catalog/product/view/id/180',1,'',NULL),(819,3,5,180,'product/180/5','apparel/shoes/pink-laced-leather-boots.html','catalog/product/view/id/180/category/5',1,'',NULL),(821,3,NULL,181,'product/181','vintage-black-and-white.html','catalog/product/view/id/181',1,'',NULL),(822,3,NULL,182,'product/182','black-stilettos.html','catalog/product/view/id/182',1,'',NULL),(823,3,5,182,'product/182/5','apparel/shoes/black-stilettos.html','catalog/product/view/id/182/category/5',1,'',NULL),(824,3,NULL,183,'product/183','get-this-look-timeless-vintage.html','catalog/product/view/id/183',1,'',NULL),(825,3,18,183,'product/183/18','apparel/get-this-look-timeless-vintage.html','catalog/product/view/id/183/category/18',1,'',NULL),(827,3,NULL,184,'product/184','black-cotton-jacket.html','catalog/product/view/id/184',1,'',NULL),(828,3,18,184,'product/184/18','apparel/black-cotton-jacket.html','catalog/product/view/id/184/category/18',1,'',NULL),(830,3,NULL,185,'product/185','black-leather-pants.html','catalog/product/view/id/185',1,'',NULL),(831,3,18,185,'product/185/18','apparel/black-leather-pants.html','catalog/product/view/id/185/category/18',1,'',NULL),(832,3,NULL,186,'product/186','black-plaform-shoes.html','catalog/product/view/id/186',1,'',NULL),(833,3,5,186,'product/186/5','apparel/shoes/black-plaform-shoes.html','catalog/product/view/id/186/category/5',1,'',NULL),(834,3,18,186,'product/186/18','apparel/black-plaform-shoes.html','catalog/product/view/id/186/category/18',1,'',NULL),(835,3,NULL,187,'product/187','get-this-look-l-a-cool.html','catalog/product/view/id/187',1,'',NULL),(836,3,18,187,'product/187/18','apparel/get-this-look-l-a-cool.html','catalog/product/view/id/187/category/18',1,'',NULL),(838,3,NULL,188,'product/188','classic-jeans.html','catalog/product/view/id/188',1,'',NULL),(839,3,18,188,'product/188/18','apparel/classic-jeans.html','catalog/product/view/id/188/category/18',1,'',NULL),(841,3,NULL,189,'product/189','sand-wash-jeans.html','catalog/product/view/id/189',1,'',NULL),(842,3,18,189,'product/189/18','apparel/sand-wash-jeans.html','catalog/product/view/id/189/category/18',1,'',NULL),(844,3,NULL,190,'product/190','1-year-membership.html','catalog/product/view/id/190',1,'',NULL),(845,2,10,NULL,'category/10','furniture','catalog/category/view/id/10',1,'',NULL),(846,2,22,NULL,'category/22','furniture/living-room','catalog/category/view/id/22',1,'',NULL),(847,2,23,NULL,'category/23','furniture/bedroom','catalog/category/view/id/23',1,'',NULL),(848,2,13,NULL,'category/13','electronics','catalog/category/view/id/13',1,'',NULL),(849,2,12,NULL,'category/12','electronics/cameras','catalog/category/view/id/12',1,'',NULL),(850,2,25,NULL,'category/25','electronics/cameras/accessories','catalog/category/view/id/25',1,'',NULL),(851,2,26,NULL,'category/26','electronics/cameras/digital-cameras','catalog/category/view/id/26',1,'',NULL),(852,2,15,NULL,'category/15','electronics/computers','catalog/category/view/id/15',1,'',NULL),(853,2,27,NULL,'category/27','electronics/computers/build-your-own','catalog/category/view/id/27',1,'',NULL),(854,2,28,NULL,'category/28','electronics/computers/laptops','catalog/category/view/id/28',1,'',NULL),(855,2,29,NULL,'category/29','electronics/computers/hard-drives','catalog/category/view/id/29',1,'',NULL),(856,2,30,NULL,'category/30','electronics/computers/monitors','catalog/category/view/id/30',1,'',NULL),(857,2,31,NULL,'category/31','electronics/computers/ram-memory','catalog/category/view/id/31',1,'',NULL),(858,2,32,NULL,'category/32','electronics/computers/cases','catalog/category/view/id/32',1,'',NULL),(859,2,33,NULL,'category/33','electronics/computers/processors','catalog/category/view/id/33',1,'',NULL),(860,2,34,NULL,'category/34','electronics/computers/peripherals','catalog/category/view/id/34',1,'',NULL),(861,2,8,NULL,'category/8','electronics/cell-phones','catalog/category/view/id/8',1,'',NULL),(862,2,18,NULL,'category/18','apparel','catalog/category/view/id/18',1,'',NULL),(863,2,4,NULL,'category/4','apparel/shirts','catalog/category/view/id/4',1,'',NULL),(864,2,5,NULL,'category/5','apparel/shoes','catalog/category/view/id/5',1,'',NULL),(865,2,16,NULL,'category/16','apparel/shoes/mens','catalog/category/view/id/16',1,'',NULL),(866,2,17,NULL,'category/17','apparel/shoes/womens','catalog/category/view/id/17',1,'',NULL),(867,2,NULL,16,'product/16','nokia-2610-phone.html','catalog/product/view/id/16',1,'',NULL),(868,2,8,16,'product/16/8','electronics/cell-phones/nokia-2610-phone.html','catalog/product/view/id/16/category/8',1,'',NULL),(869,2,NULL,17,'product/17','blackberry-8100-pearl.html','catalog/product/view/id/17',1,'',NULL),(870,2,8,17,'product/17/8','electronics/cell-phones/blackberry-8100-pearl.html','catalog/product/view/id/17/category/8',1,'',NULL),(871,2,NULL,18,'product/18','sony-ericsson-w810i.html','catalog/product/view/id/18',1,'',NULL),(872,2,8,18,'product/18/8','electronics/cell-phones/sony-ericsson-w810i.html','catalog/product/view/id/18/category/8',1,'',NULL),(873,2,NULL,19,'product/19','atandt-8525-pda.html','catalog/product/view/id/19',1,'',NULL),(874,2,8,19,'product/19/8','electronics/cell-phones/atandt-8525-pda.html','catalog/product/view/id/19/category/8',1,'',NULL),(875,2,NULL,20,'product/20','samsung-mm-a900m-ace.html','catalog/product/view/id/20',1,'',NULL),(876,2,8,20,'product/20/8','electronics/cell-phones/samsung-mm-a900m-ace.html','catalog/product/view/id/20/category/8',1,'',NULL),(877,2,NULL,25,'product/25','apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html','catalog/product/view/id/25',1,'',NULL),(878,2,15,25,'product/25/15','electronics/computers/apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html','catalog/product/view/id/25/category/15',1,'',NULL),(879,2,28,25,'product/25/28','electronics/computers/laptops/apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive.html','catalog/product/view/id/25/category/28',1,'',NULL),(880,2,NULL,26,'product/26','acer-ferrari-3200-notebook-computer-pc.html','catalog/product/view/id/26',1,'',NULL),(881,2,15,26,'product/26/15','electronics/computers/acer-ferrari-3200-notebook-computer-pc.html','catalog/product/view/id/26/category/15',1,'',NULL),(882,2,28,26,'product/26/28','electronics/computers/laptops/acer-ferrari-3200-notebook-computer-pc.html','catalog/product/view/id/26/category/28',1,'',NULL),(883,2,NULL,27,'product/27','sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html','catalog/product/view/id/27',1,'',NULL),(884,2,NULL,28,'product/28','toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html','catalog/product/view/id/28',1,'',NULL),(885,2,15,28,'product/28/15','electronics/computers/toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html','catalog/product/view/id/28/category/15',1,'',NULL),(886,2,28,28,'product/28/28','electronics/computers/laptops/toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium.html','catalog/product/view/id/28/category/28',1,'',NULL),(887,2,NULL,29,'product/29','cn-clogs-beach-garden-clog-3.html','catalog/product/view/id/29',1,'',NULL),(889,2,NULL,30,'product/30','asics-men-s-gel-kayano-xii-8.html','catalog/product/view/id/30',1,'',NULL),(890,2,16,30,'product/30/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-8.html','catalog/product/view/id/30/category/16',1,'',NULL),(892,2,NULL,31,'product/31','steven-by-steve-madden-pryme-pump-4.html','catalog/product/view/id/31',1,'',NULL),(893,2,17,31,'product/31/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-4.html','catalog/product/view/id/31/category/17',1,'',NULL),(895,2,NULL,32,'product/32','nine-west-women-s-lucero-pump-3.html','catalog/product/view/id/32',1,'',NULL),(896,2,17,32,'product/32/17','apparel/shoes/womens/nine-west-women-s-lucero-pump-3.html','catalog/product/view/id/32/category/17',1,'',NULL),(898,2,NULL,33,'product/33','ecco-womens-golf-flexor-golf-shoe-3.html','catalog/product/view/id/33',1,'',NULL),(899,2,17,33,'product/33/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe-3.html','catalog/product/view/id/33/category/17',1,'',NULL),(901,2,NULL,34,'product/34','kenneth-cole-new-york-men-s-con-verge-slip-on-8.html','catalog/product/view/id/34',1,'',NULL),(902,2,16,34,'product/34/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-8.html','catalog/product/view/id/34/category/16',1,'',NULL),(905,2,NULL,35,'product/35','coalesce-functioning-on-impatience-t-shirt-small.html','catalog/product/view/id/35',1,'',NULL),(906,2,4,35,'product/35/4','apparel/shirts/coalesce-functioning-on-impatience-t-shirt-small.html','catalog/product/view/id/35/category/4',1,'',NULL),(909,2,NULL,36,'product/36','ink-eater-krylon-bombear-destroyed-tee-sm.html','catalog/product/view/id/36',1,'',NULL),(911,2,NULL,37,'product/37','the-only-children-paisley-t-shirt-sm.html','catalog/product/view/id/37',1,'',NULL),(912,2,4,37,'product/37/4','apparel/shirts/the-only-children-paisley-t-shirt-sm.html','catalog/product/view/id/37/category/4',1,'',NULL),(915,2,NULL,38,'product/38','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html','catalog/product/view/id/38',1,'',NULL),(916,2,4,38,'product/38/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html','catalog/product/view/id/38/category/4',1,'',NULL),(919,2,NULL,39,'product/39','the-get-up-kids-band-camp-pullover-hoodie.html','catalog/product/view/id/39',1,'',NULL),(922,2,NULL,41,'product/41','akio-dresser.html','catalog/product/view/id/41',1,'',NULL),(923,2,23,41,'product/41/23','furniture/bedroom/akio-dresser.html','catalog/product/view/id/41/category/23',1,'',NULL),(924,2,NULL,42,'product/42','barcelona-bamboo-platform-bed.html','catalog/product/view/id/42',1,'',NULL),(925,2,23,42,'product/42/23','furniture/bedroom/barcelona-bamboo-platform-bed.html','catalog/product/view/id/42/category/23',1,'',NULL),(926,2,NULL,44,'product/44','canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black.html','catalog/product/view/id/44',1,'',NULL),(927,2,26,44,'product/44/26','electronics/cameras/digital-cameras/canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black.html','catalog/product/view/id/44/category/26',1,'',NULL),(928,2,NULL,45,'product/45','argus-qc-2185-quick-click-5mp-digital-camera.html','catalog/product/view/id/45',1,'',NULL),(929,2,26,45,'product/45/26','electronics/cameras/digital-cameras/argus-qc-2185-quick-click-5mp-digital-camera.html','catalog/product/view/id/45/category/26',1,'',NULL),(930,2,NULL,46,'product/46','olympus-stylus-750-7-1mp-digital-camera.html','catalog/product/view/id/46',1,'',NULL),(931,2,12,46,'product/46/12','electronics/cameras/olympus-stylus-750-7-1mp-digital-camera.html','catalog/product/view/id/46/category/12',1,'',NULL),(932,2,26,46,'product/46/26','electronics/cameras/digital-cameras/olympus-stylus-750-7-1mp-digital-camera.html','catalog/product/view/id/46/category/26',1,'',NULL),(933,2,NULL,47,'product/47','canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.html','catalog/product/view/id/47',1,'',NULL),(934,2,26,47,'product/47/26','electronics/cameras/digital-cameras/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.html','catalog/product/view/id/47/category/26',1,'',NULL),(935,2,NULL,48,'product/48','kodak-easyshare-c530-5mp-digital-camera.html','catalog/product/view/id/48',1,'',NULL),(936,2,26,48,'product/48/26','electronics/cameras/digital-cameras/kodak-easyshare-c530-5mp-digital-camera.html','catalog/product/view/id/48/category/26',1,'',NULL),(937,2,NULL,49,'product/49','anashria-womens-premier-leather-sandal-9.html','catalog/product/view/id/49',1,'',NULL),(938,2,17,49,'product/49/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-9.html','catalog/product/view/id/49/category/17',1,'',NULL),(939,2,NULL,51,'product/51','ottoman.html','catalog/product/view/id/51',1,'',NULL),(940,2,22,51,'product/51/22','furniture/living-room/ottoman.html','catalog/product/view/id/51/category/22',1,'',NULL),(941,2,NULL,52,'product/52','chair.html','catalog/product/view/id/52',1,'',NULL),(942,2,22,52,'product/52/22','furniture/living-room/chair.html','catalog/product/view/id/52/category/22',1,'',NULL),(943,2,NULL,53,'product/53','couch.html','catalog/product/view/id/53',1,'',NULL),(944,2,22,53,'product/53/22','furniture/living-room/couch.html','catalog/product/view/id/53/category/22',1,'',NULL),(945,2,NULL,54,'product/54','magento-red-furniture-set.html','catalog/product/view/id/54',1,'',NULL),(946,2,22,54,'product/54/22','furniture/living-room/magento-red-furniture-set.html','catalog/product/view/id/54/category/22',1,'',NULL),(947,2,NULL,74,'product/74','anashria-womens-premier-leather-sandal-3.html','catalog/product/view/id/74',1,'',NULL),(948,2,17,74,'product/74/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-3.html','catalog/product/view/id/74/category/17',1,'',NULL),(949,2,NULL,75,'product/75','anashria-womens-premier-leather-sandal-4.html','catalog/product/view/id/75',1,'',NULL),(950,2,17,75,'product/75/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-4.html','catalog/product/view/id/75/category/17',1,'',NULL),(951,2,NULL,79,'product/79','anashria-womens-premier-leather-sandal-5.html','catalog/product/view/id/79',1,'',NULL),(952,2,17,79,'product/79/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-5.html','catalog/product/view/id/79/category/17',1,'',NULL),(953,2,NULL,80,'product/80','anashria-womens-premier-leather-sandal-6.html','catalog/product/view/id/80',1,'',NULL),(954,2,17,80,'product/80/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-6.html','catalog/product/view/id/80/category/17',1,'',NULL),(955,2,NULL,81,'product/81','anashria-womens-premier-leather-sandal-7.html','catalog/product/view/id/81',1,'',NULL),(956,2,17,81,'product/81/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-7.html','catalog/product/view/id/81/category/17',1,'',NULL),(957,2,NULL,82,'product/82','anashria-womens-premier-leather-sandal-8.html','catalog/product/view/id/82',1,'',NULL),(958,2,17,82,'product/82/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal-8.html','catalog/product/view/id/82/category/17',1,'',NULL),(959,2,NULL,83,'product/83','cn-clogs-beach-garden-clog.html','catalog/product/view/id/83',1,'',NULL),(960,2,16,83,'product/83/16','apparel/shoes/mens/cn-clogs-beach-garden-clog.html','catalog/product/view/id/83/category/16',1,'',NULL),(961,2,17,83,'product/83/17','apparel/shoes/womens/cn-clogs-beach-garden-clog.html','catalog/product/view/id/83/category/17',1,'',NULL),(963,2,NULL,84,'product/84','cn-clogs-beach-garden-clog-4.html','catalog/product/view/id/84',1,'',NULL),(964,2,16,84,'product/84/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-4.html','catalog/product/view/id/84/category/16',1,'',NULL),(965,2,17,84,'product/84/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-4.html','catalog/product/view/id/84/category/17',1,'',NULL),(967,2,NULL,85,'product/85','cn-clogs-beach-garden-clog-5.html','catalog/product/view/id/85',1,'',NULL),(968,2,16,85,'product/85/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-5.html','catalog/product/view/id/85/category/16',1,'',NULL),(969,2,17,85,'product/85/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-5.html','catalog/product/view/id/85/category/17',1,'',NULL),(971,2,NULL,86,'product/86','cn-clogs-beach-garden-clog-6.html','catalog/product/view/id/86',1,'',NULL),(972,2,16,86,'product/86/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-6.html','catalog/product/view/id/86/category/16',1,'',NULL),(973,2,17,86,'product/86/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-6.html','catalog/product/view/id/86/category/17',1,'',NULL),(975,2,NULL,87,'product/87','cn-clogs-beach-garden-clog-7.html','catalog/product/view/id/87',1,'',NULL),(976,2,16,87,'product/87/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-7.html','catalog/product/view/id/87/category/16',1,'',NULL),(977,2,17,87,'product/87/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-7.html','catalog/product/view/id/87/category/17',1,'',NULL),(979,2,NULL,88,'product/88','cn-clogs-beach-garden-clog-8.html','catalog/product/view/id/88',1,'',NULL),(980,2,16,88,'product/88/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-8.html','catalog/product/view/id/88/category/16',1,'',NULL),(981,2,17,88,'product/88/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-8.html','catalog/product/view/id/88/category/17',1,'',NULL),(983,2,NULL,89,'product/89','cn-clogs-beach-garden-clog-9.html','catalog/product/view/id/89',1,'',NULL),(984,2,16,89,'product/89/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-9.html','catalog/product/view/id/89/category/16',1,'',NULL),(985,2,17,89,'product/89/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-9.html','catalog/product/view/id/89/category/17',1,'',NULL),(987,2,NULL,90,'product/90','cn-clogs-beach-garden-clog-10.html','catalog/product/view/id/90',1,'',NULL),(988,2,16,90,'product/90/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-10.html','catalog/product/view/id/90/category/16',1,'',NULL),(989,2,17,90,'product/90/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-10.html','catalog/product/view/id/90/category/17',1,'',NULL),(991,2,NULL,91,'product/91','cn-clogs-beach-garden-clog-11.html','catalog/product/view/id/91',1,'',NULL),(992,2,16,91,'product/91/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-11.html','catalog/product/view/id/91/category/16',1,'',NULL),(993,2,17,91,'product/91/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-11.html','catalog/product/view/id/91/category/17',1,'',NULL),(995,2,NULL,92,'product/92','cn-clogs-beach-garden-clog-12.html','catalog/product/view/id/92',1,'',NULL),(996,2,16,92,'product/92/16','apparel/shoes/mens/cn-clogs-beach-garden-clog-12.html','catalog/product/view/id/92/category/16',1,'',NULL),(997,2,17,92,'product/92/17','apparel/shoes/womens/cn-clogs-beach-garden-clog-12.html','catalog/product/view/id/92/category/17',1,'',NULL),(999,2,NULL,93,'product/93','asics-men-s-gel-kayano-xii.html','catalog/product/view/id/93',1,'',NULL),(1000,2,16,93,'product/93/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii.html','catalog/product/view/id/93/category/16',1,'',NULL),(1002,2,NULL,94,'product/94','asics-men-s-gel-kayano-xii-9.html','catalog/product/view/id/94',1,'',NULL),(1003,2,16,94,'product/94/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-9.html','catalog/product/view/id/94/category/16',1,'',NULL),(1005,2,NULL,95,'product/95','asics-men-s-gel-kayano-xii-10.html','catalog/product/view/id/95',1,'',NULL),(1006,2,16,95,'product/95/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-10.html','catalog/product/view/id/95/category/16',1,'',NULL),(1008,2,NULL,96,'product/96','asics-men-s-gel-kayano-xii-11.html','catalog/product/view/id/96',1,'',NULL),(1009,2,16,96,'product/96/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-11.html','catalog/product/view/id/96/category/16',1,'',NULL),(1011,2,NULL,97,'product/97','asics-men-s-gel-kayano-xii-12.html','catalog/product/view/id/97',1,'',NULL),(1012,2,16,97,'product/97/16','apparel/shoes/mens/asics-men-s-gel-kayano-xii-12.html','catalog/product/view/id/97/category/16',1,'',NULL),(1014,2,NULL,98,'product/98','kenneth-cole-new-york-men-s-con-verge-slip-on.html','catalog/product/view/id/98',1,'',NULL),(1015,2,16,98,'product/98/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on.html','catalog/product/view/id/98/category/16',1,'',NULL),(1018,2,NULL,99,'product/99','kenneth-cole-new-york-men-s-con-verge-slip-on-9.html','catalog/product/view/id/99',1,'',NULL),(1019,2,16,99,'product/99/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-9.html','catalog/product/view/id/99/category/16',1,'',NULL),(1022,2,NULL,100,'product/100','kenneth-cole-new-york-men-s-con-verge-slip-on-10.html','catalog/product/view/id/100',1,'',NULL),(1023,2,16,100,'product/100/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-10.html','catalog/product/view/id/100/category/16',1,'',NULL),(1026,2,NULL,101,'product/101','kenneth-cole-new-york-men-s-con-verge-slip-on-11.html','catalog/product/view/id/101',1,'',NULL),(1027,2,16,101,'product/101/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-11.html','catalog/product/view/id/101/category/16',1,'',NULL),(1030,2,NULL,102,'product/102','kenneth-cole-new-york-men-s-con-verge-slip-on-12.html','catalog/product/view/id/102',1,'',NULL),(1031,2,16,102,'product/102/16','apparel/shoes/mens/kenneth-cole-new-york-men-s-con-verge-slip-on-12.html','catalog/product/view/id/102/category/16',1,'',NULL),(1034,2,NULL,103,'product/103','steven-by-steve-madden-pryme-pump.html','catalog/product/view/id/103',1,'',NULL),(1035,2,17,103,'product/103/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump.html','catalog/product/view/id/103/category/17',1,'',NULL),(1037,2,NULL,104,'product/104','steven-by-steve-madden-pryme-pump-5.html','catalog/product/view/id/104',1,'',NULL),(1038,2,17,104,'product/104/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-5.html','catalog/product/view/id/104/category/17',1,'',NULL),(1040,2,NULL,105,'product/105','steven-by-steve-madden-pryme-pump-6.html','catalog/product/view/id/105',1,'',NULL),(1041,2,17,105,'product/105/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-6.html','catalog/product/view/id/105/category/17',1,'',NULL),(1043,2,NULL,106,'product/106','steven-by-steve-madden-pryme-pump-7.html','catalog/product/view/id/106',1,'',NULL),(1044,2,17,106,'product/106/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-7.html','catalog/product/view/id/106/category/17',1,'',NULL),(1046,2,NULL,107,'product/107','steven-by-steve-madden-pryme-pump-8.html','catalog/product/view/id/107',1,'',NULL),(1047,2,17,107,'product/107/17','apparel/shoes/womens/steven-by-steve-madden-pryme-pump-8.html','catalog/product/view/id/107/category/17',1,'',NULL),(1049,2,NULL,108,'product/108','nine-west-women-s-lucero-pump.html','catalog/product/view/id/108',1,'',NULL),(1050,2,17,108,'product/108/17','apparel/shoes/womens/nine-west-women-s-lucero-pump.html','catalog/product/view/id/108/category/17',1,'',NULL),(1052,2,NULL,109,'product/109','nine-west-women-s-lucero-pump-4.html','catalog/product/view/id/109',1,'',NULL),(1053,2,17,109,'product/109/17','apparel/shoes/womens/nine-west-women-s-lucero-pump-4.html','catalog/product/view/id/109/category/17',1,'',NULL),(1055,2,NULL,110,'product/110','nine-west-women-s-lucero-pump-5.html','catalog/product/view/id/110',1,'',NULL),(1056,2,17,110,'product/110/17','apparel/shoes/womens/nine-west-women-s-lucero-pump-5.html','catalog/product/view/id/110/category/17',1,'',NULL),(1058,2,NULL,111,'product/111','nine-west-women-s-lucero-pump-6.html','catalog/product/view/id/111',1,'',NULL),(1059,2,17,111,'product/111/17','apparel/shoes/womens/nine-west-women-s-lucero-pump-6.html','catalog/product/view/id/111/category/17',1,'',NULL),(1061,2,NULL,112,'product/112','ecco-womens-golf-flexor-golf-shoe.html','catalog/product/view/id/112',1,'',NULL),(1062,2,17,112,'product/112/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe.html','catalog/product/view/id/112/category/17',1,'',NULL),(1064,2,NULL,113,'product/113','ecco-womens-golf-flexor-golf-shoe-4.html','catalog/product/view/id/113',1,'',NULL),(1065,2,17,113,'product/113/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe-4.html','catalog/product/view/id/113/category/17',1,'',NULL),(1067,2,NULL,114,'product/114','ecco-womens-golf-flexor-golf-shoe-5.html','catalog/product/view/id/114',1,'',NULL),(1068,2,17,114,'product/114/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe-5.html','catalog/product/view/id/114/category/17',1,'',NULL),(1070,2,NULL,115,'product/115','ecco-womens-golf-flexor-golf-shoe-6.html','catalog/product/view/id/115',1,'',NULL),(1071,2,17,115,'product/115/17','apparel/shoes/womens/ecco-womens-golf-flexor-golf-shoe-6.html','catalog/product/view/id/115/category/17',1,'',NULL),(1073,2,NULL,117,'product/117','coalesce-functioning-on-impatience-t-shirt-medium.html','catalog/product/view/id/117',1,'',NULL),(1074,2,4,117,'product/117/4','apparel/shirts/coalesce-functioning-on-impatience-t-shirt-medium.html','catalog/product/view/id/117/category/4',1,'',NULL),(1077,2,NULL,118,'product/118','coalesce-functioning-on-impatience-t-shirt-large.html','catalog/product/view/id/118',1,'',NULL),(1078,2,4,118,'product/118/4','apparel/shirts/coalesce-functioning-on-impatience-t-shirt-large.html','catalog/product/view/id/118/category/4',1,'',NULL),(1081,2,NULL,119,'product/119','coalesce-functioning-on-impatience-t-shirt.html','catalog/product/view/id/119',1,'',NULL),(1082,2,4,119,'product/119/4','apparel/shirts/coalesce-functioning-on-impatience-t-shirt.html','catalog/product/view/id/119/category/4',1,'',NULL),(1085,2,NULL,120,'product/120','ink-eater-krylon-bombear-destroyed-tee.html','catalog/product/view/id/120',1,'',NULL),(1086,2,NULL,121,'product/121','ink-eater-krylon-bombear-destroyed-tee-med.html','catalog/product/view/id/121',1,'',NULL),(1087,2,NULL,122,'product/122','ink-eater-krylon-bombear-destroyed-tee-lrg.html','catalog/product/view/id/122',1,'',NULL),(1088,2,NULL,123,'product/123','the-only-children-paisley-t-shirt.html','catalog/product/view/id/123',1,'',NULL),(1089,2,4,123,'product/123/4','apparel/shirts/the-only-children-paisley-t-shirt.html','catalog/product/view/id/123/category/4',1,'',NULL),(1092,2,NULL,124,'product/124','the-only-children-paisley-t-shirt-med.html','catalog/product/view/id/124',1,'',NULL),(1093,2,4,124,'product/124/4','apparel/shirts/the-only-children-paisley-t-shirt-med.html','catalog/product/view/id/124/category/4',1,'',NULL),(1096,2,NULL,125,'product/125','the-only-children-paisley-t-shirt-lrg.html','catalog/product/view/id/125',1,'',NULL),(1097,2,4,125,'product/125/4','apparel/shirts/the-only-children-paisley-t-shirt-lrg.html','catalog/product/view/id/125/category/4',1,'',NULL),(1100,2,NULL,126,'product/126','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html','catalog/product/view/id/126',1,'',NULL),(1101,2,4,126,'product/126/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html','catalog/product/view/id/126/category/4',1,'',NULL),(1104,2,NULL,127,'product/127','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html','catalog/product/view/id/127',1,'',NULL),(1105,2,4,127,'product/127/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html','catalog/product/view/id/127/category/4',1,'',NULL),(1108,2,NULL,128,'product/128','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html','catalog/product/view/id/128',1,'',NULL),(1109,2,4,128,'product/128/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html','catalog/product/view/id/128/category/4',1,'',NULL),(1112,2,NULL,129,'product/129','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html','catalog/product/view/id/129',1,'',NULL),(1113,2,4,129,'product/129/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html','catalog/product/view/id/129/category/4',1,'',NULL),(1116,2,NULL,130,'product/130','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html','catalog/product/view/id/130',1,'',NULL),(1117,2,4,130,'product/130/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html','catalog/product/view/id/130/category/4',1,'',NULL),(1120,2,NULL,131,'product/131','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html','catalog/product/view/id/131',1,'',NULL),(1121,2,4,131,'product/131/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html','catalog/product/view/id/131/category/4',1,'',NULL),(1124,2,NULL,132,'product/132','slr-camera-tripod.html','catalog/product/view/id/132',1,'',NULL),(1125,2,25,132,'product/132/25','electronics/cameras/accessories/slr-camera-tripod.html','catalog/product/view/id/132/category/25',1,'',NULL),(1126,2,NULL,133,'product/133','universal-camera-case.html','catalog/product/view/id/133',1,'',NULL),(1127,2,25,133,'product/133/25','electronics/cameras/accessories/universal-camera-case.html','catalog/product/view/id/133/category/25',1,'',NULL),(1128,2,NULL,134,'product/134','universal-camera-charger.html','catalog/product/view/id/134',1,'',NULL),(1129,2,25,134,'product/134/25','electronics/cameras/accessories/universal-camera-charger.html','catalog/product/view/id/134/category/25',1,'',NULL),(1130,2,NULL,135,'product/135','anashria-womens-premier-leather-sandal.html','catalog/product/view/id/135',1,'',NULL),(1131,2,17,135,'product/135/17','apparel/shoes/womens/anashria-womens-premier-leather-sandal.html','catalog/product/view/id/135/category/17',1,'',NULL),(1132,2,NULL,137,'product/137','zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html','catalog/product/view/id/137',1,'',NULL),(1135,2,NULL,138,'product/138','apevia-black-x-cruiser-case-atx-mid-tower-case.html','catalog/product/view/id/138',1,'',NULL),(1136,2,32,138,'product/138/32','electronics/computers/cases/apevia-black-x-cruiser-case-atx-mid-tower-case.html','catalog/product/view/id/138/category/32',1,'',NULL),(1137,2,NULL,139,'product/139','nzxt-lexa-silver-aluminum-atx-mid-tower-case.html','catalog/product/view/id/139',1,'',NULL),(1138,2,32,139,'product/139/32','electronics/computers/cases/nzxt-lexa-silver-aluminum-atx-mid-tower-case.html','catalog/product/view/id/139/category/32',1,'',NULL),(1139,2,NULL,140,'product/140','crucial-2gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/140',1,'',NULL),(1140,2,15,140,'product/140/15','electronics/computers/crucial-2gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/140/category/15',1,'',NULL),(1141,2,31,140,'product/140/31','electronics/computers/ram-memory/crucial-2gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/140/category/31',1,'',NULL),(1142,2,NULL,141,'product/141','crucial-1gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/141',1,'',NULL),(1143,2,15,141,'product/141/15','electronics/computers/crucial-1gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/141/category/15',1,'',NULL),(1144,2,31,141,'product/141/31','electronics/computers/ram-memory/crucial-1gb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/141/category/31',1,'',NULL),(1145,2,NULL,142,'product/142','1-year-extended-warranty-parts-and-labor.html','catalog/product/view/id/142',1,'',NULL),(1146,2,NULL,143,'product/143','crucial-512mb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/143',1,'',NULL),(1147,2,15,143,'product/143/15','electronics/computers/crucial-512mb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/143/category/15',1,'',NULL),(1148,2,31,143,'product/143/31','electronics/computers/ram-memory/crucial-512mb-pc4200-ddr2-533mhz-memory.html','catalog/product/view/id/143/category/31',1,'',NULL),(1149,2,NULL,144,'product/144','1-year-extended-warranty-parts-and-labor-1.html','catalog/product/view/id/144',1,'',NULL),(1150,2,NULL,145,'product/145','amd-phenom-x4-9850-black-ed-2-50ghz-retail.html','catalog/product/view/id/145',1,'',NULL),(1151,2,33,145,'product/145/33','electronics/computers/processors/amd-phenom-x4-9850-black-ed-2-50ghz-retail.html','catalog/product/view/id/145/category/33',1,'',NULL),(1152,2,NULL,146,'product/146','1-year-extended-warranty-parts-and-labor-2.html','catalog/product/view/id/146',1,'',NULL),(1153,2,NULL,147,'product/147','22-syncmaster-lcd-monitor.html','catalog/product/view/id/147',1,'',NULL),(1154,2,30,147,'product/147/30','electronics/computers/monitors/22-syncmaster-lcd-monitor.html','catalog/product/view/id/147/category/30',1,'',NULL),(1155,2,NULL,148,'product/148','amd-a64-x2-3800-2-0ghz-oem.html','catalog/product/view/id/148',1,'',NULL),(1156,2,33,148,'product/148/33','electronics/computers/processors/amd-a64-x2-3800-2-0ghz-oem.html','catalog/product/view/id/148/category/33',1,'',NULL),(1157,2,NULL,149,'product/149','1tb-7200rpm.html','catalog/product/view/id/149',1,'',NULL),(1158,2,29,149,'product/149/29','electronics/computers/hard-drives/1tb-7200rpm.html','catalog/product/view/id/149/category/29',1,'',NULL),(1159,2,NULL,150,'product/150','500gb-7200rpm.html','catalog/product/view/id/150',1,'',NULL),(1160,2,29,150,'product/150/29','electronics/computers/hard-drives/500gb-7200rpm.html','catalog/product/view/id/150/category/29',1,'',NULL),(1161,2,NULL,151,'product/151','intel-c2d-e8400-3-0ghz-retail.html','catalog/product/view/id/151',1,'',NULL),(1162,2,33,151,'product/151/33','electronics/computers/processors/intel-c2d-e8400-3-0ghz-retail.html','catalog/product/view/id/151/category/33',1,'',NULL),(1163,2,NULL,152,'product/152','24-widescreen-flat-panel-lcd-monitor.html','catalog/product/view/id/152',1,'',NULL),(1164,2,30,152,'product/152/30','electronics/computers/monitors/24-widescreen-flat-panel-lcd-monitor.html','catalog/product/view/id/152/category/30',1,'',NULL),(1165,2,NULL,153,'product/153','intel-core-2-extreme-qx9775-3-20ghz-retail.html','catalog/product/view/id/153',1,'',NULL),(1166,2,33,153,'product/153/33','electronics/computers/processors/intel-core-2-extreme-qx9775-3-20ghz-retail.html','catalog/product/view/id/153/category/33',1,'',NULL),(1167,2,NULL,154,'product/154','500gb-5400rpm.html','catalog/product/view/id/154',1,'',NULL),(1168,2,29,154,'product/154/29','electronics/computers/hard-drives/500gb-5400rpm.html','catalog/product/view/id/154/category/29',1,'',NULL),(1169,2,NULL,155,'product/155','250gb-5400rpm.html','catalog/product/view/id/155',1,'',NULL),(1170,2,29,155,'product/155/29','electronics/computers/hard-drives/250gb-5400rpm.html','catalog/product/view/id/155/category/29',1,'',NULL),(1171,2,NULL,156,'product/156','19-widescreen-flat-panel-lcd-monitor.html','catalog/product/view/id/156',1,'',NULL),(1172,2,30,156,'product/156/30','electronics/computers/monitors/19-widescreen-flat-panel-lcd-monitor.html','catalog/product/view/id/156/category/30',1,'',NULL),(1173,2,NULL,157,'product/157','30-flat-panel-tft-lcd-cinema-hd-monitor.html','catalog/product/view/id/157',1,'',NULL),(1174,2,30,157,'product/157/30','electronics/computers/monitors/30-flat-panel-tft-lcd-cinema-hd-monitor.html','catalog/product/view/id/157/category/30',1,'',NULL),(1175,2,NULL,158,'product/158','sony-vaio-vgn-txn27n-b-11-1-notebook-pc-1.html','catalog/product/view/id/158',1,'',NULL),(1176,2,28,158,'product/158/28','electronics/computers/laptops/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html','catalog/product/view/id/158/category/28',1,'',NULL),(1177,2,NULL,159,'product/159','microsoft-natural-ergonomic-keyboard-4000.html','catalog/product/view/id/159',1,'',NULL),(1178,2,34,159,'product/159/34','electronics/computers/peripherals/microsoft-natural-ergonomic-keyboard-4000.html','catalog/product/view/id/159/category/34',1,'',NULL),(1179,2,NULL,160,'product/160','microsoft-wireless-optical-mouse-5000.html','catalog/product/view/id/160',1,'',NULL),(1180,2,34,160,'product/160/34','electronics/computers/peripherals/microsoft-wireless-optical-mouse-5000.html','catalog/product/view/id/160/category/34',1,'',NULL),(1181,2,NULL,161,'product/161','logitech-dinovo-edge-keyboard.html','catalog/product/view/id/161',1,'',NULL),(1182,2,34,161,'product/161/34','electronics/computers/peripherals/logitech-dinovo-edge-keyboard.html','catalog/product/view/id/161/category/34',1,'',NULL),(1183,2,NULL,162,'product/162','microsoft-wireless-optical-mouse-5000-162.html','catalog/product/view/id/162',1,'',NULL),(1184,2,34,162,'product/162/34','electronics/computers/peripherals/microsoft-wireless-optical-mouse-5000-162.html','catalog/product/view/id/162/category/34',1,'',NULL),(1185,2,NULL,163,'product/163','computer.html','catalog/product/view/id/163',1,'',NULL),(1186,2,15,163,'product/163/15','electronics/computers/computer.html','catalog/product/view/id/163/category/15',1,'',NULL),(1187,2,27,163,'product/163/27','electronics/computers/build-your-own/computer.html','catalog/product/view/id/163/category/27',1,'',NULL),(1188,2,NULL,164,'product/164','gaming-computer.html','catalog/product/view/id/164',1,'',NULL),(1189,2,27,164,'product/164/27','electronics/computers/build-your-own/gaming-computer.html','catalog/product/view/id/164/category/27',1,'',NULL),(1190,2,NULL,165,'product/165','my-computer.html','catalog/product/view/id/165',1,'',NULL),(1191,2,27,165,'product/165/27','electronics/computers/build-your-own/my-computer.html','catalog/product/view/id/165/category/27',1,'',NULL),(1192,2,NULL,166,'product/166','htc-touch-diamond.html','catalog/product/view/id/166',1,'',NULL),(1193,2,8,166,'product/166/8','electronics/cell-phones/htc-touch-diamond.html','catalog/product/view/id/166/category/8',1,'',NULL),(1194,2,NULL,167,'product/167','100-physical-gift-card.html','catalog/product/view/id/167',1,'',NULL),(1196,2,NULL,168,'product/168','virtual-gift-card.html','catalog/product/view/id/168',1,'',NULL),(1198,2,NULL,169,'product/169','for-you-physical-gift-card.html','catalog/product/view/id/169',1,'',NULL),(1204,2,NULL,173,'product/173','exotic-silk-blouse.html','catalog/product/view/id/173',1,'',NULL),(1206,2,NULL,174,'product/174','physical-and-virtual-gift-card.html','catalog/product/view/id/174',1,'',NULL),(1208,2,NULL,175,'product/175','200-gift-card.html','catalog/product/view/id/175',1,'',NULL),(1210,2,NULL,176,'product/176','akio-bookcase.html','catalog/product/view/id/176',1,'',NULL),(1211,2,23,176,'product/176/23','furniture/bedroom/akio-bookcase.html','catalog/product/view/id/176/category/23',1,'',NULL),(1212,2,NULL,177,'product/177','butterfly-fish.html','catalog/product/view/id/177',1,'',NULL),(1213,2,NULL,178,'product/178','pink-faux-fur-jacket.html','catalog/product/view/id/178',1,'',NULL),(1214,2,NULL,179,'product/179','virtual-reality.html','catalog/product/view/id/179',1,'',NULL),(1216,2,NULL,180,'product/180','pink-laced-leather-boots.html','catalog/product/view/id/180',1,'',NULL),(1217,2,5,180,'product/180/5','apparel/shoes/pink-laced-leather-boots.html','catalog/product/view/id/180/category/5',1,'',NULL),(1219,2,NULL,181,'product/181','vintage-black-and-white.html','catalog/product/view/id/181',1,'',NULL),(1220,2,NULL,182,'product/182','black-stilettos.html','catalog/product/view/id/182',1,'',NULL),(1221,2,5,182,'product/182/5','apparel/shoes/black-stilettos.html','catalog/product/view/id/182/category/5',1,'',NULL),(1222,2,NULL,183,'product/183','get-this-look-timeless-vintage.html','catalog/product/view/id/183',1,'',NULL),(1223,2,18,183,'product/183/18','apparel/get-this-look-timeless-vintage.html','catalog/product/view/id/183/category/18',1,'',NULL),(1225,2,NULL,184,'product/184','black-cotton-jacket.html','catalog/product/view/id/184',1,'',NULL),(1226,2,18,184,'product/184/18','apparel/black-cotton-jacket.html','catalog/product/view/id/184/category/18',1,'',NULL),(1228,2,NULL,185,'product/185','black-leather-pants.html','catalog/product/view/id/185',1,'',NULL),(1229,2,18,185,'product/185/18','apparel/black-leather-pants.html','catalog/product/view/id/185/category/18',1,'',NULL),(1230,2,NULL,186,'product/186','black-plaform-shoes.html','catalog/product/view/id/186',1,'',NULL),(1231,2,5,186,'product/186/5','apparel/shoes/black-plaform-shoes.html','catalog/product/view/id/186/category/5',1,'',NULL),(1232,2,18,186,'product/186/18','apparel/black-plaform-shoes.html','catalog/product/view/id/186/category/18',1,'',NULL),(1233,2,NULL,187,'product/187','get-this-look-l-a-cool.html','catalog/product/view/id/187',1,'',NULL),(1234,2,18,187,'product/187/18','apparel/get-this-look-l-a-cool.html','catalog/product/view/id/187/category/18',1,'',NULL),(1236,2,NULL,188,'product/188','classic-jeans.html','catalog/product/view/id/188',1,'',NULL),(1237,2,18,188,'product/188/18','apparel/classic-jeans.html','catalog/product/view/id/188/category/18',1,'',NULL),(1239,2,NULL,189,'product/189','sand-wash-jeans.html','catalog/product/view/id/189',1,'',NULL),(1240,2,18,189,'product/189/18','apparel/sand-wash-jeans.html','catalog/product/view/id/189/category/18',1,'',NULL),(1242,2,NULL,190,'product/190','1-year-membership.html','catalog/product/view/id/190',1,'',NULL),(1408,1,36,173,'product/173/36','apparel/women/exotic-silk-blouse.html','catalog/product/view/id/173/category/36',1,'',NULL),(1409,1,36,179,'product/179/36','apparel/women/virtual-reality.html','catalog/product/view/id/179/category/36',1,'',NULL),(1410,1,36,180,'product/180/36','apparel/women/pink-laced-leather-boots.html','catalog/product/view/id/180/category/36',1,'',NULL),(1411,1,36,183,'product/183/36','apparel/women/get-this-look-timeless-vintage.html','catalog/product/view/id/183/category/36',1,'',NULL),(1412,1,36,184,'product/184/36','apparel/women/black-cotton-jacket.html','catalog/product/view/id/184/category/36',1,'',NULL),(1413,1,36,187,'product/187/36','apparel/women/get-this-look-l-a-cool.html','catalog/product/view/id/187/category/36',1,'',NULL),(1414,3,36,173,'product/173/36','apparel/women/exotic-silk-blouse.html','catalog/product/view/id/173/category/36',1,'',NULL),(1415,3,36,179,'product/179/36','apparel/women/virtual-reality.html','catalog/product/view/id/179/category/36',1,'',NULL),(1416,3,36,180,'product/180/36','apparel/women/pink-laced-leather-boots.html','catalog/product/view/id/180/category/36',1,'',NULL),(1417,3,36,183,'product/183/36','apparel/women/get-this-look-timeless-vintage.html','catalog/product/view/id/183/category/36',1,'',NULL),(1418,3,36,184,'product/184/36','apparel/women/black-cotton-jacket.html','catalog/product/view/id/184/category/36',1,'',NULL),(1419,3,36,187,'product/187/36','apparel/women/get-this-look-l-a-cool.html','catalog/product/view/id/187/category/36',1,'',NULL),(1420,2,36,173,'product/173/36','apparel/women/exotic-silk-blouse.html','catalog/product/view/id/173/category/36',1,'',NULL),(1421,2,36,179,'product/179/36','apparel/women/virtual-reality.html','catalog/product/view/id/179/category/36',1,'',NULL),(1422,2,36,180,'product/180/36','apparel/women/pink-laced-leather-boots.html','catalog/product/view/id/180/category/36',1,'',NULL),(1423,2,36,183,'product/183/36','apparel/women/get-this-look-timeless-vintage.html','catalog/product/view/id/183/category/36',1,'',NULL),(1424,2,36,184,'product/184/36','apparel/women/black-cotton-jacket.html','catalog/product/view/id/184/category/36',1,'',NULL),(1425,2,36,187,'product/187/36','apparel/women/get-this-look-l-a-cool.html','catalog/product/view/id/187/category/36',1,'',NULL),(1426,1,37,35,'product/35/37','apparel/men/coalesce-functioning-on-impatience-t-shirt-small.html','catalog/product/view/id/35/category/37',1,'',NULL),(1427,1,37,37,'product/37/37','apparel/men/the-only-children-paisley-t-shirt-sm.html','catalog/product/view/id/37/category/37',1,'',NULL),(1428,1,37,38,'product/38/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html','catalog/product/view/id/38/category/37',1,'',NULL),(1429,1,37,39,'product/39/37','apparel/men/the-get-up-kids-band-camp-pullover-hoodie.html','catalog/product/view/id/39/category/37',1,'',NULL),(1430,1,37,117,'product/117/37','apparel/men/coalesce-functioning-on-impatience-t-shirt-medium.html','catalog/product/view/id/117/category/37',1,'',NULL),(1431,1,37,118,'product/118/37','apparel/men/coalesce-functioning-on-impatience-t-shirt-large.html','catalog/product/view/id/118/category/37',1,'',NULL),(1432,1,37,119,'product/119/37','apparel/men/coalesce-functioning-on-impatience-t-shirt.html','catalog/product/view/id/119/category/37',1,'',NULL),(1433,1,37,123,'product/123/37','apparel/men/the-only-children-paisley-t-shirt.html','catalog/product/view/id/123/category/37',1,'',NULL),(1434,1,37,124,'product/124/37','apparel/men/the-only-children-paisley-t-shirt-med.html','catalog/product/view/id/124/category/37',1,'',NULL),(1435,1,37,125,'product/125/37','apparel/men/the-only-children-paisley-t-shirt-lrg.html','catalog/product/view/id/125/category/37',1,'',NULL),(1436,1,37,126,'product/126/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html','catalog/product/view/id/126/category/37',1,'',NULL),(1437,1,37,127,'product/127/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html','catalog/product/view/id/127/category/37',1,'',NULL),(1438,1,37,128,'product/128/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html','catalog/product/view/id/128/category/37',1,'',NULL),(1439,1,37,129,'product/129/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html','catalog/product/view/id/129/category/37',1,'',NULL),(1440,1,37,130,'product/130/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html','catalog/product/view/id/130/category/37',1,'',NULL),(1441,1,37,131,'product/131/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html','catalog/product/view/id/131/category/37',1,'',NULL),(1442,1,37,137,'product/137/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html','catalog/product/view/id/137/category/37',1,'',NULL),(1443,1,37,188,'product/188/37','apparel/men/classic-jeans.html','catalog/product/view/id/188/category/37',1,'',NULL),(1444,1,37,189,'product/189/37','apparel/men/sand-wash-jeans.html','catalog/product/view/id/189/category/37',1,'',NULL),(1445,3,37,35,'product/35/37','apparel/men/coalesce-functioning-on-impatience-t-shirt-small.html','catalog/product/view/id/35/category/37',1,'',NULL),(1446,3,37,37,'product/37/37','apparel/men/the-only-children-paisley-t-shirt-sm.html','catalog/product/view/id/37/category/37',1,'',NULL),(1447,3,37,38,'product/38/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html','catalog/product/view/id/38/category/37',1,'',NULL),(1448,3,37,39,'product/39/37','apparel/men/the-get-up-kids-band-camp-pullover-hoodie.html','catalog/product/view/id/39/category/37',1,'',NULL),(1449,3,37,117,'product/117/37','apparel/men/coalesce-functioning-on-impatience-t-shirt-medium.html','catalog/product/view/id/117/category/37',1,'',NULL),(1450,3,37,118,'product/118/37','apparel/men/coalesce-functioning-on-impatience-t-shirt-large.html','catalog/product/view/id/118/category/37',1,'',NULL),(1451,3,37,119,'product/119/37','apparel/men/coalesce-functioning-on-impatience-t-shirt.html','catalog/product/view/id/119/category/37',1,'',NULL),(1452,3,37,123,'product/123/37','apparel/men/the-only-children-paisley-t-shirt.html','catalog/product/view/id/123/category/37',1,'',NULL),(1453,3,37,124,'product/124/37','apparel/men/the-only-children-paisley-t-shirt-med.html','catalog/product/view/id/124/category/37',1,'',NULL),(1454,3,37,125,'product/125/37','apparel/men/the-only-children-paisley-t-shirt-lrg.html','catalog/product/view/id/125/category/37',1,'',NULL),(1455,3,37,126,'product/126/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html','catalog/product/view/id/126/category/37',1,'',NULL),(1456,3,37,127,'product/127/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html','catalog/product/view/id/127/category/37',1,'',NULL),(1457,3,37,128,'product/128/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html','catalog/product/view/id/128/category/37',1,'',NULL),(1458,3,37,129,'product/129/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html','catalog/product/view/id/129/category/37',1,'',NULL),(1459,3,37,130,'product/130/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html','catalog/product/view/id/130/category/37',1,'',NULL),(1460,3,37,131,'product/131/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html','catalog/product/view/id/131/category/37',1,'',NULL),(1461,3,37,137,'product/137/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html','catalog/product/view/id/137/category/37',1,'',NULL),(1462,3,37,188,'product/188/37','apparel/men/classic-jeans.html','catalog/product/view/id/188/category/37',1,'',NULL),(1463,3,37,189,'product/189/37','apparel/men/sand-wash-jeans.html','catalog/product/view/id/189/category/37',1,'',NULL),(1464,2,37,35,'product/35/37','apparel/men/coalesce-functioning-on-impatience-t-shirt-small.html','catalog/product/view/id/35/category/37',1,'',NULL),(1465,2,37,37,'product/37/37','apparel/men/the-only-children-paisley-t-shirt-sm.html','catalog/product/view/id/37/category/37',1,'',NULL),(1466,2,37,38,'product/38/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm.html','catalog/product/view/id/38/category/37',1,'',NULL),(1467,2,37,39,'product/39/37','apparel/men/the-get-up-kids-band-camp-pullover-hoodie.html','catalog/product/view/id/39/category/37',1,'',NULL),(1468,2,37,117,'product/117/37','apparel/men/coalesce-functioning-on-impatience-t-shirt-medium.html','catalog/product/view/id/117/category/37',1,'',NULL),(1469,2,37,118,'product/118/37','apparel/men/coalesce-functioning-on-impatience-t-shirt-large.html','catalog/product/view/id/118/category/37',1,'',NULL),(1470,2,37,119,'product/119/37','apparel/men/coalesce-functioning-on-impatience-t-shirt.html','catalog/product/view/id/119/category/37',1,'',NULL),(1471,2,37,123,'product/123/37','apparel/men/the-only-children-paisley-t-shirt.html','catalog/product/view/id/123/category/37',1,'',NULL),(1472,2,37,124,'product/124/37','apparel/men/the-only-children-paisley-t-shirt-med.html','catalog/product/view/id/124/category/37',1,'',NULL),(1473,2,37,125,'product/125/37','apparel/men/the-only-children-paisley-t-shirt-lrg.html','catalog/product/view/id/125/category/37',1,'',NULL),(1474,2,37,126,'product/126/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.html','catalog/product/view/id/126/category/37',1,'',NULL),(1475,2,37,127,'product/127/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm.html','catalog/product/view/id/127/category/37',1,'',NULL),(1476,2,37,128,'product/128/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med.html','catalog/product/view/id/128/category/37',1,'',NULL),(1477,2,37,129,'product/129/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med.html','catalog/product/view/id/129/category/37',1,'',NULL),(1478,2,37,130,'product/130/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg.html','catalog/product/view/id/130/category/37',1,'',NULL),(1479,2,37,131,'product/131/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg.html','catalog/product/view/id/131/category/37',1,'',NULL),(1480,2,37,137,'product/137/37','apparel/men/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html','catalog/product/view/id/137/category/37',1,'',NULL),(1481,2,37,188,'product/188/37','apparel/men/classic-jeans.html','catalog/product/view/id/188/category/37',1,'',NULL),(1482,2,37,189,'product/189/37','apparel/men/sand-wash-jeans.html','catalog/product/view/id/189/category/37',1,'',NULL),(1483,1,4,36,'product/36/4','apparel/shirts/ink-eater-krylon-bombear-destroyed-tee-sm.html','catalog/product/view/id/36/category/4',1,'',NULL),(1484,1,4,39,'product/39/4','apparel/shirts/the-get-up-kids-band-camp-pullover-hoodie.html','catalog/product/view/id/39/category/4',1,'',NULL),(1485,1,4,120,'product/120/4','apparel/shirts/ink-eater-krylon-bombear-destroyed-tee.html','catalog/product/view/id/120/category/4',1,'',NULL),(1486,1,4,121,'product/121/4','apparel/shirts/ink-eater-krylon-bombear-destroyed-tee-med.html','catalog/product/view/id/121/category/4',1,'',NULL),(1487,1,4,122,'product/122/4','apparel/shirts/ink-eater-krylon-bombear-destroyed-tee-lrg.html','catalog/product/view/id/122/category/4',1,'',NULL),(1488,1,4,177,'product/177/4','apparel/shirts/butterfly-fish.html','catalog/product/view/id/177/category/4',1,'',NULL),(1489,3,4,36,'product/36/4','apparel/shirts/ink-eater-krylon-bombear-destroyed-tee-sm.html','catalog/product/view/id/36/category/4',1,'',NULL),(1490,3,4,39,'product/39/4','apparel/shirts/the-get-up-kids-band-camp-pullover-hoodie.html','catalog/product/view/id/39/category/4',1,'',NULL),(1491,3,4,120,'product/120/4','apparel/shirts/ink-eater-krylon-bombear-destroyed-tee.html','catalog/product/view/id/120/category/4',1,'',NULL),(1492,3,4,121,'product/121/4','apparel/shirts/ink-eater-krylon-bombear-destroyed-tee-med.html','catalog/product/view/id/121/category/4',1,'',NULL),(1493,3,4,122,'product/122/4','apparel/shirts/ink-eater-krylon-bombear-destroyed-tee-lrg.html','catalog/product/view/id/122/category/4',1,'',NULL),(1494,3,4,177,'product/177/4','apparel/shirts/butterfly-fish.html','catalog/product/view/id/177/category/4',1,'',NULL),(1495,2,4,36,'product/36/4','apparel/shirts/ink-eater-krylon-bombear-destroyed-tee-sm.html','catalog/product/view/id/36/category/4',1,'',NULL),(1496,2,4,39,'product/39/4','apparel/shirts/the-get-up-kids-band-camp-pullover-hoodie.html','catalog/product/view/id/39/category/4',1,'',NULL),(1497,2,4,120,'product/120/4','apparel/shirts/ink-eater-krylon-bombear-destroyed-tee.html','catalog/product/view/id/120/category/4',1,'',NULL),(1498,2,4,121,'product/121/4','apparel/shirts/ink-eater-krylon-bombear-destroyed-tee-med.html','catalog/product/view/id/121/category/4',1,'',NULL),(1499,2,4,122,'product/122/4','apparel/shirts/ink-eater-krylon-bombear-destroyed-tee-lrg.html','catalog/product/view/id/122/category/4',1,'',NULL),(1500,2,4,177,'product/177/4','apparel/shirts/butterfly-fish.html','catalog/product/view/id/177/category/4',1,'',NULL),(1501,1,4,137,'product/137/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html','catalog/product/view/id/137/category/4',1,'',NULL),(1502,3,4,137,'product/137/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html','catalog/product/view/id/137/category/4',1,'',NULL),(1503,2,4,137,'product/137/4','apparel/shirts/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med.html','catalog/product/view/id/137/category/4',1,'',NULL),(1513,1,41,167,'product/167/41','gift-cards/100-physical-gift-card.html','catalog/product/view/id/167/category/41',1,'',NULL),(1514,1,41,168,'product/168/41','gift-cards/virtual-gift-card.html','catalog/product/view/id/168/category/41',1,'',NULL),(1515,1,41,169,'product/169/41','gift-cards/for-you-physical-gift-card.html','catalog/product/view/id/169/category/41',1,'',NULL),(1516,1,41,174,'product/174/41','gift-cards/physical-and-virtual-gift-card.html','catalog/product/view/id/174/category/41',1,'',NULL),(1517,1,41,175,'product/175/41','gift-cards/200-gift-card.html','catalog/product/view/id/175/category/41',1,'',NULL),(1518,3,41,167,'product/167/41','gift-cards/100-physical-gift-card.html','catalog/product/view/id/167/category/41',1,'',NULL),(1519,3,41,168,'product/168/41','gift-cards/virtual-gift-card.html','catalog/product/view/id/168/category/41',1,'',NULL),(1520,3,41,169,'product/169/41','gift-cards/for-you-physical-gift-card.html','catalog/product/view/id/169/category/41',1,'',NULL),(1521,3,41,174,'product/174/41','gift-cards/physical-and-virtual-gift-card.html','catalog/product/view/id/174/category/41',1,'',NULL),(1522,3,41,175,'product/175/41','gift-cards/200-gift-card.html','catalog/product/view/id/175/category/41',1,'',NULL),(1523,2,41,167,'product/167/41','gift-cards/100-physical-gift-card.html','catalog/product/view/id/167/category/41',1,'',NULL),(1524,2,41,168,'product/168/41','gift-cards/virtual-gift-card.html','catalog/product/view/id/168/category/41',1,'',NULL),(1525,2,41,169,'product/169/41','gift-cards/for-you-physical-gift-card.html','catalog/product/view/id/169/category/41',1,'',NULL),(1526,2,41,174,'product/174/41','gift-cards/physical-and-virtual-gift-card.html','catalog/product/view/id/174/category/41',1,'',NULL),(1527,2,41,175,'product/175/41','gift-cards/200-gift-card.html','catalog/product/view/id/175/category/41',1,'',NULL);
/*!40000 ALTER TABLE `core_url_rewrite` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_variable`
--
DROP TABLE IF EXISTS `core_variable`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_variable` (
`variable_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`code` varchar(255) NOT NULL DEFAULT '',
`name` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`variable_id`),
UNIQUE KEY `IDX_CODE` (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_variable`
--
LOCK TABLES `core_variable` WRITE;
/*!40000 ALTER TABLE `core_variable` DISABLE KEYS */;
/*!40000 ALTER TABLE `core_variable` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_variable_value`
--
DROP TABLE IF EXISTS `core_variable_value`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_variable_value` (
`value_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`variable_id` int(11) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`plain_value` text NOT NULL,
`html_value` text NOT NULL,
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_VARIABLE_STORE` (`variable_id`,`store_id`),
KEY `IDX_VARIABLE_ID` (`variable_id`),
KEY `IDX_STORE_ID` (`store_id`),
CONSTRAINT `FK_CORE_VARIABLE_VALUE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CORE_VARIABLE_VALUE_VARIABLE_ID` FOREIGN KEY (`variable_id`) REFERENCES `core_variable` (`variable_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_variable_value`
--
LOCK TABLES `core_variable_value` WRITE;
/*!40000 ALTER TABLE `core_variable_value` DISABLE KEYS */;
/*!40000 ALTER TABLE `core_variable_value` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_website`
--
DROP TABLE IF EXISTS `core_website`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_website` (
`website_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`code` varchar(32) NOT NULL DEFAULT '',
`name` varchar(64) NOT NULL DEFAULT '',
`sort_order` smallint(5) unsigned NOT NULL DEFAULT '0',
`default_group_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`is_default` tinyint(1) unsigned DEFAULT '0',
`is_staging` tinyint(1) NOT NULL DEFAULT '0',
`master_login` varchar(40) NOT NULL,
`master_password` varchar(40) NOT NULL,
`visibility` varchar(40) NOT NULL DEFAULT '',
PRIMARY KEY (`website_id`),
UNIQUE KEY `code` (`code`),
KEY `sort_order` (`sort_order`),
KEY `default_group_id` (`default_group_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Websites';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_website`
--
LOCK TABLES `core_website` WRITE;
/*!40000 ALTER TABLE `core_website` DISABLE KEYS */;
INSERT INTO `core_website` VALUES (0,'admin','Admin',0,0,0,0,'','',''),(1,'base','Main Website',0,1,1,0,'','','');
/*!40000 ALTER TABLE `core_website` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `coupon_aggregated`
--
DROP TABLE IF EXISTS `coupon_aggregated`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `coupon_aggregated` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`period` date NOT NULL DEFAULT '0000-00-00',
`store_id` smallint(5) unsigned DEFAULT NULL,
`order_status` varchar(50) NOT NULL DEFAULT '',
`coupon_code` varchar(50) NOT NULL DEFAULT '',
`coupon_uses` int(11) NOT NULL DEFAULT '0',
`subtotal_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`subtotal_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000',
`discount_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`id`),
UNIQUE KEY `UNQ_COUPON_AGGREGATED_PSOC` (`period`,`store_id`,`order_status`,`coupon_code`),
KEY `IDX_STORE_ID` (`store_id`),
CONSTRAINT `FK_SALESTRULE_COUPON_AGGREGATED_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `coupon_aggregated`
--
LOCK TABLES `coupon_aggregated` WRITE;
/*!40000 ALTER TABLE `coupon_aggregated` DISABLE KEYS */;
/*!40000 ALTER TABLE `coupon_aggregated` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `coupon_aggregated_order`
--
DROP TABLE IF EXISTS `coupon_aggregated_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `coupon_aggregated_order` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`period` date NOT NULL DEFAULT '0000-00-00',
`store_id` smallint(5) unsigned DEFAULT NULL,
`order_status` varchar(50) NOT NULL DEFAULT '',
`coupon_code` varchar(50) NOT NULL DEFAULT '',
`coupon_uses` int(11) NOT NULL DEFAULT '0',
`subtotal_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`id`),
UNIQUE KEY `UNQ_COUPON_AGGREGATED_ORDER_PSOC` (`period`,`store_id`,`order_status`,`coupon_code`),
KEY `IDX_STORE_ID` (`store_id`),
CONSTRAINT `FK_SALESTRULE_COUPON_AGGREGATED_ORDER_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `coupon_aggregated_order`
--
LOCK TABLES `coupon_aggregated_order` WRITE;
/*!40000 ALTER TABLE `coupon_aggregated_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `coupon_aggregated_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cron_schedule`
--
DROP TABLE IF EXISTS `cron_schedule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cron_schedule` (
`schedule_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`job_code` varchar(255) NOT NULL DEFAULT '0',
`status` enum('pending','running','success','missed','error') NOT NULL DEFAULT 'pending',
`messages` text,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`scheduled_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`executed_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`finished_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`schedule_id`),
KEY `task_name` (`job_code`),
KEY `scheduled_at` (`scheduled_at`,`status`)
) ENGINE=InnoDB AUTO_INCREMENT=198 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cron_schedule`
--
LOCK TABLES `cron_schedule` WRITE;
/*!40000 ALTER TABLE `cron_schedule` DISABLE KEYS */;
INSERT INTO `cron_schedule` VALUES (105,'newsletter_send_all','success',NULL,'2009-05-06 21:44:57','2009-05-06 21:44:00','2009-05-06 21:45:01','2009-05-06 21:45:01'),(106,'newsletter_send_all','success',NULL,'2009-05-06 21:44:57','2009-05-06 21:45:00','2009-05-06 21:45:01','2009-05-06 21:45:01'),(107,'newsletter_send_all','success',NULL,'2009-05-06 21:44:57','2009-05-06 21:46:00','2009-05-06 21:46:54','2009-05-06 21:46:54'),(108,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:47:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(109,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:48:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(110,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:49:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(111,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:50:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(112,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:51:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(113,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:52:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(114,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:53:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(115,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:54:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(116,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:55:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(117,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:56:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(118,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:57:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(119,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:58:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(120,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:59:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(121,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 22:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(122,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 22:01:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(123,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 22:02:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(124,'newsletter_send_all','pending',NULL,'2009-05-06 21:44:57','2009-05-06 22:03:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(125,'catalogindex_run_queued','success',NULL,'2009-05-06 21:44:57','2009-05-06 21:44:00','2009-05-06 21:45:01','2009-05-06 21:45:01'),(126,'catalogindex_run_queued','success',NULL,'2009-05-06 21:44:57','2009-05-06 21:45:00','2009-05-06 21:45:01','2009-05-06 21:45:01'),(127,'catalogindex_run_queued','success',NULL,'2009-05-06 21:44:57','2009-05-06 21:46:00','2009-05-06 21:46:54','2009-05-06 21:46:54'),(128,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:47:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(129,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:48:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(130,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:49:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(131,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:50:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(132,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:51:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(133,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:52:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(134,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:53:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(135,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:54:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(136,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:55:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(137,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:56:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(138,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:57:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(139,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:58:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(140,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:59:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(141,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 22:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(142,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 22:01:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(143,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 22:02:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(144,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:44:57','2009-05-06 22:03:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(145,'trasaction_status_check','pending',NULL,'2009-05-06 21:44:57','2009-05-06 22:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(146,'enterprise_catalogevent_apply_event_status','success',NULL,'2009-05-06 21:44:57','2009-05-06 21:44:00','2009-05-06 21:45:01','2009-05-06 21:45:01'),(147,'enterprise_catalogevent_apply_event_status','success',NULL,'2009-05-06 21:44:57','2009-05-06 21:45:00','2009-05-06 21:45:01','2009-05-06 21:45:01'),(148,'enterprise_catalogevent_apply_event_status','success',NULL,'2009-05-06 21:44:57','2009-05-06 21:46:00','2009-05-06 21:46:54','2009-05-06 21:46:54'),(149,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:47:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(150,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:48:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(151,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:49:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(152,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:50:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(153,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:51:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(154,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:52:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(155,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:53:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(156,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:54:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(157,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:55:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(158,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:57','2009-05-06 21:56:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(159,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:57:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(160,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:58:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(161,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:59:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(162,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:58','2009-05-06 22:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(163,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:58','2009-05-06 22:01:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(164,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:58','2009-05-06 22:02:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(165,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:44:58','2009-05-06 22:03:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(166,'enterprise_staging_automates','success',NULL,'2009-05-06 21:44:58','2009-05-06 21:44:00','2009-05-06 21:45:01','2009-05-06 21:45:01'),(167,'enterprise_staging_automates','success',NULL,'2009-05-06 21:44:58','2009-05-06 21:45:00','2009-05-06 21:45:01','2009-05-06 21:45:01'),(168,'enterprise_staging_automates','success',NULL,'2009-05-06 21:44:58','2009-05-06 21:46:00','2009-05-06 21:46:54','2009-05-06 21:46:54'),(169,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:47:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(170,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:48:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(171,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:49:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(172,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:50:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(173,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:51:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(174,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:52:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(175,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:53:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(176,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:54:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(177,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:55:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(178,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:56:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(179,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:57:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(180,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:58:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(181,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 21:59:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(182,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 22:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(183,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 22:01:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(184,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 22:02:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(185,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:44:58','2009-05-06 22:03:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(186,'newsletter_send_all','pending',NULL,'2009-05-06 21:45:01','2009-05-06 22:04:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(187,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:45:01','2009-05-06 22:04:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(188,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:45:01','2009-05-06 22:04:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(189,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:45:01','2009-05-06 22:04:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(190,'newsletter_send_all','success',NULL,'2009-05-06 21:45:06','2009-05-06 21:45:00','2009-05-06 21:45:38','2009-05-06 21:45:38'),(191,'catalogindex_run_queued','success',NULL,'2009-05-06 21:45:06','2009-05-06 21:45:00','2009-05-06 21:45:38','2009-05-06 21:45:38'),(192,'enterprise_catalogevent_apply_event_status','success',NULL,'2009-05-06 21:45:06','2009-05-06 21:45:00','2009-05-06 21:45:38','2009-05-06 21:45:38'),(193,'enterprise_staging_automates','success',NULL,'2009-05-06 21:45:06','2009-05-06 21:45:00','2009-05-06 21:45:38','2009-05-06 21:45:38'),(194,'newsletter_send_all','pending',NULL,'2009-05-06 21:46:54','2009-05-06 22:05:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(195,'catalogindex_run_queued','pending',NULL,'2009-05-06 21:46:54','2009-05-06 22:05:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(196,'enterprise_catalogevent_apply_event_status','pending',NULL,'2009-05-06 21:46:54','2009-05-06 22:05:00','0000-00-00 00:00:00','0000-00-00 00:00:00'),(197,'enterprise_staging_automates','pending',NULL,'2009-05-06 21:46:54','2009-05-06 22:05:00','0000-00-00 00:00:00','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `cron_schedule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_address_entity`
--
DROP TABLE IF EXISTS `customer_address_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_address_entity` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`increment_id` varchar(50) NOT NULL DEFAULT '',
`parent_id` int(10) unsigned DEFAULT NULL,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`is_active` tinyint(1) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`entity_id`),
KEY `FK_CUSTOMER_ADDRESS_CUSTOMER_ID` (`parent_id`),
CONSTRAINT `FK_CUSTOMER_ADDRESS_CUSTOMER_ID` FOREIGN KEY (`parent_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Customer Address Entityies';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_address_entity`
--
LOCK TABLES `customer_address_entity` WRITE;
/*!40000 ALTER TABLE `customer_address_entity` DISABLE KEYS */;
INSERT INTO `customer_address_entity` VALUES (1,2,0,'',2,'2009-04-24 11:42:31','2009-05-08 23:33:06',1);
/*!40000 ALTER TABLE `customer_address_entity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_address_entity_datetime`
--
DROP TABLE IF EXISTS `customer_address_entity_datetime`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_address_entity_datetime` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`),
KEY `FK_CUSTOMER_ADDRESS_DATETIME_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_CUSTOMER_ADDRESS_DATETIME_ATTRIBUTE` (`attribute_id`),
KEY `FK_CUSTOMER_ADDRESS_DATETIME_ENTITY` (`entity_id`),
KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CUSTOMER_ADDRESS_DATETIME_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ADDRESS_DATETIME_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ADDRESS_DATETIME_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_address_entity_datetime`
--
LOCK TABLES `customer_address_entity_datetime` WRITE;
/*!40000 ALTER TABLE `customer_address_entity_datetime` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_datetime` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_address_entity_decimal`
--
DROP TABLE IF EXISTS `customer_address_entity_decimal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_address_entity_decimal` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`),
KEY `FK_CUSTOMER_ADDRESS_DECIMAL_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_CUSTOMER_ADDRESS_DECIMAL_ATTRIBUTE` (`attribute_id`),
KEY `FK_CUSTOMER_ADDRESS_DECIMAL_ENTITY` (`entity_id`),
KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CUSTOMER_ADDRESS_DECIMAL_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ADDRESS_DECIMAL_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ADDRESS_DECIMAL_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_address_entity_decimal`
--
LOCK TABLES `customer_address_entity_decimal` WRITE;
/*!40000 ALTER TABLE `customer_address_entity_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_decimal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_address_entity_int`
--
DROP TABLE IF EXISTS `customer_address_entity_int`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_address_entity_int` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`),
KEY `FK_CUSTOMER_ADDRESS_INT_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_CUSTOMER_ADDRESS_INT_ATTRIBUTE` (`attribute_id`),
KEY `FK_CUSTOMER_ADDRESS_INT_ENTITY` (`entity_id`),
KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CUSTOMER_ADDRESS_INT_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ADDRESS_INT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ADDRESS_INT_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_address_entity_int`
--
LOCK TABLES `customer_address_entity_int` WRITE;
/*!40000 ALTER TABLE `customer_address_entity_int` DISABLE KEYS */;
INSERT INTO `customer_address_entity_int` VALUES (1,2,13,1,12);
/*!40000 ALTER TABLE `customer_address_entity_int` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_address_entity_text`
--
DROP TABLE IF EXISTS `customer_address_entity_text`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_address_entity_text` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` text NOT NULL,
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`),
KEY `FK_CUSTOMER_ADDRESS_TEXT_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_CUSTOMER_ADDRESS_TEXT_ATTRIBUTE` (`attribute_id`),
KEY `FK_CUSTOMER_ADDRESS_TEXT_ENTITY` (`entity_id`),
CONSTRAINT `FK_CUSTOMER_ADDRESS_TEXT_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ADDRESS_TEXT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ADDRESS_TEXT_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_address_entity_text`
--
LOCK TABLES `customer_address_entity_text` WRITE;
/*!40000 ALTER TABLE `customer_address_entity_text` DISABLE KEYS */;
INSERT INTO `customer_address_entity_text` VALUES (1,2,16,1,'11832 W. Pico Blvd.');
/*!40000 ALTER TABLE `customer_address_entity_text` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_address_entity_varchar`
--
DROP TABLE IF EXISTS `customer_address_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_address_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`),
KEY `FK_CUSTOMER_ADDRESS_VARCHAR_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_CUSTOMER_ADDRESS_VARCHAR_ATTRIBUTE` (`attribute_id`),
KEY `FK_CUSTOMER_ADDRESS_VARCHAR_ENTITY` (`entity_id`),
KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CUSTOMER_ADDRESS_VARCHAR_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ADDRESS_VARCHAR_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ADDRESS_VARCHAR_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_address_entity_varchar`
--
LOCK TABLES `customer_address_entity_varchar` WRITE;
/*!40000 ALTER TABLE `customer_address_entity_varchar` DISABLE KEYS */;
INSERT INTO `customer_address_entity_varchar` VALUES (1,2,832,1,''),(2,2,9,1,'Test'),(3,2,833,1,''),(4,2,10,1,'General'),(5,2,834,1,''),(6,2,95,1,''),(7,2,15,1,'Los Angeles'),(8,2,11,1,'US'),(9,2,12,1,'California'),(10,2,14,1,'90064'),(11,2,17,1,'866.4.VARIEN'),(12,2,18,1,'');
/*!40000 ALTER TABLE `customer_address_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_eav_attribute`
--
DROP TABLE IF EXISTS `customer_eav_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_eav_attribute` (
`attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`is_visible` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_visible_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`input_filter` varchar(255) NOT NULL,
`lines_to_divide_multiline` smallint(5) unsigned NOT NULL DEFAULT '0',
`min_text_length` int(11) unsigned NOT NULL DEFAULT '0',
`max_text_length` int(11) unsigned NOT NULL DEFAULT '0',
`is_used_for_customer_segment` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`attribute_id`),
CONSTRAINT `FK_CUSTOMER_EAV_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=1025 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_eav_attribute`
--
LOCK TABLES `customer_eav_attribute` WRITE;
/*!40000 ALTER TABLE `customer_eav_attribute` DISABLE KEYS */;
INSERT INTO `customer_eav_attribute` VALUES (1,1,0,'',0,0,0,1),(2,1,0,'',0,0,0,1),(3,1,0,'',0,0,0,1),(4,1,0,'',0,0,0,0),(7,0,0,'',0,0,0,1),(8,0,0,'',0,0,0,1),(9,1,0,'',0,0,0,1),(10,1,0,'',0,0,0,1),(11,1,0,'',0,0,0,1),(12,1,0,'',0,0,0,0),(13,1,0,'',0,0,0,1),(14,1,0,'',0,0,0,1),(15,1,0,'',0,0,0,1),(16,1,0,'',0,0,0,1),(17,1,0,'',0,0,0,1),(18,1,0,'',0,0,0,0),(95,1,0,'',0,0,0,1),(477,1,0,'',0,0,0,0),(478,0,0,'',0,0,0,0),(532,1,0,'',0,0,0,1),(700,1,0,'',0,0,0,0),(826,1,0,'',0,0,0,0),(827,1,0,'',0,0,0,0),(828,1,0,'',0,0,0,0),(829,1,0,'',0,0,0,1),(830,1,0,'',0,0,0,0),(831,0,0,'',0,0,0,0),(832,1,0,'',0,0,0,0),(833,1,0,'',0,0,0,0),(834,1,0,'',0,0,0,0),(1023,0,1,'',0,0,0,0),(1024,0,1,'',0,0,0,0);
/*!40000 ALTER TABLE `customer_eav_attribute` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_entity`
--
DROP TABLE IF EXISTS `customer_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_entity` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`website_id` smallint(5) unsigned DEFAULT NULL,
`email` varchar(255) NOT NULL,
`group_id` smallint(3) unsigned NOT NULL,
`increment_id` varchar(50) NOT NULL DEFAULT '',
`store_id` smallint(5) unsigned DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`is_active` tinyint(1) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`entity_id`),
KEY `FK_CUSTOMER_ENTITY_STORE` (`store_id`),
KEY `IDX_ENTITY_TYPE` (`entity_type_id`),
KEY `IDX_AUTH` (`email`,`website_id`),
KEY `FK_CUSTOMER_WEBSITE` (`website_id`),
CONSTRAINT `FK_CUSTOMER_ENTITY_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Customer Entityies';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_entity`
--
LOCK TABLES `customer_entity` WRITE;
/*!40000 ALTER TABLE `customer_entity` DISABLE KEYS */;
INSERT INTO `customer_entity` VALUES (2,1,0,1,'general@magentocommerce.com',1,'000000001',0,'2009-04-24 11:42:31','2009-05-08 23:33:06',1);
/*!40000 ALTER TABLE `customer_entity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_entity_datetime`
--
DROP TABLE IF EXISTS `customer_entity_datetime`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_entity_datetime` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`),
KEY `FK_CUSTOMER_DATETIME_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_CUSTOMER_DATETIME_ATTRIBUTE` (`attribute_id`),
KEY `FK_CUSTOMER_DATETIME_ENTITY` (`entity_id`),
KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CUSTOMER_DATETIME_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_DATETIME_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_DATETIME_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_entity_datetime`
--
LOCK TABLES `customer_entity_datetime` WRITE;
/*!40000 ALTER TABLE `customer_entity_datetime` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_datetime` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_entity_decimal`
--
DROP TABLE IF EXISTS `customer_entity_decimal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_entity_decimal` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`),
KEY `FK_CUSTOMER_DECIMAL_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_CUSTOMER_DECIMAL_ATTRIBUTE` (`attribute_id`),
KEY `FK_CUSTOMER_DECIMAL_ENTITY` (`entity_id`),
KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CUSTOMER_DECIMAL_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_DECIMAL_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_DECIMAL_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_entity_decimal`
--
LOCK TABLES `customer_entity_decimal` WRITE;
/*!40000 ALTER TABLE `customer_entity_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_decimal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_entity_int`
--
DROP TABLE IF EXISTS `customer_entity_int`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_entity_int` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`),
KEY `FK_CUSTOMER_INT_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_CUSTOMER_INT_ATTRIBUTE` (`attribute_id`),
KEY `FK_CUSTOMER_INT_ENTITY` (`entity_id`),
KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CUSTOMER_INT_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_INT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_INT_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_entity_int`
--
LOCK TABLES `customer_entity_int` WRITE;
/*!40000 ALTER TABLE `customer_entity_int` DISABLE KEYS */;
INSERT INTO `customer_entity_int` VALUES (4,1,7,2,1),(5,1,8,2,1);
/*!40000 ALTER TABLE `customer_entity_int` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_entity_text`
--
DROP TABLE IF EXISTS `customer_entity_text`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_entity_text` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` text NOT NULL,
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`),
KEY `FK_CUSTOMER_TEXT_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_CUSTOMER_TEXT_ATTRIBUTE` (`attribute_id`),
KEY `FK_CUSTOMER_TEXT_ENTITY` (`entity_id`),
CONSTRAINT `FK_CUSTOMER_TEXT_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_TEXT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_TEXT_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_entity_text`
--
LOCK TABLES `customer_entity_text` WRITE;
/*!40000 ALTER TABLE `customer_entity_text` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_text` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_entity_varchar`
--
DROP TABLE IF EXISTS `customer_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`value_id`),
UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`),
KEY `FK_CUSTOMER_VARCHAR_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_CUSTOMER_VARCHAR_ATTRIBUTE` (`attribute_id`),
KEY `FK_CUSTOMER_VARCHAR_ENTITY` (`entity_id`),
KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CUSTOMER_VARCHAR_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_VARCHAR_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_VARCHAR_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_entity_varchar`
--
LOCK TABLES `customer_entity_varchar` WRITE;
/*!40000 ALTER TABLE `customer_entity_varchar` DISABLE KEYS */;
INSERT INTO `customer_entity_varchar` VALUES (8,1,4,2,'59ccb4fe8796abd6ce0988d4c56465c0a2bdb997b309e3bddac40389a3dba6b0:gM'),(9,1,826,2,''),(10,1,1,2,'Test'),(11,1,827,2,''),(12,1,2,2,'General'),(13,1,828,2,''),(14,1,830,2,''),(15,1,477,2,'Admin');
/*!40000 ALTER TABLE `customer_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_group`
--
DROP TABLE IF EXISTS `customer_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `customer_group` (
`customer_group_id` smallint(3) unsigned NOT NULL AUTO_INCREMENT,
`customer_group_code` varchar(32) NOT NULL DEFAULT '',
`tax_class_id` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`customer_group_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Customer groups';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_group`
--
LOCK TABLES `customer_group` WRITE;
/*!40000 ALTER TABLE `customer_group` DISABLE KEYS */;
INSERT INTO `customer_group` VALUES (0,'NOT LOGGED IN',3),(1,'General',3),(2,'Wholesale',3),(3,'Retailer',3),(5,'Store Specials Member',3),(6,'Private Sales Member',3);
/*!40000 ALTER TABLE `customer_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cybermut_api_debug`
--
DROP TABLE IF EXISTS `cybermut_api_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cybermut_api_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`debug_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`request_body` text,
`response_body` text,
PRIMARY KEY (`debug_id`),
KEY `debug_at` (`debug_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cybermut_api_debug`
--
LOCK TABLES `cybermut_api_debug` WRITE;
/*!40000 ALTER TABLE `cybermut_api_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `cybermut_api_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cybersource_api_debug`
--
DROP TABLE IF EXISTS `cybersource_api_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cybersource_api_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`debug_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`action` varchar(255) DEFAULT NULL,
`request_body` text,
`response_body` text,
PRIMARY KEY (`debug_id`),
KEY `debug_at` (`debug_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cybersource_api_debug`
--
LOCK TABLES `cybersource_api_debug` WRITE;
/*!40000 ALTER TABLE `cybersource_api_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `cybersource_api_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dataflow_batch`
--
DROP TABLE IF EXISTS `dataflow_batch`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dataflow_batch` (
`batch_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`profile_id` int(10) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`adapter` varchar(128) DEFAULT NULL,
`params` text,
`created_at` datetime DEFAULT NULL,
PRIMARY KEY (`batch_id`),
KEY `FK_DATAFLOW_BATCH_PROFILE` (`profile_id`),
KEY `FK_DATAFLOW_BATCH_STORE` (`store_id`),
KEY `IDX_CREATED_AT` (`created_at`),
CONSTRAINT `FK_DATAFLOW_BATCH_PROFILE` FOREIGN KEY (`profile_id`) REFERENCES `dataflow_profile` (`profile_id`) ON DELETE CASCADE,
CONSTRAINT `FK_DATAFLOW_BATCH_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dataflow_batch`
--
LOCK TABLES `dataflow_batch` WRITE;
/*!40000 ALTER TABLE `dataflow_batch` DISABLE KEYS */;
/*!40000 ALTER TABLE `dataflow_batch` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dataflow_batch_export`
--
DROP TABLE IF EXISTS `dataflow_batch_export`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dataflow_batch_export` (
`batch_export_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`batch_id` int(10) unsigned NOT NULL DEFAULT '0',
`batch_data` longtext,
`status` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`batch_export_id`),
KEY `FK_DATAFLOW_BATCH_EXPORT_BATCH` (`batch_id`),
CONSTRAINT `FK_DATAFLOW_BATCH_EXPORT_BATCH` FOREIGN KEY (`batch_id`) REFERENCES `dataflow_batch` (`batch_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dataflow_batch_export`
--
LOCK TABLES `dataflow_batch_export` WRITE;
/*!40000 ALTER TABLE `dataflow_batch_export` DISABLE KEYS */;
/*!40000 ALTER TABLE `dataflow_batch_export` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dataflow_batch_import`
--
DROP TABLE IF EXISTS `dataflow_batch_import`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dataflow_batch_import` (
`batch_import_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`batch_id` int(10) unsigned NOT NULL DEFAULT '0',
`batch_data` longtext,
`status` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`batch_import_id`),
KEY `FK_DATAFLOW_BATCH_IMPORT_BATCH` (`batch_id`),
CONSTRAINT `FK_DATAFLOW_BATCH_IMPORT_BATCH` FOREIGN KEY (`batch_id`) REFERENCES `dataflow_batch` (`batch_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dataflow_batch_import`
--
LOCK TABLES `dataflow_batch_import` WRITE;
/*!40000 ALTER TABLE `dataflow_batch_import` DISABLE KEYS */;
/*!40000 ALTER TABLE `dataflow_batch_import` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dataflow_import_data`
--
DROP TABLE IF EXISTS `dataflow_import_data`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dataflow_import_data` (
`import_id` int(11) NOT NULL AUTO_INCREMENT,
`session_id` int(11) DEFAULT NULL,
`serial_number` int(11) NOT NULL DEFAULT '0',
`value` text,
`status` int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`import_id`),
KEY `FK_dataflow_import_data` (`session_id`),
CONSTRAINT `FK_dataflow_import_data` FOREIGN KEY (`session_id`) REFERENCES `dataflow_session` (`session_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dataflow_import_data`
--
LOCK TABLES `dataflow_import_data` WRITE;
/*!40000 ALTER TABLE `dataflow_import_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `dataflow_import_data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dataflow_profile`
--
DROP TABLE IF EXISTS `dataflow_profile`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dataflow_profile` (
`profile_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL DEFAULT '',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`actions_xml` text,
`gui_data` text,
`direction` enum('import','export') DEFAULT NULL,
`entity_type` varchar(64) NOT NULL DEFAULT '',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`data_transfer` enum('file','interactive') DEFAULT NULL,
PRIMARY KEY (`profile_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dataflow_profile`
--
LOCK TABLES `dataflow_profile` WRITE;
/*!40000 ALTER TABLE `dataflow_profile` DISABLE KEYS */;
INSERT INTO `dataflow_profile` VALUES (1,'Export All Products','2008-03-31 01:32:54','2008-03-31 01:32:54','\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n true\r\n\r\n\r\n\r\n file\r\n var/export\r\n \r\n\r\n\r\n','a:5:{s:4:\"file\";a:7:{s:4:\"type\";s:4:\"file\";s:8:\"filename\";s:23:\"export_all_products.csv\";s:4:\"path\";s:10:\"var/export\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:7:\"passive\";s:0:\"\";}s:5:\"parse\";a:5:{s:4:\"type\";s:3:\"csv\";s:12:\"single_sheet\";s:0:\"\";s:9:\"delimiter\";s:1:\",\";s:7:\"enclose\";s:1:\"\"\";s:10:\"fieldnames\";s:4:\"true\";}s:3:\"map\";a:3:{s:14:\"only_specified\";s:0:\"\";s:7:\"product\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}s:8:\"customer\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}}s:7:\"product\";a:1:{s:6:\"filter\";a:8:{s:4:\"name\";s:0:\"\";s:3:\"sku\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:13:\"attribute_set\";s:0:\"\";s:5:\"price\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:3:\"qty\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:10:\"visibility\";s:1:\"0\";s:6:\"status\";s:1:\"0\";}}s:8:\"customer\";a:1:{s:6:\"filter\";a:10:{s:9:\"firstname\";s:0:\"\";s:8:\"lastname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"group\";s:1:\"0\";s:10:\"adressType\";s:15:\"default_billing\";s:9:\"telephone\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:6:\"region\";s:0:\"\";s:10:\"created_at\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}}}}','export','product',0,'file'),(2,'Export Product Stocks','2008-03-31 01:32:54','2008-03-31 01:32:54','\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n true\r\n\r\n\r\n\r\n \r\n \r\n true\r\n\r\n\r\n\r\n file\r\n var/export\r\n \r\n\r\n\r\n','a:5:{s:4:\"file\";a:7:{s:4:\"type\";s:4:\"file\";s:8:\"filename\";s:25:\"export_product_stocks.csv\";s:4:\"path\";s:10:\"var/export\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:7:\"passive\";s:0:\"\";}s:5:\"parse\";a:5:{s:4:\"type\";s:3:\"csv\";s:12:\"single_sheet\";s:0:\"\";s:9:\"delimiter\";s:1:\",\";s:7:\"enclose\";s:1:\"\"\";s:10:\"fieldnames\";s:4:\"true\";}s:3:\"map\";a:3:{s:14:\"only_specified\";s:4:\"true\";s:7:\"product\";a:2:{s:2:\"db\";a:4:{i:1;s:5:\"store\";i:2;s:3:\"sku\";i:3;s:3:\"qty\";i:4;s:11:\"is_in_stock\";}s:4:\"file\";a:4:{i:1;s:5:\"store\";i:2;s:3:\"sku\";i:3;s:3:\"qty\";i:4;s:11:\"is_in_stock\";}}s:8:\"customer\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}}s:7:\"product\";a:1:{s:6:\"filter\";a:8:{s:4:\"name\";s:0:\"\";s:3:\"sku\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:13:\"attribute_set\";s:0:\"\";s:5:\"price\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:3:\"qty\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:10:\"visibility\";s:1:\"0\";s:6:\"status\";s:1:\"0\";}}s:8:\"customer\";a:1:{s:6:\"filter\";a:10:{s:9:\"firstname\";s:0:\"\";s:8:\"lastname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"group\";s:1:\"0\";s:10:\"adressType\";s:15:\"default_billing\";s:9:\"telephone\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:6:\"region\";s:0:\"\";s:10:\"created_at\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}}}}','export','product',0,'file'),(3,'Import All Products','2008-03-31 01:32:54','2009-04-24 17:51:46','\r\n file\r\n var/import\r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n true\r\n \r\n 1\r\n \r\n catalog/convert_adapter_product\r\n parse\r\n','a:7:{s:6:\"export\";a:1:{s:13:\"add_url_field\";s:1:\"0\";}s:6:\"import\";a:2:{s:17:\"number_of_records\";s:1:\"1\";s:17:\"decimal_separator\";s:1:\".\";}s:4:\"file\";a:7:{s:4:\"type\";s:4:\"file\";s:8:\"filename\";s:23:\"export_all_products.csv\";s:4:\"path\";s:10:\"var/import\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:7:\"passive\";s:0:\"\";}s:5:\"parse\";a:5:{s:4:\"type\";s:3:\"csv\";s:12:\"single_sheet\";s:0:\"\";s:9:\"delimiter\";s:1:\",\";s:7:\"enclose\";s:1:\"\"\";s:10:\"fieldnames\";s:4:\"true\";}s:3:\"map\";a:3:{s:14:\"only_specified\";s:0:\"\";s:7:\"product\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}s:8:\"customer\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}}s:7:\"product\";a:1:{s:6:\"filter\";a:8:{s:4:\"name\";s:0:\"\";s:3:\"sku\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:13:\"attribute_set\";s:0:\"\";s:5:\"price\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:3:\"qty\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:10:\"visibility\";s:1:\"0\";s:6:\"status\";s:1:\"0\";}}s:8:\"customer\";a:1:{s:6:\"filter\";a:10:{s:9:\"firstname\";s:0:\"\";s:8:\"lastname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"group\";s:1:\"0\";s:10:\"adressType\";s:15:\"default_billing\";s:9:\"telephone\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:6:\"region\";s:0:\"\";s:10:\"created_at\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}}}}','import','product',0,'file'),(4,'Import Product Stocks','2008-03-31 01:32:54','2008-03-31 01:32:54','\r\n \r\n \r\n true\r\n \r\n catalog/convert_adapter_product\r\n parse\r\n','a:5:{s:4:\"file\";a:7:{s:4:\"type\";s:4:\"file\";s:8:\"filename\";s:18:\"export_product.csv\";s:4:\"path\";s:10:\"var/export\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:7:\"passive\";s:0:\"\";}s:5:\"parse\";a:5:{s:4:\"type\";s:3:\"csv\";s:12:\"single_sheet\";s:0:\"\";s:9:\"delimiter\";s:1:\",\";s:7:\"enclose\";s:1:\"\"\";s:10:\"fieldnames\";s:4:\"true\";}s:3:\"map\";a:3:{s:14:\"only_specified\";s:0:\"\";s:7:\"product\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}s:8:\"customer\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}}s:7:\"product\";a:1:{s:6:\"filter\";a:8:{s:4:\"name\";s:0:\"\";s:3:\"sku\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:13:\"attribute_set\";s:0:\"\";s:5:\"price\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:3:\"qty\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:10:\"visibility\";s:1:\"0\";s:6:\"status\";s:1:\"0\";}}s:8:\"customer\";a:1:{s:6:\"filter\";a:10:{s:9:\"firstname\";s:0:\"\";s:8:\"lastname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"group\";s:1:\"0\";s:10:\"adressType\";s:15:\"default_billing\";s:9:\"telephone\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:6:\"region\";s:0:\"\";s:10:\"created_at\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}}}}','import','product',0,'interactive'),(5,'Export Customers','2008-03-31 01:32:54','2008-03-31 01:32:54','\r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n true\r\n\r\n\r\n\r\n file\r\n var/export\r\n \r\n\r\n\r\n','a:5:{s:4:\"file\";a:7:{s:4:\"type\";s:4:\"file\";s:8:\"filename\";s:20:\"export_customers.csv\";s:4:\"path\";s:10:\"var/export\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:7:\"passive\";s:0:\"\";}s:5:\"parse\";a:5:{s:4:\"type\";s:3:\"csv\";s:12:\"single_sheet\";s:0:\"\";s:9:\"delimiter\";s:1:\",\";s:7:\"enclose\";s:1:\"\"\";s:10:\"fieldnames\";s:4:\"true\";}s:3:\"map\";a:3:{s:14:\"only_specified\";s:0:\"\";s:7:\"product\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}s:8:\"customer\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}}s:7:\"product\";a:1:{s:6:\"filter\";a:8:{s:4:\"name\";s:0:\"\";s:3:\"sku\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:13:\"attribute_set\";s:0:\"\";s:5:\"price\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:3:\"qty\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:10:\"visibility\";s:1:\"0\";s:6:\"status\";s:1:\"0\";}}s:8:\"customer\";a:1:{s:6:\"filter\";a:10:{s:9:\"firstname\";s:0:\"\";s:8:\"lastname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"group\";s:1:\"0\";s:10:\"adressType\";s:15:\"default_billing\";s:9:\"telephone\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:6:\"region\";s:0:\"\";s:10:\"created_at\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}}}}','export','customer',0,'file'),(6,'Import Customers','2008-03-31 01:32:54','2008-03-31 01:32:54','\r\n \r\n \r\n true\r\n \r\n customer/convert_adapter_customer\r\n parse\r\n','a:5:{s:4:\"file\";a:7:{s:4:\"type\";s:4:\"file\";s:8:\"filename\";s:19:\"export_customer.csv\";s:4:\"path\";s:10:\"var/export\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:7:\"passive\";s:0:\"\";}s:5:\"parse\";a:5:{s:4:\"type\";s:3:\"csv\";s:12:\"single_sheet\";s:0:\"\";s:9:\"delimiter\";s:1:\",\";s:7:\"enclose\";s:1:\"\"\";s:10:\"fieldnames\";s:4:\"true\";}s:3:\"map\";a:3:{s:14:\"only_specified\";s:0:\"\";s:7:\"product\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}s:8:\"customer\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}}s:7:\"product\";a:1:{s:6:\"filter\";a:8:{s:4:\"name\";s:0:\"\";s:3:\"sku\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:13:\"attribute_set\";s:0:\"\";s:5:\"price\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:3:\"qty\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:10:\"visibility\";s:1:\"0\";s:6:\"status\";s:1:\"0\";}}s:8:\"customer\";a:1:{s:6:\"filter\";a:10:{s:9:\"firstname\";s:0:\"\";s:8:\"lastname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"group\";s:1:\"0\";s:10:\"adressType\";s:15:\"default_billing\";s:9:\"telephone\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:6:\"region\";s:0:\"\";s:10:\"created_at\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}}}}','import','customer',0,'interactive');
/*!40000 ALTER TABLE `dataflow_profile` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dataflow_profile_history`
--
DROP TABLE IF EXISTS `dataflow_profile_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dataflow_profile_history` (
`history_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`profile_id` int(10) unsigned NOT NULL DEFAULT '0',
`action_code` varchar(64) DEFAULT NULL,
`user_id` int(10) unsigned NOT NULL DEFAULT '0',
`performed_at` datetime DEFAULT NULL,
PRIMARY KEY (`history_id`),
KEY `FK_dataflow_profile_history` (`profile_id`),
CONSTRAINT `FK_dataflow_profile_history` FOREIGN KEY (`profile_id`) REFERENCES `dataflow_profile` (`profile_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dataflow_profile_history`
--
LOCK TABLES `dataflow_profile_history` WRITE;
/*!40000 ALTER TABLE `dataflow_profile_history` DISABLE KEYS */;
INSERT INTO `dataflow_profile_history` VALUES (1,3,'update',1,'2009-04-24 17:51:46'),(2,3,'run',1,'2009-04-24 17:52:04');
/*!40000 ALTER TABLE `dataflow_profile_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dataflow_session`
--
DROP TABLE IF EXISTS `dataflow_session`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dataflow_session` (
`session_id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`created_date` datetime DEFAULT NULL,
`file` varchar(255) DEFAULT NULL,
`type` varchar(32) DEFAULT NULL,
`direction` varchar(32) DEFAULT NULL,
`comment` varchar(255) DEFAULT NULL,
PRIMARY KEY (`session_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dataflow_session`
--
LOCK TABLES `dataflow_session` WRITE;
/*!40000 ALTER TABLE `dataflow_session` DISABLE KEYS */;
/*!40000 ALTER TABLE `dataflow_session` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `design_change`
--
DROP TABLE IF EXISTS `design_change`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `design_change` (
`design_change_id` int(11) NOT NULL AUTO_INCREMENT,
`store_id` smallint(5) unsigned NOT NULL,
`design` varchar(255) NOT NULL,
`date_from` date DEFAULT NULL,
`date_to` date DEFAULT NULL,
PRIMARY KEY (`design_change_id`),
KEY `FK_DESIGN_CHANGE_STORE` (`store_id`),
CONSTRAINT `FK_DESIGN_CHANGE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `design_change`
--
LOCK TABLES `design_change` WRITE;
/*!40000 ALTER TABLE `design_change` DISABLE KEYS */;
/*!40000 ALTER TABLE `design_change` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `directory_country`
--
DROP TABLE IF EXISTS `directory_country`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `directory_country` (
`country_id` varchar(2) NOT NULL DEFAULT '',
`iso2_code` varchar(2) NOT NULL DEFAULT '',
`iso3_code` varchar(3) NOT NULL DEFAULT '',
PRIMARY KEY (`country_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Countries';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `directory_country`
--
LOCK TABLES `directory_country` WRITE;
/*!40000 ALTER TABLE `directory_country` DISABLE KEYS */;
INSERT INTO `directory_country` VALUES ('AD','AD','AND'),('AE','AE','ARE'),('AF','AF','AFG'),('AG','AG','ATG'),('AI','AI','AIA'),('AL','AL','ALB'),('AM','AM','ARM'),('AN','AN','ANT'),('AO','AO','AGO'),('AQ','AQ','ATA'),('AR','AR','ARG'),('AS','AS','ASM'),('AT','AT','AUT'),('AU','AU','AUS'),('AW','AW','ABW'),('AX','AX','ALA'),('AZ','AZ','AZE'),('BA','BA','BIH'),('BB','BB','BRB'),('BD','BD','BGD'),('BE','BE','BEL'),('BF','BF','BFA'),('BG','BG','BGR'),('BH','BH','BHR'),('BI','BI','BDI'),('BJ','BJ','BEN'),('BL','BL','BLM'),('BM','BM','BMU'),('BN','BN','BRN'),('BO','BO','BOL'),('BR','BR','BRA'),('BS','BS','BHS'),('BT','BT','BTN'),('BV','BV','BVT'),('BW','BW','BWA'),('BY','BY','BLR'),('BZ','BZ','BLZ'),('CA','CA','CAN'),('CC','CC','CCK'),('CD','CD','COD'),('CF','CF','CAF'),('CG','CG','COG'),('CH','CH','CHE'),('CI','CI','CIV'),('CK','CK','COK'),('CL','CL','CHL'),('CM','CM','CMR'),('CN','CN','CHN'),('CO','CO','COL'),('CR','CR','CRI'),('CU','CU','CUB'),('CV','CV','CPV'),('CX','CX','CXR'),('CY','CY','CYP'),('CZ','CZ','CZE'),('DE','DE','DEU'),('DJ','DJ','DJI'),('DK','DK','DNK'),('DM','DM','DMA'),('DO','DO','DOM'),('DZ','DZ','DZA'),('EC','EC','ECU'),('EE','EE','EST'),('EG','EG','EGY'),('EH','EH','ESH'),('ER','ER','ERI'),('ES','ES','ESP'),('ET','ET','ETH'),('FI','FI','FIN'),('FJ','FJ','FJI'),('FK','FK','FLK'),('FM','FM','FSM'),('FO','FO','FRO'),('FR','FR','FRA'),('GA','GA','GAB'),('GB','GB','GBR'),('GD','GD','GRD'),('GE','GE','GEO'),('GF','GF','GUF'),('GG','GG','GGY'),('GH','GH','GHA'),('GI','GI','GIB'),('GL','GL','GRL'),('GM','GM','GMB'),('GN','GN','GIN'),('GP','GP','GLP'),('GQ','GQ','GNQ'),('GR','GR','GRC'),('GS','GS','SGS'),('GT','GT','GTM'),('GU','GU','GUM'),('GW','GW','GNB'),('GY','GY','GUY'),('HK','HK','HKG'),('HM','HM','HMD'),('HN','HN','HND'),('HR','HR','HRV'),('HT','HT','HTI'),('HU','HU','HUN'),('ID','ID','IDN'),('IE','IE','IRL'),('IL','IL','ISR'),('IM','IM','IMN'),('IN','IN','IND'),('IO','IO','IOT'),('IQ','IQ','IRQ'),('IR','IR','IRN'),('IS','IS','ISL'),('IT','IT','ITA'),('JE','JE','JEY'),('JM','JM','JAM'),('JO','JO','JOR'),('JP','JP','JPN'),('KE','KE','KEN'),('KG','KG','KGZ'),('KH','KH','KHM'),('KI','KI','KIR'),('KM','KM','COM'),('KN','KN','KNA'),('KP','KP','PRK'),('KR','KR','KOR'),('KW','KW','KWT'),('KY','KY','CYM'),('KZ','KZ','KAZ'),('LA','LA','LAO'),('LB','LB','LBN'),('LC','LC','LCA'),('LI','LI','LIE'),('LK','LK','LKA'),('LR','LR','LBR'),('LS','LS','LSO'),('LT','LT','LTU'),('LU','LU','LUX'),('LV','LV','LVA'),('LY','LY','LBY'),('MA','MA','MAR'),('MC','MC','MCO'),('MD','MD','MDA'),('ME','ME','MNE'),('MF','MF','MAF'),('MG','MG','MDG'),('MH','MH','MHL'),('MK','MK','MKD'),('ML','ML','MLI'),('MM','MM','MMR'),('MN','MN','MNG'),('MO','MO','MAC'),('MP','MP','MNP'),('MQ','MQ','MTQ'),('MR','MR','MRT'),('MS','MS','MSR'),('MT','MT','MLT'),('MU','MU','MUS'),('MV','MV','MDV'),('MW','MW','MWI'),('MX','MX','MEX'),('MY','MY','MYS'),('MZ','MZ','MOZ'),('NA','NA','NAM'),('NC','NC','NCL'),('NE','NE','NER'),('NF','NF','NFK'),('NG','NG','NGA'),('NI','NI','NIC'),('NL','NL','NLD'),('NO','NO','NOR'),('NP','NP','NPL'),('NR','NR','NRU'),('NU','NU','NIU'),('NZ','NZ','NZL'),('OM','OM','OMN'),('PA','PA','PAN'),('PE','PE','PER'),('PF','PF','PYF'),('PG','PG','PNG'),('PH','PH','PHL'),('PK','PK','PAK'),('PL','PL','POL'),('PM','PM','SPM'),('PN','PN','PCN'),('PR','PR','PRI'),('PS','PS','PSE'),('PT','PT','PRT'),('PW','PW','PLW'),('PY','PY','PRY'),('QA','QA','QAT'),('RE','RE','REU'),('RO','RO','ROU'),('RS','RS','SRB'),('RU','RU','RUS'),('RW','RW','RWA'),('SA','SA','SAU'),('SB','SB','SLB'),('SC','SC','SYC'),('SD','SD','SDN'),('SE','SE','SWE'),('SG','SG','SGP'),('SH','SH','SHN'),('SI','SI','SVN'),('SJ','SJ','SJM'),('SK','SK','SVK'),('SL','SL','SLE'),('SM','SM','SMR'),('SN','SN','SEN'),('SO','SO','SOM'),('SR','SR','SUR'),('ST','ST','STP'),('SV','SV','SLV'),('SY','SY','SYR'),('SZ','SZ','SWZ'),('TC','TC','TCA'),('TD','TD','TCD'),('TF','TF','ATF'),('TG','TG','TGO'),('TH','TH','THA'),('TJ','TJ','TJK'),('TK','TK','TKL'),('TL','TL','TLS'),('TM','TM','TKM'),('TN','TN','TUN'),('TO','TO','TON'),('TR','TR','TUR'),('TT','TT','TTO'),('TV','TV','TUV'),('TW','TW','TWN'),('TZ','TZ','TZA'),('UA','UA','UKR'),('UG','UG','UGA'),('UM','UM','UMI'),('US','US','USA'),('UY','UY','URY'),('UZ','UZ','UZB'),('VA','VA','VAT'),('VC','VC','VCT'),('VE','VE','VEN'),('VG','VG','VGB'),('VI','VI','VIR'),('VN','VN','VNM'),('VU','VU','VUT'),('WF','WF','WLF'),('WS','WS','WSM'),('YE','YE','YEM'),('YT','YT','MYT'),('ZA','ZA','ZAF'),('ZM','ZM','ZMB'),('ZW','ZW','ZWE');
/*!40000 ALTER TABLE `directory_country` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `directory_country_format`
--
DROP TABLE IF EXISTS `directory_country_format`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `directory_country_format` (
`country_format_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`country_id` char(2) NOT NULL DEFAULT '',
`type` varchar(30) NOT NULL DEFAULT '',
`format` text NOT NULL,
PRIMARY KEY (`country_format_id`),
UNIQUE KEY `country_type` (`country_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Countries format';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `directory_country_format`
--
LOCK TABLES `directory_country_format` WRITE;
/*!40000 ALTER TABLE `directory_country_format` DISABLE KEYS */;
/*!40000 ALTER TABLE `directory_country_format` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `directory_country_region`
--
DROP TABLE IF EXISTS `directory_country_region`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `directory_country_region` (
`region_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`country_id` varchar(4) NOT NULL DEFAULT '0',
`code` varchar(32) NOT NULL DEFAULT '',
`default_name` varchar(255) DEFAULT NULL,
PRIMARY KEY (`region_id`),
KEY `FK_REGION_COUNTRY` (`country_id`)
) ENGINE=InnoDB AUTO_INCREMENT=320 DEFAULT CHARSET=utf8 COMMENT='Country regions';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `directory_country_region`
--
LOCK TABLES `directory_country_region` WRITE;
/*!40000 ALTER TABLE `directory_country_region` DISABLE KEYS */;
INSERT INTO `directory_country_region` VALUES (1,'US','AL','Alabama'),(2,'US','AK','Alaska'),(3,'US','AS','American Samoa'),(4,'US','AZ','Arizona'),(5,'US','AR','Arkansas'),(6,'US','AF','Armed Forces Africa'),(7,'US','AA','Armed Forces Americas'),(8,'US','AC','Armed Forces Canada'),(9,'US','AE','Armed Forces Europe'),(10,'US','AM','Armed Forces Middle East'),(11,'US','AP','Armed Forces Pacific'),(12,'US','CA','California'),(13,'US','CO','Colorado'),(14,'US','CT','Connecticut'),(15,'US','DE','Delaware'),(16,'US','DC','District of Columbia'),(17,'US','FM','Federated States Of Micronesia'),(18,'US','FL','Florida'),(19,'US','GA','Georgia'),(20,'US','GU','Guam'),(21,'US','HI','Hawaii'),(22,'US','ID','Idaho'),(23,'US','IL','Illinois'),(24,'US','IN','Indiana'),(25,'US','IA','Iowa'),(26,'US','KS','Kansas'),(27,'US','KY','Kentucky'),(28,'US','LA','Louisiana'),(29,'US','ME','Maine'),(30,'US','MH','Marshall Islands'),(31,'US','MD','Maryland'),(32,'US','MA','Massachusetts'),(33,'US','MI','Michigan'),(34,'US','MN','Minnesota'),(35,'US','MS','Mississippi'),(36,'US','MO','Missouri'),(37,'US','MT','Montana'),(38,'US','NE','Nebraska'),(39,'US','NV','Nevada'),(40,'US','NH','New Hampshire'),(41,'US','NJ','New Jersey'),(42,'US','NM','New Mexico'),(43,'US','NY','New York'),(44,'US','NC','North Carolina'),(45,'US','ND','North Dakota'),(46,'US','MP','Northern Mariana Islands'),(47,'US','OH','Ohio'),(48,'US','OK','Oklahoma'),(49,'US','OR','Oregon'),(50,'US','PW','Palau'),(51,'US','PA','Pennsylvania'),(52,'US','PR','Puerto Rico'),(53,'US','RI','Rhode Island'),(54,'US','SC','South Carolina'),(55,'US','SD','South Dakota'),(56,'US','TN','Tennessee'),(57,'US','TX','Texas'),(58,'US','UT','Utah'),(59,'US','VT','Vermont'),(60,'US','VI','Virgin Islands'),(61,'US','VA','Virginia'),(62,'US','WA','Washington'),(63,'US','WV','West Virginia'),(64,'US','WI','Wisconsin'),(65,'US','WY','Wyoming'),(66,'CA','AB','Alberta'),(67,'CA','BC','British Columbia'),(68,'CA','MB','Manitoba'),(69,'CA','NL','Newfoundland and Labrador'),(70,'CA','NB','New Brunswick'),(71,'CA','NS','Nova Scotia'),(72,'CA','NT','Northwest Territories'),(73,'CA','NU','Nunavut'),(74,'CA','ON','Ontario'),(75,'CA','PE','Prince Edward Island'),(76,'CA','QC','Quebec'),(77,'CA','SK','Saskatchewan'),(78,'CA','YT','Yukon Territory'),(79,'DE','NDS','Niedersachsen'),(80,'DE','BAW','Baden-Württemberg'),(81,'DE','BAY','Bayern'),(82,'DE','BER','Berlin'),(83,'DE','BRG','Brandenburg'),(84,'DE','BRE','Bremen'),(85,'DE','HAM','Hamburg'),(86,'DE','HES','Hessen'),(87,'DE','MEC','Mecklenburg-Vorpommern'),(88,'DE','NRW','Nordrhein-Westfalen'),(89,'DE','RHE','Rheinland-Pfalz'),(90,'DE','SAR','Saarland'),(91,'DE','SAS','Sachsen'),(92,'DE','SAC','Sachsen-Anhalt'),(93,'DE','SCN','Schleswig-Holstein'),(94,'DE','THE','Thüringen'),(95,'AT','WI','Wien'),(96,'AT','NO','Niederösterreich'),(97,'AT','OO','Oberösterreich'),(98,'AT','SB','Salzburg'),(99,'AT','KN','Kärnten'),(100,'AT','ST','Steiermark'),(101,'AT','TI','Tirol'),(102,'AT','BL','Burgenland'),(103,'AT','VB','Voralberg'),(104,'CH','AG','Aargau'),(105,'CH','AI','Appenzell Innerrhoden'),(106,'CH','AR','Appenzell Ausserrhoden'),(107,'CH','BE','Bern'),(108,'CH','BL','Basel-Landschaft'),(109,'CH','BS','Basel-Stadt'),(110,'CH','FR','Freiburg'),(111,'CH','GE','Genf'),(112,'CH','GL','Glarus'),(113,'CH','GR','Graubünden'),(114,'CH','JU','Jura'),(115,'CH','LU','Luzern'),(116,'CH','NE','Neuenburg'),(117,'CH','NW','Nidwalden'),(118,'CH','OW','Obwalden'),(119,'CH','SG','St. Gallen'),(120,'CH','SH','Schaffhausen'),(121,'CH','SO','Solothurn'),(122,'CH','SZ','Schwyz'),(123,'CH','TG','Thurgau'),(124,'CH','TI','Tessin'),(125,'CH','UR','Uri'),(126,'CH','VD','Waadt'),(127,'CH','VS','Wallis'),(128,'CH','ZG','Zug'),(129,'CH','ZH','Zürich'),(130,'ES','A Coruсa','A Coruña'),(131,'ES','Alava','Alava'),(132,'ES','Albacete','Albacete'),(133,'ES','Alicante','Alicante'),(134,'ES','Almeria','Almeria'),(135,'ES','Asturias','Asturias'),(136,'ES','Avila','Avila'),(137,'ES','Badajoz','Badajoz'),(138,'ES','Baleares','Baleares'),(139,'ES','Barcelona','Barcelona'),(140,'ES','Burgos','Burgos'),(141,'ES','Caceres','Caceres'),(142,'ES','Cadiz','Cadiz'),(143,'ES','Cantabria','Cantabria'),(144,'ES','Castellon','Castellon'),(145,'ES','Ceuta','Ceuta'),(146,'ES','Ciudad Real','Ciudad Real'),(147,'ES','Cordoba','Cordoba'),(148,'ES','Cuenca','Cuenca'),(149,'ES','Girona','Girona'),(150,'ES','Granada','Granada'),(151,'ES','Guadalajara','Guadalajara'),(152,'ES','Guipuzcoa','Guipuzcoa'),(153,'ES','Huelva','Huelva'),(154,'ES','Huesca','Huesca'),(155,'ES','Jaen','Jaen'),(156,'ES','La Rioja','La Rioja'),(157,'ES','Las Palmas','Las Palmas'),(158,'ES','Leon','Leon'),(159,'ES','Lleida','Lleida'),(160,'ES','Lugo','Lugo'),(161,'ES','Madrid','Madrid'),(162,'ES','Malaga','Malaga'),(163,'ES','Melilla','Melilla'),(164,'ES','Murcia','Murcia'),(165,'ES','Navarra','Navarra'),(166,'ES','Ourense','Ourense'),(167,'ES','Palencia','Palencia'),(168,'ES','Pontevedra','Pontevedra'),(169,'ES','Salamanca','Salamanca'),(170,'ES','Santa Cruz de Tenerife','Santa Cruz de Tenerife'),(171,'ES','Segovia','Segovia'),(172,'ES','Sevilla','Sevilla'),(173,'ES','Soria','Soria'),(174,'ES','Tarragona','Tarragona'),(175,'ES','Teruel','Teruel'),(176,'ES','Toledo','Toledo'),(177,'ES','Valencia','Valencia'),(178,'ES','Valladolid','Valladolid'),(179,'ES','Vizcaya','Vizcaya'),(180,'ES','Zamora','Zamora'),(181,'ES','Zaragoza','Zaragoza'),(182,'FR','01','Ain'),(183,'FR','02','Aisne'),(184,'FR','03','Allier'),(185,'FR','04','Alpes-de-Haute-Provence'),(186,'FR','05','Hautes-Alpes'),(187,'FR','06','Alpes-Maritimes'),(188,'FR','07','Ardèche'),(189,'FR','08','Ardennes'),(190,'FR','09','Ariège'),(191,'FR','10','Aube'),(192,'FR','11','Aude'),(193,'FR','12','Aveyron'),(194,'FR','13','Bouches-du-Rhône'),(195,'FR','14','Calvados'),(196,'FR','15','Cantal'),(197,'FR','16','Charente'),(198,'FR','17','Charente-Maritime'),(199,'FR','18','Cher'),(200,'FR','19','Corrèze'),(201,'FR','2A','Corse-du-Sud'),(202,'FR','2B','Haute-Corse'),(203,'FR','21','Côte-d\'Or'),(204,'FR','22','Côtes-d\'Armor'),(205,'FR','23','Creuse'),(206,'FR','24','Dordogne'),(207,'FR','25','Doubs'),(208,'FR','26','Drôme'),(209,'FR','27','Eure'),(210,'FR','28','Eure-et-Loir'),(211,'FR','29','Finistère'),(212,'FR','30','Gard'),(213,'FR','31','Haute-Garonne'),(214,'FR','32','Gers'),(215,'FR','33','Gironde'),(216,'FR','34','Hérault'),(217,'FR','35','Ille-et-Vilaine'),(218,'FR','36','Indre'),(219,'FR','37','Indre-et-Loire'),(220,'FR','38','Isère'),(221,'FR','39','Jura'),(222,'FR','40','Landes'),(223,'FR','41','Loir-et-Cher'),(224,'FR','42','Loire'),(225,'FR','43','Haute-Loire'),(226,'FR','44','Loire-Atlantique'),(227,'FR','45','Loiret'),(228,'FR','46','Lot'),(229,'FR','47','Lot-et-Garonne'),(230,'FR','48','Lozère'),(231,'FR','49','Maine-et-Loire'),(232,'FR','50','Manche'),(233,'FR','51','Marne'),(234,'FR','52','Haute-Marne'),(235,'FR','53','Mayenne'),(236,'FR','54','Meurthe-et-Moselle'),(237,'FR','55','Meuse'),(238,'FR','56','Morbihan'),(239,'FR','57','Moselle'),(240,'FR','58','Nièvre'),(241,'FR','59','Nord'),(242,'FR','60','Oise'),(243,'FR','61','Orne'),(244,'FR','62','Pas-de-Calais'),(245,'FR','63','Puy-de-Dôme'),(246,'FR','64','Pyrénées-Atlantiques'),(247,'FR','65','Hautes-Pyrénées'),(248,'FR','66','Pyrénées-Orientales'),(249,'FR','67','Bas-Rhin'),(250,'FR','68','Haut-Rhin'),(251,'FR','69','Rhône'),(252,'FR','70','Haute-Saône'),(253,'FR','71','Saône-et-Loire'),(254,'FR','72','Sarthe'),(255,'FR','73','Savoie'),(256,'FR','74','Haute-Savoie'),(257,'FR','75','Paris'),(258,'FR','76','Seine-Maritime'),(259,'FR','77','Seine-et-Marne'),(260,'FR','78','Yvelines'),(261,'FR','79','Deux-Sèvres'),(262,'FR','80','Somme'),(263,'FR','81','Tarn'),(264,'FR','82','Tarn-et-Garonne'),(265,'FR','83','Var'),(266,'FR','84','Vaucluse'),(267,'FR','85','Vendée'),(268,'FR','86','Vienne'),(269,'FR','87','Haute-Vienne'),(270,'FR','88','Vosges'),(271,'FR','89','Yonne'),(272,'FR','90','Territoire-de-Belfort'),(273,'FR','91','Essonne'),(274,'FR','92','Hauts-de-Seine'),(275,'FR','93','Seine-Saint-Denis'),(276,'FR','94','Val-de-Marne'),(277,'FR','95','Val-d\'Oise'),(278,'RO','AB','Alba'),(279,'RO','AR','Arad'),(280,'RO','AG','Argeş'),(281,'RO','BC','Bacău'),(282,'RO','BH','Bihor'),(283,'RO','BN','Bistriţa-Năsăud'),(284,'RO','BT','Botoşani'),(285,'RO','BV','Braşov'),(286,'RO','BR','Brăila'),(287,'RO','B','Bucureşti'),(288,'RO','BZ','Buzău'),(289,'RO','CS','Caraş-Severin'),(290,'RO','CL','Călăraşi'),(291,'RO','CJ','Cluj'),(292,'RO','CT','Constanţa'),(293,'RO','CV','Covasna'),(294,'RO','DB','Dâmboviţa'),(295,'RO','DJ','Dolj'),(296,'RO','GL','Galaţi'),(297,'RO','GR','Giurgiu'),(298,'RO','GJ','Gorj'),(299,'RO','HR','Harghita'),(300,'RO','HD','Hunedoara'),(301,'RO','IL','Ialomiţa'),(302,'RO','IS','Iaşi'),(303,'RO','IF','Ilfov'),(304,'RO','MM','Maramureş'),(305,'RO','MH','Mehedinţi'),(306,'RO','MS','Mureş'),(307,'RO','NT','Neamţ'),(308,'RO','OT','Olt'),(309,'RO','PH','Prahova'),(310,'RO','SM','Satu-Mare'),(311,'RO','SJ','Sălaj'),(312,'RO','SB','Sibiu'),(313,'RO','SV','Suceava'),(314,'RO','TR','Teleorman'),(315,'RO','TM','Timiş'),(316,'RO','TL','Tulcea'),(317,'RO','VS','Vaslui'),(318,'RO','VL','Vâlcea'),(319,'RO','VN','Vrancea');
/*!40000 ALTER TABLE `directory_country_region` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `directory_country_region_name`
--
DROP TABLE IF EXISTS `directory_country_region_name`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `directory_country_region_name` (
`locale` varchar(8) NOT NULL DEFAULT '',
`region_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
`name` varchar(64) NOT NULL DEFAULT '',
PRIMARY KEY (`locale`,`region_id`),
KEY `FK_DIRECTORY_REGION_NAME_REGION` (`region_id`),
CONSTRAINT `FK_DIRECTORY_REGION_NAME_REGION` FOREIGN KEY (`region_id`) REFERENCES `directory_country_region` (`region_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Regions names';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `directory_country_region_name`
--
LOCK TABLES `directory_country_region_name` WRITE;
/*!40000 ALTER TABLE `directory_country_region_name` DISABLE KEYS */;
INSERT INTO `directory_country_region_name` VALUES ('en_US',1,'Alabama'),('en_US',2,'Alaska'),('en_US',3,'American Samoa'),('en_US',4,'Arizona'),('en_US',5,'Arkansas'),('en_US',6,'Armed Forces Africa'),('en_US',7,'Armed Forces Americas'),('en_US',8,'Armed Forces Canada'),('en_US',9,'Armed Forces Europe'),('en_US',10,'Armed Forces Middle East'),('en_US',11,'Armed Forces Pacific'),('en_US',12,'California'),('en_US',13,'Colorado'),('en_US',14,'Connecticut'),('en_US',15,'Delaware'),('en_US',16,'District of Columbia'),('en_US',17,'Federated States Of Micronesia'),('en_US',18,'Florida'),('en_US',19,'Georgia'),('en_US',20,'Guam'),('en_US',21,'Hawaii'),('en_US',22,'Idaho'),('en_US',23,'Illinois'),('en_US',24,'Indiana'),('en_US',25,'Iowa'),('en_US',26,'Kansas'),('en_US',27,'Kentucky'),('en_US',28,'Louisiana'),('en_US',29,'Maine'),('en_US',30,'Marshall Islands'),('en_US',31,'Maryland'),('en_US',32,'Massachusetts'),('en_US',33,'Michigan'),('en_US',34,'Minnesota'),('en_US',35,'Mississippi'),('en_US',36,'Missouri'),('en_US',37,'Montana'),('en_US',38,'Nebraska'),('en_US',39,'Nevada'),('en_US',40,'New Hampshire'),('en_US',41,'New Jersey'),('en_US',42,'New Mexico'),('en_US',43,'New York'),('en_US',44,'North Carolina'),('en_US',45,'North Dakota'),('en_US',46,'Northern Mariana Islands'),('en_US',47,'Ohio'),('en_US',48,'Oklahoma'),('en_US',49,'Oregon'),('en_US',50,'Palau'),('en_US',51,'Pennsylvania'),('en_US',52,'Puerto Rico'),('en_US',53,'Rhode Island'),('en_US',54,'South Carolina'),('en_US',55,'South Dakota'),('en_US',56,'Tennessee'),('en_US',57,'Texas'),('en_US',58,'Utah'),('en_US',59,'Vermont'),('en_US',60,'Virgin Islands'),('en_US',61,'Virginia'),('en_US',62,'Washington'),('en_US',63,'West Virginia'),('en_US',64,'Wisconsin'),('en_US',65,'Wyoming'),('en_US',66,'Alberta'),('en_US',67,'British Columbia'),('en_US',68,'Manitoba'),('en_US',69,'Newfoundland and Labrador'),('en_US',70,'New Brunswick'),('en_US',71,'Nova Scotia'),('en_US',72,'Northwest Territories'),('en_US',73,'Nunavut'),('en_US',74,'Ontario'),('en_US',75,'Prince Edward Island'),('en_US',76,'Quebec'),('en_US',77,'Saskatchewan'),('en_US',78,'Yukon Territory'),('en_US',79,'Niedersachsen'),('en_US',80,'Baden-Württemberg'),('en_US',81,'Bayern'),('en_US',82,'Berlin'),('en_US',83,'Brandenburg'),('en_US',84,'Bremen'),('en_US',85,'Hamburg'),('en_US',86,'Hessen'),('en_US',87,'Mecklenburg-Vorpommern'),('en_US',88,'Nordrhein-Westfalen'),('en_US',89,'Rheinland-Pfalz'),('en_US',90,'Saarland'),('en_US',91,'Sachsen'),('en_US',92,'Sachsen-Anhalt'),('en_US',93,'Schleswig-Holstein'),('en_US',94,'Thüringen'),('en_US',95,'Wien'),('en_US',96,'Niederösterreich'),('en_US',97,'Oberösterreich'),('en_US',98,'Salzburg'),('en_US',99,'Kärnten'),('en_US',100,'Steiermark'),('en_US',101,'Tirol'),('en_US',102,'Burgenland'),('en_US',103,'Voralberg'),('en_US',104,'Aargau'),('en_US',105,'Appenzell Innerrhoden'),('en_US',106,'Appenzell Ausserrhoden'),('en_US',107,'Bern'),('en_US',108,'Basel-Landschaft'),('en_US',109,'Basel-Stadt'),('en_US',110,'Freiburg'),('en_US',111,'Genf'),('en_US',112,'Glarus'),('en_US',113,'Graubünden'),('en_US',114,'Jura'),('en_US',115,'Luzern'),('en_US',116,'Neuenburg'),('en_US',117,'Nidwalden'),('en_US',118,'Obwalden'),('en_US',119,'St. Gallen'),('en_US',120,'Schaffhausen'),('en_US',121,'Solothurn'),('en_US',122,'Schwyz'),('en_US',123,'Thurgau'),('en_US',124,'Tessin'),('en_US',125,'Uri'),('en_US',126,'Waadt'),('en_US',127,'Wallis'),('en_US',128,'Zug'),('en_US',129,'Zürich'),('en_US',130,'A Coruña'),('en_US',131,'Alava'),('en_US',132,'Albacete'),('en_US',133,'Alicante'),('en_US',134,'Almeria'),('en_US',135,'Asturias'),('en_US',136,'Avila'),('en_US',137,'Badajoz'),('en_US',138,'Baleares'),('en_US',139,'Barcelona'),('en_US',140,'Burgos'),('en_US',141,'Caceres'),('en_US',142,'Cadiz'),('en_US',143,'Cantabria'),('en_US',144,'Castellon'),('en_US',145,'Ceuta'),('en_US',146,'Ciudad Real'),('en_US',147,'Cordoba'),('en_US',148,'Cuenca'),('en_US',149,'Girona'),('en_US',150,'Granada'),('en_US',151,'Guadalajara'),('en_US',152,'Guipuzcoa'),('en_US',153,'Huelva'),('en_US',154,'Huesca'),('en_US',155,'Jaen'),('en_US',156,'La Rioja'),('en_US',157,'Las Palmas'),('en_US',158,'Leon'),('en_US',159,'Lleida'),('en_US',160,'Lugo'),('en_US',161,'Madrid'),('en_US',162,'Malaga'),('en_US',163,'Melilla'),('en_US',164,'Murcia'),('en_US',165,'Navarra'),('en_US',166,'Ourense'),('en_US',167,'Palencia'),('en_US',168,'Pontevedra'),('en_US',169,'Salamanca'),('en_US',170,'Santa Cruz de Tenerife'),('en_US',171,'Segovia'),('en_US',172,'Sevilla'),('en_US',173,'Soria'),('en_US',174,'Tarragona'),('en_US',175,'Teruel'),('en_US',176,'Toledo'),('en_US',177,'Valencia'),('en_US',178,'Valladolid'),('en_US',179,'Vizcaya'),('en_US',180,'Zamora'),('en_US',181,'Zaragoza'),('en_US',182,'Ain'),('en_US',183,'Aisne'),('en_US',184,'Allier'),('en_US',185,'Alpes-de-Haute-Provence'),('en_US',186,'Hautes-Alpes'),('en_US',187,'Alpes-Maritimes'),('en_US',188,'Ardèche'),('en_US',189,'Ardennes'),('en_US',190,'Ariège'),('en_US',191,'Aube'),('en_US',192,'Aude'),('en_US',193,'Aveyron'),('en_US',194,'Bouches-du-Rhône'),('en_US',195,'Calvados'),('en_US',196,'Cantal'),('en_US',197,'Charente'),('en_US',198,'Charente-Maritime'),('en_US',199,'Cher'),('en_US',200,'Corrèze'),('en_US',201,'Corse-du-Sud'),('en_US',202,'Haute-Corse'),('en_US',203,'Côte-d\'Or'),('en_US',204,'Côtes-d\'Armor'),('en_US',205,'Creuse'),('en_US',206,'Dordogne'),('en_US',207,'Doubs'),('en_US',208,'Drôme'),('en_US',209,'Eure'),('en_US',210,'Eure-et-Loir'),('en_US',211,'Finistère'),('en_US',212,'Gard'),('en_US',213,'Haute-Garonne'),('en_US',214,'Gers'),('en_US',215,'Gironde'),('en_US',216,'Hérault'),('en_US',217,'Ille-et-Vilaine'),('en_US',218,'Indre'),('en_US',219,'Indre-et-Loire'),('en_US',220,'Isère'),('en_US',221,'Jura'),('en_US',222,'Landes'),('en_US',223,'Loir-et-Cher'),('en_US',224,'Loire'),('en_US',225,'Haute-Loire'),('en_US',226,'Loire-Atlantique'),('en_US',227,'Loiret'),('en_US',228,'Lot'),('en_US',229,'Lot-et-Garonne'),('en_US',230,'Lozère'),('en_US',231,'Maine-et-Loire'),('en_US',232,'Manche'),('en_US',233,'Marne'),('en_US',234,'Haute-Marne'),('en_US',235,'Mayenne'),('en_US',236,'Meurthe-et-Moselle'),('en_US',237,'Meuse'),('en_US',238,'Morbihan'),('en_US',239,'Moselle'),('en_US',240,'Nièvre'),('en_US',241,'Nord'),('en_US',242,'Oise'),('en_US',243,'Orne'),('en_US',244,'Pas-de-Calais'),('en_US',245,'Puy-de-Dôme'),('en_US',246,'Pyrénées-Atlantiques'),('en_US',247,'Hautes-Pyrénées'),('en_US',248,'Pyrénées-Orientales'),('en_US',249,'Bas-Rhin'),('en_US',250,'Haut-Rhin'),('en_US',251,'Rhône'),('en_US',252,'Haute-Saône'),('en_US',253,'Saône-et-Loire'),('en_US',254,'Sarthe'),('en_US',255,'Savoie'),('en_US',256,'Haute-Savoie'),('en_US',257,'Paris'),('en_US',258,'Seine-Maritime'),('en_US',259,'Seine-et-Marne'),('en_US',260,'Yvelines'),('en_US',261,'Deux-Sèvres'),('en_US',262,'Somme'),('en_US',263,'Tarn'),('en_US',264,'Tarn-et-Garonne'),('en_US',265,'Var'),('en_US',266,'Vaucluse'),('en_US',267,'Vendée'),('en_US',268,'Vienne'),('en_US',269,'Haute-Vienne'),('en_US',270,'Vosges'),('en_US',271,'Yonne'),('en_US',272,'Territoire-de-Belfort'),('en_US',273,'Essonne'),('en_US',274,'Hauts-de-Seine'),('en_US',275,'Seine-Saint-Denis'),('en_US',276,'Val-de-Marne'),('en_US',277,'Val-d\'Oise'),('en_US',278,'Alba'),('en_US',279,'Arad'),('en_US',280,'Argeş'),('en_US',281,'Bacău'),('en_US',282,'Bihor'),('en_US',283,'Bistriţa-Năsăud'),('en_US',284,'Botoşani'),('en_US',285,'Braşov'),('en_US',286,'Brăila'),('en_US',287,'Bucureşti'),('en_US',288,'Buzău'),('en_US',289,'Caraş-Severin'),('en_US',290,'Călăraşi'),('en_US',291,'Cluj'),('en_US',292,'Constanţa'),('en_US',293,'Covasna'),('en_US',294,'Dâmboviţa'),('en_US',295,'Dolj'),('en_US',296,'Galaţi'),('en_US',297,'Giurgiu'),('en_US',298,'Gorj'),('en_US',299,'Harghita'),('en_US',300,'Hunedoara'),('en_US',301,'Ialomiţa'),('en_US',302,'Iaşi'),('en_US',303,'Ilfov'),('en_US',304,'Maramureş'),('en_US',305,'Mehedinţi'),('en_US',306,'Mureş'),('en_US',307,'Neamţ'),('en_US',308,'Olt'),('en_US',309,'Prahova'),('en_US',310,'Satu-Mare'),('en_US',311,'Sălaj'),('en_US',312,'Sibiu'),('en_US',313,'Suceava'),('en_US',314,'Teleorman'),('en_US',315,'Timiş'),('en_US',316,'Tulcea'),('en_US',317,'Vaslui'),('en_US',318,'Vâlcea'),('en_US',319,'Vrancea');
/*!40000 ALTER TABLE `directory_country_region_name` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `directory_currency_rate`
--
DROP TABLE IF EXISTS `directory_currency_rate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `directory_currency_rate` (
`currency_from` char(3) NOT NULL DEFAULT '',
`currency_to` char(3) NOT NULL DEFAULT '',
`rate` decimal(24,12) NOT NULL DEFAULT '0.000000000000',
PRIMARY KEY (`currency_from`,`currency_to`),
KEY `FK_CURRENCY_RATE_TO` (`currency_to`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `directory_currency_rate`
--
LOCK TABLES `directory_currency_rate` WRITE;
/*!40000 ALTER TABLE `directory_currency_rate` DISABLE KEYS */;
INSERT INTO `directory_currency_rate` VALUES ('USD','EUR','0.768700000000'),('USD','USD','1.000000000000');
/*!40000 ALTER TABLE `directory_currency_rate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadable_link`
--
DROP TABLE IF EXISTS `downloadable_link`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `downloadable_link` (
`link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`sort_order` int(10) unsigned NOT NULL DEFAULT '0',
`number_of_downloads` int(10) unsigned DEFAULT NULL,
`is_shareable` smallint(1) unsigned NOT NULL DEFAULT '0',
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_file` varchar(255) NOT NULL DEFAULT '',
`link_type` varchar(20) NOT NULL DEFAULT '',
`sample_url` varchar(255) NOT NULL DEFAULT '',
`sample_file` varchar(255) NOT NULL DEFAULT '',
`sample_type` varchar(20) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `DOWNLODABLE_LINK_PRODUCT` (`product_id`),
KEY `DOWNLODABLE_LINK_PRODUCT_SORT_ORDER` (`product_id`,`sort_order`),
CONSTRAINT `FK_DOWNLODABLE_LINK_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_link`
--
LOCK TABLES `downloadable_link` WRITE;
/*!40000 ALTER TABLE `downloadable_link` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_link` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadable_link_price`
--
DROP TABLE IF EXISTS `downloadable_link_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `downloadable_link_price` (
`price_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`link_id` int(10) unsigned NOT NULL DEFAULT '0',
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`price` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`price_id`),
KEY `DOWNLOADABLE_LINK_PRICE_LINK` (`link_id`),
KEY `DOWNLOADABLE_LINK_PRICE_WEBSITE` (`website_id`),
CONSTRAINT `FK_DOWNLOADABLE_LINK_PRICE_LINK` FOREIGN KEY (`link_id`) REFERENCES `downloadable_link` (`link_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_DOWNLOADABLE_LINK_PRICE_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_link_price`
--
LOCK TABLES `downloadable_link_price` WRITE;
/*!40000 ALTER TABLE `downloadable_link_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_link_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadable_link_purchased`
--
DROP TABLE IF EXISTS `downloadable_link_purchased`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `downloadable_link_purchased` (
`purchased_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`order_id` int(10) unsigned NOT NULL DEFAULT '0',
`order_increment_id` varchar(50) NOT NULL DEFAULT '',
`order_item_id` int(10) unsigned NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`customer_id` int(10) unsigned NOT NULL DEFAULT '0',
`product_name` varchar(255) NOT NULL DEFAULT '',
`product_sku` varchar(255) NOT NULL DEFAULT '',
`link_section_title` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`purchased_id`),
KEY `DOWNLOADABLE_ORDER_ID` (`order_id`),
KEY `DOWNLOADABLE_CUSTOMER_ID` (`customer_id`),
KEY `KEY_DOWNLOADABLE_ORDER_ITEM_ID` (`order_item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_link_purchased`
--
LOCK TABLES `downloadable_link_purchased` WRITE;
/*!40000 ALTER TABLE `downloadable_link_purchased` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_link_purchased` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadable_link_purchased_item`
--
DROP TABLE IF EXISTS `downloadable_link_purchased_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `downloadable_link_purchased_item` (
`item_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`purchased_id` int(10) unsigned NOT NULL DEFAULT '0',
`order_item_id` int(10) unsigned NOT NULL DEFAULT '0',
`product_id` int(10) unsigned DEFAULT '0',
`link_hash` varchar(255) NOT NULL DEFAULT '',
`number_of_downloads_bought` int(10) unsigned NOT NULL DEFAULT '0',
`number_of_downloads_used` int(10) unsigned NOT NULL DEFAULT '0',
`link_id` int(20) unsigned NOT NULL DEFAULT '0',
`link_title` varchar(255) NOT NULL DEFAULT '',
`is_shareable` smallint(1) unsigned NOT NULL DEFAULT '0',
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_file` varchar(255) NOT NULL DEFAULT '',
`link_type` varchar(255) NOT NULL DEFAULT '',
`status` varchar(50) NOT NULL DEFAULT '',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`item_id`),
KEY `DOWNLOADABLE_LINK_PURCHASED_ID` (`purchased_id`),
KEY `DOWNLOADABLE_ORDER_ITEM_ID` (`order_item_id`),
KEY `DOWNLOADALBE_LINK_HASH` (`link_hash`),
CONSTRAINT `FK_DOWNLOADABLE_LINK_PURCHASED_ID` FOREIGN KEY (`purchased_id`) REFERENCES `downloadable_link_purchased` (`purchased_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_link_purchased_item`
--
LOCK TABLES `downloadable_link_purchased_item` WRITE;
/*!40000 ALTER TABLE `downloadable_link_purchased_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_link_purchased_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadable_link_title`
--
DROP TABLE IF EXISTS `downloadable_link_title`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `downloadable_link_title` (
`title_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`link_id` int(10) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`title` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`title_id`),
UNIQUE KEY `UNQ_LINK_TITLE_STORE` (`link_id`,`store_id`),
KEY `DOWNLOADABLE_LINK_TITLE_LINK` (`link_id`),
KEY `DOWNLOADABLE_LINK_TITLE_STORE` (`store_id`),
CONSTRAINT `FK_DOWNLOADABLE_LINK_TITLE_LINK` FOREIGN KEY (`link_id`) REFERENCES `downloadable_link` (`link_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_DOWNLOADABLE_LINK_TITLE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_link_title`
--
LOCK TABLES `downloadable_link_title` WRITE;
/*!40000 ALTER TABLE `downloadable_link_title` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_link_title` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadable_sample`
--
DROP TABLE IF EXISTS `downloadable_sample`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `downloadable_sample` (
`sample_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`sample_url` varchar(255) NOT NULL DEFAULT '',
`sample_file` varchar(255) NOT NULL DEFAULT '',
`sample_type` varchar(20) NOT NULL DEFAULT '',
`sort_order` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`sample_id`),
KEY `DOWNLODABLE_SAMPLE_PRODUCT` (`product_id`),
CONSTRAINT `FK_DOWNLODABLE_SAMPLE_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_sample`
--
LOCK TABLES `downloadable_sample` WRITE;
/*!40000 ALTER TABLE `downloadable_sample` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_sample` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadable_sample_title`
--
DROP TABLE IF EXISTS `downloadable_sample_title`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `downloadable_sample_title` (
`title_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`sample_id` int(10) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`title` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`title_id`),
UNIQUE KEY `UNQ_SAMPLE_TITLE_STORE` (`sample_id`,`store_id`),
KEY `DOWNLOADABLE_SAMPLE_TITLE_SAMPLE` (`sample_id`),
KEY `DOWNLOADABLE_SAMPLE_TITLE_STORE` (`store_id`),
CONSTRAINT `FK_DOWNLOADABLE_SAMPLE_TITLE_SAMPLE` FOREIGN KEY (`sample_id`) REFERENCES `downloadable_sample` (`sample_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_DOWNLOADABLE_SAMPLE_TITLE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_sample_title`
--
LOCK TABLES `downloadable_sample_title` WRITE;
/*!40000 ALTER TABLE `downloadable_sample_title` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_sample_title` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_attribute`
--
DROP TABLE IF EXISTS `eav_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_attribute` (
`attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_code` varchar(255) NOT NULL DEFAULT '',
`attribute_model` varchar(255) DEFAULT NULL,
`backend_model` varchar(255) DEFAULT NULL,
`backend_type` enum('static','datetime','decimal','int','text','varchar') NOT NULL DEFAULT 'static',
`backend_table` varchar(255) DEFAULT NULL,
`frontend_model` varchar(255) DEFAULT NULL,
`frontend_input` varchar(50) DEFAULT NULL,
`frontend_label` varchar(255) DEFAULT NULL,
`frontend_class` varchar(255) DEFAULT NULL,
`source_model` varchar(255) DEFAULT NULL,
`is_required` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_user_defined` tinyint(1) unsigned NOT NULL DEFAULT '0',
`default_value` text,
`is_unique` tinyint(1) unsigned NOT NULL DEFAULT '0',
`note` varchar(255) NOT NULL,
PRIMARY KEY (`attribute_id`),
UNIQUE KEY `entity_type_id` (`entity_type_id`,`attribute_code`),
KEY `IDX_USED_FOR_SORT_BY` (`entity_type_id`),
KEY `IDX_USED_IN_PRODUCT_LISTING` (`entity_type_id`),
CONSTRAINT `FK_eav_attribute` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=1026 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_attribute`
--
LOCK TABLES `eav_attribute` WRITE;
/*!40000 ALTER TABLE `eav_attribute` DISABLE KEYS */;
INSERT INTO `eav_attribute` VALUES (1,1,'firstname',NULL,'','varchar','','','text','First Name','','',1,0,'',0,''),(2,1,'lastname',NULL,'','varchar','','','text','Last Name','','',1,0,'',0,''),(3,1,'email',NULL,'','static','','','text','Email','validate-email','',1,0,'',0,''),(4,1,'password_hash',NULL,'customer/customer_attribute_backend_password','varchar','','','hidden','','','',0,0,'',0,''),(7,1,'default_billing',NULL,'customer/customer_attribute_backend_billing','int','','','text','Default Billing Address','','',0,0,'',0,''),(8,1,'default_shipping',NULL,'customer/customer_attribute_backend_shipping','int','','','text','Default Shipping Address','','',0,0,'',0,''),(9,2,'firstname',NULL,'','varchar','','','text','First Name','','',1,0,'',0,''),(10,2,'lastname',NULL,'','varchar','','','text','Last Name','','',1,0,'',0,''),(11,2,'country_id',NULL,'','varchar','','','select','Country','countries input-text','customer_entity/address_attribute_source_country',1,0,'',0,''),(12,2,'region',NULL,'customer_entity/address_attribute_backend_region','varchar','','','text','State/Province','regions','',1,0,'',0,''),(13,2,'region_id',NULL,'','int','','','hidden','State/Province','','customer_entity/address_attribute_source_region',0,0,'',0,''),(14,2,'postcode',NULL,'','varchar','','','text','Zip/Postal Code','','',1,0,'',0,''),(15,2,'city',NULL,'','varchar','','','text','City','','',1,0,'',0,''),(16,2,'street',NULL,'customer_entity/address_attribute_backend_street','text','','','multiline','Street Address','','',1,0,'',0,''),(17,2,'telephone',NULL,'','varchar','','','text','Telephone','','',1,0,'',0,''),(18,2,'fax',NULL,'','varchar','','','text','Fax','','',0,0,'',0,''),(19,3,'method_type',NULL,'','int','','','select','Payment Method','','',1,0,'',0,''),(95,2,'company',NULL,'','varchar','','','text','Company',NULL,'',0,0,'',0,''),(96,10,'name',NULL,'','varchar','','','text','Name',NULL,'',1,0,'',0,''),(97,10,'description',NULL,'','text','','','textarea','Description','','',1,0,'',0,''),(98,10,'sku',NULL,'','static','','','text','SKU',NULL,'',1,0,'',1,''),(99,10,'price',NULL,'catalog/product_attribute_backend_price','decimal','','','price','Price','','',1,0,'',0,''),(100,10,'cost',NULL,'catalog/product_attribute_backend_price','decimal','','','price','Cost',NULL,'',0,1,'',0,''),(101,10,'weight',NULL,'','decimal','','','text','Weight','','',1,0,'',0,''),(102,10,'manufacturer',NULL,'','int','','','select','Manufacturer','','',0,1,'',0,''),(103,10,'meta_title',NULL,'','varchar','','','text','Meta Title',NULL,'',0,0,'',0,''),(104,10,'meta_keyword',NULL,'','text','','','textarea','Meta Keywords','','',0,0,'',0,''),(105,10,'meta_description',NULL,'','varchar','','','textarea','Meta Description',NULL,'',0,0,'',0,'Maximum 255 chars'),(106,10,'image',NULL,'','varchar','','catalog/product_attribute_frontend_image','media_image','Base Image','','',0,0,'',0,''),(107,10,'shoe_type',NULL,NULL,'int',NULL,NULL,'select','Shoe Type','','eav/entity_attribute_source_table',0,1,NULL,0,''),(109,10,'small_image',NULL,'','varchar','','catalog/product_attribute_frontend_image','media_image','Small Image','','',0,0,'',0,''),(110,10,'old_id',NULL,'','int','','','','',NULL,'',0,0,'',0,''),(111,9,'name',NULL,'','varchar','','','text','Name',NULL,'',1,0,'',0,''),(112,9,'description',NULL,'','text','','','textarea','Description',NULL,'',0,0,'',0,''),(113,9,'image',NULL,'catalog/category_attribute_backend_image','varchar','','','image','Image',NULL,'',0,0,'',0,''),(114,9,'meta_title',NULL,'','varchar','','','text','Page Title',NULL,'',0,0,'',0,''),(115,9,'meta_keywords',NULL,'','text','','','textarea','Meta Keywords',NULL,'',0,0,'',0,''),(116,9,'meta_description',NULL,'','text','','','textarea','Meta Description',NULL,'',0,0,'',0,''),(117,9,'landing_page',NULL,'','int','','','select','CMS Block',NULL,'catalog/category_attribute_source_page',0,0,'',0,''),(118,9,'display_mode',NULL,'','varchar','','','select','Display Mode',NULL,'catalog/category_attribute_source_mode',0,0,'',0,''),(119,9,'is_active',NULL,'','int','','','select','Is Active',NULL,'eav/entity_attribute_source_boolean',1,0,'',0,''),(120,9,'is_anchor',NULL,'','int','','','select','Is Anchor',NULL,'eav/entity_attribute_source_boolean',0,0,'',0,''),(121,9,'all_children',NULL,'','text','','','','',NULL,'',0,0,'',0,''),(122,9,'path_in_store',NULL,'','text','','','','',NULL,'',0,0,'',0,''),(123,9,'children',NULL,'','text','','','','',NULL,'',0,0,'',0,''),(194,4,'grand_total',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(195,4,'currency_rate',NULL,NULL,'decimal',NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,''),(196,4,'weight',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(197,4,'tax_percent',NULL,NULL,'decimal',NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,''),(198,4,'subtotal',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(199,4,'discount_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(200,4,'tax_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(201,4,'shipping_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(203,4,'custbalance_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(204,4,'quote_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(205,4,'customer_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(207,4,'currency_base_id',NULL,NULL,'int',NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,''),(208,4,'shipping_description',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(209,4,'real_order_id',NULL,NULL,'varchar',NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,''),(210,4,'remote_ip',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(211,4,'currency_code',NULL,NULL,'varchar',NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,''),(212,4,'coupon_code',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(214,4,'shipping_method',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(215,4,'status',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(216,4,'shipping_address_id',NULL,'sales_entity/order_attribute_backend_shipping','int','','','text','',NULL,'',1,0,'',0,''),(217,4,'billing_address_id',NULL,'sales_entity/order_attribute_backend_billing','int','','','text','',NULL,'',1,0,'',0,''),(218,6,'region_id',NULL,'','int','','','text','State/Province',NULL,'',1,0,'',0,''),(219,6,'country_id',NULL,'','varchar','','','text','Country',NULL,'',1,0,'',0,''),(220,6,'address_id',NULL,NULL,'int',NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,''),(221,6,'customer_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(222,6,'street',NULL,'','varchar','','','text','Street Address',NULL,'',1,0,'',0,''),(223,6,'email',NULL,'','varchar','','','text','Email',NULL,'',1,0,'',0,''),(224,6,'firstname',NULL,'','varchar','','','text','First Name',NULL,'',1,0,'',0,''),(225,6,'lastname',NULL,'','varchar','','','text','Last Name',NULL,'',1,0,'',0,''),(226,6,'company',NULL,'','varchar','','','text','Company',NULL,'',1,0,'',0,''),(227,6,'city',NULL,'','varchar','','','text','City',NULL,'',1,0,'',0,''),(228,6,'region',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(229,6,'postcode',NULL,'','varchar','','','text','Zip/Postal Code',NULL,'',1,0,'',0,''),(230,6,'telephone',NULL,'','varchar','','','text','Telephone',NULL,'',1,0,'',0,''),(231,6,'fax',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(232,6,'tax_id',NULL,NULL,'varchar',NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,''),(233,6,'address_type',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(234,7,'weight',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(235,7,'qty',NULL,NULL,'decimal',NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,''),(236,7,'qty_backordered',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(237,7,'qty_canceled',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(238,7,'qty_shipped',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(239,7,'qty_returned',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(240,7,'price',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(241,7,'tier_price',NULL,NULL,'decimal',NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,''),(242,7,'base_cost',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(243,7,'discount_percent',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(244,7,'discount_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(245,7,'tax_percent',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(246,7,'tax_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(247,7,'row_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(248,7,'row_weight',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(249,7,'product_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(250,7,'image',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(251,7,'name',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(252,7,'model',NULL,NULL,'varchar',NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,''),(253,8,'cc_exp_month',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(254,8,'cc_exp_year',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(255,8,'cc_raw_request',NULL,NULL,'text',NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,''),(256,8,'cc_raw_response',NULL,NULL,'text',NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,''),(257,8,'method',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(258,8,'po_number',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(259,8,'cc_type',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(260,8,'cc_number_enc',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(261,8,'cc_last4',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(262,8,'cc_owner',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(263,8,'cc_trans_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(264,8,'cc_approval',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(265,8,'cc_avs_status',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(266,8,'cc_cid_status',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(267,5,'status',NULL,NULL,'varchar',NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,0,''),(268,5,'comments',NULL,NULL,'text',NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,''),(270,10,'tier_price',NULL,'catalog/product_attribute_backend_tierprice','decimal','','','text','Tier Price','','',0,0,'',0,''),(271,10,'gallery',NULL,'','varchar','','','gallery','Image Gallery',NULL,'',0,0,'',0,''),(272,10,'color',NULL,'','int','','','select','Color','','',0,1,'',0,''),(273,10,'status',NULL,'','int','','','select','Status','','catalog/product_status',1,0,'',0,''),(274,10,'tax_class_id',NULL,'','int','','','select','Tax Class','','tax/class_source_product',1,0,'',0,''),(275,11,'entity_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(276,11,'is_active',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(277,11,'customer_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(278,11,'remote_ip',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(279,11,'checkout_method',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(280,11,'password_hash',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(281,11,'quote_status_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(282,11,'billing_address_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(283,11,'converted_at',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(284,11,'coupon_code',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(285,11,'giftcert_code',NULL,'','varchar','','','text','Gift certificate',NULL,'',1,0,'',0,''),(286,11,'custbalance_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(287,11,'base_currency_code',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(288,11,'store_currency_code',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(289,11,'quote_currency_code',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(290,11,'store_to_base_rate',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(291,11,'store_to_quote_rate',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(292,11,'grand_total',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(293,11,'orig_order_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(294,11,'applied_rule_ids',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(295,11,'is_virtual',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(296,11,'is_multi_shipping',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(297,11,'is_multi_payment',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(298,12,'entity_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(299,12,'parent_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(300,12,'address_type',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(301,12,'customer_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(302,12,'customer_address_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(303,12,'email',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(304,12,'firstname',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(305,12,'lastname',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(306,12,'company',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(307,12,'street',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(308,12,'city',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(309,12,'region',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(310,12,'region_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(311,12,'postcode',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(312,12,'country_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(313,12,'telephone',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(314,12,'fax',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(315,12,'same_as_billing',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(316,12,'weight',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(317,12,'shipping_method',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(318,12,'shipping_description',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(319,12,'subtotal',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(320,12,'tax_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(321,12,'shipping_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(322,12,'discount_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(323,12,'custbalance_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(324,12,'grand_total',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(325,12,'customer_notes',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(326,13,'parent_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(327,13,'code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(328,13,'carrier',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(329,13,'carrier_title',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(330,13,'method',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(331,13,'method_description',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(332,13,'price',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(333,13,'error_message',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(334,14,'parent_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(335,14,'quote_item_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(336,14,'qty',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(337,14,'discount_percent',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(338,14,'discount_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(339,14,'tax_percent',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(340,14,'tax_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(341,14,'row_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(342,14,'row_weight',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(343,15,'parent_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(344,15,'product_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(345,15,'parent_product_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(346,15,'sku',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(347,15,'image',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(348,15,'name',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(349,15,'description',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(350,15,'weight',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(351,15,'qty',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(352,15,'price',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(353,15,'discount_percent',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(354,15,'discount_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(355,15,'tax_percent',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(356,15,'tax_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(357,15,'row_total',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(358,15,'row_weight',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(359,16,'parent_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(360,16,'customer_payment_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(361,16,'method',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(362,16,'po_number',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(363,16,'cc_type',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(364,16,'cc_number_enc',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(365,16,'cc_last4',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(366,16,'cc_owner',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(367,16,'cc_exp_month',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(368,16,'cc_exp_year',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(369,16,'cc_cid_enc',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(370,4,'entity_id',NULL,'sales_entity/order_attribute_backend_parent','static','','','text','',NULL,'',1,0,'',0,''),(372,4,'quote_address_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(373,4,'base_currency_code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(374,4,'store_currency_code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(375,4,'order_currency_code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(376,4,'store_to_base_rate',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(377,4,'store_to_order_rate',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(378,4,'is_virtual',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(379,4,'is_multi_payment',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(380,4,'total_paid',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(381,4,'total_due',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(383,4,'total_qty_ordered',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(384,6,'parent_id',NULL,'sales_entity/order_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(385,6,'quote_address_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(386,6,'customer_address_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(387,7,'parent_id',NULL,'sales_entity/order_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(388,7,'quote_item_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(389,7,'sku',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(390,7,'description',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(391,7,'qty_ordered',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(392,8,'parent_id',NULL,'sales_entity/order_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(393,8,'quote_payment_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(394,8,'customer_payment_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(395,8,'amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(396,8,'cc_status',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(397,8,'cc_status_description',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(398,8,'cc_debug_request_body',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(399,8,'cc_debug_response_body',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(400,8,'cc_debug_response_serialized',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(401,8,'anet_trans_method',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(402,8,'echeck_routing_number',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(403,8,'echeck_bank_name',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(404,8,'echeck_account_type',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(405,8,'echeck_account_name',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(406,8,'echeck_type',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(407,17,'parent_id',NULL,'sales_entity/order_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(410,17,'is_customer_notified',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(411,18,'entity_id',NULL,'sales_entity/order_invoice_attribute_backend_parent','static','','','text','',NULL,'',1,0,'',0,''),(412,18,'invoice_type',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(413,18,'customer_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(414,18,'order_id',NULL,'sales_entity/order_invoice_attribute_backend_order','int','','','text','',NULL,'',1,0,'',0,''),(415,18,'real_order_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(416,18,'invoice_status_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(417,18,'billing_address_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(418,18,'shipping_address_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(419,18,'base_currency_code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(420,18,'store_currency_code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(421,18,'order_currency_code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(422,18,'store_to_base_rate',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(423,18,'store_to_order_rate',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(424,18,'is_virtual',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(425,18,'subtotal',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(426,18,'tax_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(427,18,'shipping_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(428,18,'grand_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(429,18,'total_paid',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(430,18,'total_due',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(431,18,'total_qty',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(432,19,'parent_id',NULL,'sales_entity/invoice_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(433,19,'order_address_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(434,19,'address_type',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(435,19,'customer_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(436,19,'customer_address_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(437,19,'email',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(438,19,'firstname',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(439,19,'lastname',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(440,19,'company',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(441,19,'street',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(442,19,'city',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(443,19,'region',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(444,19,'region_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(445,19,'postcode',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(446,19,'country_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(447,19,'telephone',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(448,19,'fax',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(449,20,'parent_id',NULL,'sales_entity/order_invoice_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(450,20,'order_item_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(451,20,'product_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(452,20,'name',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(453,20,'description',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(454,20,'sku',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(455,20,'qty',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(456,20,'price',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(457,20,'base_cost',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(458,20,'row_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(459,20,'shipment_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(460,21,'parent_id',NULL,'sales_entity/invoice_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(461,21,'order_payment_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(462,21,'amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(463,21,'method',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(464,21,'cc_trans_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(465,21,'cc_approval',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(466,21,'cc_debug_request',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(467,21,'cc_debug_response',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(468,22,'parent_id',NULL,'sales_entity/invoice_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(469,22,'order_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(470,22,'shipping_method',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(471,22,'tracking_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(472,22,'shipment_status_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(473,11,'customer_tax_class_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(474,15,'tax_class_id',NULL,'','int','','','select','Tax Class',NULL,'tax/class_source_product',0,0,'',0,''),(475,14,'tax_class_id',NULL,'','int','','','select','Tax Class',NULL,'tax/class_source_product',0,0,'',0,''),(476,10,'shape',NULL,NULL,'text',NULL,NULL,'text','shape','',NULL,0,1,'',0,''),(477,1,'created_in',NULL,'','varchar','','','text','Created From',NULL,'',1,0,'',0,''),(478,1,'store_id',NULL,'customer/customer_attribute_backend_store','static','','','select','Create In',NULL,'customer/customer_attribute_source_store',1,0,'',0,''),(479,9,'url_key',NULL,'catalog/category_attribute_backend_urlkey','varchar','','','text','URL key',NULL,'',0,0,'',0,''),(481,10,'url_key',NULL,'catalog/product_attribute_backend_urlkey','varchar','','','text','URL key',NULL,'',0,0,'',0,''),(482,15,'applied_rule_ids',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(483,7,'applied_rule_ids',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(488,12,'free_shipping',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(489,14,'free_shipping',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(490,15,'free_shipping',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(491,4,'applied_rule_ids',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(492,10,'in_depth',NULL,NULL,'text',NULL,NULL,'textarea','In Depth','','',1,1,'',0,''),(493,10,'thumbnail',NULL,'','varchar','','catalog/product_attribute_frontend_image','media_image','Thumbnail','','',0,0,'',0,''),(494,10,'dimension',NULL,NULL,'text',NULL,NULL,'textarea','Dimensions','','',0,1,NULL,0,''),(495,10,'model',NULL,NULL,'text',NULL,NULL,'text','Model','','',1,1,NULL,0,''),(496,10,'activation_information',NULL,NULL,'text',NULL,NULL,'textarea','Activation Information','',NULL,0,1,NULL,0,''),(497,10,'processor',NULL,NULL,'text',NULL,NULL,'text','Processor','',NULL,0,1,NULL,0,''),(498,10,'memory',NULL,NULL,'text',NULL,NULL,'text','Memory','','',0,1,NULL,0,''),(499,10,'hardrive',NULL,NULL,'text',NULL,NULL,'text','Hardrive','',NULL,0,1,NULL,0,''),(500,10,'screensize',NULL,NULL,'text',NULL,NULL,'text','Screensize','',NULL,0,1,NULL,0,''),(501,10,'gender',NULL,NULL,'int',NULL,NULL,'select','Gender','','eav/entity_attribute_source_table',1,1,NULL,0,''),(502,10,'shoe_size',NULL,NULL,'int',NULL,NULL,'select','Shoe Size','','eav/entity_attribute_source_table',1,1,NULL,0,''),(503,10,'minimal_price',NULL,'','decimal','','','price','Minimal Price',NULL,'',1,0,'',0,''),(504,12,'collect_shipping_rates',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(505,15,'super_product_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(506,10,'short_description',NULL,'','text','','','textarea','Short Description','','',1,0,'',0,''),(507,10,'country_orgin',NULL,NULL,'text',NULL,NULL,'text','Country of Origin','',NULL,0,1,NULL,0,''),(508,10,'room',NULL,NULL,'int',NULL,NULL,'select','Room','','eav/entity_attribute_source_table',0,1,NULL,0,''),(509,10,'finish',NULL,NULL,'text',NULL,NULL,'text','Finish','','',0,1,NULL,0,''),(510,10,'computer_manufacturers',NULL,NULL,'int',NULL,NULL,'select','Brand','','eav/entity_attribute_source_table',0,1,'',0,''),(513,10,'megapixels',NULL,NULL,'int',NULL,NULL,'select','Megapixels','','',0,1,NULL,0,''),(514,9,'page_layout',NULL,'','varchar','','','select','Page Layout',NULL,'catalog/category_attribute_source_layout',0,0,'',0,''),(515,14,'product_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(516,14,'super_product_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(517,14,'parent_product_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(518,14,'sku',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(519,14,'image',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(520,14,'name',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(521,14,'description',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(522,14,'weight',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(523,14,'price',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(524,14,'applied_rule_ids',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(525,10,'shirt_size',NULL,NULL,'int',NULL,NULL,'select','Shirt Size','','eav/entity_attribute_source_table',1,1,NULL,0,''),(526,10,'visibility',NULL,'','int','','','select','Visibility','','catalog/product_visibility',1,0,'4',0,''),(527,16,'paypal_payer_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(528,16,'paypal_payer_status',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(529,16,'paypal_correlation_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(530,9,'custom_layout_update',NULL,'','text','','','textarea','Custom Layout Update',NULL,'',0,0,'',0,''),(531,10,'custom_layout_update',NULL,'','text','','','textarea','Custom Layout Update',NULL,'',0,0,'',0,''),(532,1,'group_id',NULL,'','static','','','select','Customer Group',NULL,'customer/customer_attribute_source_group',1,0,'',0,''),(533,9,'url_path',NULL,'','varchar','','','','',NULL,'',0,0,'',0,''),(534,11,'gift_message_id',NULL,'','int','','','text','',NULL,'',0,0,'',0,''),(535,12,'gift_message_id',NULL,'','int','','','text','',NULL,'',0,0,'',0,''),(536,15,'gift_message_id',NULL,'','int','','','text','',NULL,'',0,0,'',0,''),(537,4,'gift_message_id',NULL,'','int','','','text','',NULL,'',0,0,'',0,''),(538,6,'gift_message_id',NULL,'','int','','','text','',NULL,'',0,0,'',0,''),(539,7,'gift_message_id',NULL,'','int','','','text','',NULL,'',0,0,'',0,''),(541,14,'gift_message_id',NULL,'','int','','','text','',NULL,'',0,0,'',0,''),(542,7,'gift_message_aviable',NULL,'','int','','','text','',NULL,'',0,0,'',0,''),(543,11,'customer_group_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(544,11,'customer_email',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(545,11,'customer_note',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(546,11,'customer_note_notify',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(547,4,'customer_group_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(548,4,'customer_email',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(549,4,'customer_note',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(550,4,'customer_note_notify',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(551,15,'custom_price',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(552,14,'custom_price',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(553,4,'state',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(554,4,'relation_parent_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(555,4,'relation_parent_real_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(556,4,'relation_child_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(557,4,'relation_child_real_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(558,4,'tracking_numbers',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(559,17,'status',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(560,17,'comment',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(561,7,'gift_message_available',NULL,'','int','','','text','',NULL,'',0,0,'',0,''),(562,10,'gift_message_available',NULL,'giftmessage/entity_attribute_backend_boolean_config','varchar','','','select','Allow Gift Message',NULL,'giftmessage/entity_attribute_source_boolean_config',0,0,'2',0,''),(563,9,'custom_design',NULL,'','varchar','','','select','Custom Design',NULL,'core/design_source_design',0,0,'',0,''),(564,9,'custom_design_apply',NULL,'','int','','','select','Apply To',NULL,'core/design_source_apply',0,0,'',0,''),(565,9,'custom_design_from',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Active From',NULL,'',0,0,'',0,''),(566,9,'custom_design_to',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Active To',NULL,'',0,0,'',0,''),(567,10,'special_price',NULL,'catalog/product_attribute_backend_price','decimal','','','price','Special Price','','',0,0,'',0,''),(568,10,'special_from_date',NULL,'catalog/product_attribute_backend_startdate','datetime','','','date','Special Price From Date',NULL,'',0,0,'',0,''),(569,10,'special_to_date',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Special Price To Date',NULL,'',0,0,'',0,''),(570,10,'url_path',NULL,'','varchar','','','','',NULL,'',0,0,'',0,''),(571,10,'custom_design',NULL,'','varchar','','','select','Custom Design',NULL,'core/design_source_design',0,0,'',0,''),(572,10,'custom_design_from',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Active From',NULL,'',0,0,'',0,''),(573,10,'custom_design_to',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Active To',NULL,'',0,0,'',0,''),(574,11,'customer_firstname',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(575,11,'customer_lastname',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(576,12,'subtotal_with_discount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(577,14,'no_discount',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(578,14,'row_total_with_discount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(579,15,'no_discount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(580,15,'row_total_with_discount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(581,16,'additional_data',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(582,4,'is_hold',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(583,4,'total_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(584,4,'customer_firstname',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(585,4,'customer_lastname',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(586,7,'super_product_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(587,7,'parent_product_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(588,7,'qty_invoiced',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(589,7,'qty_refunded',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(590,7,'original_price',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(591,7,'discount_invoiced',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(592,7,'tax_invoiced',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(593,7,'row_invoiced',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(594,7,'invoiced_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(595,7,'amount_refunded',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(596,8,'additional_data',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(597,8,'amount_ordered',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(598,8,'amount_authorized',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(599,8,'amount_paid',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(600,8,'amount_canceled',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(601,8,'amount_refunded',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(602,8,'shipping_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(603,8,'shipping_captured',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(604,8,'shipping_refunded',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(605,18,'state',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(606,18,'transaction_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(607,18,'discount_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(608,18,'can_void_flag',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(609,20,'discount_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(610,20,'tax_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(611,23,'parent_id',NULL,'sales_entity/order_invoice_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(612,23,'comment',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(613,23,'is_customer_notified',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(614,24,'entity_id',NULL,'sales_entity/order_shipment_attribute_backend_parent','static','','','text','',NULL,'',1,0,'',0,''),(615,24,'customer_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(616,24,'order_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(617,24,'shipment_status',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(618,24,'billing_address_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(619,24,'shipping_address_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(620,24,'total_qty',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(621,24,'total_weight',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(622,25,'parent_id',NULL,'sales_entity/order_shipment_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(623,25,'order_item_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(624,25,'product_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(625,25,'name',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(626,25,'description',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(627,25,'sku',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(628,25,'qty',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(629,25,'price',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(630,25,'weight',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(631,25,'row_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(632,26,'parent_id',NULL,'sales_entity/order_shipment_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(633,26,'comment',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(634,26,'is_customer_notified',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(635,27,'parent_id',NULL,'sales_entity/order_shipment_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(636,27,'order_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(637,27,'number',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(638,27,'carrier_code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(639,27,'title',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(640,27,'description',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(641,27,'qty',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(642,27,'weight',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(643,28,'entity_id',NULL,'sales_entity/order_creditmemo_attribute_backend_parent','static','','','text','',NULL,'',1,0,'',0,''),(644,28,'state',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(645,28,'transaction_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(646,28,'order_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(647,28,'creditmemo_status',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(648,28,'billing_address_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(649,28,'shipping_address_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(650,28,'base_currency_code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(651,28,'store_currency_code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(652,28,'order_currency_code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(653,28,'store_to_base_rate',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(654,28,'store_to_order_rate',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(655,28,'subtotal',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(656,28,'discount_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(657,28,'tax_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(658,28,'shipping_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(659,28,'adjustment',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(660,28,'adjustment_positive',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(661,28,'adjustment_negative',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(662,28,'grand_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(663,29,'parent_id',NULL,'sales_entity/order_creditmemo_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(664,29,'order_item_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(665,29,'product_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(666,29,'name',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(667,29,'description',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(668,29,'sku',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(669,29,'qty',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(670,29,'price',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(671,29,'base_cost',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(672,29,'discount_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(673,29,'tax_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(674,29,'row_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(675,30,'parent_id',NULL,'sales_entity/order_creditmemo_attribute_backend_child','static','','','text','',NULL,'',1,0,'',0,''),(676,30,'comment',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(677,30,'is_customer_notified',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(678,11,'store_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(679,11,'customer_is_guest',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(680,14,'is_qty_decimal',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(681,15,'is_qty_decimal',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(682,16,'cc_ss_issue',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(683,16,'cc_ss_start_month',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(684,16,'cc_ss_start_year',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(685,4,'store_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(686,4,'hold_before_status',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(687,4,'hold_before_state',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(688,4,'ext_order_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(689,4,'ext_customer_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(690,4,'total_canceled',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(691,4,'adjustment_positive',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(692,4,'adjustment_negative',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(693,4,'customer_is_guest',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(694,7,'is_qty_decimal',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(695,8,'cc_ss_issue',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(696,8,'cc_ss_start_month',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(697,8,'cc_ss_start_year',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(698,18,'is_used_for_refund',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(699,28,'invoice_id',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(700,1,'website_id',NULL,'customer/customer_attribute_backend_website','static','','','select','Associate to Website',NULL,'customer/customer_attribute_source_website',1,0,'',0,''),(701,9,'path',NULL,'','static','','','','Path',NULL,'',0,0,'',0,''),(702,9,'position',NULL,'','static','','','','Position',NULL,'',0,0,'',0,''),(703,10,'media_gallery',NULL,'catalog/product_attribute_backend_media','varchar','','','gallery','Media Gallery',NULL,'',1,0,'',0,''),(704,10,'news_from_date',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Set Product as New from Date',NULL,'',0,0,'',0,''),(705,10,'news_to_date',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Set Product as New to Date',NULL,'',0,0,'',0,''),(706,10,'category_ids',NULL,'','static','','','','',NULL,'',0,0,'',0,''),(707,11,'base_grand_total',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(708,12,'base_subtotal',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(709,12,'base_subtotal_with_discount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(710,12,'base_tax_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(711,12,'base_shipping_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(712,12,'base_discount_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(713,12,'base_custbalance_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(714,12,'base_grand_total',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(715,14,'base_price',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(716,14,'base_discount_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(717,14,'base_tax_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(718,14,'base_row_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(719,14,'additional_data',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(720,15,'base_price',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(721,15,'base_discount_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(722,15,'base_tax_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(723,15,'base_row_total',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(724,15,'additional_data',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(725,4,'store_name',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(726,4,'total_invoiced',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(727,4,'total_online_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(728,4,'total_offline_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(729,4,'base_tax_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(730,4,'base_shipping_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(731,4,'base_discount_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(733,4,'base_custbalance_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(734,4,'base_subtotal',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(735,4,'base_grand_total',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(736,4,'base_total_paid',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(737,4,'base_total_due',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(738,4,'base_total_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(739,4,'base_total_qty_ordered',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(740,4,'base_total_canceled',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(741,4,'base_total_invoiced',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(742,4,'base_total_online_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(743,4,'base_total_offline_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(744,4,'base_adjustment_positive',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(745,4,'base_adjustment_negative',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(746,4,'email_sent',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(747,7,'base_price',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(748,7,'base_original_price',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(749,7,'base_discount_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(750,7,'base_discount_invoiced',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(751,7,'base_tax_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(752,7,'base_tax_invoiced',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(753,7,'base_row_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(754,7,'base_row_invoiced',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(755,7,'base_invoiced_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(756,7,'base_amount_refunded',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(757,7,'additional_data',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(758,8,'base_amount_ordered',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(759,8,'base_amount_authorized',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(760,8,'base_amount_paid',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(761,8,'base_amount_canceled',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(762,8,'base_amount_refunded',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(763,8,'base_shipping_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(764,8,'base_shipping_captured',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(765,8,'base_shipping_refunded',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(766,18,'base_subtotal',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(767,18,'base_discount_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(768,18,'base_tax_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(769,18,'base_shipping_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(770,18,'base_grand_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(771,18,'email_sent',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(772,20,'base_price',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(773,20,'base_discount_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(774,20,'base_tax_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(775,20,'base_row_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(776,20,'additional_data',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(777,24,'email_sent',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(778,25,'additional_data',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(779,28,'base_subtotal',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(780,28,'base_discount_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(781,28,'base_tax_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(782,28,'base_shipping_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(783,28,'base_adjustment',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(784,28,'base_adjustment_positive',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(785,28,'base_adjustment_negative',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(786,28,'base_grand_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(787,28,'email_sent',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(788,29,'base_price',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(789,29,'base_discount_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(790,29,'base_tax_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(791,29,'base_row_total',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(792,29,'additional_data',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(793,11,'items_count',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(794,11,'items_qty',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(795,4,'edit_increment',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(796,4,'original_increment_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(797,4,'subtotal_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(798,4,'subtotal_canceled',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(799,4,'tax_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(800,4,'tax_canceled',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(801,4,'shipping_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(802,4,'shipping_canceled',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(803,4,'base_subtotal_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(804,4,'base_subtotal_canceled',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(805,4,'base_tax_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(806,4,'base_tax_canceled',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(807,4,'base_shipping_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(808,4,'base_shipping_canceled',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(809,4,'subtotal_invoiced',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(810,4,'tax_invoiced',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(811,4,'shipping_invoiced',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(812,4,'base_subtotal_invoiced',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(813,4,'base_tax_invoiced',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(814,4,'base_shipping_invoiced',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(815,12,'save_in_address_book',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(816,11,'reserved_order_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(817,8,'last_trans_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(818,12,'shipping_tax_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(819,12,'base_shipping_tax_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(820,4,'shipping_tax_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(821,4,'base_shipping_tax_amount',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(822,18,'shipping_tax_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(823,18,'base_shipping_tax_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(824,28,'shipping_tax_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(825,28,'base_shipping_tax_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(826,1,'prefix',NULL,'','varchar','','','text','Prefix',NULL,'',0,0,'',0,''),(827,1,'middlename',NULL,'','varchar','','','text','Middle Name/Initial',NULL,'',0,0,'',0,''),(828,1,'suffix',NULL,'','varchar','','','text','Suffix',NULL,'',0,0,'',0,''),(829,1,'dob',NULL,'','datetime','','','date','Date Of Birth',NULL,'',0,0,'',0,''),(830,1,'taxvat',NULL,'','varchar','','','text','Tax/VAT number',NULL,'',0,0,'',0,''),(831,1,'confirmation',NULL,'','varchar','','','text','Is confirmed',NULL,'',0,0,'',0,''),(832,2,'prefix',NULL,'','varchar','','','text','Prefix',NULL,'',0,0,'',0,''),(833,2,'middlename',NULL,'','varchar','','','text','Middle Name/Initial',NULL,'',0,0,'',0,''),(834,2,'suffix',NULL,'','varchar','','','text','Suffix',NULL,'',0,0,'',0,''),(835,9,'level',NULL,'','static','','','','Level',NULL,'',0,0,'',0,''),(836,10,'options_container',NULL,'','varchar','','','select','Display product options in',NULL,'catalog/entity_product_attribute_design_options_container',0,0,'container2',0,''),(837,10,'required_options',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(838,10,'has_options',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(839,4,'customer_prefix',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(840,4,'customer_middlename',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(841,4,'customer_suffix',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(842,6,'prefix',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(843,6,'middlename',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(844,6,'suffix',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(845,11,'customer_prefix',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(846,11,'customer_middlename',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(847,11,'customer_suffix',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(848,12,'prefix',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(849,12,'middlename',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(850,12,'suffix',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(851,11,'customer_dob',NULL,'eav/entity_attribute_backend_datetime','static','','','text','',NULL,'',1,0,'',0,''),(852,4,'customer_dob',NULL,'','datetime','','','text','',NULL,'',1,0,'',0,''),(853,7,'is_virtual',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(854,7,'product_type',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(855,18,'store_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(856,28,'store_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(857,24,'store_id',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(858,4,'customer_taxvat',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(859,10,'price_type',NULL,'','int','','','','',NULL,'',1,0,'',0,''),(860,10,'sku_type',NULL,'','int','','','','',NULL,'',1,0,'',0,''),(861,10,'weight_type',NULL,'','int','','','','',NULL,'',1,0,'',0,''),(862,10,'price_view',NULL,'','int','','','select','Price View',NULL,'bundle/product_attribute_source_price_view',1,0,'',0,''),(863,10,'shipment_type',NULL,'','int','','','','Shipment',NULL,'',1,0,'',0,''),(864,8,'cybersource_token',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(865,18,'cybersource_token',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(866,28,'cybersource_token',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(867,8,'flo2cash_account_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(868,8,'ideal_issuer_id',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(869,8,'ideal_issuer_title',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(870,8,'ideal_transaction_checked',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(871,8,'paybox_request_number',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(872,8,'paybox_question_number',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(873,10,'max_resolution',NULL,NULL,'varchar',NULL,NULL,'text','Max Resolution','',NULL,0,1,'',0,''),(874,10,'ram_size',NULL,NULL,'varchar',NULL,NULL,'text','RAM SIze','',NULL,0,1,'',0,''),(875,10,'contrast_ratio',NULL,NULL,'int',NULL,NULL,'select','Contrast Ratio','','eav/entity_attribute_source_table',0,1,'',0,''),(876,10,'response_time',NULL,NULL,'varchar',NULL,NULL,'text','Response Time','',NULL,0,1,'',0,''),(877,10,'cpu_speed',NULL,NULL,'int',NULL,NULL,'select','CPU Speed','','eav/entity_attribute_source_table',0,1,'',0,''),(878,10,'harddrive_speed',NULL,NULL,'varchar',NULL,NULL,'text','Disk Speed','',NULL,0,1,'',0,''),(879,10,'image_label',NULL,'','varchar','','','text','Image Label',NULL,'',0,0,'',0,''),(880,10,'small_image_label',NULL,'','varchar','','','text','Small Image Label',NULL,'',0,0,'',0,''),(881,10,'thumbnail_label',NULL,'','varchar','','','text','Thumbnail Label',NULL,'',0,0,'',0,''),(882,4,'can_ship_partially',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(883,4,'can_ship_partially_item',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(884,4,'payment_authorization_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(885,4,'payment_authorization_expiration',NULL,'','int','','','text','',NULL,'',1,0,'',0,''),(886,4,'shipping_tax_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(887,4,'base_shipping_tax_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(888,4,'global_currency_code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(889,4,'base_to_global_rate',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(890,4,'base_to_order_rate',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(891,18,'global_currency_code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(892,18,'base_to_global_rate',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(893,18,'base_to_order_rate',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(894,28,'global_currency_code',NULL,'','varchar','','','text','',NULL,'',1,0,'',0,''),(895,28,'base_to_global_rate',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(896,28,'base_to_order_rate',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(897,4,'discount_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(898,4,'discount_canceled',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(899,4,'discount_invoiced',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(900,4,'base_discount_refunded',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(901,4,'base_discount_canceled',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(902,4,'base_discount_invoiced',NULL,'','static','','','text','',NULL,'',1,0,'',0,''),(903,10,'enable_googlecheckout',NULL,'','int','','','select','Is product available for purchase with Google Checkout',NULL,'eav/entity_attribute_source_boolean',0,0,'1',0,''),(904,10,'links_purchased_separately',NULL,'','int','','','','Links can be purchased separately',NULL,'',1,0,'',0,''),(905,10,'samples_title',NULL,'','varchar','','','','Samples title',NULL,'',1,0,'',0,''),(906,10,'links_title',NULL,'','varchar','','','','Links title',NULL,'',1,0,'',0,''),(907,29,'base_weee_tax_applied_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(908,29,'base_weee_tax_applied_row_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(909,29,'weee_tax_applied_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(910,29,'weee_tax_applied_row_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(911,20,'base_weee_tax_applied_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(912,20,'base_weee_tax_applied_row_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(913,20,'weee_tax_applied_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(914,20,'weee_tax_applied_row_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(915,20,'weee_tax_applied',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(916,29,'weee_tax_applied',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(917,29,'weee_tax_disposition',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(918,29,'weee_tax_row_disposition',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(919,29,'base_weee_tax_disposition',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(920,29,'base_weee_tax_row_disposition',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(921,20,'weee_tax_disposition',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(922,20,'weee_tax_row_disposition',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(923,20,'base_weee_tax_disposition',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(924,20,'base_weee_tax_row_disposition',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(925,9,'available_sort_by',NULL,'catalog/category_attribute_backend_sortby','text','','','multiselect','Available Product Listing Sort by',NULL,'catalog/category_attribute_source_sortby',1,0,'',0,''),(926,9,'default_sort_by',NULL,'catalog/category_attribute_backend_sortby','varchar','','','select','Default Product Listing Sort by',NULL,'catalog/category_attribute_source_sortby',1,0,'',0,''),(927,10,'page_layout',NULL,'','varchar','','','select','Page Layout',NULL,'catalog/product_attribute_source_layout',0,0,'',0,''),(928,4,'base_customer_balance_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(929,4,'customer_balance_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(930,4,'base_customer_balance_invoiced',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(931,4,'customer_balance_invoiced',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(932,4,'base_customer_balance_refunded',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(933,4,'customer_balance_refunded',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(934,18,'base_customer_balance_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(935,18,'customer_balance_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(936,28,'base_customer_balance_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(937,28,'customer_balance_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(938,10,'giftcard_amounts',NULL,'enterprise_giftcard/attribute_backend_giftcard_amount','decimal','','','price','Amounts',NULL,'',0,0,'',0,''),(939,10,'allow_open_amount',NULL,'','int','','','select','Allow Open Amount',NULL,'enterprise_giftcard/source_open',1,0,'',0,''),(940,10,'open_amount_min',NULL,'catalog/product_attribute_backend_price','decimal','','','price','Open Amount Min Value',NULL,'',0,0,'',0,''),(941,10,'open_amount_max',NULL,'catalog/product_attribute_backend_price','decimal','','','price','Open Amount Max Value',NULL,'',0,0,'',0,''),(942,10,'giftcard_type',NULL,'','int','','','select','Card Type',NULL,'enterprise_giftcard/source_type',1,0,'',0,''),(943,10,'is_redeemable',NULL,'','int','','','text','Is Redeemable',NULL,'',0,0,'',0,''),(944,10,'use_config_is_redeemable',NULL,'','int','','','text','Use Config Is Redeemable',NULL,'',0,0,'',0,''),(945,10,'lifetime',NULL,'','int','','','text','Lifetime',NULL,'',0,0,'',0,''),(946,10,'use_config_lifetime',NULL,'','int','','','text','Use Config Lifetime',NULL,'',0,0,'',0,''),(947,10,'email_template',NULL,'','varchar','','','text','Email Template',NULL,'',0,0,'',0,''),(948,10,'use_config_email_template',NULL,'','int','','','text','Use Config Email Template',NULL,'',0,0,'',0,''),(949,10,'allow_message',NULL,'','int','','','text','Allow Message',NULL,'',0,0,'',0,''),(950,10,'use_config_allow_message',NULL,'','int','','','text','Use Config Allow Message',NULL,'',0,0,'',0,''),(951,4,'gift_cards',NULL,'','text','','','text','',NULL,'',1,0,'',0,''),(952,4,'base_gift_cards_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(953,4,'gift_cards_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(954,4,'base_gift_cards_invoiced',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(955,4,'gift_cards_invoiced',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(956,18,'base_gift_cards_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(957,18,'gift_cards_amount',NULL,'','decimal','','','text','',NULL,'',1,0,'',0,''),(958,10,'created_at',NULL,'eav/entity_attribute_backend_time_created','static','','','text','','','',1,0,'',0,''),(959,10,'updated_at',NULL,'eav/entity_attribute_backend_time_updated','static','','','text','','','',1,0,'',0,''),(960,4,'forced_do_shipment_with_invoice',NULL,'','int','','','text','','','',1,0,'0',0,''),(961,4,'paypal_ipn_customer_notified',NULL,'','int','','','text','','','',1,0,'0',0,''),(962,28,'base_customer_balance_total_refunded',NULL,'','decimal','','','text','','','',1,0,'',0,''),(963,28,'customer_balance_total_refunded',NULL,'','decimal','','','text','','','',1,0,'',0,''),(964,4,'base_customer_balance_total_refunded',NULL,'','decimal','','','text','','','',1,0,'',0,''),(965,4,'customer_balance_total_refunded',NULL,'','decimal','','','text','','','',1,0,'',0,''),(966,4,'base_gift_cards_refunded',NULL,'','decimal','','','text','','','',1,0,'',0,''),(967,4,'gift_cards_refunded',NULL,'','decimal','','','text','','','',1,0,'',0,''),(968,28,'base_gift_cards_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(969,28,'gift_cards_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(970,1,'gender',NULL,'','int','','','select','Gender','','eav/entity_attribute_source_table',0,0,'',0,''),(971,1,'created_at',NULL,'','static','','','date','Created At','','',0,0,'',0,''),(972,4,'base_total_invoiced_cost',NULL,'','static','','','text','','','',1,0,'',0,''),(973,4,'x_forwarded_for',NULL,'','varchar','','','text','','','',1,0,'',0,''),(974,4,'protect_code',NULL,'','static','','','text','','','',1,0,'',0,''),(975,4,'discount_description',NULL,'','varchar','','','text','','','',1,0,'',0,''),(976,4,'shipping_discount_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(977,4,'base_shipping_discount_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(978,4,'subtotal_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(979,4,'base_subtotal_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(980,20,'price_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(981,20,'base_price_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(982,20,'row_total_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(983,20,'base_row_total_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(984,18,'subtotal_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(985,18,'base_subtotal_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(986,29,'price_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(987,29,'base_price_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(988,29,'row_total_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(989,29,'base_row_total_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(990,28,'subtotal_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(991,28,'base_subtotal_incl_tax',NULL,'','decimal','','','text','','','',1,0,'',0,''),(992,10,'links_exist',NULL,'','int','','','','','','',0,0,'0',0,''),(997,8,'additional_information',NULL,'','text','','','text','','','',1,0,'',0,''),(998,4,'customer_gender',NULL,'','int','','','text','','','',1,0,'',0,''),(999,8,'base_amount_paid_online',NULL,'','decimal','','','text','','','',1,0,'',0,''),(1000,8,'base_amount_refunded_online',NULL,'','decimal','','','text','','','',1,0,'',0,''),(1001,8,'cc_secure_verify',NULL,'','varchar','','','text','','','',1,0,'',0,''),(1002,4,'reward_points_balance',NULL,'','int','','','text','','','',1,0,'',0,''),(1003,4,'base_reward_currency_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(1004,4,'reward_currency_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(1005,4,'base_reward_currency_amount_invoiced',NULL,'','decimal','','','text','','','',1,0,'',0,''),(1006,4,'reward_currency_amount_invoiced',NULL,'','decimal','','','text','','','',1,0,'',0,''),(1007,4,'base_reward_currency_amount_refunded',NULL,'','decimal','','','text','','','',1,0,'',0,''),(1008,4,'reward_currency_amount_refunded',NULL,'','decimal','','','text','','','',1,0,'',0,''),(1013,4,'reward_points_balance_refunded',NULL,'','int','','','text','','','',1,0,'',0,''),(1014,18,'reward_points_balance',NULL,'','int','','','text','','','',1,0,'',0,''),(1015,18,'base_reward_currency_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(1016,18,'reward_currency_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(1017,28,'reward_points_balance',NULL,'','int','','','text','','','',1,0,'',0,''),(1018,28,'base_reward_currency_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(1019,28,'reward_currency_amount',NULL,'','decimal','','','text','','','',1,0,'',0,''),(1020,4,'reward_points_balance_to_refund',NULL,'','int','','','text','','','',1,0,'',0,''),(1021,28,'reward_points_balance_to_refund',NULL,'','int','','','text','','','',1,0,'',0,''),(1022,4,'reward_salesrule_points',NULL,'','int','','','text','','','',1,0,'',0,''),(1023,1,'reward_update_notification',NULL,'','int','','','text','','','',1,0,'',0,''),(1024,1,'reward_warning_notification',NULL,'','int','','','text','','','',1,0,'',0,''),(1025,9,'include_in_menu',NULL,'','int','','','select','Include in Navigation Menu','','eav/entity_attribute_source_boolean',0,0,'1',0,'');
/*!40000 ALTER TABLE `eav_attribute` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_attribute_group`
--
DROP TABLE IF EXISTS `eav_attribute_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_attribute_group` (
`attribute_group_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_group_name` varchar(255) NOT NULL DEFAULT '',
`sort_order` smallint(6) NOT NULL DEFAULT '0',
`default_id` smallint(5) unsigned DEFAULT '0',
PRIMARY KEY (`attribute_group_id`),
UNIQUE KEY `attribute_set_id` (`attribute_set_id`,`attribute_group_name`),
KEY `attribute_set_id_2` (`attribute_set_id`,`sort_order`),
CONSTRAINT `FK_eav_attribute_group` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=168 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_attribute_group`
--
LOCK TABLES `eav_attribute_group` WRITE;
/*!40000 ALTER TABLE `eav_attribute_group` DISABLE KEYS */;
INSERT INTO `eav_attribute_group` VALUES (1,1,'General',4,1),(2,2,'General',4,1),(3,3,'General',4,1),(4,9,'General',1,1),(7,12,'General Information',10,1),(9,9,'Prices',2,0),(12,9,'Meta Information',3,0),(15,9,'Images',4,0),(17,23,'General',3,1),(18,24,'General',3,1),(19,25,'General',3,1),(20,26,'General',3,1),(21,27,'General',3,1),(22,28,'General',3,1),(23,18,'General',2,1),(24,20,'General',2,1),(25,21,'General',2,1),(26,22,'General',2,1),(27,29,'General',3,1),(28,30,'General',3,1),(29,31,'General',3,1),(30,32,'General',3,1),(31,33,'General',3,1),(32,34,'General',3,1),(47,38,'General',1,1),(48,38,'Meta Information',3,0),(49,38,'Prices',2,0),(50,38,'Images',5,0),(51,39,'General',43,1),(52,39,'Meta Information',45,0),(53,39,'Prices',44,0),(54,39,'Images',46,0),(55,40,'General',43,1),(56,40,'Meta Information',45,0),(57,40,'Prices',44,0),(58,40,'Images',46,0),(59,41,'General',1,1),(60,41,'Meta Information',3,0),(61,41,'Prices',2,0),(62,41,'Images',4,0),(63,42,'General',43,1),(64,42,'Meta Information',45,0),(65,42,'Images',46,0),(66,42,'Prices',44,0),(72,44,'General',7,1),(73,44,'Meta Information',2,0),(74,44,'Images',4,0),(75,44,'Prices',5,0),(76,39,'Computer Attributes',48,0),(77,39,'Descriptions',47,0),(78,44,'Descriptions',3,0),(79,44,'Camera Attributes',6,0),(80,45,'General',1,1),(81,45,'Meta Information',3,0),(82,45,'Images',4,0),(83,45,'Prices',2,0),(84,38,'Descriptions',4,0),(85,38,'Cell Phone Attributes',6,0),(87,40,'Descriptions',47,0),(88,40,'Shoe Attributes',48,0),(89,41,'Descriptions',5,0),(90,42,'Descriptions',47,0),(91,42,'Furniture Attributes',48,0),(92,45,'Description',5,0),(93,45,'Shirt Attributes',6,0),(94,41,'T-shirts Attributes',6,0),(95,9,'Description',5,0),(96,46,'General',1,1),(97,46,'Prices',2,0),(98,46,'Meta Information',3,0),(99,46,'Images',4,0),(100,46,'Description',5,0),(118,9,'Design',6,0),(119,44,'Design',8,0),(120,38,'Design',7,0),(121,39,'Design',49,0),(122,42,'Design',49,0),(123,45,'Design',7,0),(124,46,'Design',6,0),(125,40,'Design',49,0),(126,41,'Design',7,0),(128,50,'General',1,1),(129,51,'General',1,1),(130,52,'General',1,1),(131,53,'General',1,1),(132,54,'General',1,1),(133,55,'General',1,1),(134,56,'General',1,1),(135,57,'General',1,1),(136,58,'General',1,1),(137,58,'Prices',2,0),(138,58,'Meta Information',3,0),(139,58,'Images',4,0),(140,58,'Description',5,0),(141,58,'Design',6,0),(142,59,'General',1,1),(143,59,'Prices',2,0),(144,59,'Meta Information',3,0),(145,59,'Images',4,0),(146,59,'Description',5,0),(147,59,'Design',6,0),(148,60,'General',1,1),(149,60,'Prices',2,0),(150,60,'Meta Information',3,0),(151,60,'Images',4,0),(152,60,'Description',5,0),(153,60,'Design',6,0),(154,61,'General',43,1),(155,61,'Prices',44,0),(156,61,'Meta Information',45,0),(157,61,'Images',46,0),(158,61,'Description',47,0),(159,61,'Design',48,0),(160,62,'General',1,1),(161,62,'Prices',2,0),(162,62,'Meta Information',3,0),(163,62,'Images',4,0),(164,62,'Description',5,0),(165,62,'Design',6,0),(166,12,'Display Settings',20,0),(167,12,'Custom Design',30,0);
/*!40000 ALTER TABLE `eav_attribute_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_attribute_label`
--
DROP TABLE IF EXISTS `eav_attribute_label`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_attribute_label` (
`attribute_label_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`value` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`attribute_label_id`),
KEY `IDX_ATTRIBUTE_LABEL_ATTRIBUTE` (`attribute_id`),
KEY `IDX_ATTRIBUTE_LABEL_STORE` (`store_id`),
KEY `IDX_ATTRIBUTE_LABEL_ATTRIBUTE_STORE` (`attribute_id`,`store_id`),
CONSTRAINT `FK_ATTRIBUTE_LABEL_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_ATTRIBUTE_LABEL_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_attribute_label`
--
LOCK TABLES `eav_attribute_label` WRITE;
/*!40000 ALTER TABLE `eav_attribute_label` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_attribute_label` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_attribute_option`
--
DROP TABLE IF EXISTS `eav_attribute_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_attribute_option` (
`option_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`sort_order` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`option_id`),
KEY `FK_ATTRIBUTE_OPTION_ATTRIBUTE` (`attribute_id`),
CONSTRAINT `FK_ATTRIBUTE_OPTION_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=125 DEFAULT CHARSET=utf8 COMMENT='Attributes option (for source model)';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_attribute_option`
--
LOCK TABLES `eav_attribute_option` WRITE;
/*!40000 ALTER TABLE `eav_attribute_option` DISABLE KEYS */;
INSERT INTO `eav_attribute_option` VALUES (1,102,1),(2,102,2),(3,102,3),(4,102,4),(5,102,5),(6,102,6),(7,102,7),(8,102,8),(9,102,9),(10,102,10),(11,465,1),(12,465,2),(13,465,3),(20,102,12),(21,102,11),(22,272,0),(23,272,0),(24,272,0),(25,272,0),(26,272,0),(27,102,0),(28,102,0),(29,102,0),(30,102,0),(31,102,0),(32,102,0),(33,102,0),(34,102,0),(35,501,0),(36,501,0),(37,502,12),(38,502,11),(39,502,10),(40,502,9),(41,502,8),(42,502,7),(43,502,6),(44,502,5),(45,502,4),(46,502,3),(47,107,0),(48,107,0),(49,107,0),(51,107,0),(52,107,0),(53,107,0),(54,97,0),(55,97,0),(56,107,0),(57,272,0),(58,272,0),(59,272,0),(60,272,0),(61,272,0),(62,102,0),(63,102,0),(64,102,0),(65,501,0),(66,501,0),(67,508,0),(68,508,0),(69,508,0),(70,508,0),(71,508,0),(72,508,0),(73,510,0),(74,510,0),(75,510,0),(76,510,0),(77,510,0),(78,510,0),(79,510,0),(83,102,0),(88,513,9),(89,513,8),(90,513,7),(91,513,6),(92,513,5),(93,513,4),(94,513,3),(95,513,2),(96,513,1),(97,107,0),(98,525,3),(99,525,2),(100,525,1),(101,102,0),(102,102,0),(103,102,0),(104,102,0),(105,102,0),(106,875,0),(107,875,0),(108,875,0),(109,875,0),(110,875,0),(111,102,0),(112,877,0),(113,877,0),(114,877,0),(115,877,0),(116,102,0),(117,102,0),(118,102,0),(119,102,0),(120,102,0),(121,102,0),(122,102,0),(123,970,0),(124,970,1);
/*!40000 ALTER TABLE `eav_attribute_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_attribute_option_value`
--
DROP TABLE IF EXISTS `eav_attribute_option_value`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_attribute_option_value` (
`value_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`option_id` int(10) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`value` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`value_id`),
KEY `FK_ATTRIBUTE_OPTION_VALUE_OPTION` (`option_id`),
KEY `FK_ATTRIBUTE_OPTION_VALUE_STORE` (`store_id`),
CONSTRAINT `FK_ATTRIBUTE_OPTION_VALUE_OPTION` FOREIGN KEY (`option_id`) REFERENCES `eav_attribute_option` (`option_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_ATTRIBUTE_OPTION_VALUE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=1462 DEFAULT CHARSET=utf8 COMMENT='Attribute option values per store';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_attribute_option_value`
--
LOCK TABLES `eav_attribute_option_value` WRITE;
/*!40000 ALTER TABLE `eav_attribute_option_value` DISABLE KEYS */;
INSERT INTO `eav_attribute_option_value` VALUES (51,11,1,'Red'),(52,12,1,'Blue'),(53,13,1,'Yellow'),(54,11,0,'Red'),(55,12,0,'Blue'),(56,13,0,'Yellow'),(476,65,0,'Boys'),(477,66,0,'Girls'),(478,36,0,'Mens'),(479,35,0,'Womens'),(919,55,0,'Mens'),(920,54,0,'Womens'),(1110,61,0,'Gray'),(1111,23,0,'Silver'),(1112,23,1,'Silver'),(1113,24,0,'Black'),(1114,24,1,'Black'),(1115,25,0,'Blue'),(1116,25,1,'Blue'),(1117,26,0,'Red'),(1118,26,1,'Red'),(1119,57,0,'Pink'),(1120,58,0,'Magneta'),(1121,59,0,'Brown'),(1122,60,0,'White'),(1123,22,0,'Green'),(1124,22,1,'Green'),(1138,97,0,'Sandal'),(1139,56,0,'Misc'),(1140,53,0,'Tennis'),(1141,52,0,'Dress'),(1142,51,0,'High Heels'),(1143,49,0,'Running'),(1144,48,0,'Biking'),(1145,47,0,'Golf Shoes'),(1146,46,0,'3'),(1147,45,0,'4'),(1148,44,0,'5'),(1149,43,0,'6'),(1150,42,0,'7'),(1151,41,0,'8'),(1152,40,0,'9'),(1153,39,0,'10'),(1154,38,0,'11'),(1155,37,0,'12'),(1156,72,0,'Living Room'),(1157,71,0,'Bedroom'),(1158,70,0,'Dining Room'),(1159,69,0,'Kitchen'),(1160,68,0,'Kids Room'),(1161,67,0,'Bathroom'),(1162,96,0,'2'),(1163,95,0,'3'),(1164,94,0,'4'),(1165,93,0,'5'),(1166,92,0,'6'),(1167,91,0,'7'),(1168,90,0,'8'),(1169,89,0,'9'),(1170,88,0,'10'),(1171,100,0,'Small'),(1172,99,0,'Medium'),(1173,98,0,'Large'),(1215,106,0,'10000:1'),(1216,107,0,'1500:1'),(1217,108,0,'1000:1'),(1218,109,0,'2000:1'),(1219,110,0,'3000:1'),(1262,112,0,'3.0 GHz'),(1263,113,0,'2.5 GHz'),(1264,114,0,'3.2 GHz'),(1265,115,0,'2.0 GHz'),(1404,122,0,'HTC'),(1405,121,0,'Logitech'),(1406,63,0,'CN CLogs'),(1407,62,0,'Steve Madden'),(1408,34,0,'Canon'),(1409,33,0,'Olympus'),(1410,32,0,'Argus'),(1411,31,0,'Kodak'),(1412,30,0,'Dell'),(1413,29,0,'Apple'),(1414,28,0,'Acer'),(1415,27,0,'Gateway'),(1416,64,0,'Asics'),(1417,83,0,'Toshiba'),(1418,101,0,'At&t'),(1419,119,0,'Seagate'),(1420,118,0,'Western Digital'),(1421,117,0,'AMD'),(1422,116,0,'Intel'),(1423,111,0,'Crucial'),(1424,105,0,'Nine West'),(1425,104,0,'Ecco'),(1426,103,0,'Kenneth Cole'),(1427,102,0,'Anashria'),(1428,120,0,'Microsoft'),(1429,1,1,'LG'),(1430,1,0,'LG'),(1431,2,1,'Sony'),(1432,2,0,'Sony'),(1433,3,1,'Samsung'),(1434,3,0,'Samsung'),(1435,4,1,'HP'),(1436,4,0,'HP'),(1437,5,1,'JVC'),(1438,5,0,'JVC'),(1439,6,1,'Panasonic'),(1440,6,0,'Panasonic'),(1441,7,1,'Yamaha'),(1442,7,0,'Yamaha'),(1443,8,1,'Philips'),(1444,8,0,'Philips'),(1445,9,1,'Acco'),(1446,9,0,'Acco'),(1447,10,1,'Aiwa'),(1448,10,0,'Aiwa'),(1449,21,1,'BlackBerry'),(1450,21,0,'BlackBerry'),(1451,20,1,'Nokia'),(1452,20,0,'Nokia'),(1453,79,0,'Acer'),(1454,78,0,'IBM'),(1455,77,0,'Apple'),(1456,76,0,'Sony'),(1457,75,0,'Gateway'),(1458,74,0,'Toshiba'),(1459,73,0,'Dell'),(1460,123,0,'Male'),(1461,124,0,'Female');
/*!40000 ALTER TABLE `eav_attribute_option_value` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_attribute_set`
--
DROP TABLE IF EXISTS `eav_attribute_set`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_attribute_set` (
`attribute_set_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_set_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_swedish_ci NOT NULL DEFAULT '',
`sort_order` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`attribute_set_id`),
UNIQUE KEY `entity_type_id` (`entity_type_id`,`attribute_set_name`),
KEY `entity_type_id_2` (`entity_type_id`,`sort_order`),
CONSTRAINT `FK_eav_attribute_set` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_attribute_set`
--
LOCK TABLES `eav_attribute_set` WRITE;
/*!40000 ALTER TABLE `eav_attribute_set` DISABLE KEYS */;
INSERT INTO `eav_attribute_set` VALUES (1,1,'Default',8),(2,2,'Default',8),(3,3,'Default',5),(9,10,'Default',16),(12,9,'Default',14),(18,4,'Default',33),(19,5,'Default',1),(20,6,'Default',34),(21,7,'Default',34),(22,8,'Default',34),(23,11,'Default',32),(24,12,'Default',33),(25,13,'Default',33),(26,14,'Default',33),(27,15,'Default',33),(28,16,'Default',34),(29,17,'Default',32),(30,18,'Default',32),(31,19,'Default',3),(32,20,'Default',32),(33,21,'Default',4),(34,22,'Default',3),(38,10,'Cell Phones',0),(39,10,'Computer',0),(40,10,'Shoes',0),(41,10,'Shirts T',0),(42,10,'Furniture',0),(44,10,'Cameras',0),(45,10,'Shirts Other',0),(46,10,'Shirts (General)',0),(50,23,'Default',29),(51,24,'Default',29),(52,25,'Default',29),(53,26,'Default',29),(54,27,'Default',29),(55,28,'Default',29),(56,29,'Default',29),(57,30,'Default',29),(58,10,'RAM',0),(59,10,'Warranties',0),(60,10,'CPU',0),(61,10,'Monitors',0),(62,10,'Hard Drive',0);
/*!40000 ALTER TABLE `eav_attribute_set` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity`
--
DROP TABLE IF EXISTS `eav_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_entity` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(8) unsigned NOT NULL DEFAULT '0',
`attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`increment_id` varchar(50) NOT NULL DEFAULT '',
`parent_id` int(11) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`is_active` tinyint(1) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`entity_id`),
KEY `FK_ENTITY_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_ENTITY_STORE` (`store_id`),
CONSTRAINT `FK_eav_entity` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_eav_entity_store` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Entityies';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity`
--
LOCK TABLES `eav_entity` WRITE;
/*!40000 ALTER TABLE `eav_entity` DISABLE KEYS */;
INSERT INTO `eav_entity` VALUES (1,1,0,'',0,1,'0000-00-00 00:00:00','0000-00-00 00:00:00',1);
/*!40000 ALTER TABLE `eav_entity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_attribute`
--
DROP TABLE IF EXISTS `eav_entity_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_entity_attribute` (
`entity_attribute_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_group_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`sort_order` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`entity_attribute_id`),
UNIQUE KEY `attribute_set_id_2` (`attribute_set_id`,`attribute_id`),
UNIQUE KEY `attribute_group_id` (`attribute_group_id`,`attribute_id`),
KEY `attribute_set_id_3` (`attribute_set_id`,`sort_order`),
KEY `FK_EAV_ENTITY_ATTRIVUTE_ATTRIBUTE` (`attribute_id`),
CONSTRAINT `FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_eav_entity_attribute` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_eav_entity_attribute_group` FOREIGN KEY (`attribute_group_id`) REFERENCES `eav_attribute_group` (`attribute_group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_ATTRIVUTE_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_ATTRIVUTE_GROUP` FOREIGN KEY (`attribute_group_id`) REFERENCES `eav_attribute_group` (`attribute_group_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4929 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_attribute`
--
LOCK TABLES `eav_entity_attribute` WRITE;
/*!40000 ALTER TABLE `eav_entity_attribute` DISABLE KEYS */;
INSERT INTO `eav_entity_attribute` VALUES (1,1,1,1,1,40),(2,1,1,1,2,50),(3,1,1,1,3,60),(4,1,1,1,4,4),(7,1,1,1,7,7),(8,1,1,1,8,8),(9,2,2,2,9,10),(10,2,2,2,10,20),(11,2,2,2,11,60),(12,2,2,2,12,70),(13,2,2,2,13,80),(14,2,2,2,14,90),(15,2,2,2,15,50),(16,2,2,2,16,40),(17,2,2,2,17,100),(18,2,2,2,18,110),(19,3,3,3,19,1),(95,2,2,2,95,30),(112,10,9,4,110,15),(194,8,1,1,256,0),(195,8,1,1,255,0),(196,8,1,1,254,0),(197,8,1,1,253,0),(198,7,1,1,252,0),(199,7,1,1,251,0),(200,7,1,1,250,0),(201,7,1,1,249,0),(202,7,1,1,248,0),(203,7,1,1,247,0),(204,7,1,1,246,0),(205,7,1,1,245,0),(206,7,1,1,244,0),(207,7,1,1,243,0),(208,7,1,1,242,0),(209,7,1,1,241,0),(210,7,1,1,240,0),(211,7,1,1,239,0),(212,7,1,1,238,0),(213,7,1,1,237,0),(214,7,1,1,236,0),(215,7,1,1,235,0),(216,7,1,1,234,0),(217,6,1,1,233,0),(218,6,1,1,232,0),(219,6,1,1,231,0),(220,6,1,1,230,0),(221,6,1,1,229,0),(222,6,1,1,228,0),(223,6,1,1,227,0),(224,6,1,1,226,0),(225,6,1,1,225,0),(226,6,1,1,223,0),(227,6,1,1,224,0),(228,6,1,1,222,0),(229,6,1,1,221,0),(230,6,1,1,220,0),(231,6,1,1,219,0),(232,6,1,1,218,0),(233,4,1,1,217,0),(234,4,1,1,216,0),(235,4,1,1,215,0),(236,4,1,1,214,0),(237,4,1,1,213,0),(238,4,1,1,212,0),(239,4,1,1,211,0),(240,4,1,1,210,0),(241,4,1,1,209,0),(242,4,1,1,208,0),(243,4,1,1,207,0),(245,4,1,1,205,0),(246,4,1,1,204,0),(247,4,1,1,203,0),(248,4,1,1,202,0),(249,4,1,1,201,0),(250,4,1,1,200,0),(251,4,1,1,199,0),(252,4,1,1,198,0),(253,4,1,1,197,0),(254,4,1,1,196,0),(255,4,1,1,195,0),(256,4,1,1,194,0),(257,8,1,1,257,0),(258,8,1,1,258,0),(259,8,1,1,259,0),(260,8,1,1,260,0),(261,8,1,1,261,0),(262,8,1,1,262,0),(263,8,1,1,263,0),(264,8,1,1,264,0),(265,8,1,1,265,0),(266,8,1,1,266,0),(267,5,1,1,267,0),(268,5,1,1,268,0),(271,9,12,7,111,1),(272,9,12,7,112,2),(273,9,12,7,113,3),(274,9,12,7,114,4),(275,9,12,7,115,5),(276,9,12,7,116,6),(277,9,12,166,117,20),(278,9,12,166,118,10),(279,9,12,7,119,9),(280,9,12,166,120,30),(281,9,12,7,121,11),(282,9,12,7,122,12),(283,9,12,7,123,13),(326,11,23,17,275,1),(327,11,23,17,276,2),(328,11,23,17,277,3),(329,11,23,17,278,4),(330,11,23,17,279,5),(331,11,23,17,280,6),(332,11,23,17,281,7),(333,11,23,17,282,8),(334,11,23,17,283,9),(335,11,23,17,284,10),(336,11,23,17,285,11),(337,11,23,17,286,12),(338,11,23,17,287,13),(339,11,23,17,288,14),(340,11,23,17,289,15),(341,11,23,17,290,16),(342,11,23,17,291,17),(343,11,23,17,292,18),(344,11,23,17,293,19),(345,11,23,17,294,20),(346,11,23,17,295,21),(347,11,23,17,296,22),(348,11,23,17,297,23),(349,12,24,18,298,1),(350,12,24,18,299,2),(351,12,24,18,300,3),(352,12,24,18,301,4),(353,12,24,18,302,5),(354,12,24,18,303,6),(355,12,24,18,304,7),(356,12,24,18,305,8),(357,12,24,18,306,9),(358,12,24,18,307,10),(359,12,24,18,308,11),(360,12,24,18,309,12),(361,12,24,18,310,13),(362,12,24,18,311,14),(363,12,24,18,312,15),(364,12,24,18,313,16),(365,12,24,18,314,17),(366,12,24,18,315,18),(367,12,24,18,316,19),(368,12,24,18,317,20),(369,12,24,18,318,21),(370,12,24,18,319,22),(371,12,24,18,320,23),(372,12,24,18,321,24),(373,12,24,18,322,25),(374,12,24,18,323,26),(375,12,24,18,324,27),(376,12,24,18,325,28),(377,13,25,19,326,1),(378,13,25,19,327,2),(379,13,25,19,328,3),(380,13,25,19,329,4),(381,13,25,19,330,5),(382,13,25,19,331,6),(383,13,25,19,332,7),(384,13,25,19,333,8),(385,14,26,20,334,1),(386,14,26,20,335,2),(387,14,26,20,336,3),(388,14,26,20,337,4),(389,14,26,20,338,5),(390,14,26,20,339,6),(391,14,26,20,340,7),(392,14,26,20,341,8),(393,14,26,20,342,9),(394,15,27,21,343,1),(395,15,27,21,344,2),(396,15,27,21,345,3),(397,15,27,21,346,4),(398,15,27,21,347,5),(399,15,27,21,348,6),(400,15,27,21,349,7),(401,15,27,21,350,8),(402,15,27,21,351,9),(403,15,27,21,352,10),(404,15,27,21,353,11),(405,15,27,21,354,12),(406,15,27,21,355,13),(407,15,27,21,356,14),(408,15,27,21,357,15),(409,15,27,21,358,16),(410,16,28,22,359,1),(411,16,28,22,360,2),(412,16,28,22,361,3),(413,16,28,22,362,4),(414,16,28,22,363,5),(415,16,28,22,364,6),(416,16,28,22,365,7),(417,16,28,22,366,8),(418,16,28,22,367,9),(419,16,28,22,368,10),(420,16,28,22,369,11),(421,4,18,23,370,1),(422,4,18,23,205,2),(423,4,18,23,210,3),(425,4,18,23,204,5),(426,4,18,23,372,6),(427,4,18,23,217,7),(428,4,18,23,216,8),(429,4,18,23,212,9),(430,4,18,23,213,10),(431,4,18,23,373,11),(432,4,18,23,374,12),(433,4,18,23,375,13),(434,4,18,23,376,14),(435,4,18,23,377,15),(436,4,18,23,378,16),(437,4,18,23,379,17),(438,4,18,23,196,18),(439,4,18,23,214,19),(440,4,18,23,208,20),(441,4,18,23,198,21),(442,4,18,23,200,22),(443,4,18,23,201,23),(444,4,18,23,199,24),(445,4,18,23,202,25),(446,4,18,23,203,26),(447,4,18,23,194,27),(448,4,18,23,380,28),(449,4,18,23,381,29),(451,4,18,23,383,31),(452,6,20,24,384,1),(453,6,20,24,385,2),(454,6,20,24,233,3),(455,6,20,24,221,4),(456,6,20,24,386,5),(457,6,20,24,223,6),(458,6,20,24,224,7),(459,6,20,24,225,8),(460,6,20,24,226,9),(461,6,20,24,222,10),(462,6,20,24,227,11),(463,6,20,24,228,12),(464,6,20,24,218,13),(465,6,20,24,229,14),(466,6,20,24,219,15),(467,6,20,24,230,16),(468,6,20,24,231,17),(469,7,21,25,387,1),(470,7,21,25,388,2),(471,7,21,25,249,3),(472,7,21,25,389,4),(473,7,21,25,250,5),(474,7,21,25,251,6),(475,7,21,25,390,7),(476,7,21,25,391,8),(477,7,21,25,236,9),(478,7,21,25,237,10),(479,7,21,25,238,11),(480,7,21,25,239,12),(481,7,21,25,240,13),(482,7,21,25,242,14),(483,7,21,25,243,15),(484,7,21,25,244,16),(485,7,21,25,245,17),(486,7,21,25,246,18),(487,7,21,25,247,19),(488,7,21,25,248,20),(489,8,22,26,392,1),(490,8,22,26,393,2),(491,8,22,26,394,3),(492,8,22,26,395,4),(493,8,22,26,257,5),(494,8,22,26,258,6),(495,8,22,26,259,7),(496,8,22,26,260,8),(497,8,22,26,261,9),(498,8,22,26,262,10),(499,8,22,26,253,11),(500,8,22,26,254,12),(501,8,22,26,396,13),(502,8,22,26,397,14),(503,8,22,26,263,15),(504,8,22,26,264,16),(505,8,22,26,265,17),(506,8,22,26,266,18),(507,8,22,26,398,19),(508,8,22,26,399,20),(509,8,22,26,400,21),(510,8,22,26,401,22),(511,8,22,26,402,23),(512,8,22,26,403,24),(513,8,22,26,404,25),(514,8,22,26,405,26),(515,8,22,26,406,27),(516,17,29,27,407,1),(519,17,29,27,410,4),(520,18,30,28,411,1),(521,18,30,28,412,2),(522,18,30,28,413,3),(523,18,30,28,414,4),(524,18,30,28,415,5),(525,18,30,28,416,6),(526,18,30,28,417,7),(527,18,30,28,418,8),(528,18,30,28,419,9),(529,18,30,28,420,10),(530,18,30,28,421,11),(531,18,30,28,422,12),(532,18,30,28,423,13),(533,18,30,28,424,14),(534,18,30,28,425,15),(535,18,30,28,426,16),(536,18,30,28,427,17),(537,18,30,28,428,18),(538,18,30,28,429,19),(539,18,30,28,430,20),(540,18,30,28,431,21),(541,19,31,29,432,1),(542,19,31,29,433,2),(543,19,31,29,434,3),(544,19,31,29,435,4),(545,19,31,29,436,5),(546,19,31,29,437,6),(547,19,31,29,438,7),(548,19,31,29,439,8),(549,19,31,29,440,9),(550,19,31,29,441,10),(551,19,31,29,442,11),(552,19,31,29,443,12),(553,19,31,29,444,13),(554,19,31,29,445,14),(555,19,31,29,446,15),(556,19,31,29,447,16),(557,19,31,29,448,17),(558,20,32,30,449,1),(559,20,32,30,450,2),(560,20,32,30,451,3),(561,20,32,30,452,4),(562,20,32,30,453,5),(563,20,32,30,454,6),(564,20,32,30,455,7),(565,20,32,30,456,8),(566,20,32,30,457,9),(567,20,32,30,458,10),(568,20,32,30,459,11),(569,21,33,31,460,1),(570,21,33,31,461,2),(571,21,33,31,462,3),(572,21,33,31,463,4),(573,21,33,31,464,5),(574,21,33,31,465,6),(575,21,33,31,466,7),(576,21,33,31,467,8),(577,22,34,32,468,1),(578,22,34,32,469,2),(579,22,34,32,470,3),(580,22,34,32,471,4),(581,22,34,32,472,5),(582,11,23,17,473,24),(583,15,27,21,474,17),(584,14,26,20,475,10),(624,1,1,1,477,30),(625,1,1,1,478,20),(626,9,12,7,479,14),(633,15,27,21,482,18),(634,7,21,25,483,21),(825,10,38,47,110,6),(904,12,24,18,488,29),(905,14,26,20,489,11),(906,15,27,21,490,19),(907,4,18,23,491,32),(990,10,39,51,110,6),(1044,10,40,55,110,6),(1122,10,41,59,110,6),(1166,10,39,53,503,4),(1168,10,9,9,503,1),(1169,10,38,49,503,4),(1172,10,40,57,503,4),(1173,10,41,61,503,4),(1175,12,24,18,504,30),(1176,15,27,21,505,20),(1314,10,42,63,110,6),(1336,10,42,66,503,4),(1571,10,44,72,110,6),(1593,10,44,75,503,4),(1674,9,12,167,514,50),(1675,14,26,20,515,12),(1676,14,26,20,516,13),(1677,14,26,20,517,14),(1678,14,26,20,518,15),(1679,14,26,20,519,16),(1680,14,26,20,520,17),(1681,14,26,20,521,18),(1682,14,26,20,522,19),(1683,14,26,20,523,20),(1684,14,26,20,524,21),(1714,10,44,72,96,1),(1715,10,44,72,98,3),(1716,10,44,72,101,4),(1717,10,44,72,102,6),(1719,10,44,72,272,5),(1720,10,44,72,273,8),(1721,10,44,72,274,9),(1723,10,44,72,481,11),(1724,10,44,72,495,2),(1725,10,44,73,103,1),(1726,10,44,73,104,2),(1727,10,44,73,105,3),(1728,10,44,78,97,2),(1729,10,44,78,492,3),(1730,10,44,78,506,1),(1731,10,44,74,106,3),(1732,10,44,74,109,2),(1733,10,44,74,271,4),(1734,10,44,74,493,1),(1735,10,44,75,99,1),(1736,10,44,75,100,2),(1737,10,44,75,270,3),(1738,10,44,79,494,2),(1739,10,44,79,513,1),(1771,10,45,80,110,6),(1789,10,45,83,503,4),(1820,10,44,72,526,12),(2078,10,39,51,96,43),(2079,10,39,51,98,46),(2080,10,39,51,101,47),(2082,10,39,51,272,48),(2083,10,39,51,273,50),(2084,10,39,51,274,51),(2086,10,39,51,481,53),(2087,10,39,51,495,44),(2088,10,39,51,510,45),(2089,10,39,51,526,54),(2090,10,39,53,99,43),(2091,10,39,53,100,44),(2092,10,39,53,270,45),(2093,10,39,52,103,43),(2094,10,39,52,104,44),(2095,10,39,52,105,45),(2096,10,39,54,106,45),(2097,10,39,54,109,44),(2098,10,39,54,271,46),(2099,10,39,54,493,43),(2100,10,39,77,97,44),(2101,10,39,77,492,45),(2102,10,39,77,506,43),(2103,10,39,76,494,43),(2104,10,39,76,497,46),(2105,10,39,76,498,47),(2106,10,39,76,499,45),(2107,10,39,76,500,44),(2133,10,40,55,96,43),(2134,10,40,55,98,45),(2135,10,40,55,101,46),(2136,10,40,55,102,47),(2138,10,40,55,273,49),(2139,10,40,55,274,50),(2141,10,40,55,481,52),(2142,10,40,55,495,44),(2143,10,40,55,526,53),(2144,10,40,57,99,43),(2145,10,40,57,100,44),(2146,10,40,57,270,45),(2147,10,40,56,103,43),(2148,10,40,56,104,44),(2149,10,40,56,105,45),(2150,10,40,58,106,45),(2151,10,40,58,109,44),(2152,10,40,58,271,46),(2153,10,40,58,493,43),(2154,10,40,87,97,44),(2155,10,40,87,492,45),(2156,10,40,87,506,43),(2157,10,40,88,107,44),(2158,10,40,88,272,45),(2159,10,40,88,501,46),(2160,10,40,88,502,43),(2185,10,42,63,96,43),(2186,10,42,63,98,45),(2187,10,42,63,101,46),(2189,10,42,63,273,49),(2190,10,42,63,274,50),(2192,10,42,63,481,52),(2193,10,42,63,494,47),(2194,10,42,63,495,44),(2195,10,42,63,526,53),(2196,10,42,66,99,43),(2197,10,42,66,100,44),(2198,10,42,66,270,45),(2199,10,42,64,103,43),(2200,10,42,64,104,44),(2201,10,42,64,105,45),(2202,10,42,65,106,45),(2203,10,42,65,109,44),(2204,10,42,65,271,46),(2205,10,42,65,493,43),(2206,10,42,90,97,44),(2207,10,42,90,506,43),(2208,10,42,91,272,46),(2209,10,42,91,507,45),(2210,10,42,91,508,43),(2211,10,42,91,509,44),(2307,10,9,4,96,1),(2308,10,9,4,98,2),(2309,10,9,4,101,3),(2312,10,9,4,273,6),(2313,10,9,4,274,7),(2315,10,9,4,481,9),(2316,10,9,4,526,10),(2317,10,9,9,99,1),(2318,10,9,9,100,2),(2319,10,9,9,270,3),(2320,10,9,12,103,1),(2321,10,9,12,104,2),(2322,10,9,12,105,3),(2323,10,9,15,106,4),(2324,10,9,15,109,2),(2325,10,9,15,271,3),(2326,10,9,15,493,1),(2327,10,9,95,97,1),(2328,10,9,95,506,2),(2437,10,46,96,110,15),(2439,10,46,97,503,1),(2579,16,28,22,527,12),(2580,16,28,22,528,13),(2581,16,28,22,529,14),(2629,9,12,167,530,60),(2630,10,44,119,531,13),(2632,10,39,121,531,55),(2633,10,9,118,531,16),(2634,10,42,122,531,54),(2637,10,40,125,531,54),(2640,1,1,1,532,70),(2641,9,12,7,533,17),(2642,11,23,17,534,25),(2643,12,24,18,535,31),(2644,15,27,21,536,21),(2645,4,18,23,537,33),(2646,6,20,24,538,18),(2647,7,21,25,539,22),(2658,14,26,20,541,22),(2659,7,21,25,542,23),(2660,11,23,17,543,26),(2661,11,23,17,544,27),(2662,11,23,17,545,28),(2663,11,23,17,546,29),(2664,4,18,23,547,34),(2665,4,18,23,548,35),(2666,4,18,23,549,36),(2667,4,18,23,550,37),(2668,15,27,21,551,22),(2669,14,26,20,552,23),(2670,4,18,23,215,38),(2671,4,18,23,553,39),(2672,4,18,23,554,40),(2673,4,18,23,555,41),(2674,4,18,23,556,42),(2675,4,18,23,557,43),(2676,4,18,23,558,44),(2677,17,29,27,559,5),(2678,17,29,27,560,6),(2679,7,21,25,561,24),(2680,10,44,72,562,15),(2682,10,39,51,562,57),(2683,10,9,4,562,18),(2684,10,42,63,562,56),(2687,10,40,55,562,56),(2690,9,12,167,563,10),(2691,9,12,167,564,20),(2692,9,12,167,565,30),(2693,9,12,167,566,40),(2694,10,44,75,567,5),(2696,10,39,53,567,46),(2697,10,9,9,567,4),(2698,10,42,66,567,46),(2701,10,40,57,567,46),(2704,10,44,75,568,6),(2706,10,39,53,568,47),(2707,10,9,9,568,5),(2708,10,42,66,568,47),(2711,10,40,57,568,47),(2714,10,44,75,569,7),(2716,10,39,53,569,48),(2717,10,9,9,569,6),(2718,10,42,66,569,48),(2721,10,40,57,569,48),(2724,10,39,51,102,58),(2725,10,9,4,102,19),(2726,10,42,63,102,57),(2731,10,9,4,272,20),(2734,10,44,72,570,16),(2735,10,38,47,570,57),(2736,10,39,51,570,59),(2737,10,9,4,570,21),(2738,10,42,63,570,58),(2739,10,45,80,570,14),(2740,10,46,96,570,21),(2741,10,40,55,570,57),(2742,10,41,59,570,15),(2744,10,44,119,571,1),(2746,10,39,121,571,1),(2747,10,9,118,571,1),(2748,10,42,122,571,1),(2751,10,40,125,571,1),(2754,10,44,119,572,2),(2756,10,39,121,572,2),(2757,10,9,118,572,2),(2758,10,42,122,572,2),(2761,10,40,125,572,2),(2764,10,44,119,573,3),(2766,10,39,121,573,3),(2767,10,9,118,573,3),(2768,10,42,122,573,3),(2771,10,40,125,573,3),(2774,11,23,17,574,30),(2775,11,23,17,575,31),(2776,12,24,18,576,32),(2777,14,26,20,577,24),(2778,14,26,20,578,25),(2779,15,27,21,579,23),(2780,15,27,21,580,24),(2781,16,28,22,581,15),(2782,4,18,23,582,45),(2783,4,18,23,583,46),(2784,4,18,23,584,47),(2785,4,18,23,585,48),(2786,7,21,25,586,25),(2787,7,21,25,587,26),(2788,7,21,25,234,27),(2789,7,21,25,588,28),(2790,7,21,25,589,29),(2791,7,21,25,590,30),(2792,7,21,25,591,31),(2793,7,21,25,592,32),(2794,7,21,25,593,33),(2795,7,21,25,594,34),(2796,7,21,25,595,35),(2797,8,22,26,596,28),(2798,8,22,26,597,29),(2799,8,22,26,598,30),(2800,8,22,26,599,31),(2801,8,22,26,600,32),(2802,8,22,26,601,33),(2803,8,22,26,602,34),(2804,8,22,26,603,35),(2805,8,22,26,604,36),(2806,18,30,28,605,22),(2807,18,30,28,606,23),(2808,18,30,28,607,24),(2809,18,30,28,608,25),(2810,20,32,30,609,12),(2811,20,32,30,610,13),(2812,23,50,128,611,1),(2813,23,50,128,612,2),(2814,23,50,128,613,3),(2815,24,51,129,614,1),(2816,24,51,129,615,2),(2817,24,51,129,616,3),(2818,24,51,129,617,4),(2819,24,51,129,618,5),(2820,24,51,129,619,6),(2821,24,51,129,620,7),(2822,24,51,129,621,8),(2823,25,52,130,622,1),(2824,25,52,130,623,2),(2825,25,52,130,624,3),(2826,25,52,130,625,4),(2827,25,52,130,626,5),(2828,25,52,130,627,6),(2829,25,52,130,628,7),(2830,25,52,130,629,8),(2831,25,52,130,630,9),(2832,25,52,130,631,10),(2833,26,53,131,632,1),(2834,26,53,131,633,2),(2835,26,53,131,634,3),(2836,27,54,132,635,1),(2837,27,54,132,636,2),(2838,27,54,132,637,3),(2839,27,54,132,638,4),(2840,27,54,132,639,5),(2841,27,54,132,640,6),(2842,27,54,132,641,7),(2843,27,54,132,642,8),(2844,28,55,133,643,1),(2845,28,55,133,644,2),(2846,28,55,133,645,3),(2847,28,55,133,646,4),(2848,28,55,133,647,5),(2849,28,55,133,648,6),(2850,28,55,133,649,7),(2851,28,55,133,650,8),(2852,28,55,133,651,9),(2853,28,55,133,652,10),(2854,28,55,133,653,11),(2855,28,55,133,654,12),(2856,28,55,133,655,13),(2857,28,55,133,656,14),(2858,28,55,133,657,15),(2859,28,55,133,658,16),(2860,28,55,133,659,17),(2861,28,55,133,660,18),(2862,28,55,133,661,19),(2863,28,55,133,662,20),(2864,29,56,134,663,1),(2865,29,56,134,664,2),(2866,29,56,134,665,3),(2867,29,56,134,666,4),(2868,29,56,134,667,5),(2869,29,56,134,668,6),(2870,29,56,134,669,7),(2871,29,56,134,670,8),(2872,29,56,134,671,9),(2873,29,56,134,672,10),(2874,29,56,134,673,11),(2875,29,56,134,674,12),(2876,30,57,135,675,1),(2877,30,57,135,676,2),(2878,30,57,135,677,3),(2879,11,23,17,678,32),(2880,11,23,17,679,33),(2881,14,26,20,680,26),(2882,15,27,21,681,25),(2883,16,28,22,682,16),(2884,16,28,22,683,17),(2885,16,28,22,684,18),(2886,4,18,23,685,49),(2887,4,18,23,686,50),(2888,4,18,23,687,51),(2889,4,18,23,688,52),(2890,4,18,23,689,53),(2891,4,18,23,690,54),(2892,4,18,23,691,55),(2893,4,18,23,692,56),(2894,4,18,23,693,57),(2895,7,21,25,694,36),(2896,8,22,26,695,37),(2897,8,22,26,696,38),(2898,8,22,26,697,39),(2899,18,30,28,698,26),(2900,28,55,133,699,21),(2901,1,1,1,700,10),(2902,9,12,7,701,22),(2903,9,12,7,702,23),(2904,10,44,74,703,5),(2906,10,39,54,703,47),(2907,10,9,15,703,5),(2908,10,42,65,703,47),(2911,10,40,58,703,47),(2914,10,44,72,704,17),(2916,10,39,51,704,60),(2917,10,9,4,704,22),(2918,10,42,63,704,59),(2921,10,40,55,704,58),(2924,10,44,72,705,18),(2926,10,39,51,705,61),(2927,10,9,4,705,23),(2928,10,42,63,705,60),(2931,10,40,55,705,59),(2934,10,44,72,706,19),(2935,10,38,47,706,60),(2936,10,39,51,706,62),(2937,10,9,4,706,24),(2938,10,42,63,706,61),(2939,10,45,80,706,17),(2940,10,46,96,706,24),(2941,10,40,55,706,60),(2942,10,41,59,706,18),(2944,11,23,17,707,34),(2945,12,24,18,708,33),(2946,12,24,18,709,34),(2947,12,24,18,710,35),(2948,12,24,18,711,36),(2949,12,24,18,712,37),(2950,12,24,18,713,38),(2951,12,24,18,714,39),(2952,14,26,20,715,27),(2953,14,26,20,716,28),(2954,14,26,20,717,29),(2955,14,26,20,718,30),(2956,14,26,20,719,31),(2957,15,27,21,720,26),(2958,15,27,21,721,27),(2959,15,27,21,722,28),(2960,15,27,21,723,29),(2961,15,27,21,724,30),(2962,4,18,23,725,58),(2963,4,18,23,726,59),(2964,4,18,23,727,60),(2965,4,18,23,728,61),(2966,4,18,23,729,62),(2967,4,18,23,730,63),(2968,4,18,23,731,64),(2969,4,18,23,732,65),(2970,4,18,23,733,66),(2971,4,18,23,734,67),(2972,4,18,23,735,68),(2973,4,18,23,736,69),(2974,4,18,23,737,70),(2975,4,18,23,738,71),(2976,4,18,23,739,72),(2977,4,18,23,740,73),(2978,4,18,23,741,74),(2979,4,18,23,742,75),(2980,4,18,23,743,76),(2981,4,18,23,744,77),(2982,4,18,23,745,78),(2983,4,18,23,746,79),(2984,7,21,25,747,37),(2985,7,21,25,748,38),(2986,7,21,25,749,39),(2987,7,21,25,750,40),(2988,7,21,25,751,41),(2989,7,21,25,752,42),(2990,7,21,25,753,43),(2991,7,21,25,754,44),(2992,7,21,25,755,45),(2993,7,21,25,756,46),(2994,7,21,25,757,47),(2995,8,22,26,758,40),(2996,8,22,26,759,41),(2997,8,22,26,760,42),(2998,8,22,26,761,43),(2999,8,22,26,762,44),(3000,8,22,26,763,45),(3001,8,22,26,764,46),(3002,8,22,26,765,47),(3003,18,30,28,766,27),(3004,18,30,28,767,28),(3005,18,30,28,768,29),(3006,18,30,28,769,30),(3007,18,30,28,770,31),(3008,18,30,28,771,32),(3009,20,32,30,772,14),(3010,20,32,30,773,15),(3011,20,32,30,774,16),(3012,20,32,30,775,17),(3013,20,32,30,776,18),(3014,24,51,129,777,9),(3015,25,52,130,778,11),(3016,28,55,133,779,22),(3017,28,55,133,780,23),(3018,28,55,133,781,24),(3019,28,55,133,782,25),(3020,28,55,133,783,26),(3021,28,55,133,784,27),(3022,28,55,133,785,28),(3023,28,55,133,786,29),(3024,28,55,133,787,30),(3025,29,56,134,788,13),(3026,29,56,134,789,14),(3027,29,56,134,790,15),(3028,29,56,134,791,16),(3029,29,56,134,792,17),(3030,11,23,17,793,35),(3031,11,23,17,794,36),(3032,4,18,23,795,80),(3033,4,18,23,796,81),(3034,4,18,23,797,82),(3035,4,18,23,798,83),(3036,4,18,23,799,84),(3037,4,18,23,800,85),(3038,4,18,23,801,86),(3039,4,18,23,802,87),(3040,4,18,23,803,88),(3041,4,18,23,804,89),(3042,4,18,23,805,90),(3043,4,18,23,806,91),(3044,4,18,23,807,92),(3045,4,18,23,808,93),(3046,4,18,23,809,94),(3047,4,18,23,810,95),(3048,4,18,23,811,96),(3049,4,18,23,812,97),(3050,4,18,23,813,98),(3051,4,18,23,814,99),(3052,12,24,18,815,40),(3053,11,23,17,816,37),(3054,8,22,26,817,48),(3055,12,24,18,818,41),(3056,12,24,18,819,42),(3057,4,18,23,820,100),(3058,4,18,23,821,101),(3059,18,30,28,822,33),(3060,18,30,28,823,34),(3061,28,55,133,824,31),(3062,28,55,133,825,32),(3063,1,1,1,826,37),(3064,1,1,1,827,43),(3065,1,1,1,828,53),(3066,1,1,1,829,80),(3067,1,1,1,830,81),(3068,1,1,1,831,82),(3069,2,2,2,832,7),(3070,2,2,2,833,13),(3071,2,2,2,834,23),(3072,9,12,7,835,24),(3073,10,44,119,836,14),(3075,10,39,121,836,56),(3076,10,9,118,836,17),(3077,10,42,122,836,55),(3080,10,40,125,836,55),(3083,10,44,72,837,20),(3084,10,38,47,837,61),(3085,10,39,51,837,63),(3086,10,9,4,837,25),(3087,10,42,63,837,62),(3088,10,45,80,837,18),(3089,10,46,96,837,25),(3090,10,40,55,837,61),(3091,10,41,59,837,19),(3093,10,44,72,838,21),(3094,10,38,47,838,62),(3095,10,39,51,838,64),(3096,10,9,4,838,26),(3097,10,42,63,838,63),(3098,10,45,80,838,19),(3099,10,46,96,838,26),(3100,10,40,55,838,62),(3101,10,41,59,838,20),(3103,4,18,23,839,102),(3104,4,18,23,840,103),(3105,4,18,23,841,104),(3106,6,20,24,842,19),(3107,6,20,24,843,20),(3108,6,20,24,844,21),(3109,11,23,17,845,38),(3110,11,23,17,846,39),(3111,11,23,17,847,40),(3112,12,24,18,848,43),(3113,12,24,18,849,44),(3114,12,24,18,850,45),(3115,11,23,17,851,41),(3116,4,18,23,852,105),(3117,7,21,25,853,48),(3118,7,21,25,854,49),(3119,18,30,28,855,35),(3120,28,55,133,856,33),(3121,24,51,129,857,10),(3122,4,18,23,858,106),(3123,10,44,72,859,22),(3124,10,38,47,859,63),(3125,10,39,51,859,65),(3126,10,9,4,859,27),(3127,10,42,63,859,64),(3128,10,45,80,859,20),(3129,10,46,96,859,27),(3130,10,40,55,859,63),(3131,10,41,59,859,21),(3133,10,44,72,860,23),(3134,10,38,47,860,64),(3135,10,39,51,860,66),(3136,10,9,4,860,28),(3137,10,42,63,860,65),(3138,10,45,80,860,21),(3139,10,46,96,860,28),(3140,10,40,55,860,64),(3141,10,41,59,860,22),(3143,10,44,72,861,24),(3144,10,38,47,861,65),(3145,10,39,51,861,67),(3146,10,9,4,861,29),(3147,10,42,63,861,66),(3148,10,45,80,861,22),(3149,10,46,96,861,29),(3150,10,40,55,861,65),(3151,10,41,59,861,23),(3153,10,44,75,862,8),(3155,10,39,53,862,49),(3156,10,9,9,862,7),(3157,10,42,66,862,49),(3160,10,40,57,862,49),(3163,10,44,72,863,25),(3164,10,38,47,863,66),(3165,10,39,51,863,68),(3166,10,9,4,863,30),(3167,10,42,63,863,67),(3168,10,45,80,863,23),(3169,10,46,96,863,30),(3170,10,40,55,863,66),(3171,10,41,59,863,24),(3173,8,22,26,864,49),(3174,18,30,28,865,36),(3175,28,55,133,866,34),(3176,8,22,26,867,50),(3177,8,22,26,868,51),(3178,8,22,26,869,52),(3179,8,22,26,870,53),(3180,8,22,26,871,54),(3181,8,22,26,872,55),(3199,10,58,136,110,15),(3207,10,58,136,570,21),(3213,10,58,136,706,24),(3215,10,58,136,837,25),(3217,10,58,136,838,26),(3219,10,58,136,859,27),(3221,10,58,136,860,28),(3223,10,58,136,861,29),(3225,10,58,136,863,30),(3229,10,58,137,503,1),(3273,10,58,136,96,1),(3275,10,58,136,98,2),(3277,10,58,136,101,3),(3279,10,58,136,102,10),(3283,10,58,136,273,5),(3285,10,58,136,274,6),(3287,10,58,136,481,7),(3289,10,58,136,526,8),(3291,10,58,136,562,9),(3293,10,58,136,704,12),(3295,10,58,136,705,13),(3297,10,58,136,874,11),(3299,10,58,137,99,1),(3301,10,58,137,100,2),(3303,10,58,137,270,3),(3305,10,58,137,567,4),(3307,10,58,137,568,5),(3309,10,58,137,569,6),(3311,10,58,137,862,7),(3313,10,58,138,103,1),(3315,10,58,138,104,2),(3317,10,58,138,105,3),(3319,10,58,139,106,4),(3321,10,58,139,109,2),(3323,10,58,139,271,3),(3325,10,58,139,493,1),(3327,10,58,139,703,5),(3329,10,58,140,97,1),(3331,10,58,140,506,2),(3333,10,58,141,531,4),(3335,10,58,141,571,1),(3337,10,58,141,572,2),(3339,10,58,141,573,3),(3341,10,58,141,836,5),(3359,10,59,142,110,15),(3367,10,59,142,570,21),(3373,10,59,142,706,24),(3375,10,59,142,837,25),(3377,10,59,142,838,26),(3379,10,59,142,859,27),(3381,10,59,142,860,28),(3383,10,59,142,861,29),(3385,10,59,142,863,30),(3389,10,59,143,503,1),(3449,10,60,148,110,15),(3457,10,60,148,570,21),(3463,10,60,148,706,24),(3465,10,60,148,837,25),(3467,10,60,148,838,26),(3469,10,60,148,859,27),(3471,10,60,148,860,28),(3473,10,60,148,861,29),(3475,10,60,148,863,30),(3479,10,60,149,503,1),(3539,10,61,154,110,15),(3547,10,61,154,570,21),(3553,10,61,154,706,24),(3555,10,61,154,837,25),(3557,10,61,154,838,26),(3559,10,61,154,859,27),(3561,10,61,154,860,28),(3563,10,61,154,861,29),(3565,10,61,154,863,30),(3569,10,61,155,503,1),(3613,10,59,142,96,1),(3615,10,59,142,98,2),(3617,10,59,142,101,3),(3621,10,59,142,273,5),(3623,10,59,142,274,6),(3625,10,59,142,481,7),(3627,10,59,142,526,8),(3629,10,59,142,562,9),(3631,10,59,142,704,10),(3633,10,59,142,705,11),(3635,10,59,143,99,1),(3637,10,59,143,100,2),(3639,10,59,143,270,3),(3641,10,59,143,567,4),(3643,10,59,143,568,5),(3645,10,59,143,569,6),(3647,10,59,143,862,7),(3649,10,59,144,103,1),(3651,10,59,144,104,2),(3653,10,59,144,105,3),(3655,10,59,145,106,4),(3657,10,59,145,109,2),(3659,10,59,145,271,3),(3661,10,59,145,493,1),(3663,10,59,145,703,5),(3665,10,59,146,97,1),(3667,10,59,146,506,2),(3669,10,59,147,531,4),(3671,10,59,147,571,1),(3673,10,59,147,572,2),(3675,10,59,147,573,3),(3677,10,59,147,836,5),(3747,10,61,154,96,43),(3749,10,61,154,98,44),(3751,10,61,154,101,45),(3753,10,61,154,102,52),(3757,10,61,154,273,47),(3759,10,61,154,274,48),(3761,10,61,154,481,49),(3763,10,61,154,500,58),(3765,10,61,154,526,50),(3767,10,61,154,562,51),(3769,10,61,154,704,53),(3771,10,61,154,705,54),(3773,10,61,154,873,55),(3775,10,61,154,875,56),(3777,10,61,154,876,57),(3779,10,61,155,99,43),(3781,10,61,155,100,44),(3783,10,61,155,270,45),(3785,10,61,155,567,46),(3787,10,61,155,568,47),(3789,10,61,155,569,48),(3791,10,61,155,862,49),(3793,10,61,156,103,43),(3795,10,61,156,104,44),(3797,10,61,156,105,45),(3799,10,61,157,106,46),(3801,10,61,157,109,44),(3803,10,61,157,271,45),(3805,10,61,157,493,43),(3807,10,61,157,703,47),(3809,10,61,158,97,43),(3811,10,61,158,506,44),(3813,10,61,159,531,46),(3815,10,61,159,571,43),(3817,10,61,159,572,44),(3819,10,61,159,573,45),(3821,10,61,159,836,47),(3823,10,60,148,96,1),(3825,10,60,148,98,2),(3827,10,60,148,101,3),(3829,10,60,148,102,10),(3833,10,60,148,273,5),(3835,10,60,148,274,6),(3837,10,60,148,481,7),(3839,10,60,148,526,8),(3841,10,60,148,562,9),(3843,10,60,148,704,12),(3845,10,60,148,705,13),(3847,10,60,148,877,11),(3849,10,60,149,99,1),(3851,10,60,149,100,2),(3853,10,60,149,270,3),(3855,10,60,149,567,4),(3857,10,60,149,568,5),(3859,10,60,149,569,6),(3861,10,60,149,862,7),(3863,10,60,150,103,1),(3865,10,60,150,104,2),(3867,10,60,150,105,3),(3869,10,60,151,106,4),(3871,10,60,151,109,2),(3873,10,60,151,271,3),(3875,10,60,151,493,1),(3877,10,60,151,703,5),(3879,10,60,152,97,1),(3881,10,60,152,506,2),(3883,10,60,153,531,4),(3885,10,60,153,571,1),(3887,10,60,153,572,2),(3889,10,60,153,573,3),(3891,10,60,153,836,5),(3909,10,62,160,110,15),(3917,10,62,160,570,21),(3923,10,62,160,706,24),(3925,10,62,160,837,25),(3927,10,62,160,838,26),(3929,10,62,160,859,27),(3931,10,62,160,860,28),(3933,10,62,160,861,29),(3935,10,62,160,863,30),(3939,10,62,161,503,1),(3983,10,62,160,96,1),(3985,10,62,160,98,2),(3987,10,62,160,101,3),(3989,10,62,160,102,12),(3993,10,62,160,273,5),(3995,10,62,160,274,6),(3997,10,62,160,481,7),(3999,10,62,160,499,10),(4001,10,62,160,526,8),(4003,10,62,160,562,9),(4005,10,62,160,704,13),(4007,10,62,160,705,14),(4009,10,62,160,878,11),(4011,10,62,161,99,1),(4013,10,62,161,100,2),(4015,10,62,161,270,3),(4017,10,62,161,567,4),(4019,10,62,161,568,5),(4021,10,62,161,569,6),(4023,10,62,161,862,7),(4025,10,62,162,103,1),(4027,10,62,162,104,2),(4029,10,62,162,105,3),(4031,10,62,163,106,4),(4033,10,62,163,109,2),(4035,10,62,163,271,3),(4037,10,62,163,493,1),(4039,10,62,163,703,5),(4041,10,62,164,97,1),(4043,10,62,164,506,2),(4045,10,62,165,531,4),(4047,10,62,165,571,1),(4049,10,62,165,572,2),(4051,10,62,165,573,3),(4053,10,62,165,836,5),(4055,10,38,47,96,1),(4057,10,38,47,98,3),(4059,10,38,47,101,4),(4061,10,38,47,102,5),(4063,10,38,47,273,6),(4065,10,38,47,274,7),(4067,10,38,47,481,8),(4069,10,38,47,495,2),(4071,10,38,47,526,9),(4073,10,38,47,562,10),(4075,10,38,47,704,11),(4077,10,38,47,705,12),(4079,10,38,49,99,1),(4081,10,38,49,100,2),(4083,10,38,49,270,3),(4085,10,38,49,567,4),(4087,10,38,49,568,5),(4089,10,38,49,569,6),(4091,10,38,49,862,7),(4093,10,38,48,103,1),(4095,10,38,48,104,2),(4097,10,38,48,105,3),(4099,10,38,84,97,2),(4101,10,38,84,492,3),(4103,10,38,84,506,1),(4105,10,38,50,106,3),(4107,10,38,50,109,2),(4109,10,38,50,271,4),(4111,10,38,50,493,1),(4113,10,38,50,703,5),(4115,10,38,85,272,3),(4117,10,38,85,494,1),(4119,10,38,85,496,2),(4121,10,38,120,531,4),(4123,10,38,120,571,1),(4125,10,38,120,572,2),(4127,10,38,120,573,3),(4129,10,38,120,836,5),(4131,10,46,96,96,1),(4133,10,46,96,98,2),(4135,10,46,96,101,3),(4137,10,46,96,102,10),(4141,10,46,96,272,11),(4143,10,46,96,273,5),(4145,10,46,96,274,6),(4147,10,46,96,481,7),(4149,10,46,96,526,8),(4151,10,46,96,562,9),(4153,10,46,96,704,12),(4155,10,46,96,705,13),(4157,10,46,97,99,1),(4159,10,46,97,100,2),(4161,10,46,97,270,3),(4163,10,46,97,567,4),(4165,10,46,97,568,5),(4167,10,46,97,569,6),(4169,10,46,97,862,7),(4171,10,46,98,103,1),(4173,10,46,98,104,2),(4175,10,46,98,105,3),(4177,10,46,99,106,4),(4179,10,46,99,109,2),(4181,10,46,99,271,3),(4183,10,46,99,493,1),(4185,10,46,99,703,5),(4187,10,46,100,97,1),(4189,10,46,100,506,2),(4191,10,46,124,531,4),(4193,10,46,124,571,1),(4195,10,46,124,572,2),(4197,10,46,124,573,3),(4199,10,46,124,836,5),(4273,10,41,59,96,1),(4275,10,41,59,98,3),(4277,10,41,59,101,4),(4279,10,41,59,102,10),(4281,10,41,59,273,5),(4283,10,41,59,274,6),(4285,10,41,59,481,7),(4287,10,41,59,495,2),(4289,10,41,59,526,8),(4291,10,41,59,562,9),(4293,10,41,59,704,11),(4295,10,41,59,705,12),(4297,10,41,61,99,1),(4299,10,41,61,100,2),(4301,10,41,61,270,3),(4303,10,41,61,567,4),(4305,10,41,61,568,5),(4307,10,41,61,569,6),(4309,10,41,61,862,7),(4311,10,41,60,103,1),(4313,10,41,60,104,2),(4315,10,41,60,105,3),(4317,10,41,62,106,3),(4319,10,41,62,109,2),(4321,10,41,62,271,4),(4323,10,41,62,493,1),(4325,10,41,62,703,5),(4327,10,41,89,97,2),(4329,10,41,89,506,1),(4331,10,41,94,272,3),(4333,10,41,94,501,1),(4335,10,41,94,525,2),(4337,10,41,126,531,4),(4339,10,41,126,571,1),(4341,10,41,126,572,2),(4343,10,41,126,573,3),(4345,10,41,126,836,5),(4347,10,45,80,96,1),(4349,10,45,80,98,2),(4351,10,45,80,101,3),(4353,10,45,80,102,9),(4355,10,45,80,273,4),(4357,10,45,80,274,5),(4359,10,45,80,481,6),(4361,10,45,80,526,7),(4363,10,45,80,562,8),(4365,10,45,80,704,10),(4367,10,45,80,705,11),(4369,10,45,83,99,1),(4371,10,45,83,100,2),(4373,10,45,83,270,3),(4375,10,45,83,567,4),(4377,10,45,83,568,5),(4379,10,45,83,569,6),(4381,10,45,83,862,7),(4383,10,45,81,103,1),(4385,10,45,81,104,2),(4387,10,45,81,105,3),(4389,10,45,82,106,1),(4391,10,45,82,109,2),(4393,10,45,82,271,4),(4395,10,45,82,493,3),(4397,10,45,82,703,5),(4399,10,45,92,97,1),(4401,10,45,92,506,2),(4403,10,45,93,272,3),(4405,10,45,93,501,2),(4407,10,45,93,525,1),(4409,10,45,123,531,4),(4411,10,45,123,571,1),(4413,10,45,123,572,2),(4415,10,45,123,573,3),(4417,10,45,123,836,5),(4418,10,44,72,879,26),(4419,10,38,47,879,67),(4420,10,39,51,879,69),(4421,10,60,148,879,31),(4422,10,9,4,879,31),(4423,10,42,63,879,68),(4424,10,62,160,879,31),(4425,10,61,154,879,59),(4426,10,58,136,879,31),(4427,10,46,96,879,31),(4428,10,45,80,879,24),(4429,10,41,59,879,25),(4430,10,40,55,879,67),(4431,10,59,142,879,31),(4432,10,44,72,880,27),(4433,10,38,47,880,68),(4434,10,39,51,880,70),(4435,10,60,148,880,32),(4436,10,9,4,880,32),(4437,10,42,63,880,69),(4438,10,62,160,880,32),(4439,10,61,154,880,60),(4440,10,58,136,880,32),(4441,10,46,96,880,32),(4442,10,45,80,880,25),(4443,10,41,59,880,26),(4444,10,40,55,880,68),(4445,10,59,142,880,32),(4446,10,44,72,881,28),(4447,10,38,47,881,69),(4448,10,39,51,881,71),(4449,10,60,148,881,33),(4450,10,9,4,881,33),(4451,10,42,63,881,70),(4452,10,62,160,881,33),(4453,10,61,154,881,61),(4454,10,58,136,881,33),(4455,10,46,96,881,33),(4456,10,45,80,881,26),(4457,10,41,59,881,27),(4458,10,40,55,881,69),(4459,10,59,142,881,33),(4460,4,18,23,882,107),(4461,4,18,23,883,108),(4462,4,18,23,884,109),(4463,4,18,23,885,110),(4464,4,18,23,886,111),(4465,4,18,23,887,112),(4466,4,18,23,888,113),(4467,4,18,23,889,114),(4468,4,18,23,890,115),(4469,18,30,28,891,37),(4470,18,30,28,892,38),(4471,18,30,28,893,39),(4472,28,55,133,894,35),(4473,28,55,133,895,36),(4474,28,55,133,896,37),(4475,4,18,23,897,116),(4476,4,18,23,898,117),(4477,4,18,23,899,118),(4478,4,18,23,900,119),(4479,4,18,23,901,120),(4480,4,18,23,902,121),(4481,10,44,75,903,29),(4482,10,38,49,903,70),(4483,10,39,53,903,72),(4484,10,60,149,903,34),(4485,10,9,9,903,34),(4486,10,42,66,903,71),(4487,10,62,161,903,34),(4488,10,61,155,903,62),(4489,10,58,137,903,34),(4490,10,46,97,903,34),(4491,10,45,83,903,27),(4492,10,41,61,903,28),(4493,10,40,57,903,70),(4494,10,59,143,903,34),(4495,10,44,72,904,29),(4496,10,38,47,904,70),(4497,10,39,51,904,72),(4498,10,60,148,904,34),(4499,10,9,4,904,34),(4500,10,42,63,904,71),(4501,10,62,160,904,34),(4502,10,61,154,904,62),(4503,10,58,136,904,34),(4504,10,46,96,904,34),(4505,10,45,80,904,27),(4506,10,41,59,904,28),(4507,10,40,55,904,70),(4508,10,59,142,904,34),(4509,10,44,72,905,30),(4510,10,38,47,905,71),(4511,10,39,51,905,73),(4512,10,60,148,905,35),(4513,10,9,4,905,35),(4514,10,42,63,905,72),(4515,10,62,160,905,35),(4516,10,61,154,905,63),(4517,10,58,136,905,35),(4518,10,46,96,905,35),(4519,10,45,80,905,28),(4520,10,41,59,905,29),(4521,10,40,55,905,71),(4522,10,59,142,905,35),(4523,10,44,72,906,31),(4524,10,38,47,906,72),(4525,10,39,51,906,74),(4526,10,60,148,906,36),(4527,10,9,4,906,36),(4528,10,42,63,906,73),(4529,10,62,160,906,36),(4530,10,61,154,906,64),(4531,10,58,136,906,36),(4532,10,46,96,906,36),(4533,10,45,80,906,29),(4534,10,41,59,906,30),(4535,10,40,55,906,72),(4536,10,59,142,906,36),(4537,29,56,134,907,18),(4538,29,56,134,908,19),(4539,29,56,134,909,20),(4540,29,56,134,910,21),(4541,20,32,30,911,19),(4542,20,32,30,912,20),(4543,20,32,30,913,21),(4544,20,32,30,914,22),(4545,20,32,30,915,23),(4546,29,56,134,916,22),(4547,29,56,134,917,23),(4548,29,56,134,918,24),(4549,29,56,134,919,25),(4550,29,56,134,920,26),(4551,20,32,30,921,24),(4552,20,32,30,922,25),(4553,20,32,30,923,26),(4554,20,32,30,924,27),(4555,9,12,166,925,40),(4556,9,12,166,926,50),(4557,10,44,119,927,15),(4558,10,38,120,927,6),(4559,10,39,121,927,57),(4560,10,60,153,927,6),(4561,10,9,118,927,18),(4562,10,42,122,927,56),(4563,10,62,165,927,6),(4564,10,61,159,927,48),(4565,10,58,141,927,6),(4566,10,46,124,927,6),(4567,10,45,123,927,6),(4568,10,41,126,927,6),(4569,10,40,125,927,56),(4570,10,59,147,927,6),(4571,4,18,23,928,122),(4572,4,18,23,929,123),(4573,4,18,23,930,124),(4574,4,18,23,931,125),(4575,4,18,23,932,126),(4576,4,18,23,933,127),(4577,18,30,28,934,40),(4578,18,30,28,935,41),(4579,28,55,133,936,38),(4580,28,55,133,937,39),(4581,10,44,75,938,-5),(4582,10,38,49,938,-5),(4583,10,39,53,938,-5),(4584,10,60,149,938,-5),(4585,10,9,9,938,-5),(4586,10,42,66,938,-5),(4587,10,62,161,938,-5),(4588,10,61,155,938,-5),(4589,10,58,137,938,-5),(4590,10,46,97,938,-5),(4591,10,45,83,938,-5),(4592,10,41,61,938,-5),(4593,10,40,57,938,-5),(4594,10,59,143,938,-5),(4595,10,44,75,939,-4),(4596,10,38,49,939,-4),(4597,10,39,53,939,-4),(4598,10,60,149,939,-4),(4599,10,9,9,939,-4),(4600,10,42,66,939,-4),(4601,10,62,161,939,-4),(4602,10,61,155,939,-4),(4603,10,58,137,939,-4),(4604,10,46,97,939,-4),(4605,10,45,83,939,-4),(4606,10,41,61,939,-4),(4607,10,40,57,939,-4),(4608,10,59,143,939,-4),(4609,10,44,75,940,-3),(4610,10,38,49,940,-3),(4611,10,39,53,940,-3),(4612,10,60,149,940,-3),(4613,10,9,9,940,-3),(4614,10,42,66,940,-3),(4615,10,62,161,940,-3),(4616,10,61,155,940,-3),(4617,10,58,137,940,-3),(4618,10,46,97,940,-3),(4619,10,45,83,940,-3),(4620,10,41,61,940,-3),(4621,10,40,57,940,-3),(4622,10,59,143,940,-3),(4623,10,44,75,941,-2),(4624,10,38,49,941,-2),(4625,10,39,53,941,-2),(4626,10,60,149,941,-2),(4627,10,9,9,941,-2),(4628,10,42,66,941,-2),(4629,10,62,161,941,-2),(4630,10,61,155,941,-2),(4631,10,58,137,941,-2),(4632,10,46,97,941,-2),(4633,10,45,83,941,-2),(4634,10,41,61,941,-2),(4635,10,40,57,941,-2),(4636,10,59,143,941,-2),(4637,10,44,75,942,30),(4638,10,38,49,942,71),(4639,10,39,53,942,73),(4640,10,60,149,942,35),(4641,10,9,9,942,35),(4642,10,42,66,942,72),(4643,10,62,161,942,35),(4644,10,61,155,942,63),(4645,10,58,137,942,35),(4646,10,46,97,942,35),(4647,10,45,83,942,28),(4648,10,41,61,942,29),(4649,10,40,57,942,71),(4650,10,59,143,942,35),(4651,10,44,75,943,31),(4652,10,38,49,943,72),(4653,10,39,53,943,74),(4654,10,60,149,943,36),(4655,10,9,9,943,36),(4656,10,42,66,943,73),(4657,10,62,161,943,36),(4658,10,61,155,943,64),(4659,10,58,137,943,36),(4660,10,46,97,943,36),(4661,10,45,83,943,29),(4662,10,41,61,943,30),(4663,10,40,57,943,72),(4664,10,59,143,943,36),(4665,10,44,75,944,32),(4666,10,38,49,944,73),(4667,10,39,53,944,75),(4668,10,60,149,944,37),(4669,10,9,9,944,37),(4670,10,42,66,944,74),(4671,10,62,161,944,37),(4672,10,61,155,944,65),(4673,10,58,137,944,37),(4674,10,46,97,944,37),(4675,10,45,83,944,30),(4676,10,41,61,944,31),(4677,10,40,57,944,73),(4678,10,59,143,944,37),(4679,10,44,75,945,33),(4680,10,38,49,945,74),(4681,10,39,53,945,76),(4682,10,60,149,945,38),(4683,10,9,9,945,38),(4684,10,42,66,945,75),(4685,10,62,161,945,38),(4686,10,61,155,945,66),(4687,10,58,137,945,38),(4688,10,46,97,945,38),(4689,10,45,83,945,31),(4690,10,41,61,945,32),(4691,10,40,57,945,74),(4692,10,59,143,945,38),(4693,10,44,75,946,34),(4694,10,38,49,946,75),(4695,10,39,53,946,77),(4696,10,60,149,946,39),(4697,10,9,9,946,39),(4698,10,42,66,946,76),(4699,10,62,161,946,39),(4700,10,61,155,946,67),(4701,10,58,137,946,39),(4702,10,46,97,946,39),(4703,10,45,83,946,32),(4704,10,41,61,946,33),(4705,10,40,57,946,75),(4706,10,59,143,946,39),(4707,10,44,75,947,35),(4708,10,38,49,947,76),(4709,10,39,53,947,78),(4710,10,60,149,947,40),(4711,10,9,9,947,40),(4712,10,42,66,947,77),(4713,10,62,161,947,40),(4714,10,61,155,947,68),(4715,10,58,137,947,40),(4716,10,46,97,947,40),(4717,10,45,83,947,33),(4718,10,41,61,947,34),(4719,10,40,57,947,76),(4720,10,59,143,947,40),(4721,10,44,75,948,36),(4722,10,38,49,948,77),(4723,10,39,53,948,79),(4724,10,60,149,948,41),(4725,10,9,9,948,41),(4726,10,42,66,948,78),(4727,10,62,161,948,41),(4728,10,61,155,948,69),(4729,10,58,137,948,41),(4730,10,46,97,948,41),(4731,10,45,83,948,34),(4732,10,41,61,948,35),(4733,10,40,57,948,77),(4734,10,59,143,948,41),(4735,10,44,75,949,37),(4736,10,38,49,949,78),(4737,10,39,53,949,80),(4738,10,60,149,949,42),(4739,10,9,9,949,42),(4740,10,42,66,949,79),(4741,10,62,161,949,42),(4742,10,61,155,949,70),(4743,10,58,137,949,42),(4744,10,46,97,949,42),(4745,10,45,83,949,35),(4746,10,41,61,949,36),(4747,10,40,57,949,78),(4748,10,59,143,949,42),(4749,10,44,75,950,38),(4750,10,38,49,950,79),(4751,10,39,53,950,81),(4752,10,60,149,950,43),(4753,10,9,9,950,43),(4754,10,42,66,950,80),(4755,10,62,161,950,43),(4756,10,61,155,950,71),(4757,10,58,137,950,43),(4758,10,46,97,950,43),(4759,10,45,83,950,36),(4760,10,41,61,950,37),(4761,10,40,57,950,79),(4762,10,59,143,950,43),(4763,4,18,23,951,128),(4764,4,18,23,952,129),(4765,4,18,23,953,130),(4766,4,18,23,954,131),(4767,4,18,23,955,132),(4768,18,30,28,956,42),(4769,18,30,28,957,43),(4770,10,44,72,958,32),(4771,10,38,47,958,73),(4772,10,39,51,958,75),(4773,10,60,148,958,37),(4774,10,9,4,958,37),(4775,10,42,63,958,74),(4776,10,62,160,958,37),(4777,10,61,154,958,65),(4778,10,58,136,958,37),(4779,10,46,96,958,37),(4780,10,45,80,958,30),(4781,10,41,59,958,31),(4782,10,40,55,958,73),(4783,10,59,142,958,37),(4784,10,44,72,959,33),(4785,10,38,47,959,74),(4786,10,39,51,959,76),(4787,10,60,148,959,38),(4788,10,9,4,959,38),(4789,10,42,63,959,75),(4790,10,62,160,959,38),(4791,10,61,154,959,66),(4792,10,58,136,959,38),(4793,10,46,96,959,38),(4794,10,45,80,959,31),(4795,10,41,59,959,32),(4796,10,40,55,959,74),(4797,10,59,142,959,38),(4798,4,18,23,960,133),(4799,4,18,23,961,134),(4800,28,55,133,962,40),(4801,28,55,133,963,41),(4802,4,18,23,964,135),(4803,4,18,23,965,136),(4804,4,18,23,966,137),(4805,4,18,23,967,138),(4806,28,55,133,968,42),(4807,28,55,133,969,43),(4808,1,1,1,970,83),(4809,1,1,1,971,84),(4810,4,18,23,972,139),(4811,4,18,23,973,140),(4812,4,18,23,974,141),(4813,4,18,23,975,142),(4814,4,18,23,976,143),(4815,4,18,23,977,144),(4816,4,18,23,978,145),(4817,4,18,23,979,146),(4818,20,32,30,980,28),(4819,20,32,30,981,29),(4820,20,32,30,982,30),(4821,20,32,30,983,31),(4822,18,30,28,984,44),(4823,18,30,28,985,45),(4824,29,56,134,986,27),(4825,29,56,134,987,28),(4826,29,56,134,988,29),(4827,29,56,134,989,30),(4828,28,55,133,990,44),(4829,28,55,133,991,45),(4830,10,44,72,992,34),(4831,10,38,47,992,75),(4832,10,39,51,992,77),(4833,10,60,148,992,39),(4834,10,9,4,992,39),(4835,10,42,63,992,76),(4836,10,62,160,992,39),(4837,10,61,154,992,67),(4838,10,58,136,992,39),(4839,10,46,96,992,39),(4840,10,45,80,992,32),(4841,10,41,59,992,33),(4842,10,40,55,992,75),(4843,10,59,142,992,39),(4900,8,22,26,997,56),(4901,4,18,23,998,147),(4902,8,22,26,999,57),(4903,8,22,26,1000,58),(4904,8,22,26,1001,59),(4905,4,18,23,1002,148),(4906,4,18,23,1003,149),(4907,4,18,23,1004,150),(4908,4,18,23,1005,151),(4909,4,18,23,1006,152),(4910,4,18,23,1007,153),(4911,4,18,23,1008,154),(4912,18,30,28,1009,46),(4913,18,30,28,1010,47),(4914,28,55,133,1011,46),(4915,28,55,133,1012,47),(4916,4,18,23,1013,155),(4917,18,30,28,1014,48),(4918,18,30,28,1015,49),(4919,18,30,28,1016,50),(4920,28,55,133,1017,48),(4921,28,55,133,1018,49),(4922,28,55,133,1019,50),(4923,4,18,23,1020,156),(4924,28,55,133,1021,51),(4925,4,18,23,1022,157),(4926,1,1,1,1023,85),(4927,1,1,1,1024,86),(4928,9,12,7,1025,10);
/*!40000 ALTER TABLE `eav_entity_attribute` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_datetime`
--
DROP TABLE IF EXISTS `eav_entity_datetime`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_entity_datetime` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`value_id`),
KEY `FK_ATTRIBUTE_DATETIME_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_ATTRIBUTE_DATETIME_ATTRIBUTE` (`attribute_id`),
KEY `FK_ATTRIBUTE_DATETIME_STORE` (`store_id`),
KEY `FK_ATTRIBUTE_DATETIME_ENTITY` (`entity_id`),
KEY `value_by_attribute` (`attribute_id`,`value`),
KEY `value_by_entity_type` (`entity_type_id`,`value`),
CONSTRAINT `FK_EAV_ENTITY_DATETIME_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DATETIME_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DATETIME_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Datetime values of attributes';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_datetime`
--
LOCK TABLES `eav_entity_datetime` WRITE;
/*!40000 ALTER TABLE `eav_entity_datetime` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_entity_datetime` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_decimal`
--
DROP TABLE IF EXISTS `eav_entity_decimal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_entity_decimal` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`value_id`),
KEY `FK_ATTRIBUTE_DECIMAL_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_ATTRIBUTE_DECIMAL_ATTRIBUTE` (`attribute_id`),
KEY `FK_ATTRIBUTE_DECIMAL_STORE` (`store_id`),
KEY `FK_ATTRIBUTE_DECIMAL_ENTITY` (`entity_id`),
KEY `value_by_attribute` (`attribute_id`,`value`),
KEY `value_by_entity_type` (`entity_type_id`,`value`),
CONSTRAINT `FK_EAV_ENTITY_DECIMAL_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DECIMAL_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DECIMAL_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Decimal values of attributes';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_decimal`
--
LOCK TABLES `eav_entity_decimal` WRITE;
/*!40000 ALTER TABLE `eav_entity_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_entity_decimal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_int`
--
DROP TABLE IF EXISTS `eav_entity_int`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_entity_int` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`value_id`),
KEY `FK_ATTRIBUTE_INT_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_ATTRIBUTE_INT_ATTRIBUTE` (`attribute_id`),
KEY `FK_ATTRIBUTE_INT_STORE` (`store_id`),
KEY `FK_ATTRIBUTE_INT_ENTITY` (`entity_id`),
KEY `value_by_attribute` (`attribute_id`,`value`),
KEY `value_by_entity_type` (`entity_type_id`,`value`),
CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_INT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Integer values of attributes';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_int`
--
LOCK TABLES `eav_entity_int` WRITE;
/*!40000 ALTER TABLE `eav_entity_int` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_entity_int` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_store`
--
DROP TABLE IF EXISTS `eav_entity_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_entity_store` (
`entity_store_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`increment_prefix` varchar(20) NOT NULL DEFAULT '',
`increment_last_id` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`entity_store_id`),
KEY `FK_eav_entity_store_entity_type` (`entity_type_id`),
KEY `FK_eav_entity_store_store` (`store_id`),
CONSTRAINT `FK_eav_entity_store_entity_type` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_eav_entity_store_store` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_store`
--
LOCK TABLES `eav_entity_store` WRITE;
/*!40000 ALTER TABLE `eav_entity_store` DISABLE KEYS */;
INSERT INTO `eav_entity_store` VALUES (1,1,0,'0','000000049'),(2,4,1,'1','100000053'),(4,4,2,'2','200000004'),(5,4,3,'3','300000002'),(6,18,1,'1','100000004'),(7,18,2,'2','200000001');
/*!40000 ALTER TABLE `eav_entity_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_text`
--
DROP TABLE IF EXISTS `eav_entity_text`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_entity_text` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` text NOT NULL,
PRIMARY KEY (`value_id`),
KEY `FK_ATTRIBUTE_TEXT_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_ATTRIBUTE_TEXT_ATTRIBUTE` (`attribute_id`),
KEY `FK_ATTRIBUTE_TEXT_STORE` (`store_id`),
KEY `FK_ATTRIBUTE_TEXT_ENTITY` (`entity_id`),
CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_TEXT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Text values of attributes';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_text`
--
LOCK TABLES `eav_entity_text` WRITE;
/*!40000 ALTER TABLE `eav_entity_text` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_entity_text` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_type`
--
DROP TABLE IF EXISTS `eav_entity_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_entity_type` (
`entity_type_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`entity_type_code` varchar(50) NOT NULL DEFAULT '',
`entity_model` varchar(255) NOT NULL,
`attribute_model` varchar(255) NOT NULL,
`entity_table` varchar(255) NOT NULL DEFAULT '',
`value_table_prefix` varchar(255) NOT NULL DEFAULT '',
`entity_id_field` varchar(255) NOT NULL DEFAULT '',
`is_data_sharing` tinyint(4) unsigned NOT NULL DEFAULT '1',
`data_sharing_key` varchar(100) DEFAULT 'default',
`default_attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`increment_model` varchar(255) NOT NULL DEFAULT '',
`increment_per_store` tinyint(1) unsigned NOT NULL DEFAULT '0',
`increment_pad_length` tinyint(8) unsigned NOT NULL DEFAULT '8',
`increment_pad_char` char(1) NOT NULL DEFAULT '0',
`additional_attribute_table` varchar(255) NOT NULL DEFAULT '',
`entity_attribute_collection` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`entity_type_id`),
KEY `entity_name` (`entity_type_code`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_type`
--
LOCK TABLES `eav_entity_type` WRITE;
/*!40000 ALTER TABLE `eav_entity_type` DISABLE KEYS */;
INSERT INTO `eav_entity_type` VALUES (1,'customer','customer/customer','','customer/entity','','',1,'default',1,'eav/entity_increment_numeric',0,8,'0','customer/eav_attribute','customer/attribute_collection'),(2,'customer_address','customer/address','','customer/address_entity','','',1,'default',2,'',0,8,'0','customer/eav_attribute','customer/address_attribute_collection'),(3,'customer_payment','','','customer/entity','','',1,'default',3,'',0,8,'0','',''),(4,'order','sales/order','','sales/order','','',1,'default',18,'eav/entity_increment_numeric',1,8,'0','',''),(5,'order_status','','','sales/order','','',1,'default',0,'',0,8,'0','',''),(6,'order_address','sales/order_address','','sales/order_entity','','',1,'default',20,'',0,8,'0','',''),(7,'order_item','sales/order_item','','sales/order_entity','','',1,'default',21,'',0,8,'0','',''),(8,'order_payment','sales/order_payment','','sales/order_entity','','',1,'default',22,'',0,8,'0','',''),(9,'catalog_category','catalog/category','catalog/resource_eav_attribute','catalog/category','','',0,'default',12,'',0,8,'0','catalog/eav_attribute','catalog/category_attribute_collection'),(10,'catalog_product','catalog/product','catalog/resource_eav_attribute','catalog/product','','',0,'default',9,'',0,8,'0','catalog/eav_attribute','catalog/product_attribute_collection'),(11,'quote','sales/quote','','sales/quote','','',1,'default',23,'',0,8,'0','',''),(12,'quote_address','sales/quote_address','','sales/quote_address','','',1,'default',24,'',0,8,'0','',''),(13,'quote_address_rate','sales/quote_address_rate','','sales/quote_entity','','',1,'default',25,'',0,8,'0','',''),(14,'quote_address_item','sales/quote_address_item','','sales/quote_entity','','',1,'default',26,'',0,8,'0','',''),(15,'quote_item','sales/quote_item','','sales/quote_item','','',1,'default',27,'',0,8,'0','',''),(16,'quote_payment','sales/quote_payment','','sales/quote_entity','','',1,'default',28,'',0,8,'0','',''),(17,'order_status_history','sales/order_status_history','','sales/order_entity','','',1,'default',29,'',0,8,'0','',''),(18,'invoice','sales/order_invoice','','sales/order_entity','','',1,'default',30,'eav/entity_increment_numeric',1,8,'0','',''),(20,'invoice_item','sales/order_invoice_item','','sales/order_entity','','',1,'default',32,'',0,8,'0','',''),(22,'invoice_shipment','','','sales/invoice','','',1,'default',34,'',0,8,'0','',''),(23,'invoice_comment','sales/order_invoice_comment','','sales/order_entity','','',1,'default',50,'',0,8,'0','',''),(24,'shipment','sales/order_shipment','','sales/order_entity','','',1,'default',51,'eav/entity_increment_numeric',1,8,'0','',''),(25,'shipment_item','sales/order_shipment_item','','sales/order_entity','','',1,'default',52,'',0,8,'0','',''),(26,'shipment_comment','sales/order_shipment_comment','','sales/order_entity','','',1,'default',53,'',0,8,'0','',''),(27,'shipment_track','sales/order_shipment_track','','sales/order_entity','','',1,'default',54,'',0,8,'0','',''),(28,'creditmemo','sales/order_creditmemo','','sales/order_entity','','',1,'default',55,'eav/entity_increment_numeric',1,8,'0','',''),(29,'creditmemo_item','sales/order_creditmemo_item','','sales/order_entity','','',1,'default',56,'',0,8,'0','',''),(30,'creditmemo_comment','sales/order_creditmemo_comment','','sales/order_entity','','',1,'default',57,'',0,8,'0','','');
/*!40000 ALTER TABLE `eav_entity_type` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_varchar`
--
DROP TABLE IF EXISTS `eav_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`value` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`value_id`),
KEY `FK_ATTRIBUTE_VARCHAR_ENTITY_TYPE` (`entity_type_id`),
KEY `FK_ATTRIBUTE_VARCHAR_ATTRIBUTE` (`attribute_id`),
KEY `FK_ATTRIBUTE_VARCHAR_STORE` (`store_id`),
KEY `FK_ATTRIBUTE_VARCHAR_ENTITY` (`entity_id`),
KEY `value_by_attribute` (`attribute_id`,`value`),
KEY `value_by_entity_type` (`entity_type_id`,`value`),
CONSTRAINT `FK_EAV_ENTITY_VARCHAR_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_VARCHAR_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_VARCHAR_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Varchar values of attributes';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_varchar`
--
LOCK TABLES `eav_entity_varchar` WRITE;
/*!40000 ALTER TABLE `eav_entity_varchar` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_form_element`
--
DROP TABLE IF EXISTS `eav_form_element`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_form_element` (
`element_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type_id` smallint(5) unsigned NOT NULL,
`fieldset_id` smallint(5) unsigned DEFAULT NULL,
`attribute_id` smallint(5) unsigned NOT NULL,
`sort_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`element_id`),
UNIQUE KEY `UNQ_FORM_ATTRIBUTE` (`type_id`,`attribute_id`),
KEY `IDX_FORM_TYPE` (`type_id`),
KEY `IDX_FORM_FIELDSET` (`fieldset_id`),
KEY `IDX_FORM_ATTRIBUTE` (`attribute_id`),
CONSTRAINT `FK_EAV_FORM_ELEMENT_FORM_TYPE` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_FORM_ELEMENT_FORM_FIELDSET` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_FORM_ELEMENT_ATTRIBUTE` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_form_element`
--
LOCK TABLES `eav_form_element` WRITE;
/*!40000 ALTER TABLE `eav_form_element` DISABLE KEYS */;
INSERT INTO `eav_form_element` VALUES (1,1,1,1,0),(2,1,1,2,1),(3,1,1,3,2),(4,2,2,1,0),(5,2,2,2,1),(6,2,2,3,2),(7,3,3,9,0),(8,3,3,10,1),(9,3,3,95,2),(10,3,3,17,3),(11,3,3,18,4),(12,3,4,16,0),(13,3,4,15,1),(14,3,4,12,2),(15,3,4,14,3),(16,3,4,11,4),(17,4,NULL,9,0),(18,4,NULL,10,1),(19,4,NULL,95,2),(20,4,NULL,3,3),(21,4,NULL,16,4),(22,4,NULL,15,5),(23,4,NULL,12,6),(24,4,NULL,14,7),(25,4,NULL,11,8),(26,4,NULL,17,9),(27,4,NULL,18,10),(28,5,NULL,9,0),(29,5,NULL,10,1),(30,5,NULL,95,2),(31,5,NULL,3,3),(32,5,NULL,16,4),(33,5,NULL,15,5),(34,5,NULL,12,6),(35,5,NULL,14,7),(36,5,NULL,11,8),(37,5,NULL,17,9),(38,5,NULL,18,10),(39,6,NULL,9,0),(40,6,NULL,10,1),(41,6,NULL,95,2),(42,6,NULL,16,3),(43,6,NULL,15,4),(44,6,NULL,12,5),(45,6,NULL,14,6),(46,6,NULL,11,7),(47,6,NULL,17,8),(48,6,NULL,18,9),(49,7,NULL,9,0),(50,7,NULL,10,1),(51,7,NULL,95,2),(52,7,NULL,16,3),(53,7,NULL,15,4),(54,7,NULL,12,5),(55,7,NULL,14,6),(56,7,NULL,11,7),(57,7,NULL,17,8),(58,7,NULL,18,9),(59,8,5,1,0),(60,8,5,2,1),(61,8,5,3,2),(62,8,6,95,0),(63,8,6,17,1),(64,8,6,16,2),(65,8,6,15,3),(66,8,6,12,4),(67,8,6,14,5),(68,8,6,11,6);
/*!40000 ALTER TABLE `eav_form_element` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_form_fieldset`
--
DROP TABLE IF EXISTS `eav_form_fieldset`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_form_fieldset` (
`fieldset_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`type_id` smallint(5) unsigned NOT NULL,
`code` char(64) NOT NULL,
`sort_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`fieldset_id`),
UNIQUE KEY `UNQ_FORM_FIELDSET_CODE` (`type_id`,`code`),
KEY `IDX_FORM_TYPE` (`type_id`),
CONSTRAINT `FK_EAV_FORM_FIELDSET_FORM_TYPE` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_form_fieldset`
--
LOCK TABLES `eav_form_fieldset` WRITE;
/*!40000 ALTER TABLE `eav_form_fieldset` DISABLE KEYS */;
INSERT INTO `eav_form_fieldset` VALUES (1,1,'general',1),(2,2,'general',1),(3,3,'contact',1),(4,3,'address',2),(5,8,'general',1),(6,8,'address',2);
/*!40000 ALTER TABLE `eav_form_fieldset` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_form_fieldset_label`
--
DROP TABLE IF EXISTS `eav_form_fieldset_label`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_form_fieldset_label` (
`fieldset_id` smallint(5) unsigned NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
`label` varchar(255) NOT NULL,
PRIMARY KEY (`fieldset_id`,`store_id`),
KEY `IDX_FORM_FIELDSET` (`fieldset_id`),
KEY `IDX_STORE` (`store_id`),
CONSTRAINT `FK_EAV_FORM_FIELDSET_LABEL_FORM_FIELDSET` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_FORM_FIELDSET_LABEL_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_form_fieldset_label`
--
LOCK TABLES `eav_form_fieldset_label` WRITE;
/*!40000 ALTER TABLE `eav_form_fieldset_label` DISABLE KEYS */;
INSERT INTO `eav_form_fieldset_label` VALUES (1,0,'Personal Information'),(2,0,'Account Information'),(3,0,'Contact Information'),(4,0,'Address'),(5,0,'Personal Information'),(6,0,'Address Information');
/*!40000 ALTER TABLE `eav_form_fieldset_label` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_form_type`
--
DROP TABLE IF EXISTS `eav_form_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_form_type` (
`type_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`code` char(64) NOT NULL,
`label` varchar(255) NOT NULL,
`is_system` tinyint(1) unsigned NOT NULL DEFAULT '0',
`theme` varchar(64) NOT NULL DEFAULT '',
`store_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`type_id`),
UNIQUE KEY `UNQ_FORM_TYPE_CODE` (`code`,`theme`,`store_id`),
KEY `IDX_STORE` (`store_id`),
CONSTRAINT `FK_EAV_FORM_TYPE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_form_type`
--
LOCK TABLES `eav_form_type` WRITE;
/*!40000 ALTER TABLE `eav_form_type` DISABLE KEYS */;
INSERT INTO `eav_form_type` VALUES (1,'customer_account_create','customer_account_create',1,'',0),(2,'customer_account_edit','customer_account_edit',1,'',0),(3,'customer_address_edit','customer_address_edit',1,'',0),(4,'checkout_onepage_register','checkout_onepage_register',1,'',0),(5,'checkout_onepage_register_guest','checkout_onepage_register_guest',1,'',0),(6,'checkout_onepage_billing_address','checkout_onepage_billing_address',1,'',0),(7,'checkout_onepage_shipping_address','checkout_onepage_shipping_address',1,'',0),(8,'checkout_multishipping_register','checkout_multishipping_register',1,'',0);
/*!40000 ALTER TABLE `eav_form_type` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_form_type_entity`
--
DROP TABLE IF EXISTS `eav_form_type_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_form_type_entity` (
`type_id` smallint(5) unsigned NOT NULL,
`entity_type_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`type_id`,`entity_type_id`),
KEY `IDX_EAV_ENTITY_TYPE` (`entity_type_id`),
CONSTRAINT `FK_EAV_FORM_TYPE_ENTITY_ENTITY_TYPE` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_EAV_FORM_TYPE_ENTITY_FORM_TYPE` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_form_type_entity`
--
LOCK TABLES `eav_form_type_entity` WRITE;
/*!40000 ALTER TABLE `eav_form_type_entity` DISABLE KEYS */;
INSERT INTO `eav_form_type_entity` VALUES (1,1),(2,1),(4,1),(5,1),(8,1),(3,2),(4,2),(5,2),(6,2),(7,2),(8,2);
/*!40000 ALTER TABLE `eav_form_type_entity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_admin_passwords`
--
DROP TABLE IF EXISTS `enterprise_admin_passwords`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_admin_passwords` (
`password_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` mediumint(9) unsigned NOT NULL DEFAULT '0',
`password_hash` varchar(100) NOT NULL DEFAULT '',
`expires` int(11) unsigned NOT NULL DEFAULT '0',
`last_updated` int(11) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`password_id`),
KEY `FK_ADMIN_PASSWORDS_USER` (`user_id`),
CONSTRAINT `FK_ADMIN_PASSWORDS_USER` FOREIGN KEY (`user_id`) REFERENCES `admin_user` (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_admin_passwords`
--
LOCK TABLES `enterprise_admin_passwords` WRITE;
/*!40000 ALTER TABLE `enterprise_admin_passwords` DISABLE KEYS */;
INSERT INTO `enterprise_admin_passwords` VALUES (1,1,'760494deb720fc191186556d732c9c82f80c7dbe93a047b514f86e2ab9485a3f',1280164961,1272388961),(2,1,'1edbe1369754d202413d1555e6ee20ed670c8b6dfc1d956346a8c9e114ecf4fb',1280348240,1272572240);
/*!40000 ALTER TABLE `enterprise_admin_passwords` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_customerbalance`
--
DROP TABLE IF EXISTS `enterprise_customerbalance`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_customerbalance` (
`balance_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`customer_id` int(10) unsigned NOT NULL DEFAULT '0',
`website_id` smallint(5) unsigned DEFAULT NULL,
`amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_currency_code` char(3) DEFAULT NULL,
PRIMARY KEY (`balance_id`),
UNIQUE KEY `UNQ_CUSTOMERBALANCE_CW` (`customer_id`,`website_id`),
KEY `FK_CUSTOMERBALANCE_WEBSITE` (`website_id`),
CONSTRAINT `FK_CUSTOMERBALANCE_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMERBALANCE_CUSTOMER` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_customerbalance`
--
LOCK TABLES `enterprise_customerbalance` WRITE;
/*!40000 ALTER TABLE `enterprise_customerbalance` DISABLE KEYS */;
/*!40000 ALTER TABLE `enterprise_customerbalance` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_customerbalance_history`
--
DROP TABLE IF EXISTS `enterprise_customerbalance_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_customerbalance_history` (
`history_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`balance_id` int(10) unsigned NOT NULL DEFAULT '0',
`updated_at` datetime DEFAULT NULL,
`action` tinyint(3) unsigned NOT NULL DEFAULT '0',
`balance_amount` decimal(12,4) unsigned NOT NULL DEFAULT '0.0000',
`balance_delta` decimal(12,4) NOT NULL DEFAULT '0.0000',
`additional_info` tinytext,
`is_customer_notified` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`history_id`),
KEY `FK_CUSTOMERBALANCE_HISTORY_BALANCE` (`balance_id`),
CONSTRAINT `FK_CUSTOMERBALANCE_HISTORY_BALANCE` FOREIGN KEY (`balance_id`) REFERENCES `enterprise_customerbalance` (`balance_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_customerbalance_history`
--
LOCK TABLES `enterprise_customerbalance_history` WRITE;
/*!40000 ALTER TABLE `enterprise_customerbalance_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `enterprise_customerbalance_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_giftcard_amount`
--
DROP TABLE IF EXISTS `enterprise_giftcard_amount`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_giftcard_amount` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`entity_type_id` smallint(5) unsigned NOT NULL,
`attribute_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`value_id`),
KEY `FK_GIFTCARD_AMOUNT_PRODUCT_ENTITY` (`entity_id`),
KEY `FK_GIFTCARD_AMOUNT_WEBSITE` (`website_id`),
KEY `FK_GIFTCARD_AMOUNT_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_GIFTCARD_AMOUNT_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_GIFTCARD_AMOUNT_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_GIFTCARD_AMOUNT_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_giftcard_amount`
--
LOCK TABLES `enterprise_giftcard_amount` WRITE;
/*!40000 ALTER TABLE `enterprise_giftcard_amount` DISABLE KEYS */;
INSERT INTO `enterprise_giftcard_amount` VALUES (1,0,'100.0000',174,10,938),(2,0,'50.0000',174,10,938),(3,0,'10.0000',174,10,938),(5,0,'200.0000',175,10,938),(6,0,'25.0000',168,10,938),(7,0,'50.0000',168,10,938),(8,0,'100.0000',168,10,938),(11,0,'100.0000',167,10,938);
/*!40000 ALTER TABLE `enterprise_giftcard_amount` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_giftcardaccount`
--
DROP TABLE IF EXISTS `enterprise_giftcardaccount`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_giftcardaccount` (
`giftcardaccount_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`code` varchar(255) NOT NULL,
`status` tinyint(1) NOT NULL,
`date_created` date NOT NULL,
`date_expires` date DEFAULT NULL,
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`balance` decimal(12,4) NOT NULL DEFAULT '0.0000',
`state` tinyint(1) NOT NULL DEFAULT '0',
`is_redeemable` tinyint(1) NOT NULL DEFAULT '1',
PRIMARY KEY (`giftcardaccount_id`),
KEY `FK_GIFTCARDACCOUNT_WEBSITE_ID` (`website_id`),
CONSTRAINT `FK_GIFTCARDACCOUNT_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_giftcardaccount`
--
LOCK TABLES `enterprise_giftcardaccount` WRITE;
/*!40000 ALTER TABLE `enterprise_giftcardaccount` DISABLE KEYS */;
/*!40000 ALTER TABLE `enterprise_giftcardaccount` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_giftcardaccount_history`
--
DROP TABLE IF EXISTS `enterprise_giftcardaccount_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_giftcardaccount_history` (
`history_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`giftcardaccount_id` int(10) unsigned NOT NULL DEFAULT '0',
`updated_at` datetime DEFAULT NULL,
`action` tinyint(3) unsigned NOT NULL DEFAULT '0',
`balance_amount` decimal(12,4) unsigned NOT NULL DEFAULT '0.0000',
`balance_delta` decimal(12,4) NOT NULL DEFAULT '0.0000',
`additional_info` tinytext,
PRIMARY KEY (`history_id`),
KEY `FK_GIFTCARDACCOUNT_HISTORY_ACCOUNT` (`giftcardaccount_id`),
CONSTRAINT `FK_GIFTCARDACCOUNT_HISTORY_ACCOUNT` FOREIGN KEY (`giftcardaccount_id`) REFERENCES `enterprise_giftcardaccount` (`giftcardaccount_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_giftcardaccount_history`
--
LOCK TABLES `enterprise_giftcardaccount_history` WRITE;
/*!40000 ALTER TABLE `enterprise_giftcardaccount_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `enterprise_giftcardaccount_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_giftcardaccount_pool`
--
DROP TABLE IF EXISTS `enterprise_giftcardaccount_pool`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_giftcardaccount_pool` (
`code` varchar(255) NOT NULL,
`status` tinyint(1) NOT NULL,
PRIMARY KEY (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_giftcardaccount_pool`
--
LOCK TABLES `enterprise_giftcardaccount_pool` WRITE;
/*!40000 ALTER TABLE `enterprise_giftcardaccount_pool` DISABLE KEYS */;
/*!40000 ALTER TABLE `enterprise_giftcardaccount_pool` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_reward`
--
DROP TABLE IF EXISTS `enterprise_reward`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_reward` (
`reward_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`customer_id` int(10) unsigned NOT NULL DEFAULT '0',
`website_id` smallint(5) unsigned DEFAULT NULL,
`points_balance` int(11) unsigned NOT NULL DEFAULT '0',
`website_currency_code` char(3) DEFAULT NULL,
PRIMARY KEY (`reward_id`),
UNIQUE KEY `UNQ_CUSTOMER_WEBSITE` (`customer_id`,`website_id`),
KEY `FK_REWARD_WEBSITE_ID` (`website_id`),
CONSTRAINT `FK_REWARD_CUSTOMER_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_reward`
--
LOCK TABLES `enterprise_reward` WRITE;
/*!40000 ALTER TABLE `enterprise_reward` DISABLE KEYS */;
/*!40000 ALTER TABLE `enterprise_reward` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_reward_history`
--
DROP TABLE IF EXISTS `enterprise_reward_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_reward_history` (
`history_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`reward_id` int(11) unsigned NOT NULL DEFAULT '0',
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned DEFAULT NULL,
`action` tinyint(3) NOT NULL DEFAULT '0',
`entity` int(11) DEFAULT NULL,
`points_balance` int(11) unsigned NOT NULL DEFAULT '0',
`points_delta` int(11) NOT NULL DEFAULT '0',
`points_used` int(11) NOT NULL DEFAULT '0',
`currency_amount` decimal(12,4) unsigned NOT NULL DEFAULT '0.0000',
`currency_delta` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_currency_code` varchar(5) NOT NULL,
`additional_data` text NOT NULL,
`comment` text NOT NULL,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`expired_at_static` datetime DEFAULT '0000-00-00 00:00:00',
`expired_at_dynamic` datetime DEFAULT '0000-00-00 00:00:00',
`is_expired` tinyint(3) NOT NULL DEFAULT '0',
`is_duplicate_of` int(11) unsigned DEFAULT NULL,
`notification_sent` tinyint(3) NOT NULL DEFAULT '0',
PRIMARY KEY (`history_id`),
KEY `IDX_REWARD_ID` (`reward_id`),
KEY `IDX_WEBSITE_ID` (`website_id`),
KEY `IDX_STORE_ID` (`store_id`),
CONSTRAINT `FK_REWARD_HISTORY_REWARD_ID` FOREIGN KEY (`reward_id`) REFERENCES `enterprise_reward` (`reward_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_REWARD_HISTORY_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_REWARD_HISTORY_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_reward_history`
--
LOCK TABLES `enterprise_reward_history` WRITE;
/*!40000 ALTER TABLE `enterprise_reward_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `enterprise_reward_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_reward_rate`
--
DROP TABLE IF EXISTS `enterprise_reward_rate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_reward_rate` (
`rate_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`customer_group_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`direction` tinyint(3) NOT NULL DEFAULT '1',
`points` int(11) NOT NULL DEFAULT '0',
`currency_amount` decimal(12,4) unsigned NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`rate_id`),
UNIQUE KEY `IDX_WEBSITE_GROUP_DIRECTION` (`website_id`,`customer_group_id`,`direction`),
KEY `IDX_WEBSITE_ID` (`website_id`),
KEY `IDX_CUSTOMER_GROUP_ID` (`customer_group_id`),
CONSTRAINT `FK_REWARD_RATE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_reward_rate`
--
LOCK TABLES `enterprise_reward_rate` WRITE;
/*!40000 ALTER TABLE `enterprise_reward_rate` DISABLE KEYS */;
INSERT INTO `enterprise_reward_rate` VALUES (1,1,0,1,10,'1.0000'),(2,1,0,2,1,'5.0000');
/*!40000 ALTER TABLE `enterprise_reward_rate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_reward_salesrule`
--
DROP TABLE IF EXISTS `enterprise_reward_salesrule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_reward_salesrule` (
`rule_id` int(10) unsigned NOT NULL DEFAULT '0',
`points_delta` int(11) unsigned NOT NULL DEFAULT '0',
KEY `FK_REWARD_SALESRULE_RULE_ID` (`rule_id`),
CONSTRAINT `FK_REWARD_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_reward_salesrule`
--
LOCK TABLES `enterprise_reward_salesrule` WRITE;
/*!40000 ALTER TABLE `enterprise_reward_salesrule` DISABLE KEYS */;
/*!40000 ALTER TABLE `enterprise_reward_salesrule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eway_api_debug`
--
DROP TABLE IF EXISTS `eway_api_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eway_api_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`debug_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`request_body` text,
`response_body` text,
PRIMARY KEY (`debug_id`),
KEY `debug_at` (`debug_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eway_api_debug`
--
LOCK TABLES `eway_api_debug` WRITE;
/*!40000 ALTER TABLE `eway_api_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `eway_api_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `flo2cash_api_debug`
--
DROP TABLE IF EXISTS `flo2cash_api_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `flo2cash_api_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`debug_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`request_body` text,
`response_body` text,
`exception` text,
PRIMARY KEY (`debug_id`),
KEY `debug_at` (`debug_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `flo2cash_api_debug`
--
LOCK TABLES `flo2cash_api_debug` WRITE;
/*!40000 ALTER TABLE `flo2cash_api_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `flo2cash_api_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `gift_message`
--
DROP TABLE IF EXISTS `gift_message`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `gift_message` (
`gift_message_id` int(7) unsigned NOT NULL AUTO_INCREMENT,
`customer_id` int(7) unsigned NOT NULL DEFAULT '0',
`sender` varchar(255) NOT NULL DEFAULT '',
`recipient` varchar(255) NOT NULL DEFAULT '',
`message` text NOT NULL,
PRIMARY KEY (`gift_message_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `gift_message`
--
LOCK TABLES `gift_message` WRITE;
/*!40000 ALTER TABLE `gift_message` DISABLE KEYS */;
/*!40000 ALTER TABLE `gift_message` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `googlebase_attributes`
--
DROP TABLE IF EXISTS `googlebase_attributes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `googlebase_attributes` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`attribute_id` smallint(5) unsigned NOT NULL,
`gbase_attribute` varchar(255) NOT NULL,
`type_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`id`),
KEY `GOOGLEBASE_ATTRIBUTES_ATTRIBUTE_ID` (`attribute_id`),
KEY `GOOGLEBASE_ATTRIBUTES_TYPE_ID` (`type_id`),
CONSTRAINT `GOOGLEBASE_ATTRIBUTES_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `GOOGLEBASE_ATTRIBUTES_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `googlebase_types` (`type_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Google Base Attributes link Product Attributes';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `googlebase_attributes`
--
LOCK TABLES `googlebase_attributes` WRITE;
/*!40000 ALTER TABLE `googlebase_attributes` DISABLE KEYS */;
/*!40000 ALTER TABLE `googlebase_attributes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `googlebase_items`
--
DROP TABLE IF EXISTS `googlebase_items`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `googlebase_items` (
`item_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type_id` int(10) unsigned NOT NULL DEFAULT '0',
`product_id` int(10) unsigned NOT NULL,
`gbase_item_id` varchar(255) NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
`published` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`impr` smallint(5) unsigned NOT NULL DEFAULT '0',
`clicks` smallint(5) unsigned NOT NULL DEFAULT '0',
`views` smallint(5) unsigned NOT NULL DEFAULT '0',
`is_hidden` tinyint(4) NOT NULL DEFAULT '0',
PRIMARY KEY (`item_id`),
KEY `GOOGLEBASE_ITEMS_PRODUCT_ID` (`product_id`),
KEY `GOOGLEBASE_ITEMS_STORE_ID` (`store_id`),
CONSTRAINT `GOOGLEBASE_ITEMS_PRODUCT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `GOOGLEBASE_ITEMS_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Google Base Items Products';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `googlebase_items`
--
LOCK TABLES `googlebase_items` WRITE;
/*!40000 ALTER TABLE `googlebase_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `googlebase_items` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `googlebase_types`
--
DROP TABLE IF EXISTS `googlebase_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `googlebase_types` (
`type_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`attribute_set_id` smallint(5) unsigned NOT NULL,
`gbase_itemtype` varchar(255) NOT NULL,
`target_country` varchar(2) NOT NULL DEFAULT 'US',
PRIMARY KEY (`type_id`),
KEY `GOOGLEBASE_TYPES_ATTRIBUTE_SET_ID` (`attribute_set_id`),
CONSTRAINT `GOOGLEBASE_TYPES_ATTRIBUTE_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Google Base Item Types link Attribute Sets';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `googlebase_types`
--
LOCK TABLES `googlebase_types` WRITE;
/*!40000 ALTER TABLE `googlebase_types` DISABLE KEYS */;
/*!40000 ALTER TABLE `googlebase_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `googlecheckout_api_debug`
--
DROP TABLE IF EXISTS `googlecheckout_api_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `googlecheckout_api_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`dir` enum('in','out') DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
`request_body` text,
`response_body` text,
PRIMARY KEY (`debug_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `googlecheckout_api_debug`
--
LOCK TABLES `googlecheckout_api_debug` WRITE;
/*!40000 ALTER TABLE `googlecheckout_api_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `googlecheckout_api_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `googleoptimizer_code`
--
DROP TABLE IF EXISTS `googleoptimizer_code`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `googleoptimizer_code` (
`code_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`entity_id` int(10) unsigned NOT NULL,
`entity_type` varchar(50) NOT NULL DEFAULT '',
`store_id` smallint(5) unsigned NOT NULL,
`control_script` text,
`tracking_script` text,
`conversion_script` text,
`conversion_page` varchar(255) NOT NULL DEFAULT '',
`additional_data` text,
PRIMARY KEY (`code_id`),
KEY `GOOGLEOPTIMIZER_CODE_STORE` (`store_id`),
CONSTRAINT `FK_GOOGLEOPTIMIZER_CODE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `googleoptimizer_code`
--
LOCK TABLES `googleoptimizer_code` WRITE;
/*!40000 ALTER TABLE `googleoptimizer_code` DISABLE KEYS */;
/*!40000 ALTER TABLE `googleoptimizer_code` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ideal_api_debug`
--
DROP TABLE IF EXISTS `ideal_api_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ideal_api_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`debug_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`request_body` text,
`response_body` text,
PRIMARY KEY (`debug_id`),
KEY `debug_at` (`debug_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ideal_api_debug`
--
LOCK TABLES `ideal_api_debug` WRITE;
/*!40000 ALTER TABLE `ideal_api_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `ideal_api_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `index_event`
--
DROP TABLE IF EXISTS `index_event`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `index_event` (
`event_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(64) NOT NULL,
`entity` varchar(64) NOT NULL,
`entity_pk` bigint(20) DEFAULT NULL,
`created_at` datetime NOT NULL,
`old_data` mediumtext,
`new_data` mediumtext,
PRIMARY KEY (`event_id`),
UNIQUE KEY `IDX_UNIQUE_EVENT` (`type`,`entity`,`entity_pk`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `index_event`
--
LOCK TABLES `index_event` WRITE;
/*!40000 ALTER TABLE `index_event` DISABLE KEYS */;
INSERT INTO `index_event` VALUES (1,'save','catalog_category',42,'2010-04-20 14:10:45','a:2:{s:30:\"Mage_Catalog_Model_Indexer_Url\";N;s:43:\"Mage_Catalog_Model_Category_Indexer_Product\";N;}','a:8:{s:35:\"cataloginventory_stock_match_result\";b:0;s:34:\"catalog_product_price_match_result\";b:0;s:24:\"catalog_url_match_result\";b:1;s:30:\"Mage_Catalog_Model_Indexer_Url\";N;s:33:\"catalog_product_flat_match_result\";b:0;s:37:\"catalog_category_product_match_result\";b:1;s:43:\"Mage_Catalog_Model_Category_Indexer_Product\";N;s:35:\"catalogsearch_fulltext_match_result\";b:0;}'),(2,'save','catalog_category',43,'2010-04-20 14:11:00','a:2:{s:30:\"Mage_Catalog_Model_Indexer_Url\";N;s:43:\"Mage_Catalog_Model_Category_Indexer_Product\";N;}','a:8:{s:35:\"cataloginventory_stock_match_result\";b:0;s:34:\"catalog_product_price_match_result\";b:0;s:24:\"catalog_url_match_result\";b:1;s:30:\"Mage_Catalog_Model_Indexer_Url\";N;s:33:\"catalog_product_flat_match_result\";b:0;s:37:\"catalog_category_product_match_result\";b:1;s:43:\"Mage_Catalog_Model_Category_Indexer_Product\";N;s:35:\"catalogsearch_fulltext_match_result\";b:0;}'),(3,'save','cataloginventory_stock_item',127,'2010-04-20 14:11:48','a:1:{s:41:\"Mage_CatalogInventory_Model_Indexer_Stock\";N;}','a:7:{s:35:\"cataloginventory_stock_match_result\";b:1;s:41:\"Mage_CatalogInventory_Model_Indexer_Stock\";N;s:34:\"catalog_product_price_match_result\";b:0;s:24:\"catalog_url_match_result\";b:0;s:33:\"catalog_product_flat_match_result\";b:0;s:37:\"catalog_category_product_match_result\";b:0;s:35:\"catalogsearch_fulltext_match_result\";b:0;}'),(4,'save','catalog_product',173,'2010-04-20 14:11:48','a:8:{s:41:\"Mage_CatalogInventory_Model_Indexer_Stock\";N;s:38:\"Mage_Catalog_Model_Product_Indexer_Eav\";N;s:40:\"Mage_Catalog_Model_Product_Indexer_Price\";N;s:30:\"Mage_Catalog_Model_Indexer_Url\";N;s:39:\"Mage_Catalog_Model_Product_Indexer_Flat\";N;s:43:\"Mage_Catalog_Model_Category_Indexer_Product\";N;s:41:\"Mage_CatalogSearch_Model_Indexer_Fulltext\";N;s:30:\"Mage_Tag_Model_Indexer_Summary\";N;}','a:14:{s:35:\"cataloginventory_stock_match_result\";b:1;s:41:\"Mage_CatalogInventory_Model_Indexer_Stock\";N;s:38:\"Mage_Catalog_Model_Product_Indexer_Eav\";N;s:34:\"catalog_product_price_match_result\";b:1;s:40:\"Mage_Catalog_Model_Product_Indexer_Price\";N;s:24:\"catalog_url_match_result\";b:1;s:30:\"Mage_Catalog_Model_Indexer_Url\";N;s:33:\"catalog_product_flat_match_result\";b:1;s:39:\"Mage_Catalog_Model_Product_Indexer_Flat\";N;s:37:\"catalog_category_product_match_result\";b:1;s:43:\"Mage_Catalog_Model_Category_Indexer_Product\";N;s:35:\"catalogsearch_fulltext_match_result\";b:1;s:41:\"Mage_CatalogSearch_Model_Indexer_Fulltext\";N;s:30:\"Mage_Tag_Model_Indexer_Summary\";N;}'),(5,'save','catalog_category',36,'2010-05-03 15:38:45','a:2:{s:30:\"Mage_Catalog_Model_Indexer_Url\";N;s:43:\"Mage_Catalog_Model_Category_Indexer_Product\";N;}','a:8:{s:35:\"cataloginventory_stock_match_result\";b:0;s:34:\"catalog_product_price_match_result\";b:0;s:24:\"catalog_url_match_result\";b:1;s:30:\"Mage_Catalog_Model_Indexer_Url\";N;s:33:\"catalog_product_flat_match_result\";b:0;s:37:\"catalog_category_product_match_result\";b:1;s:43:\"Mage_Catalog_Model_Category_Indexer_Product\";N;s:35:\"catalogsearch_fulltext_match_result\";b:0;}');
/*!40000 ALTER TABLE `index_event` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `index_process`
--
DROP TABLE IF EXISTS `index_process`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `index_process` (
`process_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`indexer_code` varchar(32) NOT NULL,
`status` enum('pending','working','require_reindex') NOT NULL DEFAULT 'pending',
`started_at` datetime DEFAULT NULL,
`ended_at` datetime DEFAULT NULL,
`mode` enum('real_time','manual') NOT NULL DEFAULT 'real_time',
PRIMARY KEY (`process_id`),
UNIQUE KEY `IDX_CODE` (`indexer_code`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `index_process`
--
LOCK TABLES `index_process` WRITE;
/*!40000 ALTER TABLE `index_process` DISABLE KEYS */;
INSERT INTO `index_process` VALUES (1,'catalog_product_attribute','pending','2010-04-20 14:08:25','2010-04-20 14:08:25','real_time'),(2,'catalog_product_price','pending','2010-04-20 14:08:25','2010-04-20 14:08:26','real_time'),(3,'catalog_url','pending','2010-04-20 14:08:26','2010-04-20 14:08:28','real_time'),(4,'catalog_product_flat','pending','2010-04-20 14:08:28','2010-04-20 14:08:30','real_time'),(5,'catalog_category_flat','pending','2010-04-20 14:08:30','2010-04-20 14:08:30','real_time'),(6,'catalog_category_product','pending','2010-04-20 14:08:30','2010-04-20 14:08:30','real_time'),(7,'catalogsearch_fulltext','pending','2010-04-20 14:08:30','2010-04-20 14:08:33','real_time'),(8,'cataloginventory_stock','pending','2010-04-20 14:08:24','2010-04-20 14:08:25','real_time'),(9,'tag_summary','pending','2010-04-20 14:08:33','2010-04-20 14:08:33','real_time');
/*!40000 ALTER TABLE `index_process` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `index_process_event`
--
DROP TABLE IF EXISTS `index_process_event`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `index_process_event` (
`process_id` int(10) unsigned NOT NULL,
`event_id` bigint(20) unsigned NOT NULL,
`status` enum('new','working','done','error') NOT NULL DEFAULT 'new',
PRIMARY KEY (`process_id`,`event_id`),
KEY `FK_INDEX_EVNT_PROCESS` (`event_id`),
CONSTRAINT `FK_INDEX_EVNT_PROCESS` FOREIGN KEY (`event_id`) REFERENCES `index_event` (`event_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_INDEX_PROCESS_EVENT` FOREIGN KEY (`process_id`) REFERENCES `index_process` (`process_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `index_process_event`
--
LOCK TABLES `index_process_event` WRITE;
/*!40000 ALTER TABLE `index_process_event` DISABLE KEYS */;
INSERT INTO `index_process_event` VALUES (1,4,'done'),(2,4,'done'),(3,1,'done'),(3,2,'done'),(3,4,'done'),(3,5,'done'),(4,4,'done'),(6,1,'done'),(6,2,'done'),(6,4,'done'),(6,5,'done'),(7,4,'done'),(8,3,'done'),(8,4,'done'),(9,4,'done');
/*!40000 ALTER TABLE `index_process_event` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `log_customer`
--
DROP TABLE IF EXISTS `log_customer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `log_customer` (
`log_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`visitor_id` bigint(20) unsigned DEFAULT NULL,
`customer_id` int(11) NOT NULL DEFAULT '0',
`login_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`logout_at` datetime DEFAULT NULL,
`store_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`log_id`),
KEY `IDX_VISITOR` (`visitor_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customers log information';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `log_customer`
--
LOCK TABLES `log_customer` WRITE;
/*!40000 ALTER TABLE `log_customer` DISABLE KEYS */;
/*!40000 ALTER TABLE `log_customer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `log_quote`
--
DROP TABLE IF EXISTS `log_quote`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `log_quote` (
`quote_id` int(10) unsigned NOT NULL DEFAULT '0',
`visitor_id` bigint(20) unsigned DEFAULT NULL,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` datetime DEFAULT NULL,
PRIMARY KEY (`quote_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Quote log data';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `log_quote`
--
LOCK TABLES `log_quote` WRITE;
/*!40000 ALTER TABLE `log_quote` DISABLE KEYS */;
/*!40000 ALTER TABLE `log_quote` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `log_summary`
--
DROP TABLE IF EXISTS `log_summary`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `log_summary` (
`summary_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`store_id` smallint(5) unsigned NOT NULL,
`type_id` smallint(5) unsigned DEFAULT NULL,
`visitor_count` int(11) NOT NULL DEFAULT '0',
`customer_count` int(11) NOT NULL DEFAULT '0',
`add_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`summary_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Summary log information';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `log_summary`
--
LOCK TABLES `log_summary` WRITE;
/*!40000 ALTER TABLE `log_summary` DISABLE KEYS */;
/*!40000 ALTER TABLE `log_summary` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `log_summary_type`
--
DROP TABLE IF EXISTS `log_summary_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `log_summary_type` (
`type_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`type_code` varchar(64) NOT NULL DEFAULT '',
`period` smallint(5) unsigned NOT NULL DEFAULT '0',
`period_type` enum('MINUTE','HOUR','DAY','WEEK','MONTH') NOT NULL DEFAULT 'MINUTE',
PRIMARY KEY (`type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Type of summary information';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `log_summary_type`
--
LOCK TABLES `log_summary_type` WRITE;
/*!40000 ALTER TABLE `log_summary_type` DISABLE KEYS */;
/*!40000 ALTER TABLE `log_summary_type` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `log_url`
--
DROP TABLE IF EXISTS `log_url`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `log_url` (
`url_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`visitor_id` bigint(20) unsigned DEFAULT NULL,
`visit_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`url_id`),
KEY `IDX_VISITOR` (`visitor_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='URL visiting history';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `log_url`
--
LOCK TABLES `log_url` WRITE;
/*!40000 ALTER TABLE `log_url` DISABLE KEYS */;
INSERT INTO `log_url` VALUES (1,1,'2010-04-27 16:35:38'),(2,1,'2010-04-27 16:35:39'),(3,2,'2010-04-27 17:08:31'),(4,2,'2010-04-27 17:08:31'),(5,3,'2010-04-27 17:19:42'),(6,3,'2010-04-27 17:19:42'),(7,3,'2010-04-27 17:19:42'),(8,3,'2010-04-27 17:19:42'),(9,3,'2010-04-27 17:19:42'),(10,3,'2010-04-27 17:20:00'),(11,3,'2010-04-27 17:20:00'),(12,3,'2010-04-27 17:20:00'),(13,3,'2010-04-27 17:20:00'),(14,3,'2010-04-27 17:20:00'),(15,3,'2010-04-27 17:20:03'),(16,3,'2010-04-27 17:20:07'),(17,3,'2010-04-27 17:20:07'),(18,3,'2010-04-27 17:20:07'),(19,3,'2010-04-27 17:20:07'),(20,3,'2010-04-27 17:20:59'),(21,3,'2010-04-27 17:21:00'),(22,3,'2010-04-27 17:21:00'),(23,3,'2010-04-27 17:21:00'),(24,3,'2010-04-27 17:21:00'),(25,3,'2010-04-27 17:21:08'),(26,3,'2010-04-27 17:23:29'),(27,3,'2010-04-27 17:23:29'),(28,3,'2010-04-27 17:23:29'),(29,3,'2010-04-27 17:23:29'),(30,3,'2010-04-27 17:23:29'),(31,3,'2010-04-27 17:23:29'),(32,3,'2010-04-27 17:23:53'),(33,3,'2010-04-27 17:23:53'),(34,3,'2010-04-27 17:23:53'),(35,3,'2010-04-27 17:23:53'),(36,3,'2010-04-27 17:23:53'),(37,3,'2010-04-27 17:23:53'),(38,3,'2010-04-27 17:23:55'),(39,3,'2010-04-27 17:23:55'),(40,3,'2010-04-27 17:23:55'),(41,3,'2010-04-27 17:23:55'),(42,3,'2010-04-27 17:23:55'),(43,3,'2010-04-27 17:23:55'),(44,3,'2010-04-27 17:24:03'),(45,3,'2010-04-27 17:24:03'),(46,3,'2010-04-27 17:24:04'),(47,3,'2010-04-27 17:24:04'),(48,3,'2010-04-27 17:24:04'),(49,3,'2010-04-27 17:24:04'),(50,3,'2010-04-27 17:24:09'),(51,3,'2010-04-27 17:24:10'),(52,3,'2010-04-27 17:24:10'),(53,3,'2010-04-27 17:24:10'),(54,3,'2010-04-27 17:24:10'),(55,3,'2010-04-27 17:24:10'),(56,3,'2010-04-27 17:25:49'),(57,3,'2010-04-27 17:25:49'),(58,3,'2010-04-27 17:25:49'),(59,3,'2010-04-27 17:25:50'),(60,3,'2010-04-27 17:26:18'),(61,3,'2010-04-27 17:26:19'),(62,3,'2010-04-27 17:26:19'),(63,3,'2010-04-27 17:26:19'),(64,3,'2010-04-27 17:26:34'),(65,3,'2010-04-27 17:26:34'),(66,3,'2010-04-27 17:26:34'),(67,3,'2010-04-27 17:26:34'),(68,3,'2010-04-27 17:26:48'),(69,3,'2010-04-27 17:26:49'),(70,3,'2010-04-27 17:26:49'),(71,3,'2010-04-27 17:26:49'),(72,3,'2010-04-27 17:27:03'),(73,3,'2010-04-27 17:27:04'),(74,3,'2010-04-27 17:27:04'),(75,3,'2010-04-27 17:27:04'),(76,3,'2010-04-27 17:48:25'),(77,3,'2010-04-27 17:48:29'),(78,3,'2010-04-27 17:48:36'),(79,3,'2010-04-27 17:48:36'),(80,3,'2010-04-27 17:48:59'),(81,3,'2010-04-27 17:49:03'),(82,3,'2010-04-27 17:49:03'),(83,3,'2010-04-27 17:49:10'),(84,3,'2010-04-27 17:50:46'),(85,3,'2010-04-27 17:50:49'),(86,3,'2010-04-27 17:51:00'),(87,3,'2010-04-27 17:51:03'),(88,3,'2010-04-27 17:51:06'),(89,3,'2010-04-27 17:51:09'),(90,3,'2010-04-27 17:51:18'),(91,3,'2010-04-27 17:51:19'),(92,3,'2010-04-27 17:51:25'),(93,3,'2010-04-27 18:14:20'),(94,3,'2010-04-27 18:14:20'),(95,3,'2010-04-27 18:36:49'),(96,3,'2010-04-27 18:37:22'),(97,3,'2010-04-27 18:37:23'),(98,3,'2010-04-27 18:37:23'),(99,3,'2010-04-27 18:37:30'),(100,4,'2010-04-28 08:53:11'),(101,5,'2010-04-28 14:01:18'),(102,5,'2010-04-28 14:01:28'),(103,5,'2010-04-28 14:07:37'),(104,6,'2010-04-28 14:20:18'),(105,7,'2010-04-28 14:20:19'),(106,8,'2010-04-28 14:20:20'),(107,9,'2010-04-28 14:20:21'),(108,5,'2010-04-28 16:37:42'),(109,10,'2010-04-29 09:24:54'),(110,11,'2010-04-29 10:02:40'),(111,11,'2010-04-29 10:02:47'),(112,11,'2010-04-29 10:03:03'),(113,11,'2010-04-29 10:03:16'),(114,11,'2010-04-29 10:03:16'),(115,11,'2010-04-29 10:03:22'),(116,11,'2010-04-29 10:03:37'),(117,11,'2010-04-29 10:03:38'),(118,11,'2010-04-29 10:03:38'),(119,11,'2010-04-29 10:05:55'),(120,11,'2010-04-29 10:05:57'),(121,11,'2010-04-29 10:06:02'),(122,11,'2010-04-29 10:06:05'),(123,11,'2010-04-29 10:06:10'),(124,11,'2010-04-29 10:07:05'),(125,11,'2010-04-29 10:07:05'),(126,11,'2010-04-29 10:07:05'),(127,11,'2010-04-29 10:07:35'),(128,11,'2010-04-29 10:07:35'),(129,11,'2010-04-29 10:07:36'),(130,11,'2010-04-29 10:07:49'),(131,11,'2010-04-29 10:07:49'),(132,11,'2010-04-29 10:07:50'),(133,11,'2010-04-29 10:07:52'),(134,11,'2010-04-29 10:08:02'),(135,11,'2010-04-29 10:08:06'),(136,11,'2010-04-29 10:08:12'),(137,11,'2010-04-29 10:08:13'),(138,11,'2010-04-29 10:08:16'),(139,11,'2010-04-29 10:08:25'),(140,11,'2010-04-29 10:08:31'),(141,11,'2010-04-29 10:27:44'),(142,11,'2010-04-29 10:57:20'),(143,11,'2010-04-29 10:57:30'),(144,11,'2010-04-29 10:57:31'),(145,11,'2010-04-29 10:58:58'),(146,11,'2010-04-29 10:59:01'),(147,11,'2010-04-29 10:59:04'),(148,11,'2010-04-29 10:59:24'),(149,11,'2010-04-29 10:59:40'),(150,11,'2010-04-29 11:11:22'),(151,11,'2010-04-29 11:11:28'),(152,11,'2010-04-29 11:11:34'),(153,11,'2010-04-29 11:11:36'),(154,11,'2010-04-29 11:11:38'),(155,11,'2010-04-29 11:13:03'),(156,11,'2010-04-29 11:13:07'),(157,11,'2010-04-29 11:13:10'),(158,11,'2010-04-29 11:13:12'),(159,11,'2010-04-29 11:13:16'),(160,11,'2010-04-29 11:13:18'),(161,11,'2010-04-29 11:13:33'),(162,11,'2010-04-29 11:13:46'),(163,11,'2010-04-29 11:13:56'),(164,11,'2010-04-29 11:13:59'),(165,11,'2010-04-29 11:14:02'),(166,11,'2010-04-29 11:14:08'),(167,11,'2010-04-29 11:14:13'),(168,11,'2010-04-29 11:14:22'),(169,11,'2010-04-29 11:14:38'),(170,11,'2010-04-29 11:16:59'),(171,11,'2010-04-29 11:17:09'),(172,11,'2010-04-29 11:17:10'),(173,11,'2010-04-29 11:17:10'),(174,11,'2010-04-29 11:17:10'),(175,11,'2010-04-29 11:17:11'),(176,11,'2010-04-29 11:17:32'),(177,11,'2010-04-29 11:17:37'),(178,11,'2010-04-29 11:17:41'),(179,11,'2010-04-29 11:17:42'),(180,11,'2010-04-29 11:17:48'),(181,11,'2010-04-29 11:17:49'),(182,11,'2010-04-29 11:17:52'),(183,11,'2010-04-29 11:17:55'),(184,11,'2010-04-29 11:17:55'),(185,11,'2010-04-29 12:40:31'),(186,11,'2010-04-29 12:40:33'),(187,11,'2010-04-29 12:40:33'),(188,11,'2010-04-29 12:40:33'),(189,11,'2010-04-29 12:40:33'),(190,11,'2010-04-29 14:48:51'),(191,11,'2010-04-29 14:48:53'),(192,11,'2010-04-29 14:48:53'),(193,11,'2010-04-29 14:48:54'),(194,11,'2010-04-29 14:48:54'),(195,11,'2010-04-29 14:48:59'),(196,12,'2010-04-29 15:49:26'),(197,12,'2010-04-29 15:49:27'),(198,12,'2010-04-29 15:49:28'),(199,12,'2010-04-29 15:49:28'),(200,12,'2010-04-29 15:49:29'),(201,12,'2010-04-29 17:14:48'),(202,12,'2010-04-29 17:14:49'),(203,12,'2010-04-29 17:14:49'),(204,12,'2010-04-29 17:14:50'),(205,12,'2010-04-29 17:14:50'),(206,12,'2010-04-29 17:14:57'),(207,12,'2010-04-29 17:15:02'),(208,12,'2010-04-29 17:15:08'),(209,12,'2010-04-29 17:15:10'),(210,12,'2010-04-29 17:15:12'),(211,12,'2010-04-29 17:15:13'),(212,12,'2010-04-29 17:15:13'),(213,12,'2010-04-29 17:15:13'),(214,12,'2010-04-29 17:15:14'),(215,12,'2010-04-29 17:15:23'),(216,12,'2010-04-29 17:15:29'),(217,12,'2010-04-29 17:15:33'),(218,12,'2010-04-29 17:15:38'),(219,12,'2010-04-29 17:15:42'),(220,12,'2010-04-29 17:15:47'),(221,12,'2010-04-29 17:15:51'),(222,12,'2010-04-29 17:15:55'),(223,12,'2010-04-29 17:15:58'),(224,12,'2010-04-29 17:16:02'),(225,12,'2010-04-29 17:16:05'),(226,12,'2010-04-29 17:16:12'),(227,12,'2010-04-29 17:16:16'),(228,12,'2010-04-29 17:16:19'),(229,12,'2010-04-29 17:16:26'),(230,12,'2010-04-29 17:16:30'),(231,12,'2010-04-29 17:16:35'),(232,12,'2010-04-29 17:16:52'),(233,12,'2010-04-29 17:16:52'),(234,12,'2010-04-29 17:16:53'),(235,12,'2010-04-29 17:16:53'),(236,12,'2010-04-29 17:16:53'),(237,12,'2010-04-29 17:17:00'),(238,12,'2010-04-29 17:17:04'),(239,12,'2010-04-29 17:17:10'),(240,12,'2010-04-29 17:17:16'),(241,12,'2010-04-29 17:17:20'),(242,12,'2010-04-29 17:17:24'),(243,12,'2010-04-29 17:17:29'),(244,12,'2010-04-29 17:17:33'),(245,12,'2010-04-29 17:17:33'),(246,12,'2010-04-29 18:31:14'),(247,12,'2010-04-29 18:31:14'),(248,13,'2010-04-29 19:06:01'),(249,13,'2010-04-29 19:06:03'),(250,13,'2010-04-29 19:06:03'),(251,13,'2010-04-29 19:06:03'),(252,13,'2010-04-29 19:06:04'),(253,14,'2010-04-29 20:19:51'),(254,14,'2010-04-29 20:45:31'),(255,14,'2010-04-29 20:45:31'),(256,14,'2010-04-29 20:46:01'),(257,14,'2010-04-29 20:55:40'),(258,14,'2010-04-29 20:55:43'),(259,14,'2010-04-29 20:55:50'),(260,15,'2010-04-30 08:26:56'),(261,16,'2010-04-30 10:19:34'),(262,16,'2010-04-30 10:23:37'),(263,16,'2010-04-30 10:26:26'),(264,16,'2010-04-30 10:29:38'),(265,16,'2010-04-30 10:29:50'),(266,16,'2010-04-30 10:31:23'),(267,16,'2010-04-30 10:31:31'),(268,16,'2010-04-30 10:34:01'),(269,16,'2010-04-30 10:35:19'),(270,16,'2010-04-30 10:35:25'),(271,16,'2010-04-30 10:35:56'),(272,16,'2010-04-30 10:35:56'),(273,16,'2010-04-30 10:35:56'),(274,16,'2010-04-30 10:35:59'),(275,16,'2010-04-30 10:36:49'),(276,16,'2010-04-30 10:54:44'),(277,16,'2010-04-30 11:27:56'),(278,16,'2010-04-30 11:28:11'),(279,16,'2010-04-30 11:28:15'),(280,16,'2010-04-30 11:28:20'),(281,16,'2010-04-30 11:28:27'),(282,16,'2010-04-30 11:28:53'),(283,16,'2010-04-30 11:28:57'),(284,16,'2010-04-30 11:29:05'),(285,16,'2010-04-30 11:29:07'),(286,16,'2010-04-30 11:29:11'),(287,16,'2010-04-30 11:31:23'),(288,16,'2010-04-30 11:31:47'),(289,16,'2010-04-30 11:31:55'),(290,16,'2010-04-30 11:32:00'),(291,16,'2010-04-30 11:32:06'),(292,16,'2010-04-30 11:33:34'),(293,16,'2010-04-30 11:33:54'),(294,16,'2010-04-30 11:33:58'),(295,16,'2010-04-30 11:34:00'),(296,16,'2010-04-30 11:35:06'),(297,16,'2010-04-30 11:35:20'),(298,16,'2010-04-30 11:35:28'),(299,16,'2010-04-30 11:36:48'),(300,16,'2010-04-30 11:37:59'),(301,16,'2010-04-30 11:40:45'),(302,16,'2010-04-30 11:40:51'),(303,16,'2010-04-30 11:40:55'),(304,16,'2010-04-30 11:48:45'),(305,16,'2010-04-30 11:50:38'),(306,16,'2010-04-30 11:50:43'),(307,16,'2010-04-30 11:50:47'),(308,16,'2010-04-30 11:57:14'),(309,16,'2010-04-30 11:57:24'),(310,16,'2010-04-30 11:57:32'),(311,16,'2010-04-30 11:57:43'),(312,16,'2010-04-30 11:57:49'),(313,16,'2010-04-30 11:57:57'),(314,16,'2010-04-30 11:58:01'),(315,16,'2010-04-30 11:58:05'),(316,16,'2010-04-30 11:58:09'),(317,16,'2010-04-30 11:58:13'),(318,16,'2010-04-30 11:58:18'),(319,16,'2010-04-30 11:58:22'),(320,16,'2010-04-30 11:58:26'),(321,16,'2010-04-30 11:58:32'),(322,16,'2010-04-30 11:58:41'),(323,16,'2010-04-30 11:58:44'),(324,16,'2010-04-30 11:59:52'),(325,16,'2010-04-30 11:59:58'),(326,16,'2010-04-30 12:00:57'),(327,16,'2010-04-30 12:01:08'),(328,16,'2010-04-30 12:01:18'),(329,16,'2010-04-30 12:01:22'),(330,16,'2010-04-30 12:01:26'),(331,16,'2010-04-30 12:01:33'),(332,16,'2010-04-30 12:01:44'),(333,16,'2010-04-30 12:04:05'),(334,16,'2010-04-30 12:04:08'),(335,16,'2010-04-30 12:07:15'),(336,16,'2010-04-30 12:07:24'),(337,16,'2010-04-30 12:07:28'),(338,16,'2010-04-30 12:07:58'),(339,17,'2010-04-30 12:33:43'),(340,17,'2010-04-30 12:33:53'),(341,17,'2010-04-30 12:33:59'),(342,17,'2010-04-30 12:34:07'),(343,17,'2010-04-30 12:34:20'),(344,17,'2010-04-30 12:34:30'),(345,17,'2010-04-30 12:34:47'),(346,17,'2010-04-30 12:35:21'),(347,16,'2010-04-30 13:57:16'),(348,18,'2010-04-30 14:54:39'),(349,18,'2010-04-30 14:54:57'),(350,18,'2010-04-30 14:55:07'),(351,18,'2010-04-30 14:55:23'),(352,18,'2010-04-30 14:55:42'),(353,18,'2010-04-30 14:55:51'),(354,18,'2010-04-30 14:55:53'),(355,19,'2010-04-30 17:59:46'),(356,19,'2010-04-30 18:00:08'),(357,19,'2010-04-30 18:00:10'),(358,19,'2010-04-30 18:00:12'),(359,20,'2010-05-01 22:04:32'),(360,20,'2010-05-01 22:10:49'),(361,20,'2010-05-01 22:11:02'),(362,20,'2010-05-01 22:11:04'),(363,20,'2010-05-01 22:11:08'),(364,20,'2010-05-01 22:11:31'),(365,20,'2010-05-01 22:11:34'),(366,21,'2010-05-03 14:26:56'),(367,21,'2010-05-03 14:42:38'),(368,21,'2010-05-03 15:38:50'),(369,21,'2010-05-03 15:38:56'),(370,21,'2010-05-03 15:39:02'),(371,21,'2010-05-03 15:39:07'),(372,21,'2010-05-03 15:39:10'),(373,21,'2010-05-03 15:39:15'),(374,21,'2010-05-03 15:39:19'),(375,21,'2010-05-03 15:39:23'),(376,21,'2010-05-03 15:39:27'),(377,21,'2010-05-03 15:39:31'),(378,21,'2010-05-03 15:39:35'),(379,21,'2010-05-03 15:39:43'),(380,21,'2010-05-03 15:39:47'),(381,21,'2010-05-03 15:39:50'),(382,21,'2010-05-03 15:39:55'),(383,21,'2010-05-03 15:39:59'),(384,21,'2010-05-03 15:40:03'),(385,21,'2010-05-03 15:40:07');
/*!40000 ALTER TABLE `log_url` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `log_url_info`
--
DROP TABLE IF EXISTS `log_url_info`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `log_url_info` (
`url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(255) NOT NULL DEFAULT '',
`referer` varchar(255) DEFAULT NULL,
PRIMARY KEY (`url_id`)
) ENGINE=InnoDB AUTO_INCREMENT=386 DEFAULT CHARSET=utf8 COMMENT='Detale information about url visit';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `log_url_info`
--
LOCK TABLES `log_url_info` WRITE;
/*!40000 ALTER TABLE `log_url_info` DISABLE KEYS */;
INSERT INTO `log_url_info` VALUES (1,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/22','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(2,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/category/living_1.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/furniture/living-room'),(3,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/22','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(4,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/category/living_1.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/furniture/living-room'),(5,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/22','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(6,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/c/o/couch.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/furniture/living-room'),(7,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/o/t/ottoman.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/furniture/living-room'),(8,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/m/a/magento-red-furniture-set.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/furniture/living-room'),(9,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/c/h/chair.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/furniture/living-room'),(10,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/22','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(11,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/c/h/chair.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/furniture/living-room'),(12,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/c/o/couch.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/furniture/living-room'),(13,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/m/a/magento-red-furniture-set.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/furniture/living-room'),(14,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/o/t/ottoman.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/furniture/living-room'),(15,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/13','http://kd.varien.com/dev/ruslan.voitenko/ceplus/furniture/living-room'),(16,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics'),(17,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(18,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(19,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(20,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics'),(21,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(22,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(23,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/images/catalog/product/placeholder/small_image.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(24,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(25,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/%D1%84%D0%B2%D1%8C%D1%88%D1%82',''),(26,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics'),(27,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(28,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/images/catalog/product/placeholder/small_image.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(29,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(30,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(31,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/images/catalog/product/placeholder/small_image.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(32,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics'),(33,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(34,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(35,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/images/catalog/product/placeholder/small_image.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(36,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(37,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/images/catalog/product/placeholder/small_image.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(38,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics'),(39,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(40,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/images/catalog/product/placeholder/small_image.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(41,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(42,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/images/catalog/product/placeholder/small_image.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(43,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(44,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics'),(45,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(46,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/images/catalog/product/placeholder/small_image.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(47,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(48,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(49,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/images/catalog/product/placeholder/small_image.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(50,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics'),(51,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(52,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/images/catalog/product/placeholder/small_image.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(53,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(54,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(55,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/images/catalog/product/placeholder/small_image.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(56,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics'),(57,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(58,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(59,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(60,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics'),(61,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(62,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(63,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(64,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics'),(65,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(66,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(67,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(68,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics'),(69,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(70,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(71,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(72,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics'),(73,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(74,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(75,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(76,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics'),(77,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/view/id/16/category/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(78,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/n/o/nokia-2610-phone-1.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/16/key/5e2917eee4e7e4b2753f99ee0ffa7d0c2d7f45f289214f2ea7f06d781739a6be/'),(79,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/n/o/nokia-2610-phone.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/16/key/5e2917eee4e7e4b2753f99ee0ffa7d0c2d7f45f289214f2ea7f06d781739a6be/'),(80,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/view/id/16/category/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/electronics/cell-phones'),(81,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/gallery/id/16/image/127/','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones/nokia-2610-phone.html'),(82,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/gallery/id/16/image/126/','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones/nokia-2610-phone.html'),(83,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones/nokia-2610-phone.html'),(84,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones/nokia-2610-phone.html'),(85,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/22','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones'),(86,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/23','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/furniture/living-room'),(87,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/41','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/furniture/bedroom'),(88,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/18','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/gift-cards'),(89,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel'),(90,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/n/o/nokia-2610-phone.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/store/0/id/16/key/5e2917eee4e7e4b2753f99ee0ffa7d0c2d7f45f289214f2ea7f06d781739a6be/'),(91,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/n/o/nokia-2610-phone-1.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/store/0/id/16/key/5e2917eee4e7e4b2753f99ee0ffa7d0c2d7f45f289214f2ea7f06d781739a6be/'),(92,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/n/o/nokia-2610-phone-1.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/store/0/id/16/key/5e2917eee4e7e4b2753f99ee0ffa7d0c2d7f45f289214f2ea7f06d781739a6be/'),(93,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/n/o/nokia-2610-phone-1.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/16/key/5e2917eee4e7e4b2753f99ee0ffa7d0c2d7f45f289214f2ea7f06d781739a6be/'),(94,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/n/o/nokia-2610-phone.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/16/key/5e2917eee4e7e4b2753f99ee0ffa7d0c2d7f45f289214f2ea7f06d781739a6be/'),(95,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel'),(96,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/5e2917eee4e7e4b2753f99ee0ffa7d0c2d7f45f289214f2ea7f06d781739a6be/'),(97,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i-1.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/5e2917eee4e7e4b2753f99ee0ffa7d0c2d7f45f289214f2ea7f06d781739a6be/'),(98,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/5e2917eee4e7e4b2753f99ee0ffa7d0c2d7f45f289214f2ea7f06d781739a6be/'),(99,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i.jpg',''),(100,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel'),(101,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel'),(102,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel'),(103,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel'),(104,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/adminhtml/base/default/images/media/apparel/virtual-reality.jpg',''),(105,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/adminhtml/base/default/images/media/apparel/lacool.jpg',''),(106,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/adminhtml/base/default/images/media/apparel/womens-spring09.gif',''),(107,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/adminhtml/base/default/images/media/apparel/timeless-vintage.jpg',''),(108,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel'),(109,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php.%D1%84%D0%B2%D1%8C%D1%88%D1%82',''),(110,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/',''),(111,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(112,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(113,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/n/o/nokia-2610-phone.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/16/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(114,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/n/o/nokia-2610-phone-1.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/16/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(115,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/view/id/18/category/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones'),(116,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(117,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i-1.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(118,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(119,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/view/id/18/category/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones'),(120,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones/sony-ericsson-w810i.html'),(121,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones/sony-ericsson-w810i.html'),(122,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones/sony-ericsson-w810i.html'),(123,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones/sony-ericsson-w810i.html'),(124,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(125,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i-1.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(126,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(127,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(128,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i-1.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(129,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(130,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(131,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i-2.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(132,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i-1.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(133,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones/sony-ericsson-w810i.html'),(134,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/10','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones'),(135,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/22','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/furniture'),(136,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/22','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/furniture'),(137,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/13','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/furniture/living-room'),(138,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics'),(139,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/12','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones'),(140,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/25','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cameras'),(141,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/25','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cameras'),(142,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/25','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cameras'),(143,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(144,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/media/catalog/product/s/o/sony-ericsson-w810i-1.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/admin/catalog_product/edit/id/18/key/f8b091a33cd194b47f837c4a382631aad48e28afb9d50d2dd1644aab6e9a2552/'),(145,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cameras/accessories'),(146,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/view/id/18/category/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones'),(147,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cameras/accessories'),(148,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/view/id/18/category/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones'),(149,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/gallery/id/18/image/3/','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones/sony-ericsson-w810i.html'),(150,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/',''),(151,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/10','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(152,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/22','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/furniture'),(153,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/23','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/furniture/living-room'),(154,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/furniture/bedroom'),(155,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/25','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones'),(156,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/29','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cameras/accessories'),(157,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/41','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/computers/hard-drives'),(158,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/43','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/gift-cards'),(159,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/view/id/182/category/43','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/members-specials'),(160,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/view/id/181/category/43','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/members-specials'),(161,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/43','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/gift-cards'),(162,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/view/id/190','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/members-specials'),(163,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/42','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/1-year-membership.html/'),(164,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/43','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/specials'),(165,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/41','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/members-specials'),(166,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/16','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/gift-cards'),(167,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/17','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/shoes/mens'),(168,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/view/id/135/category/17','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/shoes/womens'),(169,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/15','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/shoes/womens/anashria-womens-premier-leather-sandal.html'),(170,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/15','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/shoes/womens/anashria-womens-premier-leather-sandal.html'),(171,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/computers'),(172,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/flaunt_yourself.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(173,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_gift_cards.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(174,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_handbags.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(175,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_private_sales.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(176,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/10','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(177,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/42','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/furniture'),(178,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/43','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/specials'),(179,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/member_specials.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/members-specials'),(180,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/43','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/members-specials'),(181,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/member_specials.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/members-specials'),(182,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/42','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/furniture'),(183,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/43','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/specials'),(184,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/member_specials.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/members-specials'),(185,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/members-specials'),(186,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/flaunt_yourself.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(187,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_private_sales.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(188,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_handbags.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(189,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_gift_cards.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(190,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/13','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(191,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/media/electronics/btn-buildyourcomputer.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics'),(192,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/media/electronics/bkg_electronics.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics'),(193,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/media/electronics/order_by_2pm.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics'),(194,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/media/electronics/hp-touchsmart.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics'),(195,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/22','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics'),(196,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/',''),(197,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/flaunt_yourself.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(198,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_private_sales.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(199,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_gift_cards.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(200,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_handbags.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(201,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/',''),(202,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_private_sales.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(203,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_handbags.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(204,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_gift_cards.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(205,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/flaunt_yourself.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(206,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/'),(207,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/10','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones'),(208,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/23','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/furniture'),(209,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/22','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/furniture/bedroom'),(210,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/13','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/furniture/living-room'),(211,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/media/electronics/btn-buildyourcomputer.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics'),(212,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/media/electronics/order_by_2pm.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics'),(213,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/media/electronics/bkg_electronics.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics'),(214,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/media/electronics/hp-touchsmart.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics'),(215,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/8','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics'),(216,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/12','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cell-phones'),(217,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/25','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cameras'),(218,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/26','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cameras/accessories'),(219,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/15','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/cameras/digital-cameras'),(220,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/27','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/computers'),(221,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/28','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/computers/build-your-own'),(222,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/29','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/computers/laptops'),(223,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/30','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/computers/hard-drives'),(224,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/31','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/computers/monitors'),(225,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/32','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/computers/ram-memory'),(226,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/33','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/computers/cases'),(227,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/34','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/computers/processors'),(228,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/18','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/electronics/computers/peripherals'),(229,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/18?p=2','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel'),(230,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/18?p=3','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel?p=2'),(231,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/product/view/id/187/category/18','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel?p=3'),(232,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/36','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel?p=3'),(233,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/media/apparel/lacool.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/women'),(234,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/media/apparel/virtual-reality.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/women'),(235,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/media/apparel/womens-spring09.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/women'),(236,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/media/apparel/timeless-vintage.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/women'),(237,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/37','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/women'),(238,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/4','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/men'),(239,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/5','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/shirts'),(240,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/16','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/shoes'),(241,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/17','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/shoes/mens'),(242,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/41','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel/shoes/womens'),(243,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/42','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/gift-cards'),(244,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/43','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/specials'),(245,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/member_specials.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/members-specials'),(246,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/catalog/category/view/id/43','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/specials'),(247,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/member_specials.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/members-specials'),(248,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/',''),(249,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_gift_cards.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(250,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_private_sales.gif','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(251,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/link_handbags.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(252,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/skin/frontend/base/default/images/callouts/home/flaunt_yourself.jpg','http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/'),(253,'http://pro-admin.magentocommerce.com/',''),(254,'http://pro-admin.magentocommerce.com/',''),(255,'http://pro-admin.magentocommerce.com/',''),(256,'http://pro-admin.magentocommerce.com/',''),(257,'http://pro-admin.magentocommerce.com/',''),(258,'http://pro-admin.magentocommerce.com/catalog/category/view/id/13','http://pro-admin.magentocommerce.com/'),(259,'http://pro-admin.magentocommerce.com/catalog/category/view/id/10','http://pro-admin.magentocommerce.com/electronics'),(260,'http://pro-admin.magentocommerce.com/',''),(261,'http://pro-admin.magentocommerce.com/catalog/category/view/id/10','http://pro-admin.magentocommerce.com/electronics'),(262,'http://pro-admin.magentocommerce.com/catalog/category/view/id/10','http://pro-admin.magentocommerce.com/electronics'),(263,'http://pro-admin.magentocommerce.com/reward-points',''),(264,'http://pro-admin.magentocommerce.com/','http://pro-admin.magentocommerce.com/reward-points'),(265,'http://pro-admin.magentocommerce.com/catalog/category/view/id/43','http://pro-admin.magentocommerce.com/'),(266,'http://pro-admin.magentocommerce.com/catalog/category/view/id/43','http://pro-admin.magentocommerce.com/'),(267,'http://pro-admin.magentocommerce.com/','http://pro-admin.magentocommerce.com/members-specials'),(268,'http://pro-admin.magentocommerce.com/','http://pro-admin.magentocommerce.com/members-specials'),(269,'http://pro-admin.magentocommerce.com/catalog/category/view/id/42','http://pro-admin.magentocommerce.com/'),(270,'http://pro-admin.magentocommerce.com/catalog/category/view/id/43','http://pro-admin.magentocommerce.com/specials'),(271,'http://pro-admin.magentocommerce.com/catalog/category/view/id/43','http://pro-admin.magentocommerce.com/specials'),(272,'http://pro-admin.magentocommerce.com/catalog/category/view/id/43','http://pro-admin.magentocommerce.com/specials'),(273,'http://pro-admin.magentocommerce.com/catalog/category/view/id/43','http://pro-admin.magentocommerce.com/specials'),(274,'http://pro-admin.magentocommerce.com/catalog/category/view/id/41','http://pro-admin.magentocommerce.com/members-specials'),(275,'http://pro-admin.magentocommerce.com/catalog/category/view/id/37','http://pro-admin.magentocommerce.com/gift-cards'),(276,'http://pro-admin.magentocommerce.com/catalog/category/view/id/37','http://pro-admin.magentocommerce.com/gift-cards'),(277,'http://pro-admin.magentocommerce.com/catalog/category/view/id/36','http://pro-admin.magentocommerce.com/apparel/men'),(278,'http://pro-admin.magentocommerce.com/catalog/category/view/id/23','http://pro-admin.magentocommerce.com/apparel/women'),(279,'http://pro-admin.magentocommerce.com/catalog/category/view/id/22','http://pro-admin.magentocommerce.com/furniture/bedroom'),(280,'http://pro-admin.magentocommerce.com/catalog/category/view/id/10','http://pro-admin.magentocommerce.com/furniture/living-room'),(281,'http://pro-admin.magentocommerce.com/catalog/product/view/id/54','http://pro-admin.magentocommerce.com/furniture'),(282,'http://pro-admin.magentocommerce.com/catalog/category/view/id/16','http://pro-admin.magentocommerce.com/magento-red-furniture-set.html'),(283,'http://pro-admin.magentocommerce.com/catalog/category/view/id/17','http://pro-admin.magentocommerce.com/apparel/shoes/mens'),(284,'http://pro-admin.magentocommerce.com/catalog/product/view/id/108/category/17','http://pro-admin.magentocommerce.com/apparel/shoes/womens'),(285,'http://pro-admin.magentocommerce.com/catalog/product/view/id/103/category/17','http://pro-admin.magentocommerce.com/apparel/shoes/womens'),(286,'http://pro-admin.magentocommerce.com/catalog/product/gallery/id/108/image/175/','http://pro-admin.magentocommerce.com/apparel/shoes/womens/nine-west-women-s-lucero-pump.html'),(287,'http://pro-admin.magentocommerce.com/catalog/product/gallery/id/103/image/187/','http://pro-admin.magentocommerce.com/apparel/shoes/womens/steven-by-steve-madden-pryme-pump.html'),(288,'http://pro-admin.magentocommerce.com/catalog/product/view/id/103/category/17','http://pro-admin.magentocommerce.com/apparel/shoes/womens'),(289,'http://pro-admin.magentocommerce.com/catalog/product/gallery/id/103/image/187/','http://pro-admin.magentocommerce.com/apparel/shoes/womens/steven-by-steve-madden-pryme-pump.html'),(290,'http://pro-admin.magentocommerce.com/catalog/product/gallery/id/103/image/188/','http://pro-admin.magentocommerce.com/apparel/shoes/womens/steven-by-steve-madden-pryme-pump.html'),(291,'http://pro-admin.magentocommerce.com/catalog/product/gallery/id/103/image/187/','http://pro-admin.magentocommerce.com/apparel/shoes/womens/steven-by-steve-madden-pryme-pump.html'),(292,'http://pro-admin.magentocommerce.com/catalog/product/view/id/103/category/17','http://pro-admin.magentocommerce.com/apparel/shoes/womens'),(293,'http://pro-admin.magentocommerce.com/catalog/product/gallery/id/103/image/187/','http://pro-admin.magentocommerce.com/apparel/shoes/womens/steven-by-steve-madden-pryme-pump.html'),(294,'http://pro-admin.magentocommerce.com/catalog/product/gallery/image/188/id/103/','http://pro-admin.magentocommerce.com/catalog/product/gallery/id/103/image/187/'),(295,'http://pro-admin.magentocommerce.com/catalog/product/gallery/image/187/id/103/','http://pro-admin.magentocommerce.com/catalog/product/gallery/image/188/id/103/'),(296,'http://pro-admin.magentocommerce.com/catalog/product/view/id/103/category/17','http://pro-admin.magentocommerce.com/apparel/shoes/womens'),(297,'http://pro-admin.magentocommerce.com/catalog/category/view/id/8','http://pro-admin.magentocommerce.com/apparel/shoes/womens/steven-by-steve-madden-pryme-pump.html'),(298,'http://pro-admin.magentocommerce.com/catalog/product/view/id/18/category/8','http://pro-admin.magentocommerce.com/electronics/cell-phones'),(299,'http://pro-admin.magentocommerce.com/catalog/product/view/id/18/category/8','http://pro-admin.magentocommerce.com/electronics/cell-phones'),(300,'http://pro-admin.magentocommerce.com/catalog/category/view/id/10','http://pro-admin.magentocommerce.com/electronics/cell-phones/sony-ericsson-w810i.html'),(301,'http://pro-admin.magentocommerce.com/catalog/category/view/id/17','http://pro-admin.magentocommerce.com/apparel/shoes/mens'),(302,'http://pro-admin.magentocommerce.com/','http://pro-admin.magentocommerce.com/apparel/shoes/womens'),(303,'http://pro-admin.magentocommerce.com/catalog/category/view/id/10','http://pro-admin.magentocommerce.com/'),(304,'http://pro-admin.magentocommerce.com/catalog/category/view/id/10','http://pro-admin.magentocommerce.com/'),(305,'http://pro-admin.magentocommerce.com/catalog/category/view/id/22','http://pro-admin.magentocommerce.com/furniture'),(306,'http://pro-admin.magentocommerce.com/catalog/category/view/id/23','http://pro-admin.magentocommerce.com/furniture/living-room'),(307,'http://pro-admin.magentocommerce.com/catalog/category/view/id/13','http://pro-admin.magentocommerce.com/furniture/bedroom'),(308,'http://pro-admin.magentocommerce.com/catalog/category/view/id/8','http://pro-admin.magentocommerce.com/electronics'),(309,'http://pro-admin.magentocommerce.com/catalog/category/view/id/12','http://pro-admin.magentocommerce.com/electronics/cell-phones'),(310,'http://pro-admin.magentocommerce.com/catalog/category/view/id/25','http://pro-admin.magentocommerce.com/electronics/cameras'),(311,'http://pro-admin.magentocommerce.com/catalog/category/view/id/26','http://pro-admin.magentocommerce.com/electronics/cameras/accessories'),(312,'http://pro-admin.magentocommerce.com/catalog/category/view/id/15','http://pro-admin.magentocommerce.com/electronics/cameras/digital-cameras'),(313,'http://pro-admin.magentocommerce.com/catalog/category/view/id/27','http://pro-admin.magentocommerce.com/electronics/computers'),(314,'http://pro-admin.magentocommerce.com/catalog/category/view/id/28','http://pro-admin.magentocommerce.com/electronics/computers/build-your-own'),(315,'http://pro-admin.magentocommerce.com/catalog/category/view/id/29','http://pro-admin.magentocommerce.com/electronics/computers/laptops'),(316,'http://pro-admin.magentocommerce.com/catalog/category/view/id/30','http://pro-admin.magentocommerce.com/electronics/computers/hard-drives'),(317,'http://pro-admin.magentocommerce.com/catalog/category/view/id/31','http://pro-admin.magentocommerce.com/electronics/computers/monitors'),(318,'http://pro-admin.magentocommerce.com/catalog/category/view/id/32','http://pro-admin.magentocommerce.com/electronics/computers/ram-memory'),(319,'http://pro-admin.magentocommerce.com/catalog/category/view/id/33','http://pro-admin.magentocommerce.com/electronics/computers/cases'),(320,'http://pro-admin.magentocommerce.com/catalog/category/view/id/34','http://pro-admin.magentocommerce.com/electronics/computers/processors'),(321,'http://pro-admin.magentocommerce.com/catalog/category/view/id/18','http://pro-admin.magentocommerce.com/electronics/computers/peripherals'),(322,'http://pro-admin.magentocommerce.com/catalog/category/view/id/18','http://pro-admin.magentocommerce.com/apparel'),(323,'http://pro-admin.magentocommerce.com/catalog/category/view/id/36','http://pro-admin.magentocommerce.com/apparel'),(324,'http://pro-admin.magentocommerce.com/catalog/category/view/id/37','http://pro-admin.magentocommerce.com/apparel/women'),(325,'http://pro-admin.magentocommerce.com/catalog/category/view/id/4','http://pro-admin.magentocommerce.com/apparel/men'),(326,'http://pro-admin.magentocommerce.com/catalog/category/view/id/5','http://pro-admin.magentocommerce.com/apparel/shirts'),(327,'http://pro-admin.magentocommerce.com/catalog/category/view/id/8','http://pro-admin.magentocommerce.com/apparel/shoes'),(328,'http://pro-admin.magentocommerce.com/catalog/category/view/id/4','http://pro-admin.magentocommerce.com/electronics/cell-phones'),(329,'http://pro-admin.magentocommerce.com/catalog/category/view/id/5','http://pro-admin.magentocommerce.com/apparel/shirts'),(330,'http://pro-admin.magentocommerce.com/catalog/category/view/id/16','http://pro-admin.magentocommerce.com/apparel/shoes'),(331,'http://pro-admin.magentocommerce.com/catalog/category/view/id/17','http://pro-admin.magentocommerce.com/apparel/shoes/mens'),(332,'http://pro-admin.magentocommerce.com/catalog/category/view/id/41','http://pro-admin.magentocommerce.com/apparel/shoes/womens'),(333,'http://pro-admin.magentocommerce.com/catalog/category/view/id/18','http://pro-admin.magentocommerce.com/gift-cards'),(334,'http://pro-admin.magentocommerce.com/catalog/category/view/id/36','http://pro-admin.magentocommerce.com/apparel'),(335,'http://pro-admin.magentocommerce.com/catalog/category/view/id/13','http://pro-admin.magentocommerce.com/apparel/women'),(336,'http://pro-admin.magentocommerce.com/catalog/category/view/id/8','http://pro-admin.magentocommerce.com/electronics'),(337,'http://pro-admin.magentocommerce.com/catalog/category/view/id/36','http://pro-admin.magentocommerce.com/electronics/cell-phones'),(338,'http://pro-admin.magentocommerce.com/catalog/product/view/id/183/category/18','http://pro-admin.magentocommerce.com/apparel/women'),(339,'http://pro-admin.magentocommerce.com/',''),(340,'http://pro-admin.magentocommerce.com/catalog/category/view/id/13','http://pro-admin.magentocommerce.com/'),(341,'http://pro-admin.magentocommerce.com/catalog/category/view/id/10','http://pro-admin.magentocommerce.com/electronics'),(342,'http://pro-admin.magentocommerce.com/catalog/category/view/id/18','http://pro-admin.magentocommerce.com/furniture'),(343,'http://pro-admin.magentocommerce.com/catalog/category/view/id/36','http://pro-admin.magentocommerce.com/apparel'),(344,'http://pro-admin.magentocommerce.com/catalog/category/view/id/37','http://pro-admin.magentocommerce.com/apparel/women'),(345,'http://pro-admin.magentocommerce.com/catalog/category/view/id/4','http://pro-admin.magentocommerce.com/apparel/men'),(346,'http://pro-admin.magentocommerce.com/catalog/category/view/id/4','http://pro-admin.magentocommerce.com/apparel/men'),(347,'http://pro-admin.magentocommerce.com/catalog/category/view/id/36','http://pro-admin.magentocommerce.com/apparel/get-this-look-timeless-vintage.html'),(348,'http://pro-admin.magentocommerce.com/',''),(349,'http://pro-admin.magentocommerce.com/catalog/category/view/id/10','http://pro-admin.magentocommerce.com/'),(350,'http://pro-admin.magentocommerce.com/catalog/category/view/id/36','http://pro-admin.magentocommerce.com/furniture'),(351,'http://pro-admin.magentocommerce.com/catalog/product/view/id/179','http://pro-admin.magentocommerce.com/apparel/women'),(352,'http://pro-admin.magentocommerce.com/catalog/category/view/id/41','http://pro-admin.magentocommerce.com/virtual-reality.html'),(353,'http://pro-admin.magentocommerce.com/checkout/cart/add/uenc/aHR0cDovL3Byby1hZG1pbi5tYWdlbnRvY29tbWVyY2UuY29tL2dpZnQtY2FyZHM,/product/167/','http://pro-admin.magentocommerce.com/gift-cards'),(354,'http://pro-admin.magentocommerce.com/catalog/product/view/id/167','http://pro-admin.magentocommerce.com/gift-cards'),(355,'http://pro-admin.magentocommerce.com/catalog/category/view/id/36',''),(356,'http://pro-admin.magentocommerce.com/catalog/category/view/id/13','http://pro-admin.magentocommerce.com/apparel/women'),(357,'http://pro-admin.magentocommerce.com/catalog/category/view/id/41','http://pro-admin.magentocommerce.com/electronics'),(358,'http://pro-admin.magentocommerce.com/catalog/category/view/id/41','http://pro-admin.magentocommerce.com/gift-cards'),(359,'http://pro-admin.magentocommerce.com/catalog/category/view/id/41','http://pro-admin.magentocommerce.com/gift-cards'),(360,'http://pro-admin.magentocommerce.com/','http://pro-admin.magentocommerce.com/gift-cards'),(361,'http://pro-admin.magentocommerce.com/customer/account/login/','http://pro-admin.magentocommerce.com/'),(362,'http://pro-admin.magentocommerce.com/','http://pro-admin.magentocommerce.com/gift-cards'),(363,'http://pro-admin.magentocommerce.com/catalog/product/view/id/27','http://pro-admin.magentocommerce.com/'),(364,'http://pro-admin.magentocommerce.com/customer/account/login/','http://pro-admin.magentocommerce.com/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html/'),(365,'http://pro-admin.magentocommerce.com/customer/account/create/','http://pro-admin.magentocommerce.com/customer/account/login/'),(366,'http://pro-admin.magentocommerce.com/catalog/category/view/id/36','http://pro-admin.magentocommerce.com/apparel/get-this-look-timeless-vintage.html'),(367,'http://pro-admin.magentocommerce.com/catalog/category/view/id/36','http://pro-admin.magentocommerce.com/apparel/get-this-look-timeless-vintage.html'),(368,'http://pro-admin.magentocommerce.com/catalog/category/view/id/36','http://pro-admin.magentocommerce.com/apparel/get-this-look-timeless-vintage.html'),(369,'http://pro-admin.magentocommerce.com/catalog/category/view/id/37','http://pro-admin.magentocommerce.com/apparel/women'),(370,'http://pro-admin.magentocommerce.com/catalog/category/view/id/36','http://pro-admin.magentocommerce.com/apparel/men'),(371,'http://pro-admin.magentocommerce.com/catalog/category/view/id/41','http://pro-admin.magentocommerce.com/apparel/women'),(372,'http://pro-admin.magentocommerce.com/catalog/category/view/id/4','http://pro-admin.magentocommerce.com/gift-cards'),(373,'http://pro-admin.magentocommerce.com/catalog/category/view/id/5','http://pro-admin.magentocommerce.com/apparel/shirts'),(374,'http://pro-admin.magentocommerce.com/catalog/category/view/id/16','http://pro-admin.magentocommerce.com/apparel/shoes'),(375,'http://pro-admin.magentocommerce.com/catalog/category/view/id/17','http://pro-admin.magentocommerce.com/apparel/shoes/mens'),(376,'http://pro-admin.magentocommerce.com/catalog/category/view/id/13','http://pro-admin.magentocommerce.com/apparel/shoes/womens'),(377,'http://pro-admin.magentocommerce.com/catalog/category/view/id/8','http://pro-admin.magentocommerce.com/electronics'),(378,'http://pro-admin.magentocommerce.com/catalog/category/view/id/12','http://pro-admin.magentocommerce.com/electronics/cell-phones'),(379,'http://pro-admin.magentocommerce.com/catalog/category/view/id/25','http://pro-admin.magentocommerce.com/electronics/cameras'),(380,'http://pro-admin.magentocommerce.com/catalog/category/view/id/26','http://pro-admin.magentocommerce.com/electronics/cameras/accessories'),(381,'http://pro-admin.magentocommerce.com/catalog/category/view/id/15','http://pro-admin.magentocommerce.com/electronics/cameras/digital-cameras'),(382,'http://pro-admin.magentocommerce.com/catalog/category/view/id/27','http://pro-admin.magentocommerce.com/electronics/computers'),(383,'http://pro-admin.magentocommerce.com/catalog/category/view/id/10','http://pro-admin.magentocommerce.com/electronics/computers/build-your-own'),(384,'http://pro-admin.magentocommerce.com/catalog/category/view/id/22','http://pro-admin.magentocommerce.com/furniture'),(385,'http://pro-admin.magentocommerce.com/catalog/category/view/id/23','http://pro-admin.magentocommerce.com/furniture/living-room');
/*!40000 ALTER TABLE `log_url_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `log_visitor`
--
DROP TABLE IF EXISTS `log_visitor`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `log_visitor` (
`visitor_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`session_id` char(64) NOT NULL DEFAULT '',
`first_visit_at` datetime DEFAULT NULL,
`last_visit_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_url_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`visitor_id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8 COMMENT='System visitors log';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `log_visitor`
--
LOCK TABLES `log_visitor` WRITE;
/*!40000 ALTER TABLE `log_visitor` DISABLE KEYS */;
INSERT INTO `log_visitor` VALUES (1,'6tpl43i2c7q5vjg7l2pb6if670','2010-04-27 16:35:32','2010-04-27 16:35:39',2,1),(2,'6tpl43i2c7q5vjg7l2pb6if670','2010-04-27 17:08:29','2010-04-27 17:08:31',4,1),(3,'6tpl43i2c7q5vjg7l2pb6if670','2010-04-27 17:19:40','2010-04-27 18:37:30',99,1),(4,'s1ge5o553p1k2rn7fti1gmt4c6','2010-04-28 08:53:02','2010-04-28 08:53:11',100,1),(5,'a7l137ah4pvmm0k2e90n7mhk97','2010-04-28 14:01:09','2010-04-28 16:37:42',108,1),(6,'fbloc224rcersu052c776prl45','2010-04-28 14:20:17','2010-04-28 14:20:18',104,1),(7,'6ikkag2glvcn59anv9r9g8g3i1','2010-04-28 14:20:19','2010-04-28 14:20:19',105,1),(8,'4cn8qel5ovcbfjbqkfnlfvtsi1','2010-04-28 14:20:19','2010-04-28 14:20:20',106,1),(9,'2rtdgqrpa71463qbnfu0nngmd7','2010-04-28 14:20:20','2010-04-28 14:20:21',107,1),(10,'62naiec13v14po86kn39o7tmu2','2010-04-29 09:24:51','2010-04-29 09:24:54',109,1),(11,'q3kbpmap747171a93gu1vogn43','2010-04-29 10:02:37','2010-04-29 14:48:59',195,1),(12,'q3kbpmap747171a93gu1vogn43','2010-04-29 15:49:26','2010-04-29 18:31:14',247,1),(13,'f4mh3d46ntnvoima4q968vct04','2010-04-29 19:06:00','2010-04-29 19:06:04',252,1),(14,'30ms6c1qk5put9t6hbkpiugea3','2010-04-29 20:19:50','2010-04-29 20:55:50',259,1),(15,'p4lum9mfb0k0ehs341h1u1n7f5','2010-04-30 08:26:54','2010-04-30 08:26:56',260,1),(16,'4ftpg5jps2dg4581d2ptkvf2o0','2010-04-30 10:19:20','2010-04-30 13:57:16',347,1),(17,'h0gpp2fh1bduibig5omgbi8k31','2010-04-30 12:33:42','2010-04-30 12:35:21',346,1),(18,'qil3ol73jsit26dvlqoju8ndc5','2010-04-30 14:54:38','2010-04-30 14:55:53',354,1),(19,'kqqjjptkn8p1cq39mhn0ahtio6','2010-04-30 17:59:44','2010-04-30 18:00:12',358,1),(20,'ihc3n6fq0aifn646kond9jiji2','2010-05-01 22:04:28','2010-05-01 22:11:34',365,1),(21,'tlvebv5a3toplk8g86r4njrp94','2010-05-03 14:26:52','2010-05-03 15:40:07',385,1);
/*!40000 ALTER TABLE `log_visitor` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `log_visitor_info`
--
DROP TABLE IF EXISTS `log_visitor_info`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `log_visitor_info` (
`visitor_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`http_referer` varchar(255) DEFAULT NULL,
`http_user_agent` varchar(255) DEFAULT NULL,
`http_accept_charset` varchar(255) DEFAULT NULL,
`http_accept_language` varchar(255) DEFAULT NULL,
`server_addr` bigint(20) DEFAULT NULL,
`remote_addr` bigint(20) DEFAULT NULL,
PRIMARY KEY (`visitor_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Additional information by visitor';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `log_visitor_info`
--
LOCK TABLES `log_visitor_info` WRITE;
/*!40000 ALTER TABLE `log_visitor_info` DISABLE KEYS */;
INSERT INTO `log_visitor_info` VALUES (1,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.17 Safari/533.4','ISO-8859-1,utf-8;q=0.7,*;q=0.3','en-US,en;q=0.8',3232235711,3232235675),(2,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.17 Safari/533.4','ISO-8859-1,utf-8;q=0.7,*;q=0.3','en-US,en;q=0.8',3232235711,3232235675),(3,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.17 Safari/533.4','ISO-8859-1,utf-8;q=0.7,*;q=0.3','en-US,en;q=0.8',3232235711,3232235675),(4,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.23 Safari/533.4','ISO-8859-1,utf-8;q=0.7,*;q=0.3','en-US,en;q=0.8',3232235711,3232235675),(5,'http://kd.varien.com/dev/ruslan.voitenko/ceplus/index.php/apparel','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.23 Safari/533.4','ISO-8859-1,utf-8;q=0.7,*;q=0.3','en-US,en;q=0.8',3232235711,3232235675),(6,'','','','',3232235711,3232235711),(7,'','','','',3232235711,3232235711),(8,'','','','',3232235711,3232235711),(9,'','','','',3232235711,3232235711),(10,'','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.23 Safari/533.4','ISO-8859-1,utf-8;q=0.7,*;q=0.3','en-US,en;q=0.8',3232235711,3232235675),(11,'','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.23 Safari/533.4','ISO-8859-1,utf-8;q=0.7,*;q=0.3','en-US,en;q=0.8',3232235711,3232235675),(12,'','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.23 Safari/533.4','ISO-8859-1,utf-8;q=0.7,*;q=0.3','en-US,en;q=0.8',3232235711,3232235675),(13,'','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3','ISO-8859-1,utf-8;q=0.7,*;q=0.7','en-us,en;q=0.5',3232235711,3232235675),(14,'','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.23 Safari/533.4','ISO-8859-1,utf-8;q=0.7,*;q=0.3','en-US,en;q=0.8',2130706433,2130706433),(15,'','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1064 Safari/532.5','ISO-8859-1,utf-8;q=0.7,*;q=0.3','en-US,en;q=0.8',2130706433,2130706433),(16,'http://pro-admin.magentocommerce.com/electronics','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.23 Safari/533.4','ISO-8859-1,utf-8;q=0.7,*;q=0.3','en-US,en;q=0.8',2130706433,2130706433),(17,'','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3','ISO-8859-1,utf-8;q=0.7,*;q=0.7','en-us,en;q=0.5',2130706433,2130706433),(18,'','Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.5.24 Version/10.52','iso-8859-1, utf-8, utf-16, *;q=0.1','ru-RU,ru;q=0.9,en;q=0.8',2130706433,2130706433),(19,'','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3','windows-1251,utf-8;q=0.7,*;q=0.7','ru,en-us;q=0.7,en;q=0.3',2130706433,2130706433),(20,'http://pro-admin.magentocommerce.com/gift-cards','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3','windows-1251,utf-8;q=0.7,*;q=0.7','ru,en-us;q=0.7,en;q=0.3',2130706433,2130706433),(21,'http://pro-admin.magentocommerce.com/apparel/get-this-look-timeless-vintage.html','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.23 Safari/533.4','ISO-8859-1,utf-8;q=0.7,*;q=0.3','en-US,en;q=0.8',2130706433,2130706433);
/*!40000 ALTER TABLE `log_visitor_info` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `log_visitor_online`
--
DROP TABLE IF EXISTS `log_visitor_online`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `log_visitor_online` (
`visitor_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`visitor_type` char(1) NOT NULL,
`remote_addr` bigint(20) NOT NULL,
`first_visit_at` datetime DEFAULT NULL,
`last_visit_at` datetime DEFAULT NULL,
`customer_id` int(10) unsigned DEFAULT NULL,
`last_url` varchar(255) DEFAULT NULL,
PRIMARY KEY (`visitor_id`),
KEY `IDX_VISITOR_TYPE` (`visitor_type`),
KEY `IDX_VISIT_TIME` (`first_visit_at`,`last_visit_at`),
KEY `IDX_CUSTOMER` (`customer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `log_visitor_online`
--
LOCK TABLES `log_visitor_online` WRITE;
/*!40000 ALTER TABLE `log_visitor_online` DISABLE KEYS */;
/*!40000 ALTER TABLE `log_visitor_online` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsletter_problem`
--
DROP TABLE IF EXISTS `newsletter_problem`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `newsletter_problem` (
`problem_id` int(7) unsigned NOT NULL AUTO_INCREMENT,
`subscriber_id` int(7) unsigned DEFAULT NULL,
`queue_id` int(7) unsigned NOT NULL DEFAULT '0',
`problem_error_code` int(3) unsigned DEFAULT '0',
`problem_error_text` varchar(200) DEFAULT NULL,
PRIMARY KEY (`problem_id`),
KEY `FK_PROBLEM_SUBSCRIBER` (`subscriber_id`),
KEY `FK_PROBLEM_QUEUE` (`queue_id`),
CONSTRAINT `FK_PROBLEM_QUEUE` FOREIGN KEY (`queue_id`) REFERENCES `newsletter_queue` (`queue_id`),
CONSTRAINT `FK_PROBLEM_SUBSCRIBER` FOREIGN KEY (`subscriber_id`) REFERENCES `newsletter_subscriber` (`subscriber_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter problems';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `newsletter_problem`
--
LOCK TABLES `newsletter_problem` WRITE;
/*!40000 ALTER TABLE `newsletter_problem` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletter_problem` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsletter_queue`
--
DROP TABLE IF EXISTS `newsletter_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `newsletter_queue` (
`queue_id` int(7) unsigned NOT NULL AUTO_INCREMENT,
`template_id` int(7) unsigned NOT NULL DEFAULT '0',
`queue_status` int(3) unsigned NOT NULL DEFAULT '0',
`queue_start_at` datetime DEFAULT NULL,
`queue_finish_at` datetime DEFAULT NULL,
PRIMARY KEY (`queue_id`),
KEY `FK_QUEUE_TEMPLATE` (`template_id`),
CONSTRAINT `FK_QUEUE_TEMPLATE` FOREIGN KEY (`template_id`) REFERENCES `newsletter_template` (`template_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter queue';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `newsletter_queue`
--
LOCK TABLES `newsletter_queue` WRITE;
/*!40000 ALTER TABLE `newsletter_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletter_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsletter_queue_link`
--
DROP TABLE IF EXISTS `newsletter_queue_link`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `newsletter_queue_link` (
`queue_link_id` int(9) unsigned NOT NULL AUTO_INCREMENT,
`queue_id` int(7) unsigned NOT NULL DEFAULT '0',
`subscriber_id` int(7) unsigned NOT NULL DEFAULT '0',
`letter_sent_at` datetime DEFAULT NULL,
PRIMARY KEY (`queue_link_id`),
KEY `FK_QUEUE_LINK_SUBSCRIBER` (`subscriber_id`),
KEY `FK_QUEUE_LINK_QUEUE` (`queue_id`),
KEY `IDX_NEWSLETTER_QUEUE_LINK_SEND_AT` (`queue_id`,`letter_sent_at`),
CONSTRAINT `FK_QUEUE_LINK_QUEUE` FOREIGN KEY (`queue_id`) REFERENCES `newsletter_queue` (`queue_id`) ON DELETE CASCADE,
CONSTRAINT `FK_QUEUE_LINK_SUBSCRIBER` FOREIGN KEY (`subscriber_id`) REFERENCES `newsletter_subscriber` (`subscriber_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter queue to subscriber link';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `newsletter_queue_link`
--
LOCK TABLES `newsletter_queue_link` WRITE;
/*!40000 ALTER TABLE `newsletter_queue_link` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletter_queue_link` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsletter_queue_store_link`
--
DROP TABLE IF EXISTS `newsletter_queue_store_link`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `newsletter_queue_store_link` (
`queue_id` int(7) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`queue_id`,`store_id`),
KEY `FK_NEWSLETTER_QUEUE_STORE_LINK_STORE` (`store_id`),
CONSTRAINT `FK_LINK_QUEUE` FOREIGN KEY (`queue_id`) REFERENCES `newsletter_queue` (`queue_id`) ON DELETE CASCADE,
CONSTRAINT `FK_NEWSLETTER_QUEUE_STORE_LINK_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `newsletter_queue_store_link`
--
LOCK TABLES `newsletter_queue_store_link` WRITE;
/*!40000 ALTER TABLE `newsletter_queue_store_link` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletter_queue_store_link` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsletter_subscriber`
--
DROP TABLE IF EXISTS `newsletter_subscriber`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `newsletter_subscriber` (
`subscriber_id` int(7) unsigned NOT NULL AUTO_INCREMENT,
`store_id` smallint(5) unsigned DEFAULT '0',
`change_status_at` datetime DEFAULT NULL,
`customer_id` int(11) unsigned NOT NULL DEFAULT '0',
`subscriber_email` varchar(150) NOT NULL DEFAULT '',
`subscriber_status` int(3) NOT NULL DEFAULT '0',
`subscriber_confirm_code` varchar(32) DEFAULT 'NULL',
PRIMARY KEY (`subscriber_id`),
KEY `FK_SUBSCRIBER_CUSTOMER` (`customer_id`),
KEY `FK_NEWSLETTER_SUBSCRIBER_STORE` (`store_id`),
CONSTRAINT `FK_NEWSLETTER_SUBSCRIBER_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter subscribers';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `newsletter_subscriber`
--
LOCK TABLES `newsletter_subscriber` WRITE;
/*!40000 ALTER TABLE `newsletter_subscriber` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletter_subscriber` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsletter_template`
--
DROP TABLE IF EXISTS `newsletter_template`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `newsletter_template` (
`template_id` int(7) unsigned NOT NULL AUTO_INCREMENT,
`template_code` varchar(150) DEFAULT NULL,
`template_text` text,
`template_text_preprocessed` text,
`template_styles` text,
`template_type` int(3) unsigned DEFAULT NULL,
`template_subject` varchar(200) DEFAULT NULL,
`template_sender_name` varchar(200) DEFAULT NULL,
`template_sender_email` varchar(200) DEFAULT NULL,
`template_actual` tinyint(1) unsigned DEFAULT '1',
`added_at` datetime DEFAULT NULL,
`modified_at` datetime DEFAULT NULL,
PRIMARY KEY (`template_id`),
KEY `template_actual` (`template_actual`),
KEY `added_at` (`added_at`),
KEY `modified_at` (`modified_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter templates';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `newsletter_template`
--
LOCK TABLES `newsletter_template` WRITE;
/*!40000 ALTER TABLE `newsletter_template` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletter_template` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ogone_api_debug`
--
DROP TABLE IF EXISTS `ogone_api_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ogone_api_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`dir` enum('in','out') DEFAULT NULL,
`debug_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`url` varchar(255) DEFAULT NULL,
`data` text,
PRIMARY KEY (`debug_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ogone_api_debug`
--
LOCK TABLES `ogone_api_debug` WRITE;
/*!40000 ALTER TABLE `ogone_api_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `ogone_api_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `oscommerce_import`
--
DROP TABLE IF EXISTS `oscommerce_import`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `oscommerce_import` (
`import_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`host` varchar(255) NOT NULL,
`port` int(5) NOT NULL,
`db_name` varchar(255) DEFAULT NULL,
`db_user` varchar(255) DEFAULT NULL,
`db_password` varchar(255) DEFAULT NULL,
`db_type` varchar(32) DEFAULT NULL,
`table_prefix` varchar(32) DEFAULT NULL,
`send_subscription` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`import_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `oscommerce_import`
--
LOCK TABLES `oscommerce_import` WRITE;
/*!40000 ALTER TABLE `oscommerce_import` DISABLE KEYS */;
/*!40000 ALTER TABLE `oscommerce_import` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `oscommerce_import_type`
--
DROP TABLE IF EXISTS `oscommerce_import_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `oscommerce_import_type` (
`type_id` int(2) unsigned NOT NULL AUTO_INCREMENT,
`type_code` varchar(32) NOT NULL,
`type_name` varchar(255) NOT NULL,
PRIMARY KEY (`type_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `oscommerce_import_type`
--
LOCK TABLES `oscommerce_import_type` WRITE;
/*!40000 ALTER TABLE `oscommerce_import_type` DISABLE KEYS */;
INSERT INTO `oscommerce_import_type` VALUES (1,'website','Website'),(2,'store','Store'),(3,'category','Category'),(4,'product','Product'),(5,'customer','Customer'),(6,'order','Order'),(7,'group','Store Group'),(8,'taxclass','Product Tax Class'),(9,'root_category','Root Category');
/*!40000 ALTER TABLE `oscommerce_import_type` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `oscommerce_orders`
--
DROP TABLE IF EXISTS `oscommerce_orders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `oscommerce_orders` (
`osc_magento_id` int(11) NOT NULL AUTO_INCREMENT,
`orders_id` int(11) NOT NULL,
`customers_id` int(11) NOT NULL DEFAULT '0',
`magento_customers_id` int(11) NOT NULL DEFAULT '0',
`import_id` int(11) NOT NULL DEFAULT '0',
`website_id` int(11) NOT NULL DEFAULT '0',
`customers_name` varchar(64) NOT NULL DEFAULT '',
`customers_company` varchar(32) DEFAULT NULL,
`customers_street_address` varchar(64) NOT NULL DEFAULT '',
`customers_suburb` varchar(32) DEFAULT NULL,
`customers_city` varchar(32) NOT NULL DEFAULT '',
`customers_postcode` varchar(10) NOT NULL DEFAULT '',
`customers_state` varchar(32) DEFAULT NULL,
`customers_country` varchar(32) NOT NULL DEFAULT '',
`customers_telephone` varchar(32) NOT NULL DEFAULT '',
`customers_email_address` varchar(96) NOT NULL DEFAULT '',
`customers_address_format_id` int(5) NOT NULL DEFAULT '0',
`delivery_name` varchar(64) NOT NULL DEFAULT '',
`delivery_company` varchar(32) DEFAULT NULL,
`delivery_street_address` varchar(64) NOT NULL DEFAULT '',
`delivery_suburb` varchar(32) DEFAULT NULL,
`delivery_city` varchar(32) NOT NULL DEFAULT '',
`delivery_postcode` varchar(10) NOT NULL DEFAULT '',
`delivery_state` varchar(32) DEFAULT NULL,
`delivery_country` varchar(32) NOT NULL DEFAULT '',
`delivery_address_format_id` int(5) NOT NULL DEFAULT '0',
`billing_name` varchar(64) NOT NULL DEFAULT '',
`billing_company` varchar(32) DEFAULT NULL,
`billing_street_address` varchar(64) NOT NULL DEFAULT '',
`billing_suburb` varchar(32) DEFAULT NULL,
`billing_city` varchar(32) NOT NULL DEFAULT '',
`billing_postcode` varchar(10) NOT NULL DEFAULT '',
`billing_state` varchar(32) DEFAULT NULL,
`billing_country` varchar(32) NOT NULL DEFAULT '',
`billing_address_format_id` int(5) NOT NULL DEFAULT '0',
`payment_method` varchar(255) NOT NULL DEFAULT '',
`cc_type` varchar(20) DEFAULT NULL,
`cc_owner` varchar(64) DEFAULT NULL,
`cc_number` varchar(32) DEFAULT NULL,
`cc_expires` varchar(4) DEFAULT NULL,
`last_modified` datetime DEFAULT NULL,
`date_purchased` datetime DEFAULT NULL,
`orders_status` varchar(32) DEFAULT NULL,
`orders_date_finished` datetime DEFAULT NULL,
`currency` char(3) DEFAULT NULL,
`currency_value` decimal(14,6) DEFAULT NULL,
`currency_symbol` char(3) DEFAULT NULL,
`orders_total` decimal(14,6) DEFAULT NULL,
PRIMARY KEY (`osc_magento_id`),
KEY `idx_orders_customers_id` (`customers_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `oscommerce_orders`
--
LOCK TABLES `oscommerce_orders` WRITE;
/*!40000 ALTER TABLE `oscommerce_orders` DISABLE KEYS */;
/*!40000 ALTER TABLE `oscommerce_orders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `oscommerce_orders_products`
--
DROP TABLE IF EXISTS `oscommerce_orders_products`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `oscommerce_orders_products` (
`orders_products_id` int(11) NOT NULL AUTO_INCREMENT,
`osc_magento_id` int(11) NOT NULL DEFAULT '0',
`products_id` int(11) NOT NULL DEFAULT '0',
`products_model` varchar(12) DEFAULT NULL,
`products_name` varchar(64) NOT NULL DEFAULT '',
`products_price` decimal(15,4) NOT NULL DEFAULT '0.0000',
`final_price` decimal(15,4) NOT NULL DEFAULT '0.0000',
`products_tax` decimal(7,4) NOT NULL DEFAULT '0.0000',
`products_quantity` int(2) NOT NULL DEFAULT '0',
PRIMARY KEY (`orders_products_id`),
KEY `idx_orders_products_osc_magento_id` (`osc_magento_id`),
KEY `idx_orders_products_products_id` (`products_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `oscommerce_orders_products`
--
LOCK TABLES `oscommerce_orders_products` WRITE;
/*!40000 ALTER TABLE `oscommerce_orders_products` DISABLE KEYS */;
/*!40000 ALTER TABLE `oscommerce_orders_products` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `oscommerce_orders_status_history`
--
DROP TABLE IF EXISTS `oscommerce_orders_status_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `oscommerce_orders_status_history` (
`orders_status_history_id` int(11) NOT NULL AUTO_INCREMENT,
`osc_magento_id` int(11) NOT NULL DEFAULT '0',
`orders_status_id` int(5) NOT NULL DEFAULT '0',
`date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`customer_notified` int(1) DEFAULT '0',
`comments` mediumtext,
`orders_status` varchar(32) DEFAULT NULL,
PRIMARY KEY (`orders_status_history_id`),
KEY `idx_orders_status_history_osc_magento_id` (`osc_magento_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `oscommerce_orders_status_history`
--
LOCK TABLES `oscommerce_orders_status_history` WRITE;
/*!40000 ALTER TABLE `oscommerce_orders_status_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `oscommerce_orders_status_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `oscommerce_orders_total`
--
DROP TABLE IF EXISTS `oscommerce_orders_total`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `oscommerce_orders_total` (
`orders_total_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`osc_magento_id` int(11) NOT NULL DEFAULT '0',
`title` varchar(255) NOT NULL DEFAULT '',
`text` varchar(255) NOT NULL DEFAULT '',
`value` decimal(15,4) NOT NULL DEFAULT '0.0000',
`class` varchar(32) NOT NULL DEFAULT '',
`sort_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`orders_total_id`),
KEY `idx_orders_total_osc_magento_id` (`osc_magento_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `oscommerce_orders_total`
--
LOCK TABLES `oscommerce_orders_total` WRITE;
/*!40000 ALTER TABLE `oscommerce_orders_total` DISABLE KEYS */;
/*!40000 ALTER TABLE `oscommerce_orders_total` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `oscommerce_ref`
--
DROP TABLE IF EXISTS `oscommerce_ref`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `oscommerce_ref` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`import_id` int(10) NOT NULL,
`type_id` int(10) NOT NULL,
`value` int(10) NOT NULL,
`ref_id` int(10) NOT NULL,
`created_at` datetime DEFAULT NULL,
`user_id` int(10) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `oscommerce_ref`
--
LOCK TABLES `oscommerce_ref` WRITE;
/*!40000 ALTER TABLE `oscommerce_ref` DISABLE KEYS */;
/*!40000 ALTER TABLE `oscommerce_ref` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `paybox_api_debug`
--
DROP TABLE IF EXISTS `paybox_api_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `paybox_api_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`debug_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`real_order_id` varchar(50) NOT NULL DEFAULT '',
`request_body` text,
`response_body` text,
PRIMARY KEY (`debug_id`),
KEY `debug_at` (`debug_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `paybox_api_debug`
--
LOCK TABLES `paybox_api_debug` WRITE;
/*!40000 ALTER TABLE `paybox_api_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `paybox_api_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `paybox_question_number`
--
DROP TABLE IF EXISTS `paybox_question_number`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `paybox_question_number` (
`account_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`account_hash` varchar(50) NOT NULL DEFAULT '',
`increment_value` int(10) unsigned NOT NULL DEFAULT '1',
`reset_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `paybox_question_number`
--
LOCK TABLES `paybox_question_number` WRITE;
/*!40000 ALTER TABLE `paybox_question_number` DISABLE KEYS */;
/*!40000 ALTER TABLE `paybox_question_number` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `paygate_authorizenet_debug`
--
DROP TABLE IF EXISTS `paygate_authorizenet_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `paygate_authorizenet_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`request_body` text,
`response_body` text,
`request_serialized` text,
`result_serialized` text,
`request_dump` text,
`result_dump` text,
PRIMARY KEY (`debug_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `paygate_authorizenet_debug`
--
LOCK TABLES `paygate_authorizenet_debug` WRITE;
/*!40000 ALTER TABLE `paygate_authorizenet_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `paygate_authorizenet_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `paypal_api_debug`
--
DROP TABLE IF EXISTS `paypal_api_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `paypal_api_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`debug_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`request_body` text,
`response_body` text,
PRIMARY KEY (`debug_id`),
KEY `debug_at` (`debug_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `paypal_api_debug`
--
LOCK TABLES `paypal_api_debug` WRITE;
/*!40000 ALTER TABLE `paypal_api_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `paypal_api_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `paypaluk_api_debug`
--
DROP TABLE IF EXISTS `paypaluk_api_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `paypaluk_api_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`debug_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`request_body` text,
`response_body` text,
PRIMARY KEY (`debug_id`),
KEY `debug_at` (`debug_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `paypaluk_api_debug`
--
LOCK TABLES `paypaluk_api_debug` WRITE;
/*!40000 ALTER TABLE `paypaluk_api_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `paypaluk_api_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `poll`
--
DROP TABLE IF EXISTS `poll`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `poll` (
`poll_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`poll_title` varchar(255) NOT NULL DEFAULT '',
`votes_count` int(10) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned DEFAULT '0',
`date_posted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_closed` datetime DEFAULT NULL,
`active` smallint(6) NOT NULL DEFAULT '1',
`closed` tinyint(1) NOT NULL DEFAULT '0',
`answers_display` smallint(6) DEFAULT NULL,
PRIMARY KEY (`poll_id`),
KEY `FK_POLL_STORE` (`store_id`),
CONSTRAINT `FK_POLL_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `poll`
--
LOCK TABLES `poll` WRITE;
/*!40000 ALTER TABLE `poll` DISABLE KEYS */;
INSERT INTO `poll` VALUES (1,'What is your favorite color',7,1,'2007-06-15 19:17:49','2007-08-31 07:41:32',1,1,NULL),(2,'What is your favorite Magento feature?',4721,0,'2007-08-31 07:41:20',NULL,1,0,NULL);
/*!40000 ALTER TABLE `poll` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `poll_answer`
--
DROP TABLE IF EXISTS `poll_answer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `poll_answer` (
`answer_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`poll_id` int(10) unsigned NOT NULL DEFAULT '0',
`answer_title` varchar(255) NOT NULL DEFAULT '',
`votes_count` int(10) unsigned NOT NULL DEFAULT '0',
`answer_order` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`answer_id`),
KEY `FK_POLL_PARENT` (`poll_id`),
CONSTRAINT `FK_POLL_PARENT` FOREIGN KEY (`poll_id`) REFERENCES `poll` (`poll_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `poll_answer`
--
LOCK TABLES `poll_answer` WRITE;
/*!40000 ALTER TABLE `poll_answer` DISABLE KEYS */;
INSERT INTO `poll_answer` VALUES (1,1,'Green',0,0),(2,1,'Red',0,0),(3,1,'Black',2,0),(4,1,'Magenta',5,0),(5,2,'Layered Navigation',1897,0),(6,2,'Price Rules',1342,0),(7,2,'Category Management',726,0),(8,2,'Compare Products',763,0);
/*!40000 ALTER TABLE `poll_answer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `poll_store`
--
DROP TABLE IF EXISTS `poll_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `poll_store` (
`poll_id` int(10) unsigned NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`poll_id`,`store_id`),
KEY `FK_POLL_STORE_STORE` (`store_id`),
CONSTRAINT `FK_POLL_STORE_POLL` FOREIGN KEY (`poll_id`) REFERENCES `poll` (`poll_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_POLL_STORE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `poll_store`
--
LOCK TABLES `poll_store` WRITE;
/*!40000 ALTER TABLE `poll_store` DISABLE KEYS */;
INSERT INTO `poll_store` VALUES (2,1),(2,2),(2,3);
/*!40000 ALTER TABLE `poll_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `poll_vote`
--
DROP TABLE IF EXISTS `poll_vote`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `poll_vote` (
`vote_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`poll_id` int(10) unsigned NOT NULL DEFAULT '0',
`poll_answer_id` int(10) unsigned NOT NULL DEFAULT '0',
`ip_address` bigint(20) DEFAULT NULL,
`customer_id` int(11) DEFAULT NULL,
`vote_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`vote_id`),
KEY `FK_POLL_ANSWER` (`poll_answer_id`),
CONSTRAINT `FK_POLL_ANSWER` FOREIGN KEY (`poll_answer_id`) REFERENCES `poll_answer` (`answer_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `poll_vote`
--
LOCK TABLES `poll_vote` WRITE;
/*!40000 ALTER TABLE `poll_vote` DISABLE KEYS */;
INSERT INTO `poll_vote` VALUES (1,2,5,703241434,NULL,'2009-05-01 10:28:05'),(2,2,5,1544757834,NULL,'2009-05-02 08:42:43'),(3,2,5,1241625506,NULL,'2009-05-02 12:01:48'),(4,2,7,1085737266,NULL,'2009-05-03 04:29:18'),(5,2,5,1071047997,NULL,'2009-05-03 14:08:23'),(6,2,5,-712362685,NULL,'2009-05-05 00:59:09'),(7,2,7,2058214302,NULL,'2009-05-05 17:25:32'),(8,2,5,1162482222,NULL,'2009-05-06 09:30:40'),(9,2,6,-720509428,NULL,'2009-05-07 03:20:47'),(10,2,6,-943067902,NULL,'2009-05-07 10:14:46'),(11,2,5,1390659669,NULL,'2009-05-07 10:18:05'),(12,2,8,1328573020,NULL,'2009-05-07 20:00:45'),(13,2,5,1386873614,NULL,'2009-05-08 05:54:34');
/*!40000 ALTER TABLE `poll_vote` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `product_alert_price`
--
DROP TABLE IF EXISTS `product_alert_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `product_alert_price` (
`alert_price_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`customer_id` int(10) unsigned NOT NULL DEFAULT '0',
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`price` decimal(12,4) NOT NULL DEFAULT '0.0000',
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`add_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_send_date` datetime DEFAULT NULL,
`send_count` smallint(5) unsigned NOT NULL DEFAULT '0',
`status` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`alert_price_id`),
KEY `FK_PRODUCT_ALERT_PRICE_CUSTOMER` (`customer_id`),
KEY `FK_PRODUCT_ALERT_PRICE_PRODUCT` (`product_id`),
KEY `FK_PRODUCT_ALERT_PRICE_WEBSITE` (`website_id`),
CONSTRAINT `FK_PRODUCT_ALERT_PRICE_CUSTOMER` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_PRODUCT_ALERT_PRICE_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_PRODUCT_ALERT_PRICE_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `product_alert_price`
--
LOCK TABLES `product_alert_price` WRITE;
/*!40000 ALTER TABLE `product_alert_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `product_alert_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `product_alert_stock`
--
DROP TABLE IF EXISTS `product_alert_stock`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `product_alert_stock` (
`alert_stock_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`customer_id` int(10) unsigned NOT NULL DEFAULT '0',
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`add_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`send_date` datetime DEFAULT NULL,
`send_count` smallint(5) unsigned NOT NULL DEFAULT '0',
`status` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`alert_stock_id`),
KEY `FK_PRODUCT_ALERT_STOCK_CUSTOMER` (`customer_id`),
KEY `FK_PRODUCT_ALERT_STOCK_PRODUCT` (`product_id`),
KEY `FK_PRODUCT_ALERT_STOCK_WEBSITE` (`website_id`),
CONSTRAINT `FK_PRODUCT_ALERT_STOCK_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_PRODUCT_ALERT_STOCK_CUSTOMER` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_PRODUCT_ALERT_STOCK_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `product_alert_stock`
--
LOCK TABLES `product_alert_stock` WRITE;
/*!40000 ALTER TABLE `product_alert_stock` DISABLE KEYS */;
/*!40000 ALTER TABLE `product_alert_stock` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `protx_api_debug`
--
DROP TABLE IF EXISTS `protx_api_debug`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `protx_api_debug` (
`debug_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`transaction_id` varchar(255) NOT NULL DEFAULT '',
`debug_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`request_body` text,
`response_body` text,
PRIMARY KEY (`debug_id`),
KEY `debug_at` (`debug_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `protx_api_debug`
--
LOCK TABLES `protx_api_debug` WRITE;
/*!40000 ALTER TABLE `protx_api_debug` DISABLE KEYS */;
/*!40000 ALTER TABLE `protx_api_debug` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rating`
--
DROP TABLE IF EXISTS `rating`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rating` (
`rating_id` smallint(6) unsigned NOT NULL AUTO_INCREMENT,
`entity_id` smallint(6) unsigned NOT NULL DEFAULT '0',
`rating_code` varchar(64) NOT NULL DEFAULT '',
`position` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`rating_id`),
UNIQUE KEY `IDX_CODE` (`rating_code`),
KEY `FK_RATING_ENTITY` (`entity_id`),
CONSTRAINT `FK_RATING_ENTITY_KEY` FOREIGN KEY (`entity_id`) REFERENCES `rating_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='ratings';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rating`
--
LOCK TABLES `rating` WRITE;
/*!40000 ALTER TABLE `rating` DISABLE KEYS */;
INSERT INTO `rating` VALUES (1,1,'Quality',0),(2,1,'Value',0),(3,1,'Price',0);
/*!40000 ALTER TABLE `rating` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rating_entity`
--
DROP TABLE IF EXISTS `rating_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rating_entity` (
`entity_id` smallint(6) unsigned NOT NULL AUTO_INCREMENT,
`entity_code` varchar(64) NOT NULL DEFAULT '',
PRIMARY KEY (`entity_id`),
UNIQUE KEY `IDX_CODE` (`entity_code`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Rating entities';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rating_entity`
--
LOCK TABLES `rating_entity` WRITE;
/*!40000 ALTER TABLE `rating_entity` DISABLE KEYS */;
INSERT INTO `rating_entity` VALUES (1,'product'),(2,'product_review'),(3,'review');
/*!40000 ALTER TABLE `rating_entity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rating_option`
--
DROP TABLE IF EXISTS `rating_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rating_option` (
`option_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rating_id` smallint(6) unsigned NOT NULL DEFAULT '0',
`code` varchar(32) NOT NULL DEFAULT '',
`value` tinyint(3) unsigned NOT NULL DEFAULT '0',
`position` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`option_id`),
KEY `FK_RATING_OPTION_RATING` (`rating_id`),
CONSTRAINT `FK_RATING_OPTION_RATING` FOREIGN KEY (`rating_id`) REFERENCES `rating` (`rating_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COMMENT='Rating options';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rating_option`
--
LOCK TABLES `rating_option` WRITE;
/*!40000 ALTER TABLE `rating_option` DISABLE KEYS */;
INSERT INTO `rating_option` VALUES (1,1,'1',1,1),(2,1,'2',2,2),(3,1,'3',3,3),(4,1,'4',4,4),(5,1,'5',5,5),(6,2,'1',1,1),(7,2,'2',2,2),(8,2,'3',3,3),(9,2,'4',4,4),(10,2,'5',5,5),(11,3,'1',1,1),(12,3,'2',2,2),(13,3,'3',3,3),(14,3,'4',4,4),(15,3,'5',5,5);
/*!40000 ALTER TABLE `rating_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rating_option_vote`
--
DROP TABLE IF EXISTS `rating_option_vote`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rating_option_vote` (
`vote_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_id` int(10) unsigned NOT NULL DEFAULT '0',
`remote_ip` varchar(16) NOT NULL DEFAULT '',
`remote_ip_long` int(11) NOT NULL DEFAULT '0',
`customer_id` int(11) unsigned DEFAULT '0',
`entity_pk_value` bigint(20) unsigned NOT NULL DEFAULT '0',
`rating_id` smallint(6) unsigned NOT NULL DEFAULT '0',
`review_id` bigint(20) unsigned DEFAULT NULL,
`percent` tinyint(3) NOT NULL DEFAULT '0',
`value` tinyint(3) NOT NULL DEFAULT '0',
PRIMARY KEY (`vote_id`),
KEY `FK_RATING_OPTION_VALUE_OPTION` (`option_id`),
KEY `FK_RATING_OPTION_REVIEW_ID` (`review_id`),
CONSTRAINT `FK_RATING_OPTION_REVIEW_ID` FOREIGN KEY (`review_id`) REFERENCES `review` (`review_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_RATING_OPTION_VALUE_OPTION` FOREIGN KEY (`option_id`) REFERENCES `rating_option` (`option_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=350 DEFAULT CHARSET=utf8 COMMENT='Rating option values';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rating_option_vote`
--
LOCK TABLES `rating_option_vote` WRITE;
/*!40000 ALTER TABLE `rating_option_vote` DISABLE KEYS */;
INSERT INTO `rating_option_vote` VALUES (1,4,'127.0.0.1',2130706433,NULL,51,1,47,80,0),(2,4,'127.0.0.1',2130706433,1,16,1,15,80,0),(3,4,'127.0.0.1',2130706433,1,17,1,11,80,0),(4,3,'127.0.0.1',2130706433,NULL,18,1,7,60,0),(5,3,'127.0.0.1',2130706433,NULL,18,1,8,60,0),(6,3,'127.0.0.1',2130706433,NULL,18,1,9,60,0),(7,3,'127.0.0.1',2130706433,1,19,1,2,60,0),(8,3,'127.0.0.1',2130706433,NULL,19,1,10,60,0),(9,3,'127.0.0.1',2130706433,1,20,1,5,60,0),(10,4,'127.0.0.1',2130706433,1,20,1,12,80,0),(11,4,'127.0.0.1',2130706433,1,20,1,13,80,0),(12,3,'127.0.0.1',2130706433,1,20,1,14,60,0),(13,5,'127.0.0.1',2130706433,1,25,1,16,100,0),(14,3,'127.0.0.1',2130706433,1,26,1,17,60,0),(15,3,'127.0.0.1',2130706433,1,26,1,18,60,0),(16,3,'127.0.0.1',2130706433,1,27,1,19,60,0),(17,3,'127.0.0.1',2130706433,1,27,1,20,60,0),(18,4,'127.0.0.1',2130706433,1,28,1,21,80,0),(19,3,'127.0.0.1',2130706433,1,29,1,28,60,0),(20,2,'127.0.0.1',2130706433,1,29,1,29,40,0),(21,3,'127.0.0.1',2130706433,NULL,30,1,6,60,0),(22,3,'127.0.0.1',2130706433,1,31,1,30,60,0),(23,3,'127.0.0.1',2130706433,1,31,1,31,60,0),(24,3,'127.0.0.1',2130706433,1,32,1,32,60,0),(25,3,'127.0.0.1',2130706433,1,33,1,33,60,0),(26,3,'127.0.0.1',2130706433,1,33,1,34,60,0),(27,3,'127.0.0.1',2130706433,1,33,1,35,60,0),(28,3,'127.0.0.1',2130706433,1,34,1,36,60,0),(29,4,'127.0.0.1',2130706433,1,34,1,37,80,0),(30,3,'127.0.0.1',2130706433,1,35,1,1,60,0),(31,3,'127.0.0.1',2130706433,1,35,1,4,60,0),(32,5,'127.0.0.1',2130706433,1,35,1,22,100,0),(33,3,'127.0.0.1',2130706433,1,36,1,3,60,0),(34,4,'127.0.0.1',2130706433,1,36,1,23,80,0),(35,4,'127.0.0.1',2130706433,1,37,1,24,80,0),(36,3,'127.0.0.1',2130706433,1,37,1,25,60,0),(37,3,'127.0.0.1',2130706433,1,37,1,26,60,0),(38,5,'127.0.0.1',2130706433,1,38,1,27,100,0),(39,5,'127.0.0.1',2130706433,1,39,1,38,100,0),(40,3,'127.0.0.1',2130706433,1,41,1,39,60,0),(41,4,'127.0.0.1',2130706433,1,41,1,40,80,0),(42,4,'127.0.0.1',2130706433,1,42,1,41,80,0),(43,5,'127.0.0.1',2130706433,1,42,1,42,100,0),(44,4,'127.0.0.1',2130706433,NULL,44,1,43,80,0),(45,5,'127.0.0.1',2130706433,NULL,44,1,44,100,0),(46,3,'127.0.0.1',2130706433,NULL,49,1,45,60,0),(47,5,'127.0.0.1',2130706433,NULL,49,1,46,100,0),(48,4,'127.0.0.1',2130706433,NULL,51,1,47,80,0),(49,4,'127.0.0.1',2130706433,1,16,2,15,80,0),(50,4,'127.0.0.1',2130706433,1,17,2,11,80,0),(51,3,'127.0.0.1',2130706433,NULL,18,2,7,60,0),(52,3,'127.0.0.1',2130706433,NULL,18,2,8,60,0),(53,4,'127.0.0.1',2130706433,NULL,18,2,9,80,0),(54,4,'127.0.0.1',2130706433,1,19,2,2,80,0),(55,3,'127.0.0.1',2130706433,NULL,19,2,10,60,0),(56,3,'127.0.0.1',2130706433,1,20,2,5,60,0),(57,4,'127.0.0.1',2130706433,1,20,2,12,80,0),(58,4,'127.0.0.1',2130706433,1,20,2,13,80,0),(59,3,'127.0.0.1',2130706433,1,20,2,14,60,0),(60,5,'127.0.0.1',2130706433,1,25,2,16,100,0),(61,3,'127.0.0.1',2130706433,1,26,2,17,60,0),(62,3,'127.0.0.1',2130706433,1,26,2,18,60,0),(63,3,'127.0.0.1',2130706433,1,27,2,19,60,0),(64,3,'127.0.0.1',2130706433,1,27,2,20,60,0),(65,4,'127.0.0.1',2130706433,1,28,2,21,80,0),(66,3,'127.0.0.1',2130706433,1,29,2,28,60,0),(67,4,'127.0.0.1',2130706433,1,29,2,29,80,0),(68,3,'127.0.0.1',2130706433,NULL,30,2,6,60,0),(69,3,'127.0.0.1',2130706433,1,31,2,30,60,0),(70,4,'127.0.0.1',2130706433,1,31,2,31,80,0),(71,3,'127.0.0.1',2130706433,1,32,2,32,60,0),(72,3,'127.0.0.1',2130706433,1,33,2,33,60,0),(73,3,'127.0.0.1',2130706433,1,33,2,34,60,0),(74,4,'127.0.0.1',2130706433,1,33,2,35,80,0),(75,3,'127.0.0.1',2130706433,1,34,2,36,60,0),(76,3,'127.0.0.1',2130706433,1,34,2,37,60,0),(77,3,'127.0.0.1',2130706433,1,35,2,1,60,0),(78,3,'127.0.0.1',2130706433,1,35,2,4,60,0),(79,4,'127.0.0.1',2130706433,1,35,2,22,80,0),(80,3,'127.0.0.1',2130706433,1,36,2,3,60,0),(81,4,'127.0.0.1',2130706433,1,36,2,23,80,0),(82,2,'127.0.0.1',2130706433,1,37,2,24,40,0),(83,3,'127.0.0.1',2130706433,1,37,2,25,60,0),(84,3,'127.0.0.1',2130706433,1,37,2,26,60,0),(85,2,'127.0.0.1',2130706433,1,38,2,27,40,0),(86,4,'127.0.0.1',2130706433,1,39,2,38,80,0),(87,3,'127.0.0.1',2130706433,1,41,2,39,60,0),(88,4,'127.0.0.1',2130706433,1,41,2,40,80,0),(89,3,'127.0.0.1',2130706433,1,42,2,41,60,0),(90,4,'127.0.0.1',2130706433,1,42,2,42,80,0),(91,3,'127.0.0.1',2130706433,NULL,44,2,43,60,0),(92,5,'127.0.0.1',2130706433,NULL,44,2,44,100,0),(93,3,'127.0.0.1',2130706433,NULL,49,2,45,60,0),(94,5,'127.0.0.1',2130706433,NULL,49,2,46,100,0),(95,4,'127.0.0.1',2130706433,NULL,51,2,47,80,0),(96,3,'127.0.0.1',2130706433,1,16,3,15,60,0),(97,3,'127.0.0.1',2130706433,1,17,3,11,60,0),(98,3,'127.0.0.1',2130706433,NULL,18,3,7,60,0),(99,3,'127.0.0.1',2130706433,NULL,18,3,8,60,0),(100,3,'127.0.0.1',2130706433,NULL,18,3,9,60,0),(101,3,'127.0.0.1',2130706433,1,19,3,2,60,0),(102,3,'127.0.0.1',2130706433,NULL,19,3,10,60,0),(103,3,'127.0.0.1',2130706433,1,20,3,5,60,0),(104,3,'127.0.0.1',2130706433,1,20,3,12,60,0),(105,3,'127.0.0.1',2130706433,1,20,3,13,60,0),(106,3,'127.0.0.1',2130706433,1,20,3,14,60,0),(107,3,'127.0.0.1',2130706433,1,25,3,16,60,0),(108,3,'127.0.0.1',2130706433,1,26,3,17,60,0),(109,3,'127.0.0.1',2130706433,1,26,3,18,60,0),(110,3,'127.0.0.1',2130706433,1,27,3,19,60,0),(111,3,'127.0.0.1',2130706433,1,27,3,20,60,0),(112,4,'127.0.0.1',2130706433,1,28,3,21,80,0),(113,3,'127.0.0.1',2130706433,1,29,3,28,60,0),(114,3,'127.0.0.1',2130706433,1,29,3,29,60,0),(115,3,'127.0.0.1',2130706433,NULL,30,3,6,60,0),(116,3,'127.0.0.1',2130706433,1,31,3,30,60,0),(117,4,'127.0.0.1',2130706433,1,31,3,31,80,0),(118,3,'127.0.0.1',2130706433,1,32,3,32,60,0),(119,3,'127.0.0.1',2130706433,1,33,3,33,60,0),(120,3,'127.0.0.1',2130706433,1,33,3,34,60,0),(121,3,'127.0.0.1',2130706433,1,33,3,35,60,0),(122,3,'127.0.0.1',2130706433,1,34,3,36,60,0),(123,3,'127.0.0.1',2130706433,1,34,3,37,60,0),(124,3,'127.0.0.1',2130706433,1,35,3,1,60,0),(125,3,'127.0.0.1',2130706433,1,35,3,4,60,0),(126,3,'127.0.0.1',2130706433,1,35,3,22,60,0),(127,3,'127.0.0.1',2130706433,1,36,3,3,60,0),(128,3,'127.0.0.1',2130706433,1,36,3,23,60,0),(129,3,'127.0.0.1',2130706433,1,37,3,24,60,0),(130,3,'127.0.0.1',2130706433,1,37,3,25,60,0),(131,3,'127.0.0.1',2130706433,1,37,3,26,60,0),(132,3,'127.0.0.1',2130706433,1,38,3,27,60,0),(133,3,'127.0.0.1',2130706433,1,39,3,38,60,0),(134,3,'127.0.0.1',2130706433,1,41,3,39,60,0),(135,3,'127.0.0.1',2130706433,1,41,3,40,60,0),(136,5,'127.0.0.1',2130706433,1,42,3,41,100,0),(137,3,'127.0.0.1',2130706433,1,42,3,42,60,0),(138,3,'127.0.0.1',2130706433,NULL,44,3,43,60,0),(139,5,'127.0.0.1',2130706433,NULL,44,3,44,100,0),(140,3,'127.0.0.1',2130706433,NULL,49,3,45,60,0),(141,5,'127.0.0.1',2130706433,NULL,49,3,46,100,0),(142,4,'127.0.0.1',2130706433,NULL,51,3,47,80,0),(143,5,'127.0.0.1',2130706433,NULL,25,1,48,100,0),(144,10,'127.0.0.1',2130706433,NULL,25,2,48,100,0),(145,14,'127.0.0.1',2130706433,NULL,25,3,48,80,0),(146,2,'127.0.0.1',2130706433,NULL,48,1,49,40,0),(147,9,'127.0.0.1',2130706433,NULL,48,2,49,80,0),(148,13,'127.0.0.1',2130706433,NULL,48,3,49,60,0),(149,5,'127.0.0.1',2130706433,NULL,47,1,50,100,0),(150,10,'127.0.0.1',2130706433,NULL,47,2,50,100,0),(151,14,'127.0.0.1',2130706433,NULL,47,3,50,80,0),(152,4,'127.0.0.1',2130706433,NULL,46,1,51,80,0),(153,10,'127.0.0.1',2130706433,NULL,46,2,51,100,0),(154,13,'127.0.0.1',2130706433,NULL,46,3,51,60,0),(155,4,'127.0.0.1',2130706433,NULL,53,1,52,80,0),(156,9,'127.0.0.1',2130706433,NULL,53,2,52,80,0),(157,13,'127.0.0.1',2130706433,NULL,53,3,52,60,0),(158,4,'127.0.0.1',2130706433,NULL,119,1,53,80,0),(159,8,'127.0.0.1',2130706433,NULL,119,2,53,60,0),(160,14,'127.0.0.1',2130706433,NULL,119,3,53,80,0),(161,4,'127.0.0.1',2130706433,NULL,120,1,54,80,0),(162,9,'127.0.0.1',2130706433,NULL,120,2,54,80,0),(163,14,'127.0.0.1',2130706433,NULL,120,3,54,80,0),(164,5,'127.0.0.1',2130706433,1,126,1,55,100,0),(165,10,'127.0.0.1',2130706433,1,126,2,55,100,0),(166,15,'127.0.0.1',2130706433,1,126,3,55,100,0),(167,4,'127.0.0.1',2130706433,1,83,1,56,80,0),(168,10,'127.0.0.1',2130706433,1,83,2,56,100,0),(169,13,'127.0.0.1',2130706433,1,83,3,56,60,0),(170,3,'127.0.0.1',2130706433,1,112,1,57,60,0),(171,9,'127.0.0.1',2130706433,1,112,2,57,80,0),(172,13,'127.0.0.1',2130706433,1,112,3,57,60,0),(173,4,'127.0.0.1',2130706433,1,98,1,58,80,0),(174,8,'127.0.0.1',2130706433,1,98,2,58,60,0),(175,13,'127.0.0.1',2130706433,1,98,3,58,60,0),(176,4,'127.0.0.1',2130706433,1,103,1,59,80,0),(177,9,'127.0.0.1',2130706433,1,103,2,59,80,0),(178,14,'127.0.0.1',2130706433,1,103,3,59,80,0),(179,3,'127.0.0.1',2130706433,1,111,1,60,60,0),(180,9,'127.0.0.1',2130706433,1,111,2,60,80,0),(181,15,'127.0.0.1',2130706433,1,111,3,60,100,0),(182,4,'127.0.0.1',2130706433,1,27,1,61,80,0),(183,9,'127.0.0.1',2130706433,1,27,2,61,80,0),(184,13,'127.0.0.1',2130706433,1,27,3,61,60,0),(185,5,'127.0.0.1',2130706433,1,26,1,62,100,0),(186,10,'127.0.0.1',2130706433,1,26,2,62,100,0),(187,15,'127.0.0.1',2130706433,1,26,3,62,100,0),(188,5,'127.0.0.1',2130706433,NULL,32,1,63,100,0),(189,9,'127.0.0.1',2130706433,NULL,32,2,63,80,0),(190,15,'127.0.0.1',2130706433,NULL,32,3,63,100,0),(191,3,'127.0.0.1',2130706433,NULL,98,1,64,60,0),(192,9,'127.0.0.1',2130706433,NULL,98,2,64,80,0),(193,13,'127.0.0.1',2130706433,NULL,98,3,64,60,0),(194,5,'127.0.0.1',2130706433,1,27,1,65,100,0),(195,8,'127.0.0.1',2130706433,1,27,2,65,60,0),(196,12,'127.0.0.1',2130706433,1,27,3,65,40,0),(197,4,'127.0.0.1',2130706433,NULL,27,1,66,80,0),(198,8,'127.0.0.1',2130706433,NULL,27,2,66,60,0),(199,13,'127.0.0.1',2130706433,NULL,27,3,66,60,0),(200,4,'127.0.0.1',2130706433,NULL,32,1,67,80,0),(201,9,'127.0.0.1',2130706433,NULL,32,2,67,80,0),(202,15,'127.0.0.1',2130706433,NULL,32,3,67,100,0),(203,5,'127.0.0.1',2130706433,NULL,41,1,68,100,0),(204,8,'127.0.0.1',2130706433,NULL,41,2,68,60,0),(205,11,'127.0.0.1',2130706433,NULL,41,3,68,20,0),(206,4,'127.0.0.1',2130706433,NULL,39,1,69,80,0),(207,7,'127.0.0.1',2130706433,NULL,39,2,69,40,0),(208,14,'127.0.0.1',2130706433,NULL,39,3,69,80,0),(209,5,'127.0.0.1',2130706433,1,54,1,70,100,0),(210,9,'127.0.0.1',2130706433,1,54,2,70,80,0),(211,14,'127.0.0.1',2130706433,1,54,3,70,80,0),(212,5,'127.0.0.1',2130706433,NULL,51,1,71,100,0),(213,10,'127.0.0.1',2130706433,NULL,51,2,71,100,0),(214,15,'127.0.0.1',2130706433,NULL,51,3,71,100,0),(215,4,'127.0.0.1',2130706433,NULL,35,1,72,80,0),(216,9,'127.0.0.1',2130706433,NULL,35,2,72,80,0),(217,15,'127.0.0.1',2130706433,NULL,35,3,72,100,0),(218,5,'127.0.0.1',2130706433,NULL,135,1,73,100,0),(219,10,'127.0.0.1',2130706433,NULL,135,2,73,100,0),(220,15,'127.0.0.1',2130706433,NULL,135,3,73,100,0),(221,5,'127.0.0.1',2130706433,NULL,119,1,74,100,0),(222,9,'127.0.0.1',2130706433,NULL,119,2,74,80,0),(223,14,'127.0.0.1',2130706433,NULL,119,3,74,80,0),(224,1,'127.0.0.1',2130706433,NULL,135,1,75,20,0),(225,6,'127.0.0.1',2130706433,NULL,135,2,75,20,0),(226,11,'127.0.0.1',2130706433,NULL,135,3,75,20,0),(227,5,'127.0.0.1',2130706433,NULL,27,1,76,100,0),(228,9,'127.0.0.1',2130706433,NULL,27,2,76,80,0),(229,13,'127.0.0.1',2130706433,NULL,27,3,76,60,0),(230,5,'127.0.0.1',2130706433,NULL,27,1,77,100,5),(231,14,'127.0.0.1',2130706433,NULL,27,3,77,80,4),(232,10,'127.0.0.1',2130706433,NULL,27,2,77,100,5),(233,5,'127.0.0.1',2130706433,1,135,1,78,100,5),(234,15,'127.0.0.1',2130706433,1,135,3,78,100,5),(235,10,'127.0.0.1',2130706433,1,135,2,78,100,5),(236,5,'127.0.0.1',2130706433,NULL,32,1,79,100,5),(237,15,'127.0.0.1',2130706433,NULL,32,3,79,100,5),(238,10,'127.0.0.1',2130706433,NULL,32,2,79,100,5),(239,4,'127.0.0.1',2130706433,NULL,112,1,80,80,4),(240,13,'127.0.0.1',2130706433,NULL,112,3,80,60,3),(241,10,'127.0.0.1',2130706433,NULL,112,2,80,100,5),(242,4,'127.0.0.1',2130706433,NULL,103,1,81,80,4),(243,15,'127.0.0.1',2130706433,NULL,103,3,81,100,5),(244,9,'127.0.0.1',2130706433,NULL,103,2,81,80,4),(245,5,'127.0.0.1',2130706433,NULL,35,1,82,100,5),(246,13,'127.0.0.1',2130706433,NULL,35,3,82,60,3),(247,10,'127.0.0.1',2130706433,NULL,35,2,82,100,5),(248,4,'127.0.0.1',2130706433,NULL,27,1,84,80,4),(249,13,'127.0.0.1',2130706433,NULL,27,3,84,60,3),(250,8,'127.0.0.1',2130706433,NULL,27,2,84,60,3),(251,3,'127.0.0.1',2130706433,NULL,135,1,85,60,3),(252,11,'127.0.0.1',2130706433,NULL,135,3,85,20,1),(253,6,'127.0.0.1',2130706433,NULL,135,2,85,20,1),(254,4,'127.0.0.1',2130706433,1,27,1,86,80,4),(255,14,'127.0.0.1',2130706433,1,27,3,86,80,4),(256,9,'127.0.0.1',2130706433,1,27,2,86,80,4),(257,5,'127.0.0.1',2130706433,NULL,27,1,87,100,5),(258,15,'127.0.0.1',2130706433,NULL,27,3,87,100,5),(259,10,'127.0.0.1',2130706433,NULL,27,2,87,100,5),(260,4,'127.0.0.1',2130706433,NULL,44,1,88,80,4),(261,12,'127.0.0.1',2130706433,NULL,44,3,88,40,2),(262,8,'127.0.0.1',2130706433,NULL,44,2,88,60,3),(263,2,'127.0.0.1',2130706433,NULL,28,1,89,40,2),(264,13,'127.0.0.1',2130706433,NULL,28,3,89,60,3),(265,9,'127.0.0.1',2130706433,NULL,28,2,89,80,4),(266,1,'127.0.0.1',2130706433,NULL,16,1,90,20,1),(267,11,'127.0.0.1',2130706433,NULL,16,3,90,20,1),(268,6,'127.0.0.1',2130706433,NULL,16,2,90,20,1),(269,5,'127.0.0.1',2130706433,1,20,1,91,100,5),(270,14,'127.0.0.1',2130706433,1,20,3,91,80,4),(271,9,'127.0.0.1',2130706433,1,20,2,91,80,4),(272,2,'127.0.0.1',2130706433,NULL,126,1,92,40,2),(273,11,'127.0.0.1',2130706433,NULL,126,3,92,20,1),(274,8,'127.0.0.1',2130706433,NULL,126,2,92,60,3),(275,1,'127.0.0.1',2130706433,NULL,103,1,93,20,1),(276,11,'127.0.0.1',2130706433,NULL,103,3,93,20,1),(277,6,'127.0.0.1',2130706433,NULL,103,2,93,20,1),(278,5,'127.0.0.1',2130706433,NULL,19,1,94,100,5),(279,14,'127.0.0.1',2130706433,NULL,19,3,94,80,4),(280,9,'127.0.0.1',2130706433,NULL,19,2,94,80,4),(281,5,'127.0.0.1',2130706433,NULL,27,1,95,100,5),(282,14,'127.0.0.1',2130706433,NULL,27,3,95,80,4),(283,9,'127.0.0.1',2130706433,NULL,27,2,95,80,4),(284,5,'127.0.0.1',2130706433,NULL,52,1,96,100,5),(285,15,'127.0.0.1',2130706433,NULL,52,3,96,100,5),(286,10,'127.0.0.1',2130706433,NULL,52,2,96,100,5),(287,2,'127.0.0.1',2130706433,NULL,83,1,98,40,2),(288,13,'127.0.0.1',2130706433,NULL,83,3,98,60,3),(289,7,'127.0.0.1',2130706433,NULL,83,2,98,40,2),(290,5,'127.0.0.1',2130706433,NULL,25,1,99,100,5),(291,13,'127.0.0.1',2130706433,NULL,25,3,99,60,3),(292,9,'127.0.0.1',2130706433,NULL,25,2,99,80,4),(293,1,'127.0.0.1',2130706433,1,51,1,100,20,1),(294,11,'127.0.0.1',2130706433,1,51,3,100,20,1),(295,6,'127.0.0.1',2130706433,1,51,2,100,20,1),(296,5,'127.0.0.1',2130706433,NULL,44,1,101,100,5),(297,14,'127.0.0.1',2130706433,NULL,44,3,101,80,4),(298,8,'127.0.0.1',2130706433,NULL,44,2,101,60,3),(299,4,'127.0.0.1',2130706433,NULL,132,1,102,80,4),(300,13,'127.0.0.1',2130706433,NULL,132,3,102,60,3),(301,9,'127.0.0.1',2130706433,NULL,132,2,102,80,4),(302,3,'127.0.0.1',2130706433,NULL,16,1,103,60,3),(303,13,'127.0.0.1',2130706433,NULL,16,3,103,60,3),(304,8,'127.0.0.1',2130706433,NULL,16,2,103,60,3),(305,2,'127.0.0.1',2130706433,NULL,18,1,104,40,2),(306,13,'127.0.0.1',2130706433,NULL,18,3,104,60,3),(307,8,'127.0.0.1',2130706433,NULL,18,2,104,60,3),(308,3,'127.0.0.1',2130706433,1,51,1,105,60,3),(309,14,'127.0.0.1',2130706433,1,51,3,105,80,4),(310,9,'127.0.0.1',2130706433,1,51,2,105,80,4),(311,3,'127.0.0.1',2130706433,NULL,27,1,106,60,3),(312,14,'127.0.0.1',2130706433,NULL,27,3,106,80,4),(313,10,'127.0.0.1',2130706433,NULL,27,2,106,100,5),(314,5,'127.0.0.1',2130706433,NULL,132,1,107,100,5),(315,13,'127.0.0.1',2130706433,NULL,132,3,107,60,3),(316,9,'127.0.0.1',2130706433,NULL,132,2,107,80,4),(317,5,'127.0.0.1',2130706433,NULL,26,1,108,100,5),(318,11,'127.0.0.1',2130706433,NULL,26,3,108,20,1),(319,8,'127.0.0.1',2130706433,NULL,26,2,108,60,3),(320,1,'127.0.0.1',2130706433,NULL,26,1,110,20,1),(321,12,'127.0.0.1',2130706433,NULL,26,3,110,40,2),(322,6,'127.0.0.1',2130706433,NULL,26,2,110,20,1),(323,3,'127.0.0.1',2130706433,NULL,45,1,111,60,3),(324,14,'127.0.0.1',2130706433,NULL,45,3,111,80,4),(325,8,'127.0.0.1',2130706433,NULL,45,2,111,60,3),(326,3,'127.0.0.1',2130706433,NULL,83,1,112,60,3),(327,13,'127.0.0.1',2130706433,NULL,83,3,112,60,3),(328,8,'127.0.0.1',2130706433,NULL,83,2,112,60,3),(329,3,'127.0.0.1',2130706433,NULL,26,1,113,60,3),(330,14,'127.0.0.1',2130706433,NULL,26,3,113,80,4),(331,10,'127.0.0.1',2130706433,NULL,26,2,113,100,5),(332,11,'24.53.171.140',406170508,33,135,3,114,20,1),(333,6,'24.53.171.140',406170508,33,135,2,114,20,1),(334,1,'24.53.171.140',406170508,33,135,1,114,20,1),(335,11,'24.53.171.140',406170508,33,135,3,115,20,1),(336,6,'24.53.171.140',406170508,33,135,2,115,20,1),(337,1,'24.53.171.140',406170508,33,135,1,115,20,1),(338,15,'94.253.154.82',1593678418,NULL,51,3,116,100,5),(339,10,'94.253.154.82',1593678418,NULL,51,2,116,100,5),(340,2,'94.253.154.82',1593678418,NULL,51,1,116,40,2),(341,9,'66.162.116.158',1117942942,NULL,52,2,117,80,4),(342,3,'66.162.116.158',1117942942,NULL,52,1,117,60,3),(343,12,'66.162.116.158',1117942942,NULL,52,3,117,40,2),(344,8,'66.162.116.158',1117942942,NULL,52,2,118,60,3),(345,3,'66.162.116.158',1117942942,NULL,52,1,118,60,3),(346,13,'66.162.116.158',1117942942,NULL,52,3,118,60,3),(347,13,'80.91.175.30',1348185886,NULL,27,3,119,60,3),(348,10,'80.91.175.30',1348185886,NULL,27,2,119,100,5),(349,3,'80.91.175.30',1348185886,NULL,27,1,119,60,3);
/*!40000 ALTER TABLE `rating_option_vote` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rating_option_vote_aggregated`
--
DROP TABLE IF EXISTS `rating_option_vote_aggregated`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rating_option_vote_aggregated` (
`primary_id` int(11) NOT NULL AUTO_INCREMENT,
`rating_id` smallint(6) unsigned NOT NULL DEFAULT '0',
`entity_pk_value` bigint(20) unsigned NOT NULL DEFAULT '0',
`vote_count` int(10) unsigned NOT NULL DEFAULT '0',
`vote_value_sum` int(10) unsigned NOT NULL DEFAULT '0',
`percent` tinyint(3) NOT NULL DEFAULT '0',
`percent_approved` tinyint(3) DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`primary_id`),
KEY `FK_RATING_OPTION_VALUE_AGGREGATE` (`rating_id`),
KEY `FK_RATING_OPTION_VOTE_AGGREGATED_STORE` (`store_id`),
CONSTRAINT `FK_RATING_OPTION_VALUE_AGGREGATE` FOREIGN KEY (`rating_id`) REFERENCES `rating` (`rating_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_RATING_OPTION_VOTE_AGGREGATED_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=217 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rating_option_vote_aggregated`
--
LOCK TABLES `rating_option_vote_aggregated` WRITE;
/*!40000 ALTER TABLE `rating_option_vote_aggregated` DISABLE KEYS */;
INSERT INTO `rating_option_vote_aggregated` VALUES (1,1,51,1,2,40,0,0),(2,1,51,3,0,0,0,1),(3,1,16,2,4,40,40,0),(4,1,16,3,4,27,27,1),(5,1,17,1,0,0,0,1),(6,1,18,1,2,40,40,0),(7,1,18,3,0,0,0,1),(8,1,18,1,2,40,40,2),(9,1,19,1,5,100,100,0),(10,1,19,3,5,33,33,1),(11,1,20,1,5,100,100,0),(12,1,20,5,5,20,20,1),(13,1,25,1,5,100,100,0),(14,1,25,3,5,33,33,1),(15,1,26,3,9,60,60,0),(16,1,26,6,9,30,30,1),(17,1,27,1,3,60,0,0),(18,1,27,9,26,58,58,1),(19,1,27,6,16,53,53,2),(20,1,27,7,12,34,34,3),(21,1,28,1,2,40,40,0),(22,1,28,2,2,20,20,1),(23,1,29,2,0,0,0,1),(24,1,30,1,0,0,0,1),(25,1,31,2,0,0,0,1),(26,1,32,1,5,100,100,0),(27,1,32,4,5,25,25,1),(28,1,33,3,0,0,0,1),(29,1,34,2,0,0,0,1),(30,1,35,1,5,100,100,0),(31,1,35,5,5,20,20,1),(32,1,36,2,0,0,0,1),(33,1,37,3,0,0,0,1),(34,1,38,1,0,0,0,1),(35,1,39,2,0,0,0,1),(36,1,41,3,0,0,0,1),(37,1,42,2,0,0,0,1),(38,1,44,2,9,90,90,0),(39,1,44,4,9,45,45,1),(40,1,49,2,0,0,0,1),(41,2,16,2,4,40,40,0),(42,2,16,3,4,27,27,1),(43,2,17,1,0,0,0,1),(44,2,18,1,3,60,60,0),(45,2,18,3,0,0,0,1),(46,2,18,1,3,60,60,2),(47,2,19,1,4,80,80,0),(48,2,19,3,4,27,27,1),(49,2,20,1,4,80,80,0),(50,2,20,5,4,16,16,1),(51,2,25,1,4,80,80,0),(52,2,25,3,4,27,27,1),(53,2,26,3,9,60,60,0),(54,2,26,6,9,30,30,1),(55,2,27,1,5,100,0,0),(56,2,27,9,26,58,53,1),(57,2,27,6,17,57,57,2),(58,2,27,7,13,37,37,3),(59,2,28,1,4,80,80,0),(60,2,28,2,4,40,40,1),(61,2,29,2,0,0,0,1),(62,2,30,1,0,0,0,1),(63,2,31,2,0,0,0,1),(64,2,32,1,5,100,100,0),(65,2,32,4,5,25,25,1),(66,2,33,3,0,0,0,1),(67,2,34,2,0,0,0,1),(68,2,35,1,5,100,100,0),(69,2,35,5,5,20,20,1),(70,2,36,2,0,0,0,1),(71,2,37,3,0,0,0,1),(72,2,38,1,0,0,0,1),(73,2,39,2,0,0,0,1),(74,2,41,3,0,0,0,1),(75,2,42,2,0,0,0,1),(76,2,44,2,6,60,60,0),(77,2,44,4,6,30,30,1),(78,2,49,2,0,0,0,1),(79,2,51,1,5,100,0,0),(80,2,51,2,0,0,0,1),(81,3,16,2,4,40,40,0),(82,3,16,3,4,27,27,1),(83,3,17,1,0,0,0,1),(84,3,18,1,3,60,60,0),(85,3,18,3,0,0,0,1),(86,3,18,1,3,60,60,2),(87,3,19,1,4,80,80,0),(88,3,19,3,4,27,27,1),(89,3,20,1,4,80,80,0),(90,3,20,5,4,16,16,1),(91,3,25,1,3,60,60,0),(92,3,25,3,3,20,20,1),(93,3,26,3,7,47,47,0),(94,3,26,6,7,23,23,1),(95,3,27,1,3,60,0,0),(96,3,27,9,23,51,50,1),(97,3,27,6,16,53,53,2),(98,3,27,7,11,31,31,3),(99,3,28,1,3,60,60,0),(100,3,28,2,3,30,30,1),(101,3,29,2,0,0,0,1),(102,3,30,1,0,0,0,1),(103,3,31,2,0,0,0,1),(104,3,32,1,5,100,100,0),(105,3,32,4,5,25,25,1),(106,3,33,3,0,0,0,1),(107,3,34,2,0,0,0,1),(108,3,35,1,3,60,60,0),(109,3,35,5,3,12,12,1),(110,3,36,2,0,0,0,1),(111,3,37,3,0,0,0,1),(112,3,38,1,0,0,0,1),(113,3,39,2,0,0,0,1),(114,3,41,3,0,0,0,1),(115,3,42,2,0,0,0,1),(116,3,44,2,6,60,60,0),(117,3,44,4,6,30,30,1),(118,3,49,2,0,0,0,1),(119,3,51,1,5,100,0,0),(120,3,51,2,0,0,0,1),(121,1,48,1,0,0,0,1),(122,2,48,1,0,0,0,1),(123,3,48,1,0,0,0,1),(124,1,47,1,0,0,0,1),(125,2,47,1,0,0,0,1),(126,3,47,1,0,0,0,1),(127,1,46,1,0,0,0,1),(128,2,46,1,0,0,0,1),(129,3,46,1,0,0,0,1),(130,1,53,1,0,0,0,1),(131,2,53,1,0,0,0,1),(132,3,53,1,0,0,0,1),(133,1,119,2,0,0,0,1),(134,2,119,2,0,0,0,1),(135,3,119,2,0,0,0,1),(136,1,120,1,0,0,0,1),(137,2,120,1,0,0,0,1),(138,3,120,1,0,0,0,1),(139,1,126,1,2,40,40,0),(140,1,126,2,2,20,20,1),(141,2,126,1,3,60,60,0),(142,2,126,2,3,30,30,1),(143,3,126,1,1,20,20,0),(144,3,126,2,1,10,10,1),(145,1,83,2,5,50,50,0),(146,1,83,3,5,33,33,1),(147,2,83,2,5,50,50,0),(148,2,83,3,5,33,33,1),(149,3,83,2,6,60,60,0),(150,3,83,3,6,40,40,1),(151,1,112,1,4,80,80,0),(152,1,112,2,4,40,40,1),(153,2,112,1,5,100,100,0),(154,2,112,2,5,50,50,1),(155,3,112,1,3,60,60,0),(156,3,112,2,3,30,30,1),(157,1,98,2,0,0,0,1),(158,2,98,2,0,0,0,1),(159,3,98,2,0,0,0,1),(160,1,103,2,5,50,50,0),(161,1,103,3,5,33,33,1),(162,2,103,2,5,50,50,0),(163,2,103,3,5,33,33,1),(164,3,103,2,6,60,60,0),(165,3,103,3,6,40,40,1),(166,1,111,1,0,0,0,1),(167,2,111,1,0,0,0,1),(168,3,111,1,0,0,0,1),(169,1,54,1,0,0,0,1),(170,2,54,1,0,0,0,1),(171,3,54,1,0,0,0,1),(172,1,135,2,2,20,0,0),(173,1,135,5,10,40,53,1),(174,2,135,2,2,20,0,0),(175,2,135,5,8,32,40,1),(176,3,135,2,2,20,0,0),(177,3,135,5,8,32,40,1),(178,1,52,2,6,60,0,0),(179,1,52,2,6,60,0,1),(180,3,52,2,5,50,0,0),(181,3,52,2,5,50,0,1),(182,2,52,2,7,70,0,0),(183,2,52,2,7,70,0,1),(184,1,132,2,9,90,90,0),(185,1,132,1,4,80,80,1),(186,1,132,1,5,100,100,2),(187,3,132,2,6,60,60,0),(188,3,132,1,3,60,60,1),(189,3,132,1,3,60,60,2),(190,2,132,2,8,80,80,0),(191,2,132,1,4,80,80,1),(192,2,132,1,4,80,80,2),(193,1,45,1,3,60,60,0),(194,1,45,1,3,60,60,1),(195,3,45,1,4,80,80,0),(196,3,45,1,4,80,80,1),(197,2,45,1,3,60,60,0),(198,2,45,1,3,60,60,1),(199,3,135,3,1,7,7,2),(200,3,135,2,1,10,10,3),(201,2,135,3,1,7,7,2),(202,2,135,2,1,10,10,3),(203,1,135,3,3,20,20,2),(204,1,135,2,3,30,30,3),(205,3,51,5,10,40,25,2),(206,3,51,1,0,0,0,3),(207,2,51,5,10,40,25,2),(208,2,51,1,0,0,0,3),(209,1,51,6,6,20,16,2),(210,1,51,1,0,0,0,3),(211,2,52,1,5,100,100,2),(212,2,52,1,5,100,100,3),(213,1,52,1,5,100,100,2),(214,1,52,1,5,100,100,3),(215,3,52,1,5,100,100,2),(216,3,52,1,5,100,100,3);
/*!40000 ALTER TABLE `rating_option_vote_aggregated` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rating_store`
--
DROP TABLE IF EXISTS `rating_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rating_store` (
`rating_id` smallint(6) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`rating_id`,`store_id`),
KEY `FK_RATING_STORE_STORE` (`store_id`),
CONSTRAINT `FK_RATING_STORE_RATING` FOREIGN KEY (`rating_id`) REFERENCES `rating` (`rating_id`) ON DELETE CASCADE,
CONSTRAINT `FK_RATING_STORE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rating_store`
--
LOCK TABLES `rating_store` WRITE;
/*!40000 ALTER TABLE `rating_store` DISABLE KEYS */;
INSERT INTO `rating_store` VALUES (1,0),(2,0),(3,0),(1,1),(2,1),(3,1),(1,2),(2,2),(3,2),(1,3),(2,3),(3,3);
/*!40000 ALTER TABLE `rating_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rating_title`
--
DROP TABLE IF EXISTS `rating_title`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rating_title` (
`rating_id` smallint(6) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`value` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`rating_id`,`store_id`),
KEY `FK_RATING_TITLE_STORE` (`store_id`),
CONSTRAINT `FK_RATING_TITLE` FOREIGN KEY (`rating_id`) REFERENCES `rating` (`rating_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_RATING_TITLE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rating_title`
--
LOCK TABLES `rating_title` WRITE;
/*!40000 ALTER TABLE `rating_title` DISABLE KEYS */;
/*!40000 ALTER TABLE `rating_title` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `report_compared_product_index`
--
DROP TABLE IF EXISTS `report_compared_product_index`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `report_compared_product_index` (
`index_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`visitor_id` int(10) unsigned DEFAULT NULL,
`customer_id` int(10) unsigned DEFAULT NULL,
`product_id` int(10) unsigned NOT NULL,
`store_id` smallint(5) unsigned DEFAULT NULL,
`added_at` datetime NOT NULL,
PRIMARY KEY (`index_id`),
UNIQUE KEY `UNQ_BY_VISITOR` (`visitor_id`,`product_id`),
UNIQUE KEY `UNQ_BY_CUSTOMER` (`customer_id`,`product_id`),
KEY `IDX_STORE` (`store_id`),
KEY `IDX_SORT_ADDED_AT` (`added_at`),
KEY `product_id` (`product_id`),
CONSTRAINT `FK_REPORT_COMPARED_PRODUCT_INDEX_CUSTOMER` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_REPORT_COMPARED_PRODUCT_INDEX_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_REPORT_COMPARED_PRODUCT_INDEX_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `report_compared_product_index`
--
LOCK TABLES `report_compared_product_index` WRITE;
/*!40000 ALTER TABLE `report_compared_product_index` DISABLE KEYS */;
/*!40000 ALTER TABLE `report_compared_product_index` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `report_event`
--
DROP TABLE IF EXISTS `report_event`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `report_event` (
`event_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`logged_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`event_type_id` smallint(6) unsigned NOT NULL DEFAULT '0',
`object_id` int(10) unsigned NOT NULL DEFAULT '0',
`subject_id` int(10) unsigned NOT NULL DEFAULT '0',
`subtype` tinyint(3) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`event_id`),
KEY `IDX_EVENT_TYPE` (`event_type_id`),
KEY `IDX_SUBJECT` (`subject_id`),
KEY `IDX_OBJECT` (`object_id`),
KEY `IDX_SUBTYPE` (`subtype`),
KEY `FK_REPORT_EVENT_STORE` (`store_id`),
CONSTRAINT `FK_REPORT_EVENT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_REPORT_EVENT_TYPE` FOREIGN KEY (`event_type_id`) REFERENCES `report_event_types` (`event_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `report_event`
--
LOCK TABLES `report_event` WRITE;
/*!40000 ALTER TABLE `report_event` DISABLE KEYS */;
INSERT INTO `report_event` VALUES (1,'2010-04-27 17:48:28',1,16,3,1,1),(2,'2010-04-27 17:48:58',1,16,3,1,1),(3,'2010-04-29 10:03:21',1,18,11,1,1),(4,'2010-04-29 10:05:55',1,18,11,1,1),(5,'2010-04-29 10:59:00',1,18,11,1,1),(6,'2010-04-29 10:59:23',1,18,11,1,1),(7,'2010-04-29 11:13:16',1,182,11,1,1),(8,'2010-04-29 11:13:17',1,181,11,1,1),(9,'2010-04-29 11:13:46',1,190,11,1,1),(10,'2010-04-29 11:14:21',1,135,11,1,1),(11,'2010-04-29 17:16:34',1,187,12,1,1),(12,'2010-04-30 11:28:26',1,54,16,1,1),(13,'2010-04-30 11:29:04',1,108,16,1,1),(14,'2010-04-30 11:29:06',1,103,16,1,1),(15,'2010-04-30 11:31:46',1,103,16,1,1),(16,'2010-04-30 11:33:33',1,103,16,1,1),(17,'2010-04-30 11:35:05',1,103,16,1,1),(18,'2010-04-30 11:35:27',1,18,16,1,1),(19,'2010-04-30 11:36:47',1,18,16,1,1),(20,'2010-04-30 12:07:57',1,183,16,1,1),(21,'2010-04-30 14:55:22',1,179,18,1,1),(22,'2010-04-30 14:55:52',1,167,18,1,1),(23,'2010-05-01 22:11:07',1,27,20,1,1);
/*!40000 ALTER TABLE `report_event` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `report_event_types`
--
DROP TABLE IF EXISTS `report_event_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `report_event_types` (
`event_type_id` smallint(6) unsigned NOT NULL AUTO_INCREMENT,
`event_name` varchar(64) NOT NULL,
`customer_login` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`event_type_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `report_event_types`
--
LOCK TABLES `report_event_types` WRITE;
/*!40000 ALTER TABLE `report_event_types` DISABLE KEYS */;
INSERT INTO `report_event_types` VALUES (1,'catalog_product_view',1),(2,'sendfriend_product',1),(3,'catalog_product_compare_add_product',1),(4,'checkout_cart_add_product',1),(5,'wishlist_add_product',1),(6,'wishlist_share',1);
/*!40000 ALTER TABLE `report_event_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `report_viewed_product_index`
--
DROP TABLE IF EXISTS `report_viewed_product_index`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `report_viewed_product_index` (
`index_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`visitor_id` int(10) unsigned DEFAULT NULL,
`customer_id` int(10) unsigned DEFAULT NULL,
`product_id` int(10) unsigned NOT NULL,
`store_id` smallint(5) unsigned DEFAULT NULL,
`added_at` datetime NOT NULL,
PRIMARY KEY (`index_id`),
UNIQUE KEY `UNQ_BY_VISITOR` (`visitor_id`,`product_id`),
UNIQUE KEY `UNQ_BY_CUSTOMER` (`customer_id`,`product_id`),
KEY `IDX_STORE` (`store_id`),
KEY `IDX_SORT_ADDED_AT` (`added_at`),
KEY `product_id` (`product_id`),
CONSTRAINT `FK_REPORT_VIEWED_PRODUCT_INDEX_CUSTOMER` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_REPORT_VIEWED_PRODUCT_INDEX_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_REPORT_VIEWED_PRODUCT_INDEX_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `report_viewed_product_index`
--
LOCK TABLES `report_viewed_product_index` WRITE;
/*!40000 ALTER TABLE `report_viewed_product_index` DISABLE KEYS */;
INSERT INTO `report_viewed_product_index` VALUES (1,3,NULL,16,1,'2010-04-27 17:48:58'),(3,11,NULL,18,1,'2010-04-29 10:59:23'),(7,11,NULL,182,1,'2010-04-29 11:13:16'),(8,11,NULL,181,1,'2010-04-29 11:13:17'),(9,11,NULL,190,1,'2010-04-29 11:13:46'),(10,11,NULL,135,1,'2010-04-29 11:14:21'),(11,12,NULL,187,1,'2010-04-29 17:16:34'),(12,16,NULL,54,1,'2010-04-30 11:28:26'),(13,16,NULL,108,1,'2010-04-30 11:29:04'),(14,16,NULL,103,1,'2010-04-30 11:35:05'),(18,16,NULL,18,1,'2010-04-30 11:36:47'),(20,16,NULL,183,1,'2010-04-30 12:07:52'),(21,18,NULL,179,1,'2010-04-30 14:55:22'),(22,18,NULL,167,1,'2010-04-30 14:55:52'),(23,20,NULL,27,1,'2010-05-01 22:11:07');
/*!40000 ALTER TABLE `report_viewed_product_index` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `review`
--
DROP TABLE IF EXISTS `review`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `review` (
`review_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`entity_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_pk_value` int(10) unsigned NOT NULL DEFAULT '0',
`status_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`review_id`),
KEY `FK_REVIEW_ENTITY` (`entity_id`),
KEY `FK_REVIEW_STATUS` (`status_id`),
KEY `FK_REVIEW_PARENT_PRODUCT` (`entity_pk_value`),
CONSTRAINT `FK_REVIEW_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `review_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_REVIEW_STATUS` FOREIGN KEY (`status_id`) REFERENCES `review_status` (`status_id`)
) ENGINE=InnoDB AUTO_INCREMENT=120 DEFAULT CHARSET=utf8 COMMENT='Review base information';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `review`
--
LOCK TABLES `review` WRITE;
/*!40000 ALTER TABLE `review` DISABLE KEYS */;
INSERT INTO `review` VALUES (1,'2007-08-25 11:39:12',1,35,1),(2,'2007-08-25 13:23:30',1,19,1),(3,'2007-08-25 15:33:22',1,36,1),(4,'2007-08-25 15:37:26',1,35,1),(5,'2007-08-25 15:43:42',1,20,1),(6,'2007-08-25 16:03:12',1,30,1),(7,'2007-08-26 15:29:23',1,18,1),(8,'2007-08-26 15:30:08',1,18,1),(9,'2007-08-26 15:30:33',1,18,1),(10,'2007-08-26 15:36:40',1,19,1),(11,'2007-08-26 15:49:19',1,17,1),(12,'2007-08-26 15:58:11',1,20,1),(13,'2007-08-26 15:58:40',1,20,1),(14,'2007-08-26 15:59:16',1,20,1),(15,'2007-08-26 16:02:56',1,16,1),(16,'2007-08-26 16:27:30',1,25,1),(17,'2007-08-26 16:37:51',1,26,1),(18,'2007-08-26 16:38:25',1,26,1),(19,'2007-08-26 16:41:21',1,27,1),(20,'2007-08-26 16:41:48',1,27,1),(21,'2007-08-26 16:44:43',1,28,1),(22,'2007-08-26 18:28:49',1,35,1),(23,'2007-08-27 16:50:11',1,36,1),(24,'2007-08-27 16:52:24',1,37,1),(25,'2007-08-27 16:55:51',1,37,1),(26,'2007-08-27 16:56:54',1,37,1),(27,'2007-08-27 17:00:12',1,38,1),(28,'2007-08-27 17:03:59',1,29,1),(29,'2007-08-27 17:05:03',1,29,1),(30,'2007-08-27 17:07:39',1,31,1),(31,'2007-08-27 17:08:21',1,31,1),(32,'2007-08-27 17:10:56',1,32,1),(33,'2007-08-27 17:12:27',1,33,1),(34,'2007-08-27 17:12:47',1,33,1),(35,'2007-08-27 17:13:22',1,33,1),(36,'2007-08-27 17:15:54',1,34,1),(37,'2007-08-27 17:16:21',1,34,1),(38,'2007-08-27 17:17:44',1,39,1),(39,'2007-08-27 17:31:53',1,41,1),(40,'2007-08-27 17:32:45',1,41,1),(41,'2007-08-27 17:35:48',1,42,1),(42,'2007-08-27 17:37:02',1,42,1),(43,'2007-08-28 13:09:40',1,44,1),(44,'2007-08-28 13:10:25',1,44,1),(45,'2007-08-28 15:15:01',1,49,1),(46,'2007-08-28 18:08:11',1,49,1),(47,'2007-08-28 18:37:23',1,51,1),(48,'2007-08-28 19:36:56',1,25,1),(49,'2007-08-28 19:58:35',1,48,1),(50,'2007-08-28 19:59:57',1,47,1),(51,'2007-08-28 20:01:42',1,46,1),(52,'2007-08-28 20:04:06',1,53,1),(53,'2007-08-29 16:07:46',1,119,1),(54,'2007-08-29 16:10:20',1,120,1),(55,'2007-08-29 16:14:17',1,126,1),(56,'2007-08-29 16:17:33',1,83,1),(57,'2007-08-29 16:22:24',1,112,1),(58,'2007-08-29 16:24:28',1,98,1),(59,'2007-08-29 16:27:44',1,103,1),(60,'2007-08-29 16:32:17',1,111,1),(61,'2007-08-31 06:09:21',1,27,1),(62,'2007-08-31 08:40:10',1,26,1),(63,'2007-08-31 08:59:09',1,32,1),(64,'2007-08-31 09:14:35',1,98,1),(65,'2007-08-31 09:36:10',1,27,1),(66,'2007-08-31 09:57:17',1,27,1),(67,'2007-08-31 09:58:56',1,32,1),(68,'2007-08-31 10:11:07',1,41,1),(69,'2007-08-31 10:37:13',1,39,1),(70,'2007-08-31 10:38:15',1,54,1),(71,'2007-08-31 10:41:44',1,51,1),(72,'2007-08-31 13:41:41',1,35,1),(73,'2007-08-31 22:26:36',1,135,1),(74,'2007-09-01 02:01:23',1,119,1),(75,'2007-09-01 09:24:58',1,135,1),(76,'2007-09-01 12:22:54',1,27,1),(77,'2008-03-18 20:10:18',1,27,1),(78,'2008-03-19 17:57:53',1,135,1),(79,'2008-03-21 14:03:56',1,32,1),(80,'2008-03-22 17:50:12',1,112,1),(81,'2008-03-23 12:01:37',1,103,1),(82,'2008-03-26 09:02:31',1,35,1),(83,'2008-03-27 14:35:22',1,135,1),(84,'2008-03-27 20:19:45',1,27,1),(85,'2008-03-28 00:03:06',1,135,1),(86,'2008-03-30 03:28:03',1,27,1),(87,'2008-03-30 15:44:06',1,27,1),(88,'2008-03-31 10:53:41',1,44,1),(89,'2008-03-31 13:14:39',1,28,1),(90,'2008-04-01 17:25:22',1,16,1),(91,'2008-04-02 05:48:33',1,20,1),(92,'2008-04-03 03:17:13',1,126,1),(93,'2008-04-03 20:19:19',1,103,1),(94,'2008-04-04 03:58:14',1,19,1),(95,'2008-04-04 17:20:44',1,27,1),(96,'2008-04-07 20:41:16',1,52,1),(97,'2008-04-10 20:44:14',1,32,1),(98,'2008-04-12 00:00:29',1,83,1),(99,'2008-04-13 11:07:39',1,25,1),(100,'2008-04-14 13:31:49',1,51,1),(101,'2008-04-14 17:20:43',1,44,1),(102,'2008-04-14 22:19:03',1,132,1),(103,'2008-04-14 23:35:03',1,16,1),(104,'2008-04-15 10:12:40',1,18,1),(105,'2008-04-15 20:42:49',1,51,1),(106,'2008-04-17 02:24:45',1,27,1),(107,'2008-04-17 12:56:09',1,132,1),(108,'2008-04-17 17:14:48',1,26,1),(109,'2008-04-17 17:27:16',1,18,1),(110,'2008-04-17 18:56:01',1,26,1),(111,'2008-04-18 00:40:58',1,45,1),(112,'2008-04-18 11:12:13',1,83,1),(113,'2008-04-18 17:26:56',1,26,1),(114,'2009-05-05 09:11:26',1,135,2),(115,'2009-05-05 09:11:27',1,135,2),(116,'2009-05-05 23:21:02',1,51,2),(117,'2009-05-07 15:11:04',1,52,2),(118,'2009-05-07 15:12:03',1,52,2),(119,'2009-05-07 15:40:37',1,27,2);
/*!40000 ALTER TABLE `review` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `review_detail`
--
DROP TABLE IF EXISTS `review_detail`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `review_detail` (
`detail_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`review_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned DEFAULT '0',
`title` varchar(255) NOT NULL DEFAULT '',
`detail` text NOT NULL,
`nickname` varchar(128) NOT NULL DEFAULT '',
`customer_id` int(10) unsigned DEFAULT NULL,
PRIMARY KEY (`detail_id`),
KEY `FK_REVIEW_DETAIL_REVIEW` (`review_id`),
KEY `FK_REVIEW_DETAIL_STORE` (`store_id`),
KEY `FK_REVIEW_DETAIL_CUSTOMER` (`customer_id`),
CONSTRAINT `FK_REVIEW_DETAIL_CUSTOMER` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_REVIEW_DETAIL_REVIEW` FOREIGN KEY (`review_id`) REFERENCES `review` (`review_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_REVIEW_DETAIL_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=120 DEFAULT CHARSET=utf8 COMMENT='Review detail information';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `review_detail`
--
LOCK TABLES `review_detail` WRITE;
/*!40000 ALTER TABLE `review_detail` DISABLE KEYS */;
INSERT INTO `review_detail` VALUES (1,1,1,'I love this shirt!','This shirts if really great. Especially with the spinal diagram, finally I can see myself for who I really am! ','Sandra Doe',NULL),(2,2,1,'I feel strange holding a television to my head','I feel strange holding a television to my head. This product should come with free suspenders','Starbuck',NULL),(3,3,1,'Cute, but see through','Cute design, but material is too thin.','Natashenka',NULL),(4,4,1,'chics dig ribs','Ever since buying this shirt chics cant take their hands off me. I don\'t know what it is it must be sprayed with axe - the seductive body spray for men. I\'m the last one to believe commercials but I tell you you won\'t regret buying this shirt. I ordered it n every color.','udini',NULL),(5,5,1,'Not an i-phone','cest ci nest pas une i-phone.','Udini',NULL),(6,6,1,'It\'s a pitty they don\'t have large sizes','You wont believe it, my show size is 13 so it\'s impossible for me to get a new pa','Seba\'s',NULL),(7,7,1,'Great all around phone','Hello all. Just received my phone a few days ago, was super fast shipping using the 2 day shipping option (which by the way is free!! So make sure you select that, as the discount is only shown when you are about to place the final purchase). Luckily I ordered my phone right before the phone was about in low stock.\r\nPHONE: So can\'t really complain about much of anything. Phone has really intuitive interface, very easy to navigate as the arrow keys all function as shortcuts (to calls, file folders, aim, etc..). The walkman button is very convenient as it leads right to the music player. ','John Johnson',NULL),(8,8,1,'Awesome Phone','The phone is awesome. Fully Loaded & sounds really great, camera is also good.2MP.\r\nExcellent!!! ','Panda',NULL),(9,9,1,' Ultimate Cell Phone','Wow....What a great cell phone. I really like.....no no.....LOVE this Phone. The Functions and usability of this one are too cool. The MP3 Player palys nice with good user interface. The 2.0 MP Camera is very good, I have stopped taking my Digi Cam to my trips. I never have anytype of problem during the phone call. So considering the +ve points, I truly recommend it to any one.','Ananda',NULL),(10,10,1,'Worth the upgrade!!!','I\'ve had this phone now for 2 weeks and it has met all of my expectations and exceeded them even. I upgraded from the 8125 and just about everything is a huge improvement!\r\nThe 3G(UMTS) is very impressive with it\'s speed. I even use this phone as a modem on my home pc and it\'s nearly identical in speed as DSL when surfing the net or downloading file/music etc.\r\nCamera is very impressive with clear resolutions for a camera phone with the 2MP.\r\nI also use a bluetooth headset 2.0 with this and mine works wonderfully with sony erriccson; it\'s quite intuitive and picks up the signal instantly. The \'blackberry\' scroll wheel is a huge plus on this phone and I find myself using this feature more than any other buttons. ','Armstrong',NULL),(11,11,1,'Sweet!','What I love:\r\n============\r\n- Form factor: It is beautiful, it is cute and catchy! It turns heads. Enough said.\r\n- Size: Size is one of the strongest points considering all it does. It neatly slips into a shirt pocket or sits well on the belt.\r\n- Keys: Could be a bit small but I could use it pretty easily though my fingers are bordering on \'butterfingers\'.\r\n- Trackball: Awesome! Just don\'t press it too hard while using it. Just \'roll-it\'!. It is great while you have to move around the screen from control to control\r\n- Voice-dialing: Has worked for me very well the 10 or so times I have tried in my van on the road and off. You have to first choose the voice dialing option from the list of icons on the main menu. I read you can ','Ashwini',NULL),(12,12,1,'Fouch','I wouldn\'t normally write a review, but everyone is giving this phone a bad rap.. I think people that buy into those reviews are getting cheated out of an excellent phone. I\'ve know several people with Razors that ALL like this much much better. The battery life is absolutely fine, and my phone is on vibrate all day. Maybe other reviewers are on the phone constantly on full blast playing mp3s and shooting video.. I don\'t get it. I\'ve had this phone the better part of a year and never ran out of charge during the day. I plug it in at night. I work as an architect and am on the phone all day long and beat the living hell out of it.. which is another huge plus about this phone. It has a *sturdy* metal housing.. not thin toy crap a la razors or plastic like most phones. I don\'t do a lot of bluetooth, computer syncing, etc, just use the phone in a fairly conventional way, with regular camera use, and for that it is *easily* far and away the best phone I\'ve ever owned.','solid phone',NULL),(13,13,1,' A crippled cell phone','1, you can not synchronize the phonebook with your PC in a convenient way. I had to code a program to generate single vcard files and send them over bluetooth ONE BY ONE. There seems to be no way to do it without bluetooth.\r\n\r\n2, you can not apply mp3 files as ringtones. However you can download mp3/aac ringtones from sprint (for a fee). Oh the original ringtones that came with the phone? They are just awful.\r\n\r\n','bessel',NULL),(14,14,1,'MJS','Yeah it looks cool, but it\'s got terrible sound quality, even with an ear-piece. Additionally, they\'ve crammed a lot of stuff into the menus that would probably be desirable to some people, but if you don\'t want it, it\'s just more junk to have to navigate through.','Looks can be deceiving',NULL),(15,15,1,'Great phone - unless you are outside or in the car','I only needed a basic phone - no MP3, camera, or FM radio. This phone delivered with great reception, good sound quality, great battery life, and a very small size. Inside a building it works great. Why the low score? The tinted plastic over the display makes it impossible to see the display outdoors and in the car. If the sun is out, forget it! I even managed to figure out how to remove all of the wallpaper backgrounds and to maximize the contrast. Still, don\'t plan to use this outdoors. Nokia should recall this product to replace the tinted cover. Update: Yesterday this phone took was accidently dropped onto a very hard ceramic tile floor and it still works perfectly! A similar drop ended the life of my digital camera a few months ago. So, if I were to rate this cell phone now I would give it 3 stars, maybe even 4 stars. I like reliable, sturdy stuff and this cell seems to be unusually well made.','Sheridan',NULL),(16,16,1,' The Fastest Mac Notebook Ever','It\'s the most stunning idea, isn\'t it? This top of the line MacBook Pro is the fastest Mac Notebook ever, and probably one of the fastest Macs period.\r\n\r\nWhen Steve Jobs announced the new Macs, with Intel Core Duo processors I was almost certain I wanted to buy one. Why? Macs are well known for ease of use and capabilities, but they have managed all that for years, with processors that are not always top-notch. That all changed in January 2006.\r\n\r\n','Stephen',NULL),(17,17,1,'It\'s worked phenominally for me so far...','Fortunately, the computer worked and worked well from the start for me. The performance is phenomenal, the craftsmanship and style are only slightly short of amazing. (sturdy and stylish, but heavy and heats up quickly.) I hope I never have to deal with customer service but the product performs. The worse thing is that if you have it set to use full power all of the time you get maybe an hour and a half of battery time. Still like my PowerBook better though.','Next',NULL),(18,18,1,' Not happy at all','I purchased the Red Ferrari Laptop and had nothing but problems form the start. I was supposed to get a free matching mouse, when I received the mouse it looked two years old. When I got laptop working the wrist rest pad right next to the mouse pad was heating up to an uncomfortable level. When I notified PCmode, the supplier of the laptop, they agreed to replace it with another laptop. When I asked if it had the same problems, they told me it headed up as all laptops heat up. The agreed to replace the laptop with another laptop but with a 50% lesser value than the one I purchased.\r\n\r\nI will never buy from these people again... ','Cappello',NULL),(19,19,1,'Vision of Vaio...','If you\'re buying this laptop, it\'s undoubtedly partially for the design, style and lightweight features of the TX series. You can get cheaper, better performing options at about the same weight, but it won\'t have the \"wow\" factor of this TXN27N. That being said let\'s get right into the pros and cons.\r\n\r\nAs a side note, if you\'re wondering about differences between the 25,27, 29 TX models, it\'s pretty straightforward. The 25 has 1GB RAM and 80GB hard drive, the 27 has 2GB RAM, 100 GB hard drive, the 29 is the same as the 27 except it comes with a carrying case and the exterior has a sleek special shiny coating. IMO, the 27N is the best value among the 3 when you look at the price points.\r\n\r\n','Chen',NULL),(20,20,1,'Sleek compact design for business travelers on the go.','I waited to get this notebook loaded with Vista. I have mixed feelings. The notebook hardware design is quite sleek and handsome. I am not so impressed with Vista running on this machine though. It just feels that Vista is a resource hog and is constantly running the CPU at 100% which causes the fan to run endlessly. I think the issue is that Sony used the same hardware specs as the previous TX series just to get a Vista version out quickly, but it really is not equipped to handle the new Vista OS as well. So I was disappointed when I upgraded to this notebook thinking that it would run faster, but actually it runs slower than my previous Vaio running Win XP. Though there are some improvements with Vista over XP, Vista probably runs better on a Duo Intel chipset than the Solo that is used in this notebook. The poor notebook is contantly working overtime just to do very simple normal every day applications and it takes forever to start up or reboot. If you just base it on looks alone, then it gets a 4 start rating.','Steven',NULL),(21,21,1,'Solid and reliable','At first, I wasn\'t terribly impressed. I had been accustomed to working\r\nwith a Toshiba Protege M405 at home and when I purchased the Gateway for\r\nexclusive use at the office, my initial impression of the machine when\r\nI put it into action was noticeably lacking in enthusiasm or excitement.\r\n\r\nI\'ve since come to appreciate this notebook for something much more\r\nimpressive that I couldn\'t gauge out of the box, and that was its\r\namazing reliability and performance over time.\r\n\r\nThis machine is solid. It does not crash.\r\n\r\n','Mendez',NULL),(22,22,1,'Love it!!! get it!!!','You got to have one of these they come in green','yochan',NULL),(23,23,1,'Extremely Comfortable!!!','i love this T-shirt\r\nthe quality is nice\r\nand it\'s very soft without tag\r\n\r\ni bought the white one\r\nit can be see through just like other custom\'s review.\r\n\r\nalso i think their size small is a little bigger than other brand\r\nbut it\'s not a big deal though! ','Robin',NULL),(24,24,1,'excellent','The T-shirt is a very good one. its comfortable and easy to wash, doesn\'t even soften the cloth when washed daily. i love it and good stuff','A Review',NULL),(25,25,1,'Perfect Cotton Feel','My friend really liked the Tee shirt.he did\'nt think that I would be able to get it in his size but I was able to.I really made my friends day when I told him that I was able to find the tee shirt in the size he wanted.','Adam',NULL),(26,26,1,'Great, affordable product','These tee shirts are generously cut, hold their color, stand up to repeated washings and are very comfortable. In addition, they are comfortable, extremely affordable and maintain their shape. I highly recommend them.','Patrick',NULL),(27,27,1,' Well made, affordable. . .you can\'t go wrong!','I am very hard on my t-shirts, and therefore, I need the best quality t-shirt on the market. I\'ve tried them all (except Hanes). Durable, strong, and surprisingly flattering to those of us lugging around a spare tire, if you get my drift.','Mike',NULL),(28,28,1,'Inexpensive and very light weight clog','This clog was inexpensive compared to crocs, but I found it did not fit my foot very well. It is, however, very light weight and would otherwise be comfortable. It is also not very attractive. I would not wear this one anywhere but my own yard for gardening, etc.','Loren',NULL),(29,29,1,' Beach Clogs,','I received these today in the mail and am pleased with the way these feel on my feet,they are so comfortable and so easy to slide on.','Laurie',NULL),(30,30,1,'Love the look and was comfy for heels!','Would give them 5 stars if not for the toe cleavage issue. Loved them enough to keep them though. Very cute!','Shoe Lover',NULL),(31,31,1,'Good, Sexy Shoe','These shoes are beautiful, the bright ruby red color complimented by outfit nicely. It did take some breaking in but after which they were as comfortable as pumps can get.','Shoes!!!',NULL),(32,32,1,'Classic and Cute','This shoe is comfortable and the way the front of the shoe is cut makes it a little more interesting.....','Vanessa',NULL),(33,33,1,' lite golf shoe','nice shoe. A little tight in the width','Tippy',NULL),(34,34,1,'Comfortable, good-looking','This is a sharp-looking shoe that is very comfortable for walking and provides a good alternative to the traditional, boring \"golf shoe.\"\r\n','Kathryn',NULL),(35,35,1,'womens golf shoes','These shoes are my first pair of golf shoes.I have bad feet and wear orthotics so I really wanted a pair of shoes that would feel great on my feet. These are really nice and are a great price for this brand.','Moqilka',NULL),(36,36,1,' Great Purchase. Best value and very comfortable,','I purchased a pair and have been using it everyday from the past six months. The shoes are very comfortable and look very professional. Love them.','Arun',NULL),(37,37,1,'Top leather scuffed on first wear','The shoes look and wear great. However, the leather is pretty weak. I think I must have kicked a table leg or something on my frist outing in them. Now the tip of my left shoe has a quarter-size scuff on it. I will have to try to cover it up by oiling it. Obviously I don\'t think this pair will last long at all.','Lian',NULL),(38,38,1,' !!!!!!','this is exactly what i wanted from a sweatshirt.\r\n\r\nit has a tight figure with a full sized hood\r\nand its really warm and comfortable. ','Sanchez',NULL),(39,39,1,'Pretty Nice','This is great looking and functional dresser. I love it.','matt',NULL),(40,40,1,'Buy this now!!!','This is a beautiful dresser with a rustic feel','Juan',NULL),(41,41,1,' its a modern bed!','actually my bf and i we were looking for a king size bed..when i saw this bed it was beautiful and thats the color i like and also its a modern style....\r\n','Gertrude',NULL),(42,42,1,' Excellent!',' Excellent wood bed and drawer set. Excellent value, fast shipping and a quality product. Awesome! ','David',NULL),(43,43,1,' Another stunning winner from the bright minds at Canon','I spent three hours yesterday playing with the brand-new Canon Digital Rebel XT digital SLR camera, and man, was I impressed.\r\n\r\nI hadn\'t been too impressed with the original Digital Rebel, except for its revolutionarily low price (for a d-SLR), because it was slow and felt slimsy. The new DR XT is quite different. Even though it\'s 3 ounces lighter than the original DR -- mostly due to the use of a smaller battery; see below -- its smaller form factor actually makes it feel more solid and \"real\". In other word, unlike the original DR, this one feels professional, not toy-like at all.\r\n\r\n\r\n','Mira',NULL),(44,44,1,' The best thing I\'ve ever bought','The XT is amazing. The battery comes partly charged so you can immedietly start using the camera (thank you Canon!) I\'ve already shot about 200 pictures with it and the battery hasn\'t died yet.\r\n\r\n\r\n\r\n\r\n','Al',NULL),(45,45,1,'great, comfy flip flops!','Very comfortable flip flops! I wear a size 10-11 and the \"extra-large\" was too small. Most stores don\'t carry the 10 or 11 (beyond extra-large) but I was able to find them on Amazon. Don\'t give up if you need a bigger size than the extra-large!','Erika',NULL),(46,46,1,'These are the best sandals!','They were delivered really quickly and are just what I was expecting. The are great quality and so comfortable!','Jenna',NULL),(47,47,1,'I love this Ottoman','Best Ottoman ever!!!!','Terry Ferguson',NULL),(48,48,1,'I can\'t believe they still make PC\'s....','These Mac\'s are so much better than PC\'s it\'s unbelievable!!! Obviously designed for the user... less clicks to get to everything. amazing!!!','Terry Ferguson',NULL),(49,49,1,'great for everyday use','I purchased this camera a few months ago because I like to have a camera on hand always. My DSLR and 35 mm SLR cameras are too bulky for everyday. The price and MPs were right, as well as the small size which fits into the clean pockets of any of my purses- no need to worry about lens scratch. For those who don\'t carry a purse and are concerned about the lens, a very small case will do the trick. The images are clean although I\'ve only printed up to 8.5 X 11 so far.','Stull',NULL),(50,50,1,'Amazing camera value!','This is one of those nice cameras that\'s so well done, it\'s easier to talk about what the camera ISN\'T, rather than what it IS! This camera is not a small, shirt pocket camera, and might be a bit bigger than a woman would wish to carry in a purse. It\'s not a super-tele camera, but it does have a respectable, bit longer than average 4x optical zoom. ','Juan',NULL),(51,51,1,'Good Camera',' \r\n77 of 82 people found the following review helpful:\r\nGood Camera, October 11, 2006\r\nBy Steve (FL) - See all my reviews\r\nGot it yesterday. In green. Actually it\'s a shiney yellowish-green. Nice feel. Fits well in shirt pocket. Very light; particullarly compared to my Pentax Optio 550. Good, nice size LCD. Easy to use yet with nice availability of choices for customization. Well written manual (you can find online thru google) and onboard help menu. Photos come out fairly nice. Tried indoors in low light with several scene settings, outdoors, macro, and supermacro. Colors look true, fairly sharp without noticable artifact. Used in South Florida morning daylight outside without any trouble with LCD viewing (camera has no classic viewfinder). Have read reviews of washout in bright sun: have not tried that yet. Overall, I\'m happy with the camera thus far. ','Jenella',NULL),(52,52,1,'Great inexpensive Couch','I love this couch... extremely comfortable and easy to clean\r\n','Toish',NULL),(53,53,1,'Comfortable!!!','This is the most comfortable shirt I own... I will buy many of these shirts','Essentl',NULL),(54,54,1,'A little see thru','The shirt is a little transparent but is extremely comfortable.\r\nOne of my favorite shirts!','Linda',NULL),(55,55,1,'Makes me relive my rocker days!!!','The cat kind of looks like me... Great quality shirt at a good price...','Tetris',NULL),(56,56,1,'My Party Shoes','So comfortable i were them when I go out. Whether your dancing or working in the garden, these are the perfect shoe!','J Mo',NULL),(57,57,1,'Great shoes, but a little expensive!','These are great... very comfortable. But a little expensive','Best Golfer Ever',NULL),(58,58,1,'All around comfort','these are great - whether in the office or a stroll to the store... wear these everywhere','Bret',NULL),(59,59,1,'Sexy affordable shoes!','These a very sexy comfortable shoes... buy them and go out dancing!','Lady Jazz',NULL),(60,60,0,'I wear these as I walk down the Boardwalk','Sexy shoes that always draw attention to my legs... ','Fransisco',NULL),(61,61,1,'Light-weight small laptop','Sony VAIO TX serie is amazing light-weight laptop that I\'ve ever seen it. But TZ is lastest and lighter than TX series.','Tarzan',NULL),(62,62,1,'sounds great','what a great laptop!','Joe',NULL),(63,63,1,'These look great','I was the hottest drag model at the show','Johnny',NULL),(64,64,1,'Kenneth Cole Slip Ons are a good choice for Work','I dont like them personally\r\n','Zapateria',NULL),(65,65,2,'Solid Laptop','Expensive but solidly built laptop','Tommy',NULL),(66,66,1,'not bad','yeah it\'s alright I suppose','ryhrhrh',NULL),(67,67,1,'Top of the top','I\'ve been wearing these shoes since 1912 and believe me, they\'re hot !','Didier',NULL),(68,68,2,'nice deal','made my living room looks great again','lopsta.com',NULL),(69,69,1,'Nice','very coll design','dimsal',NULL),(70,70,1,'This ist great - Love the style','I`ve been looking for such a couch for months now I\'ve found it!','JBrunner',NULL),(71,71,1,'Looks Good','Looks good and nice. Highly recommended ;)','devx',NULL),(72,72,1,'Greattt','Very good product !','Moimeme',NULL),(73,73,1,'Good shoes','great look, solid design','Terry',NULL),(74,74,1,'Amazing','What a cool shirt, i wear it everyday','Me',NULL),(75,75,1,'very cool','I love these','ilja',NULL),(76,76,1,'Excellent quality','The Sony producs have alway had an excellent quality and value.','Dr. Gish',NULL),(77,77,1,'This notebook is great','This very high quality notebook great for office and business applications. ','tane',NULL),(78,78,1,'Mega shoes','I like it ...','Tester',NULL),(79,79,1,'Increased my profit margins by 15%','These shoes are great....I was in so much demand with my usal tricks...I could put my prices up by 15%... These shoes will definitely work wonders on your Supply and Demand curve on your local turf :)','Lady of the night',NULL),(80,80,1,'These shoes rock','I was walking down the street one day, and I looked down at these shoes and thought, \"these are so great.\"','Joe',NULL),(81,81,1,'Nice','I particulary liked the stylish color/design implementation of these Pumps.\r\n\r\nI look forward to use them on the next Weekend Party!','Diane',NULL),(82,82,1,'Love the shirt and print - but a bit too pricey','I\'m a heavy spender of t-shirts and love the quality and prints offered, but the combinded price handling, shipping and item price is very high compared to desigener t-shirts','Dynamo',NULL),(83,83,NULL,'The best!','Wow! Amazing shoes if I ever saw ones: great for those cold, dreary winter months, keep your feet warm and dry!','Jane Austin',NULL),(84,84,1,'Cool application','This looks very nice I\'ll have to check out the back end','Nick',NULL),(85,85,1,'Look good but wow are they expensive for what they are!','These sandalls look good, very photogenenic, but would anybody seriously pay this price for them?','Pete',NULL),(86,86,1,'A typical Sony product','Review goes here...','chucker',NULL),(87,87,2,'i love this product','i love this product','german',NULL),(88,88,1,'A little expensive for what you get','To be honest, the quality of the pictures it takes is excellent. But there are other cameras out there that do just a good a job for $100 less.','JohnnyBoy',NULL),(89,89,1,'Not Bad','perhaps i should have bought six instead of sixty six','Burt',NULL),(90,90,1,'Sucks ','Sucks','Sucks',NULL),(91,91,1,'great','great phone\r\nwith rich features','ashwani',NULL),(92,92,1,'It sucks','Its too small.','Dramatic Goefer',NULL),(93,93,1,'They match my poodle\'s collar!','Now Sweetums and I are a perfect match!','Toodles',NULL),(94,94,1,'I got \'em','I got suspenders with mine','Mr Green Jeans',NULL),(95,95,3,'test','that\'s a very good product','swisswine',NULL),(96,96,1,'Amazing','Holy-Moly.','Crazy Pants',NULL),(97,97,NULL,'her the summary','that\'s my best review ;-)','lagad',NULL),(98,98,1,'nice','this is nice','mikey',NULL),(99,99,1,'Apple has done it again!','The MacBook Pro is Apple\'s latest notebook and their first with Intel\'s new attempt at notebook dominance, the Core Duo. It represents the near peak of current notebook technology in terms of power, making only a few compromises for the sake of a slim profile and a better battery life. I am a college student who has been lusting over notebooks for the past two years, but with so many choices and every promising notebook seemingly always lacking in an essential area I was paralyzed by indecision (and a lack of funds). I will be attending Law School next fall and the time has finally come when owning a notebook is no longer an option. Luckily, notebook technology is better than ever, and I finally had some notebooks to choose from that represent nearly everything I have wanted since I first got the idea in my head that I needed one. I have simple needs: gaming capable graphics card, near desktop power, low weight, bright screen, decent battery life, and sweet looks (you know, the basics).\r\n\r\nOnce I saw the Core Duo I knew the day had arrived and that any laptop I bought was going to have it. I have to have a laptop before August so that took out waiting for the 64bit Core Duo sequel that is coming out sometime later this year or early next year (Merom).\r\n\r\nThe notebooks I considered getting were the W3J, the Acer 8204, and the new MacBook Pro from Apple, all top of the line machines which had the Radeon X1600 and the new Core Duo. The Apple wasn\'t really an option because the Law School I am attending requires a Windows machine. The Acer just had too many complaints of a poor screen and other problems, although I know people who are enjoying the machine just fine. I actually ordered the W3J last week but was dismayed to discover that my preorder wasn\'t made quite soon enough and I was going to have to wait even longer if I wanted that option. My preorder was cancelled about 4 days after the announcement of Boot Camp, which was not just a hack, but the promise of an (in the future) officially supported dual boot program. I\'m no fool, and I wasn\'t going to spit the notebook gods in the face. I had been given a sign, and 24 hours later I picked up my (educationally discounted at $2,299) brand new MacBook Pro. This is my first Apple ever, but with the safety net of Boot Camp, I figured the time to dive in was now.','Stephen Lee',NULL),(100,100,1,'Word ottoman ever','I know because I am king of the Ottoman Empire','Xerses',NULL),(101,101,1,'This is a great camera','This camera rocks, Solid. beautiful pictures ','bob',NULL),(102,102,1,'can\'t do without','i can\'t take photos without this tripod now that i have one. great product!! ','gibbo',NULL),(103,103,1,'Meh','Not great, not awful.','Nick Name',NULL),(104,104,2,'Ist in Ordnung','ganz nette Funktionen','Müller',NULL),(105,105,1,'great website','great website','smerphy',NULL),(106,106,1,'Good choice','I think this is the best laptop i\'ve ever tried','Ata',NULL),(107,107,2,'Pretty darn good','this is an amazing product with great features and superbly priced - i like it a lot!!','Danners',NULL),(108,108,1,'Fantasticly Expensive','Great product, bit rip off','Joe Gimp',NULL),(109,109,NULL,'Loved It','Awesome Phone!','Phonelover',NULL),(110,110,1,'Awful Product','I have had nothing but problems with this product. When I received the computer the box was broken. I didn\'t think anything of it but when powered on the computer had a loud whirling sound. A few hours later it refused to turn on. It appears the cheap internal fan broke. I got a new one 2 weeks later. This time the optical drive broke 3 weeks later. I was beginning to become frustrated. After calling customer service they refused to give me a full refund because it had been over 60 days since I first bought it. I hesitantly accepted a third replacement. This one works but the shift button broke already and power cord no longer fits into the computer snugly. I ended up selling it to my cousin and buying a Mac.','SupaStar',NULL),(111,111,1,'good','oh yeah, so so cheesy','gib',NULL),(112,112,1,'perfect and cool','nice shoes, i recommend to y\'all.\r\n\r\n','turgen',NULL),(113,113,1,'el mejor prodducto por el mejor precio','el mejor prodducto por el mejor precio','will',NULL),(114,114,1,'These Suck!','They cut my big toe clean off! I\'m suing!','No',NULL),(115,115,1,'These Suck!','They cut my big toe clean off! I\'m suing!','No',NULL),(116,116,2,'Well made and affordable price','This is must have! Finally found what I need in my toilet to put my legs on while sitting on the toilet and reading newspaper. It fits with my 3000$ mirror in next room too.','Stupid Boi',NULL),(117,117,1,'Nice Chair','I like this chair.','Shawn',NULL),(118,118,1,'Cool Chair','I like it a lot!','shawn',NULL),(119,119,1,'sdfds','fdsfdsf','fsdfds',NULL);
/*!40000 ALTER TABLE `review_detail` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `review_entity`
--
DROP TABLE IF EXISTS `review_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `review_entity` (
`entity_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`entity_code` varchar(32) NOT NULL DEFAULT '',
PRIMARY KEY (`entity_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Review entities';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `review_entity`
--
LOCK TABLES `review_entity` WRITE;
/*!40000 ALTER TABLE `review_entity` DISABLE KEYS */;
INSERT INTO `review_entity` VALUES (1,'product'),(2,'customer'),(3,'category');
/*!40000 ALTER TABLE `review_entity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `review_entity_summary`
--
DROP TABLE IF EXISTS `review_entity_summary`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `review_entity_summary` (
`primary_id` bigint(20) NOT NULL AUTO_INCREMENT,
`entity_pk_value` bigint(20) NOT NULL DEFAULT '0',
`entity_type` tinyint(4) NOT NULL DEFAULT '0',
`reviews_count` smallint(6) NOT NULL DEFAULT '0',
`rating_summary` tinyint(4) NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`primary_id`),
KEY `FK_REVIEW_ENTITY_SUMMARY_STORE` (`store_id`),
CONSTRAINT `FK_REVIEW_ENTITY_SUMMARY_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=151 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `review_entity_summary`
--
LOCK TABLES `review_entity_summary` WRITE;
/*!40000 ALTER TABLE `review_entity_summary` DISABLE KEYS */;
INSERT INTO `review_entity_summary` VALUES (1,35,1,5,87,0),(2,35,1,5,75,1),(3,35,1,0,0,2),(4,35,1,0,0,3),(5,19,1,3,87,0),(6,19,1,3,71,1),(7,19,1,0,0,2),(8,19,1,0,0,3),(9,36,1,2,67,1),(10,36,1,0,0,2),(11,36,1,0,0,3),(12,20,1,5,87,0),(13,20,1,5,71,1),(14,20,1,0,0,2),(15,20,1,0,0,3),(16,30,1,1,60,1),(17,30,1,0,0,2),(18,30,1,0,0,3),(19,18,1,5,53,0),(20,18,1,3,62,1),(21,18,1,1,53,2),(22,18,1,0,0,3),(23,17,1,1,73,1),(24,17,1,0,0,2),(25,17,1,0,0,3),(26,16,1,3,40,0),(27,16,1,3,51,1),(28,16,1,0,0,2),(29,16,1,0,0,3),(30,25,1,3,80,0),(31,25,1,3,87,1),(32,25,1,0,0,2),(33,25,1,0,0,3),(34,26,1,6,56,0),(35,26,1,6,64,1),(36,26,1,0,0,2),(37,26,1,0,0,3),(38,27,1,12,84,0),(39,27,1,8,78,1),(40,27,1,6,74,2),(41,27,1,7,75,3),(42,28,1,2,60,0),(43,28,1,2,70,1),(44,28,1,0,0,2),(45,28,1,0,0,3),(46,37,1,3,60,1),(47,37,1,0,0,2),(48,37,1,0,0,3),(49,38,1,1,67,1),(50,38,1,0,0,2),(51,38,1,0,0,3),(52,29,1,2,60,1),(53,29,1,0,0,2),(54,29,1,0,0,3),(55,31,1,2,67,1),(56,31,1,0,0,2),(57,31,1,0,0,3),(58,32,1,5,100,0),(59,32,1,4,85,1),(60,32,1,0,0,2),(61,32,1,0,0,3),(62,33,1,3,62,1),(63,33,1,0,0,2),(64,33,1,0,0,3),(65,34,1,2,63,1),(66,34,1,0,0,2),(67,34,1,0,0,3),(68,39,1,2,73,1),(69,39,1,0,0,2),(70,39,1,0,0,3),(71,41,1,3,64,1),(72,41,1,0,0,2),(73,41,1,0,0,3),(74,42,1,2,80,1),(75,42,1,0,0,2),(76,42,1,0,0,3),(77,44,1,4,70,0),(78,44,1,4,77,1),(79,44,1,0,0,2),(80,44,1,0,0,3),(81,49,1,2,80,1),(82,49,1,0,0,2),(83,49,1,0,0,3),(84,51,1,4,47,0),(85,51,1,2,89,1),(86,51,1,4,69,2),(87,51,1,1,100,3),(88,48,1,1,60,1),(89,48,1,0,0,2),(90,48,1,0,0,3),(91,47,1,1,93,1),(92,47,1,0,0,2),(93,47,1,0,0,3),(94,46,1,1,80,1),(95,46,1,0,0,2),(96,46,1,0,0,3),(97,53,1,1,73,1),(98,53,1,0,0,2),(99,53,1,0,0,3),(100,119,1,2,80,1),(101,119,1,0,0,2),(102,119,1,0,0,3),(103,120,1,1,80,1),(104,120,1,0,0,2),(105,120,1,0,0,3),(106,126,1,2,40,0),(107,126,1,2,70,1),(108,126,1,0,0,2),(109,126,1,0,0,3),(110,83,1,3,53,0),(111,83,1,3,62,1),(112,83,1,0,0,2),(113,83,1,0,0,3),(114,112,1,2,80,0),(115,112,1,2,73,1),(116,112,1,0,0,2),(117,112,1,0,0,3),(118,98,1,2,67,1),(119,98,1,0,0,2),(120,98,1,0,0,3),(121,103,1,3,53,0),(122,103,1,3,62,1),(123,103,1,0,0,2),(124,103,1,0,0,3),(125,111,1,1,80,1),(126,111,1,0,0,2),(127,111,1,0,0,3),(128,54,1,1,87,1),(129,54,1,0,0,2),(130,54,1,0,0,3),(131,135,1,5,67,0),(132,135,1,3,51,1),(133,135,1,4,51,2),(134,135,1,2,27,3),(135,52,1,1,100,0),(136,52,1,0,0,1),(137,52,1,1,100,2),(138,52,1,1,100,3),(139,132,1,2,77,0),(140,132,1,1,73,1),(141,132,1,1,80,2),(142,132,1,0,0,3),(143,45,1,1,67,0),(144,45,1,1,67,1),(145,45,1,0,0,2),(146,45,1,0,0,3);
/*!40000 ALTER TABLE `review_entity_summary` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `review_status`
--
DROP TABLE IF EXISTS `review_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `review_status` (
`status_id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`status_code` varchar(32) NOT NULL DEFAULT '',
PRIMARY KEY (`status_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Review statuses';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `review_status`
--
LOCK TABLES `review_status` WRITE;
/*!40000 ALTER TABLE `review_status` DISABLE KEYS */;
INSERT INTO `review_status` VALUES (1,'Approved'),(2,'Pending'),(3,'Not Approved');
/*!40000 ALTER TABLE `review_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `review_store`
--
DROP TABLE IF EXISTS `review_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `review_store` (
`review_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`review_id`,`store_id`),
KEY `FK_REVIEW_STORE_STORE` (`store_id`),
CONSTRAINT `FK_REVIEW_STORE_REVIEW` FOREIGN KEY (`review_id`) REFERENCES `review` (`review_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_REVIEW_STORE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `review_store_ibfk_1` FOREIGN KEY (`review_id`) REFERENCES `review` (`review_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `review_store`
--
LOCK TABLES `review_store` WRITE;
/*!40000 ALTER TABLE `review_store` DISABLE KEYS */;
INSERT INTO `review_store` VALUES (114,0),(115,0),(116,0),(117,0),(118,0),(119,0),(3,1),(4,1),(5,1),(7,1),(9,1),(10,1),(12,1),(15,1),(16,1),(17,1),(19,1),(21,1),(24,1),(26,1),(28,1),(29,1),(31,1),(32,1),(37,1),(38,1),(40,1),(46,1),(47,1),(48,1),(49,1),(51,1),(52,1),(53,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(64,1),(66,1),(70,1),(71,1),(72,1),(75,1),(77,1),(78,1),(79,1),(80,1),(84,1),(85,1),(86,1),(87,1),(88,1),(90,1),(92,1),(95,1),(97,1),(98,1),(101,1),(107,1),(108,1),(109,1),(112,1),(113,1),(114,1),(115,1),(117,1),(118,1),(119,1),(1,2),(2,2),(6,2),(8,2),(9,2),(11,2),(13,2),(17,2),(18,2),(19,2),(20,2),(22,2),(26,2),(27,2),(28,2),(29,2),(30,2),(31,2),(32,2),(33,2),(34,2),(35,2),(37,2),(39,2),(41,2),(42,2),(43,2),(44,2),(45,2),(47,2),(49,2),(56,2),(62,2),(63,2),(67,2),(68,2),(69,2),(70,2),(71,2),(72,2),(73,2),(74,2),(75,2),(80,2),(81,2),(83,2),(84,2),(85,2),(86,2),(87,2),(89,2),(91,2),(92,2),(93,2),(94,2),(96,2),(98,2),(99,2),(100,2),(101,2),(103,2),(105,2),(106,2),(107,2),(108,2),(110,2),(116,2),(4,3),(5,3),(6,3),(11,3),(13,3),(14,3),(15,3),(17,3),(23,3),(25,3),(26,3),(29,3),(30,3),(31,3),(32,3),(35,3),(36,3),(38,3),(41,3),(42,3),(45,3),(50,3),(51,3),(53,3),(54,3),(55,3),(57,3),(58,3),(61,3),(62,3),(63,3),(64,3),(65,3),(66,3),(68,3),(69,3),(71,3),(74,3),(75,3),(76,3),(77,3),(79,3),(80,3),(82,3),(84,3),(85,3),(91,3),(94,3),(96,3),(97,3),(101,3),(102,3),(104,3),(106,3),(109,3),(110,3),(111,3),(112,3),(113,3);
/*!40000 ALTER TABLE `review_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_bestsellers_aggregated_daily`
--
DROP TABLE IF EXISTS `sales_bestsellers_aggregated_daily`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_bestsellers_aggregated_daily` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`period` date NOT NULL DEFAULT '0000-00-00',
`store_id` smallint(5) unsigned DEFAULT NULL,
`product_id` int(10) unsigned DEFAULT NULL,
`product_name` varchar(255) NOT NULL DEFAULT '',
`product_price` decimal(12,4) NOT NULL DEFAULT '0.0000',
`qty_ordered` decimal(12,4) NOT NULL DEFAULT '0.0000',
`rating_pos` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `UNQ_PERIOD_STORE_PRODUCT` (`period`,`store_id`,`product_id`),
KEY `IDX_STORE_ID` (`store_id`),
KEY `IDX_PRODUCT_ID` (`product_id`),
CONSTRAINT `FK_PRODUCT_ORDERED_AGGREGATED_DAILY_PRODUCT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_PRODUCT_ORDERED_AGGREGATED_DAILY_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_bestsellers_aggregated_daily`
--
LOCK TABLES `sales_bestsellers_aggregated_daily` WRITE;
/*!40000 ALTER TABLE `sales_bestsellers_aggregated_daily` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_bestsellers_aggregated_daily` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_bestsellers_aggregated_monthly`
--
DROP TABLE IF EXISTS `sales_bestsellers_aggregated_monthly`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_bestsellers_aggregated_monthly` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`period` date NOT NULL DEFAULT '0000-00-00',
`store_id` smallint(5) unsigned DEFAULT NULL,
`product_id` int(10) unsigned DEFAULT NULL,
`product_name` varchar(255) NOT NULL DEFAULT '',
`product_price` decimal(12,4) NOT NULL DEFAULT '0.0000',
`qty_ordered` decimal(12,4) NOT NULL DEFAULT '0.0000',
`rating_pos` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `UNQ_PERIOD_STORE_PRODUCT` (`period`,`store_id`,`product_id`),
KEY `IDX_STORE_ID` (`store_id`),
KEY `IDX_PRODUCT_ID` (`product_id`),
CONSTRAINT `FK_PRODUCT_ORDERED_AGGREGATED_MONTHLY_PRODUCT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_PRODUCT_ORDERED_AGGREGATED_MONTHLY_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_bestsellers_aggregated_monthly`
--
LOCK TABLES `sales_bestsellers_aggregated_monthly` WRITE;
/*!40000 ALTER TABLE `sales_bestsellers_aggregated_monthly` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_bestsellers_aggregated_monthly` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_bestsellers_aggregated_yearly`
--
DROP TABLE IF EXISTS `sales_bestsellers_aggregated_yearly`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_bestsellers_aggregated_yearly` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`period` date NOT NULL DEFAULT '0000-00-00',
`store_id` smallint(5) unsigned DEFAULT NULL,
`product_id` int(10) unsigned DEFAULT NULL,
`product_name` varchar(255) NOT NULL DEFAULT '',
`product_price` decimal(12,4) NOT NULL DEFAULT '0.0000',
`qty_ordered` decimal(12,4) NOT NULL DEFAULT '0.0000',
`rating_pos` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `UNQ_PERIOD_STORE_PRODUCT` (`period`,`store_id`,`product_id`),
KEY `IDX_STORE_ID` (`store_id`),
KEY `IDX_PRODUCT_ID` (`product_id`),
CONSTRAINT `FK_PRODUCT_ORDERED_AGGREGATED_YEARLY_PRODUCT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_PRODUCT_ORDERED_AGGREGATED_YEARLY_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_bestsellers_aggregated_yearly`
--
LOCK TABLES `sales_bestsellers_aggregated_yearly` WRITE;
/*!40000 ALTER TABLE `sales_bestsellers_aggregated_yearly` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_bestsellers_aggregated_yearly` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_creditmemo`
--
DROP TABLE IF EXISTS `sales_flat_creditmemo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_creditmemo` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`store_id` smallint(5) unsigned DEFAULT NULL,
`adjustment_positive` decimal(12,4) DEFAULT NULL,
`base_shipping_tax_amount` decimal(12,4) DEFAULT NULL,
`store_to_order_rate` decimal(12,4) DEFAULT NULL,
`base_discount_amount` decimal(12,4) DEFAULT NULL,
`base_to_order_rate` decimal(12,4) DEFAULT NULL,
`grand_total` decimal(12,4) DEFAULT NULL,
`base_adjustment_negative` decimal(12,4) DEFAULT NULL,
`base_subtotal_incl_tax` decimal(12,4) DEFAULT NULL,
`shipping_amount` decimal(12,4) DEFAULT NULL,
`subtotal_incl_tax` decimal(12,4) DEFAULT NULL,
`adjustment_negative` decimal(12,4) DEFAULT NULL,
`base_shipping_amount` decimal(12,4) DEFAULT NULL,
`store_to_base_rate` decimal(12,4) DEFAULT NULL,
`base_to_global_rate` decimal(12,4) DEFAULT NULL,
`base_adjustment` decimal(12,4) DEFAULT NULL,
`base_subtotal` decimal(12,4) DEFAULT NULL,
`discount_amount` decimal(12,4) DEFAULT NULL,
`subtotal` decimal(12,4) DEFAULT NULL,
`adjustment` decimal(12,4) DEFAULT NULL,
`base_grand_total` decimal(12,4) DEFAULT NULL,
`base_adjustment_positive` decimal(12,4) DEFAULT NULL,
`base_tax_amount` decimal(12,4) DEFAULT NULL,
`shipping_tax_amount` decimal(12,4) DEFAULT NULL,
`tax_amount` decimal(12,4) DEFAULT NULL,
`order_id` int(10) unsigned NOT NULL,
`email_sent` tinyint(1) unsigned DEFAULT NULL,
`creditmemo_status` int(10) DEFAULT NULL,
`state` int(10) DEFAULT NULL,
`shipping_address_id` int(10) DEFAULT NULL,
`billing_address_id` int(10) DEFAULT NULL,
`invoice_id` int(10) DEFAULT NULL,
`cybersource_token` varchar(255) DEFAULT NULL,
`store_currency_code` char(3) DEFAULT NULL,
`order_currency_code` char(3) DEFAULT NULL,
`base_currency_code` char(3) DEFAULT NULL,
`global_currency_code` char(3) DEFAULT NULL,
`transaction_id` varchar(255) DEFAULT NULL,
`increment_id` varchar(50) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`base_customer_balance_amount` decimal(12,4) DEFAULT NULL,
`customer_balance_amount` decimal(12,4) DEFAULT NULL,
`base_customer_balance_total_refunded` decimal(12,4) DEFAULT NULL,
`customer_balance_total_refunded` decimal(12,4) DEFAULT NULL,
`base_gift_cards_amount` decimal(12,4) DEFAULT NULL,
`gift_cards_amount` decimal(12,4) DEFAULT NULL,
`reward_points_balance` int(11) DEFAULT NULL,
`base_reward_currency_amount` decimal(12,4) DEFAULT NULL,
`reward_currency_amount` decimal(12,4) DEFAULT NULL,
`reward_points_balance_to_refund` int(11) DEFAULT NULL,
`hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`base_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`shipping_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`base_shipping_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`shipping_incl_tax` decimal(12,4) DEFAULT NULL,
`base_shipping_incl_tax` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_STORE_ID` (`store_id`),
KEY `IDX_ORDER_ID` (`order_id`),
KEY `IDX_CREDITMEMO_STATUS` (`creditmemo_status`),
KEY `IDX_INCREMENT_ID` (`increment_id`),
KEY `IDX_STATE` (`state`),
KEY `IDX_CREATED_AT` (`created_at`),
CONSTRAINT `FK_SALES_FLAT_CREDITMEMO_PARENT` FOREIGN KEY (`order_id`) REFERENCES `sales_flat_order` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_FLAT_CREDITMEMO_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_creditmemo`
--
LOCK TABLES `sales_flat_creditmemo` WRITE;
/*!40000 ALTER TABLE `sales_flat_creditmemo` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_creditmemo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_creditmemo_comment`
--
DROP TABLE IF EXISTS `sales_flat_creditmemo_comment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_creditmemo_comment` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL,
`is_customer_notified` int(10) DEFAULT NULL,
`comment` text,
`created_at` datetime DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_CREATED_AT` (`created_at`),
KEY `IDX_PARENT_ID` (`parent_id`),
CONSTRAINT `FK_SALES_FLAT_CREDITMEMO_COMMENT_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `sales_flat_creditmemo` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_creditmemo_comment`
--
LOCK TABLES `sales_flat_creditmemo_comment` WRITE;
/*!40000 ALTER TABLE `sales_flat_creditmemo_comment` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_creditmemo_comment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_creditmemo_grid`
--
DROP TABLE IF EXISTS `sales_flat_creditmemo_grid`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_creditmemo_grid` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`store_id` smallint(5) unsigned DEFAULT NULL,
`store_to_order_rate` decimal(12,4) DEFAULT NULL,
`base_to_order_rate` decimal(12,4) DEFAULT NULL,
`grand_total` decimal(12,4) DEFAULT NULL,
`store_to_base_rate` decimal(12,4) DEFAULT NULL,
`base_to_global_rate` decimal(12,4) DEFAULT NULL,
`base_grand_total` decimal(12,4) DEFAULT NULL,
`order_id` int(10) unsigned NOT NULL,
`creditmemo_status` int(10) DEFAULT NULL,
`state` int(10) DEFAULT NULL,
`invoice_id` int(10) DEFAULT NULL,
`store_currency_code` char(3) DEFAULT NULL,
`order_currency_code` char(3) DEFAULT NULL,
`base_currency_code` char(3) DEFAULT NULL,
`global_currency_code` char(3) DEFAULT NULL,
`increment_id` varchar(50) DEFAULT NULL,
`order_increment_id` varchar(50) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`order_created_at` datetime DEFAULT NULL,
`billing_name` varchar(255) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_STORE_ID` (`store_id`),
KEY `IDX_GRAND_TOTAL` (`grand_total`),
KEY `IDX_BASE_GRAND_TOTAL` (`base_grand_total`),
KEY `IDX_ORDER_ID` (`order_id`),
KEY `IDX_CREDITMEMO_STATUS` (`creditmemo_status`),
KEY `IDX_STATE` (`state`),
KEY `IDX_INCREMENT_ID` (`increment_id`),
KEY `IDX_ORDER_INCREMENT_ID` (`order_increment_id`),
KEY `IDX_CREATED_AT` (`created_at`),
KEY `IDX_ORDER_CREATED_AT` (`order_created_at`),
KEY `IDX_BILLING_NAME` (`billing_name`),
CONSTRAINT `FK_SALES_FLAT_CREDITMEMO_GRID_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_FLAT_CREDITMEMO_GRID_PARENT` FOREIGN KEY (`entity_id`) REFERENCES `sales_flat_creditmemo` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_creditmemo_grid`
--
LOCK TABLES `sales_flat_creditmemo_grid` WRITE;
/*!40000 ALTER TABLE `sales_flat_creditmemo_grid` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_creditmemo_grid` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_creditmemo_item`
--
DROP TABLE IF EXISTS `sales_flat_creditmemo_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_creditmemo_item` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL,
`weee_tax_applied_row_amount` decimal(12,4) DEFAULT NULL,
`base_price` decimal(12,4) DEFAULT NULL,
`base_weee_tax_row_disposition` decimal(12,4) DEFAULT NULL,
`tax_amount` decimal(12,4) DEFAULT NULL,
`base_weee_tax_applied_amount` decimal(12,4) DEFAULT NULL,
`weee_tax_row_disposition` decimal(12,4) DEFAULT NULL,
`base_row_total` decimal(12,4) DEFAULT NULL,
`discount_amount` decimal(12,4) DEFAULT NULL,
`row_total` decimal(12,4) DEFAULT NULL,
`weee_tax_applied_amount` decimal(12,4) DEFAULT NULL,
`base_discount_amount` decimal(12,4) DEFAULT NULL,
`base_weee_tax_disposition` decimal(12,4) DEFAULT NULL,
`price_incl_tax` decimal(12,4) DEFAULT NULL,
`base_tax_amount` decimal(12,4) DEFAULT NULL,
`weee_tax_disposition` decimal(12,4) DEFAULT NULL,
`base_price_incl_tax` decimal(12,4) DEFAULT NULL,
`qty` decimal(12,4) DEFAULT NULL,
`base_cost` decimal(12,4) DEFAULT NULL,
`base_weee_tax_applied_row_amount` decimal(12,4) DEFAULT NULL,
`price` decimal(12,4) DEFAULT NULL,
`base_row_total_incl_tax` decimal(12,4) DEFAULT NULL,
`row_total_incl_tax` decimal(12,4) DEFAULT NULL,
`product_id` int(10) DEFAULT NULL,
`order_item_id` int(10) DEFAULT NULL,
`additional_data` text,
`description` text,
`weee_tax_applied` text,
`sku` varchar(255) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`base_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_PARENT_ID` (`parent_id`),
CONSTRAINT `FK_SALES_FLAT_CREDITMEMO_ITEM_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `sales_flat_creditmemo` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_creditmemo_item`
--
LOCK TABLES `sales_flat_creditmemo_item` WRITE;
/*!40000 ALTER TABLE `sales_flat_creditmemo_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_creditmemo_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_invoice`
--
DROP TABLE IF EXISTS `sales_flat_invoice`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_invoice` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`store_id` smallint(5) unsigned DEFAULT NULL,
`base_grand_total` decimal(12,4) DEFAULT NULL,
`shipping_tax_amount` decimal(12,4) DEFAULT NULL,
`tax_amount` decimal(12,4) DEFAULT NULL,
`base_tax_amount` decimal(12,4) DEFAULT NULL,
`store_to_order_rate` decimal(12,4) DEFAULT NULL,
`base_shipping_tax_amount` decimal(12,4) DEFAULT NULL,
`base_discount_amount` decimal(12,4) DEFAULT NULL,
`base_to_order_rate` decimal(12,4) DEFAULT NULL,
`grand_total` decimal(12,4) DEFAULT NULL,
`shipping_amount` decimal(12,4) DEFAULT NULL,
`subtotal_incl_tax` decimal(12,4) DEFAULT NULL,
`base_subtotal_incl_tax` decimal(12,4) DEFAULT NULL,
`store_to_base_rate` decimal(12,4) DEFAULT NULL,
`base_shipping_amount` decimal(12,4) DEFAULT NULL,
`total_qty` decimal(12,4) DEFAULT NULL,
`base_to_global_rate` decimal(12,4) DEFAULT NULL,
`subtotal` decimal(12,4) DEFAULT NULL,
`base_subtotal` decimal(12,4) DEFAULT NULL,
`discount_amount` decimal(12,4) DEFAULT NULL,
`billing_address_id` int(10) DEFAULT NULL,
`is_used_for_refund` tinyint(1) unsigned DEFAULT NULL,
`order_id` int(10) unsigned NOT NULL,
`email_sent` tinyint(1) unsigned DEFAULT NULL,
`can_void_flag` tinyint(1) unsigned DEFAULT NULL,
`state` int(10) DEFAULT NULL,
`shipping_address_id` int(10) DEFAULT NULL,
`cybersource_token` varchar(255) DEFAULT NULL,
`store_currency_code` char(3) DEFAULT NULL,
`transaction_id` varchar(255) DEFAULT NULL,
`order_currency_code` char(3) DEFAULT NULL,
`base_currency_code` char(3) DEFAULT NULL,
`global_currency_code` char(3) DEFAULT NULL,
`increment_id` varchar(50) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`invoice_type` int(11) DEFAULT NULL,
`customer_id` int(11) DEFAULT NULL,
`real_order_id` varchar(255) DEFAULT NULL,
`invoice_status_id` int(11) DEFAULT NULL,
`is_virtual` int(11) DEFAULT NULL,
`total_paid` decimal(12,4) DEFAULT NULL,
`total_due` decimal(12,4) DEFAULT NULL,
`base_customer_balance_amount` decimal(12,4) DEFAULT NULL,
`customer_balance_amount` decimal(12,4) DEFAULT NULL,
`base_gift_cards_amount` decimal(12,4) DEFAULT NULL,
`gift_cards_amount` decimal(12,4) DEFAULT NULL,
`reward_points_balance` int(11) DEFAULT NULL,
`base_reward_currency_amount` decimal(12,4) DEFAULT NULL,
`reward_currency_amount` decimal(12,4) DEFAULT NULL,
`hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`base_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`shipping_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`base_shipping_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`shipping_incl_tax` decimal(12,4) DEFAULT NULL,
`base_shipping_incl_tax` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_STORE_ID` (`store_id`),
KEY `IDX_GRAND_TOTAL` (`grand_total`),
KEY `IDX_ORDER_ID` (`order_id`),
KEY `IDX_STATE` (`state`),
KEY `IDX_INCREMENT_ID` (`increment_id`),
KEY `IDX_CREATED_AT` (`created_at`),
CONSTRAINT `FK_SALES_FLAT_INVOICE_PARENT` FOREIGN KEY (`order_id`) REFERENCES `sales_flat_order` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_FLAT_INVOICE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_invoice`
--
LOCK TABLES `sales_flat_invoice` WRITE;
/*!40000 ALTER TABLE `sales_flat_invoice` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_invoice` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_invoice_comment`
--
DROP TABLE IF EXISTS `sales_flat_invoice_comment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_invoice_comment` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL,
`is_customer_notified` tinyint(1) unsigned DEFAULT NULL,
`comment` text,
`created_at` datetime DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_CREATED_AT` (`created_at`),
KEY `IDX_PARENT_ID` (`parent_id`),
CONSTRAINT `FK_SALES_FLAT_INVOICE_COMMENT_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `sales_flat_invoice` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_invoice_comment`
--
LOCK TABLES `sales_flat_invoice_comment` WRITE;
/*!40000 ALTER TABLE `sales_flat_invoice_comment` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_invoice_comment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_invoice_grid`
--
DROP TABLE IF EXISTS `sales_flat_invoice_grid`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_invoice_grid` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`store_id` smallint(5) unsigned DEFAULT NULL,
`base_grand_total` decimal(12,4) DEFAULT NULL,
`grand_total` decimal(12,4) DEFAULT NULL,
`order_id` int(10) unsigned NOT NULL,
`state` int(10) DEFAULT NULL,
`store_currency_code` char(3) DEFAULT NULL,
`order_currency_code` char(3) DEFAULT NULL,
`base_currency_code` char(3) DEFAULT NULL,
`global_currency_code` char(3) DEFAULT NULL,
`increment_id` varchar(50) DEFAULT NULL,
`order_increment_id` varchar(50) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`order_created_at` datetime DEFAULT NULL,
`billing_name` varchar(255) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_STORE_ID` (`store_id`),
KEY `IDX_GRAND_TOTAL` (`grand_total`),
KEY `IDX_ORDER_ID` (`order_id`),
KEY `IDX_STATE` (`state`),
KEY `IDX_INCREMENT_ID` (`increment_id`),
KEY `IDX_ORDER_INCREMENT_ID` (`order_increment_id`),
KEY `IDX_CREATED_AT` (`created_at`),
KEY `IDX_ORDER_CREATED_AT` (`order_created_at`),
KEY `IDX_BILLING_NAME` (`billing_name`),
CONSTRAINT `FK_SALES_FLAT_INVOICE_GRID_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_FLAT_INVOICE_GRID_PARENT` FOREIGN KEY (`entity_id`) REFERENCES `sales_flat_invoice` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_invoice_grid`
--
LOCK TABLES `sales_flat_invoice_grid` WRITE;
/*!40000 ALTER TABLE `sales_flat_invoice_grid` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_invoice_grid` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_invoice_item`
--
DROP TABLE IF EXISTS `sales_flat_invoice_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_invoice_item` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL,
`base_price` decimal(12,4) DEFAULT NULL,
`base_weee_tax_row_disposition` decimal(12,4) DEFAULT NULL,
`weee_tax_applied_row_amount` decimal(12,4) DEFAULT NULL,
`base_weee_tax_applied_amount` decimal(12,4) DEFAULT NULL,
`tax_amount` decimal(12,4) DEFAULT NULL,
`base_row_total` decimal(12,4) DEFAULT NULL,
`discount_amount` decimal(12,4) DEFAULT NULL,
`row_total` decimal(12,4) DEFAULT NULL,
`weee_tax_row_disposition` decimal(12,4) DEFAULT NULL,
`base_discount_amount` decimal(12,4) DEFAULT NULL,
`base_weee_tax_disposition` decimal(12,4) DEFAULT NULL,
`price_incl_tax` decimal(12,4) DEFAULT NULL,
`weee_tax_applied_amount` decimal(12,4) DEFAULT NULL,
`base_tax_amount` decimal(12,4) DEFAULT NULL,
`base_price_incl_tax` decimal(12,4) DEFAULT NULL,
`qty` decimal(12,4) DEFAULT NULL,
`weee_tax_disposition` decimal(12,4) DEFAULT NULL,
`base_cost` decimal(12,4) DEFAULT NULL,
`base_weee_tax_applied_row_amount` decimal(12,4) DEFAULT NULL,
`price` decimal(12,4) DEFAULT NULL,
`base_row_total_incl_tax` decimal(12,4) DEFAULT NULL,
`row_total_incl_tax` decimal(12,4) DEFAULT NULL,
`product_id` int(10) DEFAULT NULL,
`order_item_id` int(10) DEFAULT NULL,
`additional_data` text,
`description` text,
`weee_tax_applied` text,
`sku` varchar(255) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`shipment_id` int(11) DEFAULT NULL,
`hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`base_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_PARENT_ID` (`parent_id`),
CONSTRAINT `FK_SALES_FLAT_INVOICE_ITEM_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `sales_flat_invoice` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_invoice_item`
--
LOCK TABLES `sales_flat_invoice_item` WRITE;
/*!40000 ALTER TABLE `sales_flat_invoice_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_invoice_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_order`
--
DROP TABLE IF EXISTS `sales_flat_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_order` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`state` varchar(32) DEFAULT NULL,
`status` varchar(32) DEFAULT NULL,
`coupon_code` varchar(255) DEFAULT NULL,
`protect_code` varchar(255) DEFAULT NULL,
`shipping_description` varchar(255) DEFAULT NULL,
`is_virtual` tinyint(1) unsigned DEFAULT NULL,
`store_id` smallint(5) unsigned DEFAULT NULL,
`customer_id` int(10) unsigned DEFAULT NULL,
`base_discount_amount` decimal(12,4) DEFAULT NULL,
`base_discount_canceled` decimal(12,4) DEFAULT NULL,
`base_discount_invoiced` decimal(12,4) DEFAULT NULL,
`base_discount_refunded` decimal(12,4) DEFAULT NULL,
`base_grand_total` decimal(12,4) DEFAULT NULL,
`base_shipping_amount` decimal(12,4) DEFAULT NULL,
`base_shipping_canceled` decimal(12,4) DEFAULT NULL,
`base_shipping_invoiced` decimal(12,4) DEFAULT NULL,
`base_shipping_refunded` decimal(12,4) DEFAULT NULL,
`base_shipping_tax_amount` decimal(12,4) DEFAULT NULL,
`base_shipping_tax_refunded` decimal(12,4) DEFAULT NULL,
`base_subtotal` decimal(12,4) DEFAULT NULL,
`base_subtotal_canceled` decimal(12,4) DEFAULT NULL,
`base_subtotal_invoiced` decimal(12,4) DEFAULT NULL,
`base_subtotal_refunded` decimal(12,4) DEFAULT NULL,
`base_tax_amount` decimal(12,4) DEFAULT NULL,
`base_tax_canceled` decimal(12,4) DEFAULT NULL,
`base_tax_invoiced` decimal(12,4) DEFAULT NULL,
`base_tax_refunded` decimal(12,4) DEFAULT NULL,
`base_to_global_rate` decimal(12,4) DEFAULT NULL,
`base_to_order_rate` decimal(12,4) DEFAULT NULL,
`base_total_canceled` decimal(12,4) DEFAULT NULL,
`base_total_invoiced` decimal(12,4) DEFAULT NULL,
`base_total_invoiced_cost` decimal(12,4) DEFAULT NULL,
`base_total_offline_refunded` decimal(12,4) DEFAULT NULL,
`base_total_online_refunded` decimal(12,4) DEFAULT NULL,
`base_total_paid` decimal(12,4) DEFAULT NULL,
`base_total_qty_ordered` decimal(12,4) DEFAULT NULL,
`base_total_refunded` decimal(12,4) DEFAULT NULL,
`discount_amount` decimal(12,4) DEFAULT NULL,
`discount_canceled` decimal(12,4) DEFAULT NULL,
`discount_invoiced` decimal(12,4) DEFAULT NULL,
`discount_refunded` decimal(12,4) DEFAULT NULL,
`grand_total` decimal(12,4) DEFAULT NULL,
`shipping_amount` decimal(12,4) DEFAULT NULL,
`shipping_canceled` decimal(12,4) DEFAULT NULL,
`shipping_invoiced` decimal(12,4) DEFAULT NULL,
`shipping_refunded` decimal(12,4) DEFAULT NULL,
`shipping_tax_amount` decimal(12,4) DEFAULT NULL,
`shipping_tax_refunded` decimal(12,4) DEFAULT NULL,
`store_to_base_rate` decimal(12,4) DEFAULT NULL,
`store_to_order_rate` decimal(12,4) DEFAULT NULL,
`subtotal` decimal(12,4) DEFAULT NULL,
`subtotal_canceled` decimal(12,4) DEFAULT NULL,
`subtotal_invoiced` decimal(12,4) DEFAULT NULL,
`subtotal_refunded` decimal(12,4) DEFAULT NULL,
`tax_amount` decimal(12,4) DEFAULT NULL,
`tax_canceled` decimal(12,4) DEFAULT NULL,
`tax_invoiced` decimal(12,4) DEFAULT NULL,
`tax_refunded` decimal(12,4) DEFAULT NULL,
`total_canceled` decimal(12,4) DEFAULT NULL,
`total_invoiced` decimal(12,4) DEFAULT NULL,
`total_offline_refunded` decimal(12,4) DEFAULT NULL,
`total_online_refunded` decimal(12,4) DEFAULT NULL,
`total_paid` decimal(12,4) DEFAULT NULL,
`total_qty_ordered` decimal(12,4) DEFAULT NULL,
`total_refunded` decimal(12,4) DEFAULT NULL,
`can_ship_partially` tinyint(1) unsigned DEFAULT NULL,
`can_ship_partially_item` tinyint(1) unsigned DEFAULT NULL,
`customer_is_guest` tinyint(1) unsigned DEFAULT NULL,
`customer_note_notify` tinyint(1) unsigned DEFAULT NULL,
`billing_address_id` int(10) DEFAULT NULL,
`customer_group_id` smallint(5) DEFAULT NULL,
`edit_increment` int(10) DEFAULT NULL,
`email_sent` tinyint(1) unsigned DEFAULT NULL,
`forced_do_shipment_with_invoice` tinyint(1) unsigned DEFAULT NULL,
`gift_message_id` int(10) DEFAULT NULL,
`payment_authorization_expiration` int(10) DEFAULT NULL,
`paypal_ipn_customer_notified` int(10) DEFAULT NULL,
`quote_address_id` int(10) DEFAULT NULL,
`quote_id` int(10) DEFAULT NULL,
`shipping_address_id` int(10) DEFAULT NULL,
`adjustment_negative` decimal(12,4) DEFAULT NULL,
`adjustment_positive` decimal(12,4) DEFAULT NULL,
`base_adjustment_negative` decimal(12,4) DEFAULT NULL,
`base_adjustment_positive` decimal(12,4) DEFAULT NULL,
`base_shipping_discount_amount` decimal(12,4) DEFAULT NULL,
`base_subtotal_incl_tax` decimal(12,4) DEFAULT NULL,
`base_total_due` decimal(12,4) DEFAULT NULL,
`payment_authorization_amount` decimal(12,4) DEFAULT NULL,
`shipping_discount_amount` decimal(12,4) DEFAULT NULL,
`subtotal_incl_tax` decimal(12,4) DEFAULT NULL,
`total_due` decimal(12,4) DEFAULT NULL,
`weight` decimal(12,4) DEFAULT NULL,
`customer_dob` datetime DEFAULT NULL,
`increment_id` varchar(50) DEFAULT NULL,
`applied_rule_ids` varchar(255) DEFAULT NULL,
`base_currency_code` char(3) DEFAULT NULL,
`customer_email` varchar(255) DEFAULT NULL,
`customer_firstname` varchar(255) DEFAULT NULL,
`customer_lastname` varchar(255) DEFAULT NULL,
`customer_middlename` varchar(255) DEFAULT NULL,
`customer_prefix` varchar(255) DEFAULT NULL,
`customer_suffix` varchar(255) DEFAULT NULL,
`customer_taxvat` varchar(255) DEFAULT NULL,
`discount_description` varchar(255) DEFAULT NULL,
`ext_customer_id` varchar(255) DEFAULT NULL,
`ext_order_id` varchar(255) DEFAULT NULL,
`global_currency_code` char(3) DEFAULT NULL,
`hold_before_state` varchar(255) DEFAULT NULL,
`hold_before_status` varchar(255) DEFAULT NULL,
`order_currency_code` varchar(255) DEFAULT NULL,
`original_increment_id` varchar(50) DEFAULT NULL,
`relation_child_id` varchar(32) DEFAULT NULL,
`relation_child_real_id` varchar(32) DEFAULT NULL,
`relation_parent_id` varchar(32) DEFAULT NULL,
`relation_parent_real_id` varchar(32) DEFAULT NULL,
`remote_ip` varchar(255) DEFAULT NULL,
`shipping_method` varchar(255) DEFAULT NULL,
`store_currency_code` char(3) DEFAULT NULL,
`store_name` varchar(255) DEFAULT NULL,
`x_forwarded_for` varchar(255) DEFAULT NULL,
`customer_note` text,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`total_item_count` smallint(5) unsigned DEFAULT '0',
`customer_gender` int(11) DEFAULT NULL,
`currency_rate` decimal(12,4) DEFAULT NULL,
`tax_percent` decimal(12,4) DEFAULT NULL,
`custbalance_amount` decimal(12,4) DEFAULT NULL,
`currency_base_id` int(11) DEFAULT NULL,
`real_order_id` varchar(255) DEFAULT NULL,
`currency_code` varchar(255) DEFAULT NULL,
`is_multi_payment` int(11) DEFAULT NULL,
`tracking_numbers` text,
`is_hold` int(11) DEFAULT NULL,
`base_custbalance_amount` decimal(12,4) DEFAULT NULL,
`base_customer_balance_amount` decimal(12,4) DEFAULT NULL,
`customer_balance_amount` decimal(12,4) DEFAULT NULL,
`base_customer_balance_invoiced` decimal(12,4) DEFAULT NULL,
`customer_balance_invoiced` decimal(12,4) DEFAULT NULL,
`base_customer_balance_refunded` decimal(12,4) DEFAULT NULL,
`customer_balance_refunded` decimal(12,4) DEFAULT NULL,
`gift_cards` text,
`base_gift_cards_amount` decimal(12,4) DEFAULT NULL,
`gift_cards_amount` decimal(12,4) DEFAULT NULL,
`base_gift_cards_invoiced` decimal(12,4) DEFAULT NULL,
`gift_cards_invoiced` decimal(12,4) DEFAULT NULL,
`base_customer_balance_total_refunded` decimal(12,4) DEFAULT NULL,
`customer_balance_total_refunded` decimal(12,4) DEFAULT NULL,
`base_gift_cards_refunded` decimal(12,4) DEFAULT NULL,
`gift_cards_refunded` decimal(12,4) DEFAULT NULL,
`reward_points_balance` int(11) DEFAULT NULL,
`base_reward_currency_amount` decimal(12,4) DEFAULT NULL,
`reward_currency_amount` decimal(12,4) DEFAULT NULL,
`base_reward_currency_amount_invoiced` decimal(12,4) DEFAULT NULL,
`reward_currency_amount_invoiced` decimal(12,4) DEFAULT NULL,
`base_reward_currency_amount_refunded` decimal(12,4) DEFAULT NULL,
`reward_currency_amount_refunded` decimal(12,4) DEFAULT NULL,
`reward_points_balance_refunded` int(11) DEFAULT NULL,
`reward_points_balance_to_refund` int(11) DEFAULT NULL,
`reward_salesrule_points` int(11) DEFAULT NULL,
`hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`base_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`shipping_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`base_shipping_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`hidden_tax_invoiced` decimal(12,4) DEFAULT NULL,
`base_hidden_tax_invoiced` decimal(12,4) DEFAULT NULL,
`hidden_tax_refunded` decimal(12,4) DEFAULT NULL,
`base_hidden_tax_refunded` decimal(12,4) DEFAULT NULL,
`shipping_incl_tax` decimal(12,4) DEFAULT NULL,
`base_shipping_incl_tax` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_STATUS` (`status`),
KEY `IDX_STATE` (`state`),
KEY `IDX_STORE_ID` (`store_id`),
KEY `IDX_INCREMENT_ID` (`increment_id`),
KEY `IDX_CREATED_AT` (`created_at`),
KEY `IDX_CUSTOMER_ID` (`customer_id`),
KEY `IDX_EXT_ORDER_ID` (`ext_order_id`),
KEY `IDX_UPDATED_AT` (`updated_at`),
CONSTRAINT `FK_SALES_FLAT_ORDER_CUSTOMER` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_FLAT_ORDER_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_order`
--
LOCK TABLES `sales_flat_order` WRITE;
/*!40000 ALTER TABLE `sales_flat_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_order_address`
--
DROP TABLE IF EXISTS `sales_flat_order_address`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_order_address` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned DEFAULT NULL,
`customer_address_id` int(10) DEFAULT NULL,
`quote_address_id` int(10) DEFAULT NULL,
`region_id` int(10) DEFAULT NULL,
`customer_id` int(10) DEFAULT NULL,
`fax` varchar(255) DEFAULT NULL,
`region` varchar(255) DEFAULT NULL,
`postcode` varchar(255) DEFAULT NULL,
`lastname` varchar(255) DEFAULT NULL,
`street` varchar(255) DEFAULT NULL,
`city` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`telephone` varchar(255) DEFAULT NULL,
`country_id` char(2) DEFAULT NULL,
`firstname` varchar(255) DEFAULT NULL,
`address_type` varchar(255) DEFAULT NULL,
`prefix` varchar(255) DEFAULT NULL,
`middlename` varchar(255) DEFAULT NULL,
`suffix` varchar(255) DEFAULT NULL,
`company` varchar(255) DEFAULT NULL,
`address_id` int(11) DEFAULT NULL,
`tax_id` varchar(255) DEFAULT NULL,
`gift_message_id` int(11) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_PARENT_ID` (`parent_id`),
CONSTRAINT `FK_SALES_FLAT_ORDER_ADDRESS_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `sales_flat_order` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_order_address`
--
LOCK TABLES `sales_flat_order_address` WRITE;
/*!40000 ALTER TABLE `sales_flat_order_address` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_order_address` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_order_grid`
--
DROP TABLE IF EXISTS `sales_flat_order_grid`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_order_grid` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`status` varchar(32) DEFAULT NULL,
`store_id` smallint(5) unsigned DEFAULT NULL,
`customer_id` int(10) unsigned DEFAULT NULL,
`base_grand_total` decimal(12,4) DEFAULT NULL,
`base_total_paid` decimal(12,4) DEFAULT NULL,
`grand_total` decimal(12,4) DEFAULT NULL,
`total_paid` decimal(12,4) DEFAULT NULL,
`increment_id` varchar(50) DEFAULT NULL,
`base_currency_code` char(3) DEFAULT NULL,
`order_currency_code` varchar(255) DEFAULT NULL,
`shipping_name` varchar(255) DEFAULT NULL,
`billing_name` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_STATUS` (`status`),
KEY `IDX_STORE_ID` (`store_id`),
KEY `IDX_BASE_GRAND_TOTAL` (`base_grand_total`),
KEY `IDX_BASE_TOTAL_PAID` (`base_total_paid`),
KEY `IDX_GRAND_TOTAL` (`grand_total`),
KEY `IDX_TOTAL_PAID` (`total_paid`),
KEY `IDX_INCREMENT_ID` (`increment_id`),
KEY `IDX_SHIPPING_NAME` (`shipping_name`),
KEY `IDX_BILLING_NAME` (`billing_name`),
KEY `IDX_CREATED_AT` (`created_at`),
KEY `IDX_CUSTOMER_ID` (`customer_id`),
KEY `IDX_UPDATED_AT` (`updated_at`),
CONSTRAINT `FK_SALES_FLAT_ORDER_GRID_CUSTOMER` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_FLAT_ORDER_GRID_PARENT` FOREIGN KEY (`entity_id`) REFERENCES `sales_flat_order` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_FLAT_ORDER_GRID_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_order_grid`
--
LOCK TABLES `sales_flat_order_grid` WRITE;
/*!40000 ALTER TABLE `sales_flat_order_grid` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_order_grid` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_order_item`
--
DROP TABLE IF EXISTS `sales_flat_order_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_order_item` (
`item_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`order_id` int(10) unsigned NOT NULL DEFAULT '0',
`parent_item_id` int(10) unsigned DEFAULT NULL,
`quote_item_id` int(10) unsigned DEFAULT NULL,
`store_id` smallint(5) unsigned DEFAULT NULL,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`product_id` int(10) unsigned DEFAULT NULL,
`product_type` varchar(255) DEFAULT NULL,
`product_options` text,
`weight` decimal(12,4) DEFAULT '0.0000',
`is_virtual` tinyint(1) unsigned DEFAULT NULL,
`sku` varchar(255) NOT NULL DEFAULT '',
`name` varchar(255) DEFAULT NULL,
`description` text,
`applied_rule_ids` text,
`additional_data` text,
`free_shipping` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_qty_decimal` tinyint(1) unsigned DEFAULT NULL,
`no_discount` tinyint(1) unsigned DEFAULT '0',
`qty_backordered` decimal(12,4) DEFAULT '0.0000',
`qty_canceled` decimal(12,4) DEFAULT '0.0000',
`qty_invoiced` decimal(12,4) DEFAULT '0.0000',
`qty_ordered` decimal(12,4) DEFAULT '0.0000',
`qty_refunded` decimal(12,4) DEFAULT '0.0000',
`qty_shipped` decimal(12,4) DEFAULT '0.0000',
`base_cost` decimal(12,4) DEFAULT '0.0000',
`price` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_price` decimal(12,4) NOT NULL DEFAULT '0.0000',
`original_price` decimal(12,4) DEFAULT NULL,
`base_original_price` decimal(12,4) DEFAULT NULL,
`tax_percent` decimal(12,4) DEFAULT '0.0000',
`tax_amount` decimal(12,4) DEFAULT '0.0000',
`base_tax_amount` decimal(12,4) DEFAULT '0.0000',
`tax_invoiced` decimal(12,4) DEFAULT '0.0000',
`base_tax_invoiced` decimal(12,4) DEFAULT '0.0000',
`discount_percent` decimal(12,4) DEFAULT '0.0000',
`discount_amount` decimal(12,4) DEFAULT '0.0000',
`base_discount_amount` decimal(12,4) DEFAULT '0.0000',
`discount_invoiced` decimal(12,4) DEFAULT '0.0000',
`base_discount_invoiced` decimal(12,4) DEFAULT '0.0000',
`amount_refunded` decimal(12,4) DEFAULT '0.0000',
`base_amount_refunded` decimal(12,4) DEFAULT '0.0000',
`row_total` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_row_total` decimal(12,4) NOT NULL DEFAULT '0.0000',
`row_invoiced` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_row_invoiced` decimal(12,4) NOT NULL DEFAULT '0.0000',
`row_weight` decimal(12,4) DEFAULT '0.0000',
`gift_message_id` int(10) DEFAULT NULL,
`gift_message_available` int(10) DEFAULT NULL,
`base_tax_before_discount` decimal(12,4) DEFAULT NULL,
`tax_before_discount` decimal(12,4) DEFAULT NULL,
`weee_tax_applied` text,
`weee_tax_applied_amount` decimal(12,4) DEFAULT NULL,
`weee_tax_applied_row_amount` decimal(12,4) DEFAULT NULL,
`base_weee_tax_applied_amount` decimal(12,4) DEFAULT NULL,
`base_weee_tax_applied_row_amount` decimal(12,4) DEFAULT NULL,
`weee_tax_disposition` decimal(12,4) DEFAULT NULL,
`weee_tax_row_disposition` decimal(12,4) DEFAULT NULL,
`base_weee_tax_disposition` decimal(12,4) DEFAULT NULL,
`base_weee_tax_row_disposition` decimal(12,4) DEFAULT NULL,
`ext_order_item_id` varchar(255) DEFAULT NULL,
`event_id` int(10) unsigned DEFAULT NULL,
`locked_do_invoice` int(10) unsigned DEFAULT NULL,
`locked_do_ship` int(10) unsigned DEFAULT NULL,
`price_incl_tax` decimal(12,4) DEFAULT NULL,
`base_price_incl_tax` decimal(12,4) DEFAULT NULL,
`row_total_incl_tax` decimal(12,4) DEFAULT NULL,
`base_row_total_incl_tax` decimal(12,4) DEFAULT NULL,
`hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`base_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`hidden_tax_invoiced` decimal(12,4) DEFAULT NULL,
`base_hidden_tax_invoiced` decimal(12,4) DEFAULT NULL,
`hidden_tax_refunded` decimal(12,4) DEFAULT NULL,
`base_hidden_tax_refunded` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`item_id`),
KEY `IDX_ORDER` (`order_id`),
KEY `IDX_STORE_ID` (`store_id`),
CONSTRAINT `FK_SALES_FLAT_ORDER_ITEM_PARENT` FOREIGN KEY (`order_id`) REFERENCES `sales_flat_order` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_FLAT_ORDER_ITEM_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_order_item`
--
LOCK TABLES `sales_flat_order_item` WRITE;
/*!40000 ALTER TABLE `sales_flat_order_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_order_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_order_payment`
--
DROP TABLE IF EXISTS `sales_flat_order_payment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_order_payment` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL,
`base_shipping_captured` decimal(12,4) DEFAULT NULL,
`shipping_captured` decimal(12,4) DEFAULT NULL,
`amount_refunded` decimal(12,4) DEFAULT NULL,
`base_amount_paid` decimal(12,4) DEFAULT NULL,
`amount_canceled` decimal(12,4) DEFAULT NULL,
`base_amount_authorized` decimal(12,4) DEFAULT NULL,
`base_amount_paid_online` decimal(12,4) DEFAULT NULL,
`base_amount_refunded_online` decimal(12,4) DEFAULT NULL,
`base_shipping_amount` decimal(12,4) DEFAULT NULL,
`shipping_amount` decimal(12,4) DEFAULT NULL,
`amount_paid` decimal(12,4) DEFAULT NULL,
`amount_authorized` decimal(12,4) DEFAULT NULL,
`base_amount_ordered` decimal(12,4) DEFAULT NULL,
`base_shipping_refunded` decimal(12,4) DEFAULT NULL,
`shipping_refunded` decimal(12,4) DEFAULT NULL,
`base_amount_refunded` decimal(12,4) DEFAULT NULL,
`amount_ordered` decimal(12,4) DEFAULT NULL,
`base_amount_canceled` decimal(12,4) DEFAULT NULL,
`ideal_transaction_checked` tinyint(1) unsigned DEFAULT NULL,
`quote_payment_id` int(10) DEFAULT NULL,
`additional_data` text,
`cc_exp_month` varchar(255) DEFAULT NULL,
`cc_ss_start_year` varchar(255) DEFAULT NULL,
`echeck_bank_name` varchar(255) DEFAULT NULL,
`method` varchar(255) DEFAULT NULL,
`cc_debug_request_body` varchar(255) DEFAULT NULL,
`cc_secure_verify` varchar(255) DEFAULT NULL,
`cybersource_token` varchar(255) DEFAULT NULL,
`ideal_issuer_title` varchar(255) DEFAULT NULL,
`protection_eligibility` varchar(255) DEFAULT NULL,
`cc_approval` varchar(255) DEFAULT NULL,
`cc_last4` varchar(255) DEFAULT NULL,
`cc_status_description` varchar(255) DEFAULT NULL,
`echeck_type` varchar(255) DEFAULT NULL,
`paybox_question_number` varchar(255) DEFAULT NULL,
`cc_debug_response_serialized` varchar(255) DEFAULT NULL,
`cc_ss_start_month` varchar(255) DEFAULT NULL,
`echeck_account_type` varchar(255) DEFAULT NULL,
`last_trans_id` varchar(255) DEFAULT NULL,
`cc_cid_status` varchar(255) DEFAULT NULL,
`cc_owner` varchar(255) DEFAULT NULL,
`cc_type` varchar(255) DEFAULT NULL,
`ideal_issuer_id` varchar(255) DEFAULT NULL,
`po_number` varchar(255) DEFAULT NULL,
`cc_exp_year` varchar(255) DEFAULT NULL,
`cc_status` varchar(255) DEFAULT NULL,
`echeck_routing_number` varchar(255) DEFAULT NULL,
`account_status` varchar(255) DEFAULT NULL,
`anet_trans_method` varchar(255) DEFAULT NULL,
`cc_debug_response_body` varchar(255) DEFAULT NULL,
`cc_ss_issue` varchar(255) DEFAULT NULL,
`echeck_account_name` varchar(255) DEFAULT NULL,
`cc_avs_status` varchar(255) DEFAULT NULL,
`cc_number_enc` varchar(255) DEFAULT NULL,
`cc_trans_id` varchar(255) DEFAULT NULL,
`flo2cash_account_id` varchar(255) DEFAULT NULL,
`paybox_request_number` varchar(255) DEFAULT NULL,
`address_status` varchar(255) DEFAULT NULL,
`cc_raw_request` text,
`cc_raw_response` text,
`customer_payment_id` int(11) DEFAULT NULL,
`amount` decimal(12,4) DEFAULT NULL,
`additional_information` text,
PRIMARY KEY (`entity_id`),
KEY `IDX_PARENT_ID` (`parent_id`),
CONSTRAINT `FK_SALES_FLAT_ORDER_PAYMENT_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `sales_flat_order` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_order_payment`
--
LOCK TABLES `sales_flat_order_payment` WRITE;
/*!40000 ALTER TABLE `sales_flat_order_payment` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_order_payment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_order_status_history`
--
DROP TABLE IF EXISTS `sales_flat_order_status_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_order_status_history` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL,
`is_customer_notified` int(10) DEFAULT NULL,
`is_visible_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`comment` text,
`status` varchar(32) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_PARENT_ID` (`parent_id`),
KEY `IDX_CREATED_AT` (`created_at`),
CONSTRAINT `FK_SALES_FLAT_ORDER_STATUS_HISTORY_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `sales_flat_order` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_order_status_history`
--
LOCK TABLES `sales_flat_order_status_history` WRITE;
/*!40000 ALTER TABLE `sales_flat_order_status_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_order_status_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_quote`
--
DROP TABLE IF EXISTS `sales_flat_quote`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_quote` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`converted_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`is_active` tinyint(1) unsigned DEFAULT '1',
`is_virtual` tinyint(1) unsigned DEFAULT '0',
`is_multi_shipping` tinyint(1) unsigned DEFAULT '0',
`items_count` int(10) unsigned DEFAULT '0',
`items_qty` decimal(12,4) DEFAULT '0.0000',
`orig_order_id` int(10) unsigned DEFAULT '0',
`store_to_base_rate` decimal(12,4) DEFAULT '0.0000',
`store_to_quote_rate` decimal(12,4) DEFAULT '0.0000',
`base_to_global_rate` decimal(12,4) DEFAULT NULL,
`base_to_quote_rate` decimal(12,4) DEFAULT NULL,
`global_currency_code` varchar(255) DEFAULT NULL,
`base_currency_code` varchar(255) DEFAULT NULL,
`store_currency_code` varchar(255) DEFAULT NULL,
`quote_currency_code` varchar(255) DEFAULT NULL,
`grand_total` decimal(12,4) DEFAULT '0.0000',
`base_grand_total` decimal(12,4) DEFAULT '0.0000',
`checkout_method` varchar(255) DEFAULT NULL,
`customer_id` int(10) unsigned DEFAULT '0',
`customer_tax_class_id` int(10) unsigned DEFAULT '0',
`customer_group_id` int(10) unsigned DEFAULT '0',
`customer_email` varchar(255) DEFAULT NULL,
`customer_prefix` varchar(40) DEFAULT NULL,
`customer_firstname` varchar(255) DEFAULT NULL,
`customer_middlename` varchar(40) DEFAULT NULL,
`customer_lastname` varchar(255) DEFAULT NULL,
`customer_suffix` varchar(40) DEFAULT NULL,
`customer_dob` datetime DEFAULT NULL,
`customer_note` varchar(255) DEFAULT NULL,
`customer_note_notify` tinyint(1) unsigned DEFAULT '1',
`customer_is_guest` tinyint(1) unsigned DEFAULT '0',
`customer_taxvat` varchar(255) DEFAULT NULL,
`remote_ip` varchar(32) DEFAULT NULL,
`applied_rule_ids` varchar(255) DEFAULT NULL,
`reserved_order_id` varchar(64) DEFAULT '',
`password_hash` varchar(255) DEFAULT NULL,
`coupon_code` varchar(255) DEFAULT NULL,
`subtotal` decimal(12,4) DEFAULT NULL,
`base_subtotal` decimal(12,4) DEFAULT NULL,
`subtotal_with_discount` decimal(12,4) DEFAULT NULL,
`base_subtotal_with_discount` decimal(12,4) DEFAULT NULL,
`gift_message_id` varchar(255) DEFAULT NULL,
`is_changed` int(10) unsigned DEFAULT NULL,
`trigger_recollect` tinyint(1) NOT NULL DEFAULT '0',
`ext_shipping_info` text,
`customer_balance_amount_used` decimal(12,4) DEFAULT NULL,
`base_customer_balance_amount_used` decimal(12,4) DEFAULT NULL,
`use_customer_balance` int(10) unsigned DEFAULT NULL,
`gift_cards` text,
`gift_cards_amount` decimal(12,4) DEFAULT NULL,
`base_gift_cards_amount` decimal(12,4) DEFAULT NULL,
`gift_cards_amount_used` decimal(12,4) DEFAULT NULL,
`base_gift_cards_amount_used` decimal(12,4) DEFAULT NULL,
`customer_gender` int(10) unsigned DEFAULT NULL,
`use_reward_points` int(10) unsigned DEFAULT NULL,
`reward_points_balance` int(10) unsigned DEFAULT NULL,
`base_reward_currency_amount` decimal(12,4) DEFAULT NULL,
`reward_currency_amount` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `FK_SALES_QUOTE_STORE` (`store_id`),
KEY `IDX_CUSTOMER` (`customer_id`,`store_id`,`is_active`),
CONSTRAINT `FK_SALES_QUOTE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_quote`
--
LOCK TABLES `sales_flat_quote` WRITE;
/*!40000 ALTER TABLE `sales_flat_quote` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_quote` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_quote_address`
--
DROP TABLE IF EXISTS `sales_flat_quote_address`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_quote_address` (
`address_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`quote_id` int(10) unsigned NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`customer_id` int(10) unsigned DEFAULT NULL,
`save_in_address_book` tinyint(1) DEFAULT '0',
`customer_address_id` int(10) unsigned DEFAULT NULL,
`address_type` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`prefix` varchar(40) DEFAULT NULL,
`firstname` varchar(255) DEFAULT NULL,
`middlename` varchar(40) DEFAULT NULL,
`lastname` varchar(255) DEFAULT NULL,
`suffix` varchar(40) DEFAULT NULL,
`company` varchar(255) DEFAULT NULL,
`street` varchar(255) DEFAULT NULL,
`city` varchar(255) DEFAULT NULL,
`region` varchar(255) DEFAULT NULL,
`region_id` int(10) unsigned DEFAULT NULL,
`postcode` varchar(255) DEFAULT NULL,
`country_id` varchar(255) DEFAULT NULL,
`telephone` varchar(255) DEFAULT NULL,
`fax` varchar(255) DEFAULT NULL,
`same_as_billing` tinyint(1) unsigned NOT NULL DEFAULT '0',
`free_shipping` tinyint(1) unsigned NOT NULL DEFAULT '0',
`collect_shipping_rates` tinyint(1) unsigned NOT NULL DEFAULT '0',
`shipping_method` varchar(255) NOT NULL DEFAULT '',
`shipping_description` varchar(255) NOT NULL DEFAULT '',
`weight` decimal(12,4) NOT NULL DEFAULT '0.0000',
`subtotal` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_subtotal` decimal(12,4) NOT NULL DEFAULT '0.0000',
`subtotal_with_discount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_subtotal_with_discount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`tax_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_tax_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`shipping_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_shipping_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`shipping_tax_amount` decimal(12,4) DEFAULT NULL,
`base_shipping_tax_amount` decimal(12,4) DEFAULT NULL,
`discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`grand_total` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_grand_total` decimal(12,4) NOT NULL DEFAULT '0.0000',
`customer_notes` text,
`applied_taxes` text,
`gift_message_id` varchar(255) DEFAULT NULL,
`base_customer_balance_amount` decimal(12,4) DEFAULT NULL,
`customer_balance_amount` decimal(12,4) DEFAULT NULL,
`gift_cards_amount` decimal(12,4) DEFAULT NULL,
`base_gift_cards_amount` decimal(12,4) DEFAULT NULL,
`gift_cards` text,
`used_gift_cards` text,
`discount_description` varchar(255) DEFAULT NULL,
`shipping_discount_amount` decimal(12,4) DEFAULT NULL,
`base_shipping_discount_amount` decimal(12,4) DEFAULT NULL,
`subtotal_incl_tax` decimal(12,4) DEFAULT NULL,
`base_subtotal_total_incl_tax` decimal(12,4) DEFAULT NULL,
`reward_points_balance` int(10) unsigned DEFAULT NULL,
`base_reward_currency_amount` decimal(12,4) DEFAULT NULL,
`reward_currency_amount` decimal(12,4) DEFAULT NULL,
`hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`base_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`shipping_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`base_shipping_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`shipping_incl_tax` decimal(12,4) DEFAULT NULL,
`base_shipping_incl_tax` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`address_id`),
KEY `FK_SALES_QUOTE_ADDRESS_SALES_QUOTE` (`quote_id`),
CONSTRAINT `FK_SALES_QUOTE_ADDRESS_SALES_QUOTE` FOREIGN KEY (`quote_id`) REFERENCES `sales_flat_quote` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_quote_address`
--
LOCK TABLES `sales_flat_quote_address` WRITE;
/*!40000 ALTER TABLE `sales_flat_quote_address` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_quote_address` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_quote_address_item`
--
DROP TABLE IF EXISTS `sales_flat_quote_address_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_quote_address_item` (
`address_item_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_item_id` int(10) unsigned DEFAULT NULL,
`quote_address_id` int(10) unsigned NOT NULL DEFAULT '0',
`quote_item_id` int(10) unsigned NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`applied_rule_ids` text,
`additional_data` text,
`weight` decimal(12,4) DEFAULT '0.0000',
`qty` decimal(12,4) NOT NULL DEFAULT '0.0000',
`discount_amount` decimal(12,4) DEFAULT '0.0000',
`tax_amount` decimal(12,4) DEFAULT '0.0000',
`row_total` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_row_total` decimal(12,4) NOT NULL DEFAULT '0.0000',
`row_total_with_discount` decimal(12,4) DEFAULT '0.0000',
`base_discount_amount` decimal(12,4) DEFAULT '0.0000',
`base_tax_amount` decimal(12,4) DEFAULT '0.0000',
`row_weight` decimal(12,4) DEFAULT '0.0000',
`product_id` int(10) unsigned DEFAULT NULL,
`super_product_id` int(10) unsigned DEFAULT NULL,
`parent_product_id` int(10) unsigned DEFAULT NULL,
`sku` varchar(255) DEFAULT NULL,
`image` varchar(255) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`description` text,
`free_shipping` int(10) unsigned DEFAULT NULL,
`is_qty_decimal` int(10) unsigned DEFAULT NULL,
`price` decimal(12,4) DEFAULT NULL,
`discount_percent` decimal(12,4) DEFAULT NULL,
`no_discount` int(10) unsigned DEFAULT NULL,
`tax_percent` decimal(12,4) DEFAULT NULL,
`base_price` decimal(12,4) DEFAULT NULL,
`gift_message_id` varchar(255) DEFAULT NULL,
`base_cost` decimal(12,4) DEFAULT NULL,
`price_incl_tax` decimal(12,4) DEFAULT NULL,
`base_price_incl_tax` decimal(12,4) DEFAULT NULL,
`row_total_incl_tax` decimal(12,4) DEFAULT NULL,
`base_row_total_incl_tax` decimal(12,4) DEFAULT NULL,
`hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`base_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`address_item_id`),
KEY `FK_QUOTE_ADDRESS_ITEM_QUOTE_ADDRESS` (`quote_address_id`),
KEY `FK_SALES_QUOTE_ADDRESS_ITEM_QUOTE_ITEM` (`quote_item_id`),
KEY `FK_SALES_FLAT_QUOTE_ADDRESS_ITEM_PARENT` (`parent_item_id`),
CONSTRAINT `FK_QUOTE_ADDRESS_ITEM_QUOTE_ADDRESS` FOREIGN KEY (`quote_address_id`) REFERENCES `sales_flat_quote_address` (`address_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_FLAT_QUOTE_ADDRESS_ITEM_PARENT` FOREIGN KEY (`parent_item_id`) REFERENCES `sales_flat_quote_address_item` (`address_item_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_QUOTE_ADDRESS_ITEM_QUOTE_ITEM` FOREIGN KEY (`quote_item_id`) REFERENCES `sales_flat_quote_item` (`item_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_quote_address_item`
--
LOCK TABLES `sales_flat_quote_address_item` WRITE;
/*!40000 ALTER TABLE `sales_flat_quote_address_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_quote_address_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_quote_item`
--
DROP TABLE IF EXISTS `sales_flat_quote_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_quote_item` (
`item_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`quote_id` int(10) unsigned NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`product_id` int(10) unsigned DEFAULT NULL,
`store_id` smallint(5) unsigned DEFAULT NULL,
`parent_item_id` int(10) unsigned DEFAULT NULL,
`is_virtual` tinyint(1) unsigned DEFAULT NULL,
`sku` varchar(255) NOT NULL DEFAULT '',
`name` varchar(255) DEFAULT NULL,
`description` text,
`applied_rule_ids` text,
`additional_data` text,
`free_shipping` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_qty_decimal` tinyint(1) unsigned DEFAULT NULL,
`no_discount` tinyint(1) unsigned DEFAULT '0',
`weight` decimal(12,4) DEFAULT '0.0000',
`qty` decimal(12,4) NOT NULL DEFAULT '0.0000',
`price` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_price` decimal(12,4) NOT NULL DEFAULT '0.0000',
`custom_price` decimal(12,4) DEFAULT NULL,
`discount_percent` decimal(12,4) DEFAULT '0.0000',
`discount_amount` decimal(12,4) DEFAULT '0.0000',
`base_discount_amount` decimal(12,4) DEFAULT '0.0000',
`tax_percent` decimal(12,4) DEFAULT '0.0000',
`tax_amount` decimal(12,4) DEFAULT '0.0000',
`base_tax_amount` decimal(12,4) DEFAULT '0.0000',
`row_total` decimal(12,4) NOT NULL DEFAULT '0.0000',
`base_row_total` decimal(12,4) NOT NULL DEFAULT '0.0000',
`row_total_with_discount` decimal(12,4) DEFAULT '0.0000',
`row_weight` decimal(12,4) DEFAULT '0.0000',
`product_type` varchar(255) DEFAULT NULL,
`base_tax_before_discount` decimal(12,4) DEFAULT NULL,
`tax_before_discount` decimal(12,4) DEFAULT NULL,
`original_custom_price` decimal(12,4) DEFAULT NULL,
`gift_message_id` varchar(255) DEFAULT NULL,
`weee_tax_applied` text,
`weee_tax_applied_amount` decimal(12,4) DEFAULT NULL,
`weee_tax_applied_row_amount` decimal(12,4) DEFAULT NULL,
`base_weee_tax_applied_amount` decimal(12,4) DEFAULT NULL,
`base_weee_tax_applied_row_amount` decimal(12,4) DEFAULT NULL,
`weee_tax_disposition` decimal(12,4) DEFAULT NULL,
`weee_tax_row_disposition` decimal(12,4) DEFAULT NULL,
`base_weee_tax_disposition` decimal(12,4) DEFAULT NULL,
`base_weee_tax_row_disposition` decimal(12,4) DEFAULT NULL,
`event_id` int(10) unsigned DEFAULT NULL,
`redirect_url` varchar(255) DEFAULT NULL,
`base_cost` decimal(12,4) DEFAULT NULL,
`price_incl_tax` decimal(12,4) DEFAULT NULL,
`base_price_incl_tax` decimal(12,4) DEFAULT NULL,
`row_total_incl_tax` decimal(12,4) DEFAULT NULL,
`base_row_total_incl_tax` decimal(12,4) DEFAULT NULL,
`hidden_tax_amount` decimal(12,4) DEFAULT NULL,
`base_hidden_tax_amount` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`item_id`),
KEY `FK_SALES_QUOTE_ITEM_SALES_QUOTE` (`quote_id`),
KEY `FK_SALES_FLAT_QUOTE_ITEM_PARENT_ITEM` (`parent_item_id`),
KEY `FK_SALES_QUOTE_ITEM_CATALOG_PRODUCT_ENTITY` (`product_id`),
KEY `FK_SALES_QUOTE_ITEM_STORE` (`store_id`),
CONSTRAINT `FK_SALES_FLAT_QUOTE_ITEM_PARENT_ITEM` FOREIGN KEY (`parent_item_id`) REFERENCES `sales_flat_quote_item` (`item_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_QUOTE_ITEM_CATALOG_PRODUCT_ENTITY` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_QUOTE_ITEM_SALES_QUOTE` FOREIGN KEY (`quote_id`) REFERENCES `sales_flat_quote` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_QUOTE_ITEM_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_quote_item`
--
LOCK TABLES `sales_flat_quote_item` WRITE;
/*!40000 ALTER TABLE `sales_flat_quote_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_quote_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_quote_item_option`
--
DROP TABLE IF EXISTS `sales_flat_quote_item_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_quote_item_option` (
`option_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`item_id` int(10) unsigned NOT NULL,
`product_id` int(10) unsigned NOT NULL,
`code` varchar(255) NOT NULL,
`value` text NOT NULL,
PRIMARY KEY (`option_id`),
KEY `FK_SALES_QUOTE_ITEM_OPTION_ITEM_ID` (`item_id`),
CONSTRAINT `FK_SALES_QUOTE_ITEM_OPTION_ITEM_ID` FOREIGN KEY (`item_id`) REFERENCES `sales_flat_quote_item` (`item_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8 COMMENT='Additional options for quote item';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_quote_item_option`
--
LOCK TABLES `sales_flat_quote_item_option` WRITE;
/*!40000 ALTER TABLE `sales_flat_quote_item_option` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_quote_item_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_quote_payment`
--
DROP TABLE IF EXISTS `sales_flat_quote_payment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_quote_payment` (
`payment_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`quote_id` int(10) unsigned NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`method` varchar(255) DEFAULT '',
`cc_type` varchar(255) DEFAULT '',
`cc_number_enc` varchar(255) DEFAULT '',
`cc_last4` varchar(255) DEFAULT '',
`cc_cid_enc` varchar(255) DEFAULT '',
`cc_owner` varchar(255) DEFAULT '',
`cc_exp_month` tinyint(2) unsigned DEFAULT '0',
`cc_exp_year` smallint(4) unsigned DEFAULT '0',
`cc_ss_owner` varchar(255) DEFAULT '',
`cc_ss_start_month` tinyint(2) unsigned DEFAULT '0',
`cc_ss_start_year` smallint(4) unsigned DEFAULT '0',
`cybersource_token` varchar(255) DEFAULT '',
`paypal_correlation_id` varchar(255) DEFAULT '',
`paypal_payer_id` varchar(255) DEFAULT '',
`paypal_payer_status` varchar(255) DEFAULT '',
`po_number` varchar(255) DEFAULT '',
`additional_data` text,
`cc_ss_issue` varchar(255) DEFAULT NULL,
`ideal_issuer_id` varchar(255) DEFAULT NULL,
`ideal_issuer_list` varchar(255) DEFAULT NULL,
`additional_information` text,
PRIMARY KEY (`payment_id`),
KEY `FK_SALES_QUOTE_PAYMENT_SALES_QUOTE` (`quote_id`),
CONSTRAINT `FK_SALES_QUOTE_PAYMENT_SALES_QUOTE` FOREIGN KEY (`quote_id`) REFERENCES `sales_flat_quote` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_quote_payment`
--
LOCK TABLES `sales_flat_quote_payment` WRITE;
/*!40000 ALTER TABLE `sales_flat_quote_payment` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_quote_payment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_quote_shipping_rate`
--
DROP TABLE IF EXISTS `sales_flat_quote_shipping_rate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_quote_shipping_rate` (
`rate_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`address_id` int(10) unsigned NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`carrier` varchar(255) DEFAULT NULL,
`carrier_title` varchar(255) DEFAULT NULL,
`code` varchar(255) DEFAULT NULL,
`method` varchar(255) DEFAULT NULL,
`method_description` text,
`price` decimal(12,4) NOT NULL DEFAULT '0.0000',
`error_message` text,
`method_title` varchar(255) DEFAULT NULL,
PRIMARY KEY (`rate_id`),
KEY `FK_SALES_QUOTE_SHIPPING_RATE_ADDRESS` (`address_id`),
CONSTRAINT `FK_SALES_QUOTE_SHIPPING_RATE_ADDRESS` FOREIGN KEY (`address_id`) REFERENCES `sales_flat_quote_address` (`address_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_quote_shipping_rate`
--
LOCK TABLES `sales_flat_quote_shipping_rate` WRITE;
/*!40000 ALTER TABLE `sales_flat_quote_shipping_rate` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_quote_shipping_rate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_shipment`
--
DROP TABLE IF EXISTS `sales_flat_shipment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_shipment` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`store_id` smallint(5) unsigned DEFAULT NULL,
`total_weight` decimal(12,4) DEFAULT NULL,
`total_qty` decimal(12,4) DEFAULT NULL,
`email_sent` tinyint(1) unsigned DEFAULT NULL,
`order_id` int(10) unsigned NOT NULL,
`customer_id` int(10) DEFAULT NULL,
`shipping_address_id` int(10) DEFAULT NULL,
`billing_address_id` int(10) DEFAULT NULL,
`shipment_status` int(10) DEFAULT NULL,
`increment_id` varchar(50) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_STORE_ID` (`store_id`),
KEY `IDX_TOTAL_QTY` (`total_qty`),
KEY `IDX_INCREMENT_ID` (`increment_id`),
KEY `IDX_ORDER_ID` (`order_id`),
KEY `IDX_CREATED_AT` (`created_at`),
KEY `IDX_UPDATED_AT` (`updated_at`),
CONSTRAINT `FK_SALES_FLAT_SHIPMENT_PARENT` FOREIGN KEY (`order_id`) REFERENCES `sales_flat_order` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_FLAT_SHIPMENT_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_shipment`
--
LOCK TABLES `sales_flat_shipment` WRITE;
/*!40000 ALTER TABLE `sales_flat_shipment` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_shipment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_shipment_comment`
--
DROP TABLE IF EXISTS `sales_flat_shipment_comment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_shipment_comment` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL,
`is_customer_notified` int(10) DEFAULT NULL,
`comment` text,
`created_at` datetime DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_CREATED_AT` (`created_at`),
KEY `IDX_PARENT_ID` (`parent_id`),
CONSTRAINT `FK_SALES_FLAT_SHIPMENT_COMMENT_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `sales_flat_shipment` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_shipment_comment`
--
LOCK TABLES `sales_flat_shipment_comment` WRITE;
/*!40000 ALTER TABLE `sales_flat_shipment_comment` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_shipment_comment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_shipment_grid`
--
DROP TABLE IF EXISTS `sales_flat_shipment_grid`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_shipment_grid` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`store_id` smallint(5) unsigned DEFAULT NULL,
`total_qty` decimal(12,4) DEFAULT NULL,
`order_id` int(10) unsigned NOT NULL,
`shipment_status` int(10) DEFAULT NULL,
`increment_id` varchar(50) DEFAULT NULL,
`order_increment_id` varchar(50) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`order_created_at` datetime DEFAULT NULL,
`shipping_name` varchar(255) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_STORE_ID` (`store_id`),
KEY `IDX_TOTAL_QTY` (`total_qty`),
KEY `IDX_ORDER_ID` (`order_id`),
KEY `IDX_SHIPMENT_STATUS` (`shipment_status`),
KEY `IDX_INCREMENT_ID` (`increment_id`),
KEY `IDX_ORDER_INCREMENT_ID` (`order_increment_id`),
KEY `IDX_CREATED_AT` (`created_at`),
KEY `IDX_ORDER_CREATED_AT` (`order_created_at`),
KEY `IDX_SHIPPING_NAME` (`shipping_name`),
CONSTRAINT `FK_SALES_FLAT_SHIPMENT_GRID_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_FLAT_SHIPMENT_GRID_PARENT` FOREIGN KEY (`entity_id`) REFERENCES `sales_flat_shipment` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_shipment_grid`
--
LOCK TABLES `sales_flat_shipment_grid` WRITE;
/*!40000 ALTER TABLE `sales_flat_shipment_grid` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_shipment_grid` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_shipment_item`
--
DROP TABLE IF EXISTS `sales_flat_shipment_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_shipment_item` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL,
`row_total` decimal(12,4) DEFAULT NULL,
`price` decimal(12,4) DEFAULT NULL,
`weight` decimal(12,4) DEFAULT NULL,
`qty` decimal(12,4) DEFAULT NULL,
`product_id` int(10) DEFAULT NULL,
`order_item_id` int(10) DEFAULT NULL,
`additional_data` text,
`description` text,
`name` varchar(255) DEFAULT NULL,
`sku` varchar(255) DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_PARENT_ID` (`parent_id`),
CONSTRAINT `FK_SALES_FLAT_SHIPMENT_ITEM_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `sales_flat_shipment` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_shipment_item`
--
LOCK TABLES `sales_flat_shipment_item` WRITE;
/*!40000 ALTER TABLE `sales_flat_shipment_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_shipment_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_flat_shipment_track`
--
DROP TABLE IF EXISTS `sales_flat_shipment_track`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_shipment_track` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL,
`weight` decimal(12,4) DEFAULT NULL,
`qty` decimal(12,4) DEFAULT NULL,
`order_id` int(10) unsigned NOT NULL,
`number` text,
`description` text,
`title` varchar(255) DEFAULT NULL,
`carrier_code` varchar(32) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`entity_id`),
KEY `IDX_PARENT_ID` (`parent_id`),
KEY `IDX_ORDER_ID` (`order_id`),
KEY `IDX_CREATED_AT` (`created_at`),
CONSTRAINT `FK_SALES_FLAT_SHIPMENT_TRACK_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `sales_flat_shipment` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_shipment_track`
--
LOCK TABLES `sales_flat_shipment_track` WRITE;
/*!40000 ALTER TABLE `sales_flat_shipment_track` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_flat_shipment_track` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_invoiced_aggregated`
--
DROP TABLE IF EXISTS `sales_invoiced_aggregated`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_invoiced_aggregated` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`period` date NOT NULL DEFAULT '0000-00-00',
`store_id` smallint(5) unsigned DEFAULT NULL,
`order_status` varchar(50) NOT NULL DEFAULT '',
`orders_count` int(11) NOT NULL DEFAULT '0',
`orders_invoiced` decimal(12,4) NOT NULL DEFAULT '0.0000',
`invoiced` decimal(12,4) NOT NULL DEFAULT '0.0000',
`invoiced_captured` decimal(12,4) NOT NULL DEFAULT '0.0000',
`invoiced_not_captured` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`id`),
UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`),
KEY `IDX_STORE_ID` (`store_id`),
CONSTRAINT `FK_SALES_INVOICED_AGGREGATED_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_invoiced_aggregated`
--
LOCK TABLES `sales_invoiced_aggregated` WRITE;
/*!40000 ALTER TABLE `sales_invoiced_aggregated` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_invoiced_aggregated` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_invoiced_aggregated_order`
--
DROP TABLE IF EXISTS `sales_invoiced_aggregated_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_invoiced_aggregated_order` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`period` date NOT NULL DEFAULT '0000-00-00',
`store_id` smallint(5) unsigned DEFAULT NULL,
`order_status` varchar(50) NOT NULL DEFAULT '',
`orders_count` int(11) NOT NULL DEFAULT '0',
`orders_invoiced` decimal(12,4) NOT NULL DEFAULT '0.0000',
`invoiced` decimal(12,4) NOT NULL DEFAULT '0.0000',
`invoiced_captured` decimal(12,4) NOT NULL DEFAULT '0.0000',
`invoiced_not_captured` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`id`),
UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`),
KEY `IDX_STORE_ID` (`store_id`),
CONSTRAINT `FK_SALES_INVOICED_AGGREGATED_ORDER_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_invoiced_aggregated_order`
--
LOCK TABLES `sales_invoiced_aggregated_order` WRITE;
/*!40000 ALTER TABLE `sales_invoiced_aggregated_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_invoiced_aggregated_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_order_aggregated_created`
--
DROP TABLE IF EXISTS `sales_order_aggregated_created`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_order_aggregated_created` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`period` date NOT NULL DEFAULT '0000-00-00',
`store_id` smallint(5) unsigned DEFAULT NULL,
`order_status` varchar(50) NOT NULL DEFAULT '',
`orders_count` int(11) NOT NULL DEFAULT '0',
`total_qty_ordered` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_qty_invoiced` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_income_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_revenue_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_profit_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_invoiced_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_canceled_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_paid_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_refunded_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_tax_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_tax_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_shipping_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_shipping_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_discount_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`id`),
UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`),
KEY `IDX_STORE_ID` (`store_id`),
CONSTRAINT `FK_SALES_ORDER_AGGREGATED_CREATED` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order_aggregated_created`
--
LOCK TABLES `sales_order_aggregated_created` WRITE;
/*!40000 ALTER TABLE `sales_order_aggregated_created` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_order_aggregated_created` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_order_tax`
--
DROP TABLE IF EXISTS `sales_order_tax`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_order_tax` (
`tax_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`order_id` int(10) unsigned NOT NULL,
`code` varchar(255) NOT NULL,
`title` varchar(255) NOT NULL,
`percent` decimal(12,4) NOT NULL,
`amount` decimal(12,4) NOT NULL,
`priority` int(11) NOT NULL,
`position` int(11) NOT NULL,
`base_amount` decimal(12,4) NOT NULL,
`process` smallint(6) NOT NULL,
`base_real_amount` decimal(12,4) NOT NULL,
`hidden` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`tax_id`),
KEY `IDX_ORDER_TAX` (`order_id`,`priority`,`position`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order_tax`
--
LOCK TABLES `sales_order_tax` WRITE;
/*!40000 ALTER TABLE `sales_order_tax` DISABLE KEYS */;
INSERT INTO `sales_order_tax` VALUES (1,1,'US-CA-*-Rate 1','US-CA-*-Rate 1','8.2500','66.0000',1,1,'66.0000',0,'66.0000',0),(2,2,'US-CA-*-Rate 1','US-CA-*-Rate 1','8.2500','9.9000',1,1,'9.9000',0,'9.9000',0),(3,3,'US-CA-*-Rate 1','US-CA-*-Rate 1','8.2500','31.7100',1,1,'41.2500',0,'41.2500',0),(4,4,'US-CA-*-Rate 1','US-CA-*-Rate 1','8.2500','36.7800',1,1,'47.8500',0,'47.8500',0),(5,5,'US-CA-*-Rate 1','US-CA-*-Rate 1','8.2500','1336.4500',1,1,'1336.4500',0,'1336.4500',0),(6,6,'US-CA-*-Rate 1','US-CA-*-Rate 1','8.2500','515.6200',1,1,'515.6200',0,'515.6200',0);
/*!40000 ALTER TABLE `sales_order_tax` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_payment_transaction`
--
DROP TABLE IF EXISTS `sales_payment_transaction`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_payment_transaction` (
`transaction_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned DEFAULT NULL,
`order_id` int(10) unsigned NOT NULL DEFAULT '0',
`payment_id` int(10) unsigned NOT NULL DEFAULT '0',
`txn_id` varchar(100) NOT NULL DEFAULT '',
`parent_txn_id` varchar(100) DEFAULT NULL,
`txn_type` varchar(15) NOT NULL DEFAULT '',
`is_closed` tinyint(1) unsigned NOT NULL DEFAULT '1',
`additional_information` blob,
PRIMARY KEY (`transaction_id`),
UNIQUE KEY `UNQ_ORDER_PAYMENT_TXN` (`order_id`,`payment_id`,`txn_id`),
KEY `IDX_ORDER_ID` (`order_id`),
KEY `IDX_PARENT_ID` (`parent_id`),
KEY `IDX_PAYMENT_ID` (`payment_id`),
CONSTRAINT `FK_SALES_PAYMENT_TRANSACTION_PAYMENT` FOREIGN KEY (`payment_id`) REFERENCES `sales_flat_order_payment` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_PAYMENT_TRANSACTION_ORDER` FOREIGN KEY (`order_id`) REFERENCES `sales_flat_order` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALES_PAYMENT_TRANSACTION_PARENT` FOREIGN KEY (`parent_id`) REFERENCES `sales_payment_transaction` (`transaction_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_payment_transaction`
--
LOCK TABLES `sales_payment_transaction` WRITE;
/*!40000 ALTER TABLE `sales_payment_transaction` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_payment_transaction` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_refunded_aggregated`
--
DROP TABLE IF EXISTS `sales_refunded_aggregated`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_refunded_aggregated` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`period` date NOT NULL DEFAULT '0000-00-00',
`store_id` smallint(5) unsigned DEFAULT NULL,
`order_status` varchar(50) NOT NULL DEFAULT '',
`orders_count` int(11) NOT NULL DEFAULT '0',
`refunded` decimal(12,4) NOT NULL DEFAULT '0.0000',
`online_refunded` decimal(12,4) NOT NULL DEFAULT '0.0000',
`offline_refunded` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`id`),
UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`),
KEY `IDX_STORE_ID` (`store_id`),
CONSTRAINT `FK_SALES_REFUNDED_AGGREGATED_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_refunded_aggregated`
--
LOCK TABLES `sales_refunded_aggregated` WRITE;
/*!40000 ALTER TABLE `sales_refunded_aggregated` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_refunded_aggregated` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_refunded_aggregated_order`
--
DROP TABLE IF EXISTS `sales_refunded_aggregated_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_refunded_aggregated_order` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`period` date NOT NULL DEFAULT '0000-00-00',
`store_id` smallint(5) unsigned DEFAULT NULL,
`order_status` varchar(50) NOT NULL DEFAULT '',
`orders_count` int(11) NOT NULL DEFAULT '0',
`refunded` decimal(12,4) NOT NULL DEFAULT '0.0000',
`online_refunded` decimal(12,4) NOT NULL DEFAULT '0.0000',
`offline_refunded` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`id`),
UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`),
KEY `IDX_STORE_ID` (`store_id`),
CONSTRAINT `FK_SALES_REFUNDED_AGGREGATED_ORDER_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_refunded_aggregated_order`
--
LOCK TABLES `sales_refunded_aggregated_order` WRITE;
/*!40000 ALTER TABLE `sales_refunded_aggregated_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_refunded_aggregated_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_shipping_aggregated`
--
DROP TABLE IF EXISTS `sales_shipping_aggregated`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_shipping_aggregated` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`period` date NOT NULL DEFAULT '0000-00-00',
`store_id` smallint(5) unsigned DEFAULT NULL,
`order_status` varchar(50) NOT NULL DEFAULT '',
`shipping_description` varchar(255) NOT NULL DEFAULT '',
`orders_count` int(11) NOT NULL DEFAULT '0',
`total_shipping` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_shipping_actual` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`id`),
UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`,`shipping_description`),
KEY `IDX_STORE_ID` (`store_id`),
CONSTRAINT `FK_SALES_SHIPPING_AGGREGATED_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_shipping_aggregated`
--
LOCK TABLES `sales_shipping_aggregated` WRITE;
/*!40000 ALTER TABLE `sales_shipping_aggregated` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_shipping_aggregated` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_shipping_aggregated_order`
--
DROP TABLE IF EXISTS `sales_shipping_aggregated_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_shipping_aggregated_order` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`period` date NOT NULL DEFAULT '0000-00-00',
`store_id` smallint(5) unsigned DEFAULT NULL,
`order_status` varchar(50) NOT NULL DEFAULT '',
`shipping_description` varchar(255) NOT NULL DEFAULT '',
`orders_count` int(11) NOT NULL DEFAULT '0',
`total_shipping` decimal(12,4) NOT NULL DEFAULT '0.0000',
`total_shipping_actual` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`id`),
UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`,`shipping_description`),
KEY `IDX_STORE_ID` (`store_id`),
CONSTRAINT `FK_SALES_SHIPPING_AGGREGATED_ORDER_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_shipping_aggregated_order`
--
LOCK TABLES `sales_shipping_aggregated_order` WRITE;
/*!40000 ALTER TABLE `sales_shipping_aggregated_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_shipping_aggregated_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule`
--
DROP TABLE IF EXISTS `salesrule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `salesrule` (
`rule_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL DEFAULT '',
`description` text NOT NULL,
`from_date` date DEFAULT '0000-00-00',
`to_date` date DEFAULT '0000-00-00',
`uses_per_customer` int(11) NOT NULL DEFAULT '0',
`customer_group_ids` text,
`is_active` tinyint(1) NOT NULL DEFAULT '0',
`conditions_serialized` mediumtext NOT NULL,
`actions_serialized` mediumtext NOT NULL,
`stop_rules_processing` tinyint(1) NOT NULL DEFAULT '1',
`is_advanced` tinyint(3) unsigned NOT NULL DEFAULT '1',
`product_ids` text,
`sort_order` int(10) unsigned NOT NULL DEFAULT '0',
`simple_action` varchar(32) NOT NULL DEFAULT '',
`discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000',
`discount_qty` decimal(12,4) unsigned DEFAULT NULL,
`discount_step` int(10) unsigned NOT NULL,
`simple_free_shipping` tinyint(1) unsigned NOT NULL DEFAULT '0',
`apply_to_shipping` tinyint(1) unsigned NOT NULL DEFAULT '0',
`times_used` int(11) unsigned NOT NULL DEFAULT '0',
`is_rss` tinyint(4) NOT NULL DEFAULT '0',
`website_ids` text,
`coupon_type` smallint(5) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`rule_id`),
KEY `sort_order` (`is_active`,`sort_order`,`to_date`,`from_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule`
--
LOCK TABLES `salesrule` WRITE;
/*!40000 ALTER TABLE `salesrule` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_coupon`
--
DROP TABLE IF EXISTS `salesrule_coupon`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `salesrule_coupon` (
`coupon_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rule_id` int(10) unsigned NOT NULL,
`code` varchar(255) NOT NULL,
`usage_limit` int(10) unsigned DEFAULT NULL,
`usage_per_customer` int(10) unsigned DEFAULT NULL,
`times_used` int(10) unsigned NOT NULL DEFAULT '0',
`expiration_date` datetime DEFAULT NULL,
`is_primary` tinyint(1) unsigned DEFAULT NULL,
PRIMARY KEY (`coupon_id`),
UNIQUE KEY `UNQ_COUPON_CODE` (`code`),
UNIQUE KEY `UNQ_RULE_MAIN_COUPON` (`rule_id`,`is_primary`),
KEY `FK_SALESRULE_COUPON_RULE_ID_SALESRULE` (`rule_id`),
CONSTRAINT `FK_SALESRULE_COUPON_RULE_ID_SALESRULE` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_coupon`
--
LOCK TABLES `salesrule_coupon` WRITE;
/*!40000 ALTER TABLE `salesrule_coupon` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_coupon` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_coupon_usage`
--
DROP TABLE IF EXISTS `salesrule_coupon_usage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `salesrule_coupon_usage` (
`coupon_id` int(10) unsigned NOT NULL,
`customer_id` int(10) unsigned NOT NULL,
`times_used` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`coupon_id`,`customer_id`),
KEY `FK_SALESRULE_COUPON_CUSTOMER_COUPON_ID_CUSTOMER_ENTITY` (`coupon_id`),
KEY `FK_SALESRULE_COUPON_CUSTOMER_CUSTOMER_ID_CUSTOMER_ENTITY` (`customer_id`),
CONSTRAINT `FK_SALESRULE_COUPON_CUSTOMER_COUPON_ID_CUSTOMER_ENTITY` FOREIGN KEY (`coupon_id`) REFERENCES `salesrule_coupon` (`coupon_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALESRULE_COUPON_CUSTOMER_CUSTOMER_ID_CUSTOMER_ENTITY` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_coupon_usage`
--
LOCK TABLES `salesrule_coupon_usage` WRITE;
/*!40000 ALTER TABLE `salesrule_coupon_usage` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_coupon_usage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_customer`
--
DROP TABLE IF EXISTS `salesrule_customer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `salesrule_customer` (
`rule_customer_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rule_id` int(10) unsigned NOT NULL DEFAULT '0',
`customer_id` int(10) unsigned NOT NULL DEFAULT '0',
`times_used` smallint(11) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`rule_customer_id`),
KEY `rule_id` (`rule_id`,`customer_id`),
KEY `customer_id` (`customer_id`,`rule_id`),
CONSTRAINT `FK_salesrule_customer_id` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_salesrule_customer_rule` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_customer`
--
LOCK TABLES `salesrule_customer` WRITE;
/*!40000 ALTER TABLE `salesrule_customer` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_customer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_label`
--
DROP TABLE IF EXISTS `salesrule_label`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `salesrule_label` (
`label_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rule_id` int(10) unsigned NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
`label` varchar(255) DEFAULT NULL,
PRIMARY KEY (`label_id`),
UNIQUE KEY `IDX_RULE_STORE` (`rule_id`,`store_id`),
KEY `FK_SALESRULE_LABEL_STORE` (`store_id`),
KEY `FK_SALESRULE_LABEL_RULE` (`rule_id`),
CONSTRAINT `FK_SALESRULE_LABEL_RULE` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_SALESRULE_LABEL_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_label`
--
LOCK TABLES `salesrule_label` WRITE;
/*!40000 ALTER TABLE `salesrule_label` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_label` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sendfriend_log`
--
DROP TABLE IF EXISTS `sendfriend_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sendfriend_log` (
`log_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`ip` bigint(20) NOT NULL DEFAULT '0',
`time` int(10) unsigned NOT NULL,
`website_id` smallint(5) NOT NULL,
PRIMARY KEY (`log_id`),
KEY `IDX_REMOTE_ADDR` (`ip`),
KEY `IDX_LOG_TIME` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Send to friend function log storage table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sendfriend_log`
--
LOCK TABLES `sendfriend_log` WRITE;
/*!40000 ALTER TABLE `sendfriend_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `sendfriend_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `shipping_tablerate`
--
DROP TABLE IF EXISTS `shipping_tablerate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `shipping_tablerate` (
`pk` int(10) unsigned NOT NULL AUTO_INCREMENT,
`website_id` int(11) NOT NULL DEFAULT '0',
`dest_country_id` varchar(4) NOT NULL DEFAULT '0',
`dest_region_id` int(10) NOT NULL DEFAULT '0',
`dest_zip` varchar(10) NOT NULL DEFAULT '',
`condition_name` varchar(20) NOT NULL DEFAULT '',
`condition_value` decimal(12,4) NOT NULL DEFAULT '0.0000',
`price` decimal(12,4) NOT NULL DEFAULT '0.0000',
`cost` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`pk`),
UNIQUE KEY `dest_country` (`website_id`,`dest_country_id`,`dest_region_id`,`dest_zip`,`condition_name`,`condition_value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `shipping_tablerate`
--
LOCK TABLES `shipping_tablerate` WRITE;
/*!40000 ALTER TABLE `shipping_tablerate` DISABLE KEYS */;
/*!40000 ALTER TABLE `shipping_tablerate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sitemap`
--
DROP TABLE IF EXISTS `sitemap`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sitemap` (
`sitemap_id` int(11) NOT NULL AUTO_INCREMENT,
`sitemap_type` varchar(32) DEFAULT NULL,
`sitemap_filename` varchar(32) DEFAULT NULL,
`sitemap_path` tinytext,
`sitemap_time` timestamp NULL DEFAULT NULL,
`store_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`sitemap_id`),
KEY `FK_SITEMAP_STORE` (`store_id`),
CONSTRAINT `FK_SITEMAP_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sitemap`
--
LOCK TABLES `sitemap` WRITE;
/*!40000 ALTER TABLE `sitemap` DISABLE KEYS */;
/*!40000 ALTER TABLE `sitemap` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `strikeiron_tax_rate`
--
DROP TABLE IF EXISTS `strikeiron_tax_rate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `strikeiron_tax_rate` (
`tax_rate_id` tinyint(4) NOT NULL AUTO_INCREMENT,
`tax_country_id` varchar(6) DEFAULT NULL,
`tax_region_id` mediumint(9) unsigned DEFAULT NULL,
`tax_postcode` varchar(12) DEFAULT NULL,
`rate_value` decimal(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`tax_rate_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Strikeiron tax rates';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `strikeiron_tax_rate`
--
LOCK TABLES `strikeiron_tax_rate` WRITE;
/*!40000 ALTER TABLE `strikeiron_tax_rate` DISABLE KEYS */;
/*!40000 ALTER TABLE `strikeiron_tax_rate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tag`
--
DROP TABLE IF EXISTS `tag`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tag` (
`tag_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL DEFAULT '',
`status` smallint(6) NOT NULL DEFAULT '0',
`first_customer_id` int(10) unsigned NOT NULL DEFAULT '0',
`first_store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`tag_id`)
) ENGINE=InnoDB AUTO_INCREMENT=206 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tag`
--
LOCK TABLES `tag` WRITE;
/*!40000 ALTER TABLE `tag` DISABLE KEYS */;
INSERT INTO `tag` VALUES (1,'bed',1,0,0),(2,'trendy',1,0,0),(3,'wood',1,0,0),(4,'young',1,0,0),(5,'hip',1,0,0),(6,'Excellent',1,0,0),(7,'Furniture',1,0,0),(8,'modern',1,0,0),(9,'pocket',1,0,0),(10,'clean',1,0,0),(11,'apple',1,0,0),(12,'cool',1,0,0),(13,'universal',1,0,0),(14,'clogs',1,0,0),(15,'outdoor',1,0,0),(16,'green',1,0,0),(17,'bones',1,0,0),(18,'pda',1,0,0),(19,'slider',1,0,0),(20,'mobile',1,0,0),(21,'joe',1,0,0),(22,'laces',1,0,0),(23,'Camera',1,0,0),(24,'charger',1,0,0),(25,'Geil',1,0,0),(26,'crackberry',1,0,0),(27,'SEXY',1,0,0),(28,'tight',1,0,0),(29,'Test',1,0,0),(30,'red',1,0,0),(31,'sandals',1,0,0),(32,'design',1,0,0),(33,'ugly',1,0,0),(34,'rubber',1,0,0),(35,'light',1,0,0),(36,'monikas',1,0,0),(37,'t-shirt',1,0,0),(38,'test,',1,0,0),(39,'Sportsshoes',1,0,0),(40,'very',1,0,0),(41,'good',1,0,0),(42,'phone',1,0,0),(43,'favorite',1,0,0),(44,'shoe',1,0,0),(45,'shirt',1,0,0),(46,'monkeybutt',1,0,0),(47,'pizzamonkey',1,0,0),(48,'silver',1,0,0),(49,'black',1,0,0),(50,'sony',1,0,0),(51,'laptop',1,0,0),(52,'compact',1,0,0),(53,'small screen',1,0,0),(54,'tee-shirt',1,0,0),(55,'computer',1,0,0),(56,'shoes',1,0,0),(57,'sandale',1,0,0),(58,'tina',1,0,0),(59,'brown',1,0,0),(60,'lova',1,0,0),(61,'Tag',1,0,0),(62,'toes',-1,0,0),(63,'mniam',1,0,0),(64,'couch',1,0,0),(65,'chair',1,0,0),(66,'sandals,',1,0,0),(67,'blue,',1,0,0),(68,'shoes,',1,0,0),(69,'small',1,0,0),(70,'nice',1,0,0),(71,'badassness',1,0,0),(72,'cellotastic',1,0,0),(73,'macbook',1,0,0),(74,'mac',1,0,0),(75,'thongs',1,0,0),(76,'bla',1,0,0),(77,'notebook',1,0,0),(78,'phonex',1,0,0),(79,'süper',1,0,0),(80,'testing',1,0,0),(81,'awesome',1,0,0),(82,'holeys',1,0,0),(83,'Innovate',1,0,0),(84,'buenisimo',1,0,0),(85,'laptopik',1,0,0),(86,'rouge',1,0,0),(87,'modern,',1,0,0),(88,'moderne',1,0,0),(89,'blue',1,0,0),(90,'sandally',1,0,0),(91,'zoom',1,0,0),(92,'amazing',1,0,0),(93,'acer',1,0,0),(94,'portable',1,0,0),(95,'nippley',1,0,0),(96,'headless',1,0,0),(97,'prettyboy',1,0,0),(98,'grey',1,0,0),(99,'pouffe',1,0,0),(100,'teste',1,0,0),(101,'photography',1,0,0),(102,'handy',1,0,0),(103,'strange',1,0,0),(104,'skeleton',1,0,0),(105,'terry\'s',1,0,0),(106,'green,',1,0,0),(107,'sexy,',1,0,0),(108,'hi',1,0,0),(109,'Hohoho',1,0,0),(110,'Image',1,0,0),(111,'canape',1,0,0),(112,'chic',1,0,0),(113,'dresser',1,0,0),(114,'lens',1,0,0),(115,'schoen',1,0,0),(116,'golf',1,0,0),(117,'philip',1,0,0),(118,'coconut',1,0,0),(119,'mytag',1,0,0),(120,'mesas',1,0,0),(121,'hideous',1,0,0),(122,'mystuff',1,0,0),(123,'user',1,0,0),(124,'shittt',1,0,0),(125,'sex',1,0,0),(126,'sucks',1,0,0),(127,'whynot',1,0,0),(128,'camera-photo',1,0,0),(129,'wow',1,0,0),(130,'kzyhu',1,0,0),(131,'badminded',1,0,0),(132,'noerd',1,0,0),(133,'square',1,0,0),(134,'beach',1,0,0),(135,'Core Duo',1,0,0),(136,'spray',1,0,0),(137,'paint',1,0,0),(138,'tempos',1,0,0),(139,'teacher',1,0,0),(140,'ATT',1,0,0),(141,'BlackBerry',1,0,0),(142,'gadget',1,0,0),(143,'pas',1,0,0),(144,'mal',1,0,0),(145,'SMUKKE',1,0,0),(146,'kurti',1,0,0),(147,'larum',1,0,0),(148,'try',1,0,0),(149,'WAAAAAOOO',1,0,0),(150,'portatil',1,0,0),(151,'CRAPOTO',1,0,0),(152,'Kamera,',1,0,0),(153,'Camera,',1,0,0),(154,'Olympus',1,0,0),(155,'Nine',1,0,0),(156,'West',1,0,0),(157,'Women\'s',1,0,0),(158,'Lucero',1,0,0),(159,'Pump',1,0,0),(160,'Web',1,0,0),(161,'browser',1,0,0),(162,'content,',1,0,0),(163,'messaging',1,0,0),(164,'sessions,',1,0,0),(165,'and',-1,0,0),(166,'attachments.',1,0,0),(167,'Anashria',1,0,0),(168,'Womens',1,0,0),(169,'Premier',1,0,0),(170,'Leather',1,0,0),(171,'Sandal',1,0,0),(172,'arbeit',-1,0,0),(173,'crap',1,0,0),(174,'Walkman',1,0,0),(175,'gift',1,0,0),(176,'for',-1,0,0),(177,'her',1,0,0),(178,'Hupe',1,0,0),(179,'sleek',-1,0,0),(180,'samsung',1,0,0),(181,'footrest',1,0,0),(182,'shit',1,0,0),(183,'jogging',1,0,0),(184,'cool t-shirt',1,0,0),(185,'must get',1,0,0),(186,'bright',1,0,0),(187,'cellphone',1,0,0),(188,'comfort',1,0,0),(189,'ferrari',1,0,0),(190,'shiny',1,0,0),(191,'toll',1,0,0),(192,'warm',1,0,0),(193,'SOFA',1,0,0),(194,'fast',1,0,0),(195,'emo',1,0,0),(196,'smart',1,0,0),(197,'Canon',1,0,0),(198,'appletoys',1,0,0),(199,'ugly toes',0,0,0),(200,'ugly toe picture',0,0,0),(201,'boom',0,0,0),(202,'manly',0,0,0),(203,'jdfljsf',0,0,0),(204,'dljflsjadl',0,0,0),(205,'fat',0,0,0);
/*!40000 ALTER TABLE `tag` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tag_properties`
--
DROP TABLE IF EXISTS `tag_properties`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tag_properties` (
`tag_id` int(11) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`base_popularity` int(11) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`tag_id`,`store_id`),
KEY `FK_TAG_PROPERTIES_STORE` (`store_id`),
CONSTRAINT `FK_TAG_PROPERTIES_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_TAG_PROPERTIES_TAG` FOREIGN KEY (`tag_id`) REFERENCES `tag` (`tag_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tag_properties`
--
LOCK TABLES `tag_properties` WRITE;
/*!40000 ALTER TABLE `tag_properties` DISABLE KEYS */;
/*!40000 ALTER TABLE `tag_properties` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tag_relation`
--
DROP TABLE IF EXISTS `tag_relation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tag_relation` (
`tag_relation_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`tag_id` int(11) unsigned NOT NULL DEFAULT '0',
`customer_id` int(10) unsigned DEFAULT NULL,
`product_id` int(11) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(6) unsigned NOT NULL DEFAULT '1',
`active` tinyint(1) unsigned NOT NULL DEFAULT '1',
`created_at` datetime DEFAULT NULL,
PRIMARY KEY (`tag_relation_id`),
UNIQUE KEY `UNQ_TAG_CUSTOMER_PRODUCT_STORE` (`tag_id`,`customer_id`,`product_id`,`store_id`),
KEY `IDX_PRODUCT` (`product_id`),
KEY `IDX_TAG` (`tag_id`),
KEY `IDX_CUSTOMER` (`customer_id`),
KEY `IDX_STORE` (`store_id`),
CONSTRAINT `FK_TAG_RELATION_CUSTOMER` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_TAG_RELATION_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_TAG_RELATION_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_TAG_RELATION_TAG` FOREIGN KEY (`tag_id`) REFERENCES `tag` (`tag_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tag_relation`
--
LOCK TABLES `tag_relation` WRITE;
/*!40000 ALTER TABLE `tag_relation` DISABLE KEYS */;
/*!40000 ALTER TABLE `tag_relation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tag_summary`
--
DROP TABLE IF EXISTS `tag_summary`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tag_summary` (
`tag_id` int(11) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`customers` int(11) unsigned NOT NULL DEFAULT '0',
`products` int(11) unsigned NOT NULL DEFAULT '0',
`uses` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'deprecated since 1.4.0.1',
`historical_uses` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'deprecated since 1.4.0.1',
`popularity` int(11) unsigned NOT NULL DEFAULT '0',
`base_popularity` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'deprecated since 1.4.0.1',
PRIMARY KEY (`tag_id`,`store_id`),
KEY `FK_TAG_SUMMARY_STORE` (`store_id`),
KEY `IDX_TAG` (`tag_id`),
CONSTRAINT `FK_TAG_SUMMARY_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_TAG_SUMMARY_TAG` FOREIGN KEY (`tag_id`) REFERENCES `tag` (`tag_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tag_summary`
--
LOCK TABLES `tag_summary` WRITE;
/*!40000 ALTER TABLE `tag_summary` DISABLE KEYS */;
/*!40000 ALTER TABLE `tag_summary` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tax_calculation`
--
DROP TABLE IF EXISTS `tax_calculation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tax_calculation` (
`tax_calculation_rate_id` int(11) NOT NULL,
`tax_calculation_rule_id` int(11) NOT NULL,
`customer_tax_class_id` smallint(6) NOT NULL,
`product_tax_class_id` smallint(6) NOT NULL,
KEY `FK_TAX_CALCULATION_RULE` (`tax_calculation_rule_id`),
KEY `FK_TAX_CALCULATION_RATE` (`tax_calculation_rate_id`),
KEY `FK_TAX_CALCULATION_CTC` (`customer_tax_class_id`),
KEY `FK_TAX_CALCULATION_PTC` (`product_tax_class_id`),
KEY `IDX_TAX_CALCULATION` (`tax_calculation_rate_id`,`customer_tax_class_id`,`product_tax_class_id`),
CONSTRAINT `FK_TAX_CALCULATION_CTC` FOREIGN KEY (`customer_tax_class_id`) REFERENCES `tax_class` (`class_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_TAX_CALCULATION_PTC` FOREIGN KEY (`product_tax_class_id`) REFERENCES `tax_class` (`class_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_TAX_CALCULATION_RATE` FOREIGN KEY (`tax_calculation_rate_id`) REFERENCES `tax_calculation_rate` (`tax_calculation_rate_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_TAX_CALCULATION_RULE` FOREIGN KEY (`tax_calculation_rule_id`) REFERENCES `tax_calculation_rule` (`tax_calculation_rule_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tax_calculation`
--
LOCK TABLES `tax_calculation` WRITE;
/*!40000 ALTER TABLE `tax_calculation` DISABLE KEYS */;
INSERT INTO `tax_calculation` VALUES (1,2,3,1),(2,2,3,1),(1,1,3,2),(2,1,3,2);
/*!40000 ALTER TABLE `tax_calculation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tax_calculation_rate`
--
DROP TABLE IF EXISTS `tax_calculation_rate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tax_calculation_rate` (
`tax_calculation_rate_id` int(11) NOT NULL AUTO_INCREMENT,
`tax_country_id` char(2) NOT NULL,
`tax_region_id` mediumint(9) NOT NULL,
`tax_postcode` varchar(21) NOT NULL,
`code` varchar(255) NOT NULL,
`rate` decimal(12,4) NOT NULL,
`zip_is_range` tinyint(1) DEFAULT NULL,
`zip_from` int(11) unsigned DEFAULT NULL,
`zip_to` int(11) unsigned DEFAULT NULL,
PRIMARY KEY (`tax_calculation_rate_id`),
KEY `IDX_TAX_CALCULATION_RATE` (`tax_country_id`,`tax_region_id`,`tax_postcode`),
KEY `IDX_TAX_CALCULATION_RATE_CODE` (`code`),
KEY `IDX_TAX_CALCULATION_RATE_RANGE` (`tax_calculation_rate_id`,`tax_country_id`,`tax_region_id`,`zip_is_range`,`tax_postcode`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tax_calculation_rate`
--
LOCK TABLES `tax_calculation_rate` WRITE;
/*!40000 ALTER TABLE `tax_calculation_rate` DISABLE KEYS */;
INSERT INTO `tax_calculation_rate` VALUES (1,'US',12,'*','US-CA-*-Rate 1','8.2500',NULL,NULL,NULL),(2,'US',43,'*','US-NY-*-Rate 1','8.3750',NULL,NULL,NULL);
/*!40000 ALTER TABLE `tax_calculation_rate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tax_calculation_rate_title`
--
DROP TABLE IF EXISTS `tax_calculation_rate_title`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tax_calculation_rate_title` (
`tax_calculation_rate_title_id` int(11) NOT NULL AUTO_INCREMENT,
`tax_calculation_rate_id` int(11) NOT NULL,
`store_id` smallint(5) unsigned NOT NULL,
`value` varchar(255) NOT NULL,
PRIMARY KEY (`tax_calculation_rate_title_id`),
KEY `IDX_TAX_CALCULATION_RATE_TITLE` (`tax_calculation_rate_id`,`store_id`),
KEY `FK_TAX_CALCULATION_RATE_TITLE_RATE` (`tax_calculation_rate_id`),
KEY `FK_TAX_CALCULATION_RATE_TITLE_STORE` (`store_id`),
CONSTRAINT `FK_TAX_CALCULATION_RATE_TITLE_RATE` FOREIGN KEY (`tax_calculation_rate_id`) REFERENCES `tax_calculation_rate` (`tax_calculation_rate_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_TAX_CALCULATION_RATE_TITLE_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tax_calculation_rate_title`
--
LOCK TABLES `tax_calculation_rate_title` WRITE;
/*!40000 ALTER TABLE `tax_calculation_rate_title` DISABLE KEYS */;
/*!40000 ALTER TABLE `tax_calculation_rate_title` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tax_calculation_rule`
--
DROP TABLE IF EXISTS `tax_calculation_rule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tax_calculation_rule` (
`tax_calculation_rule_id` int(11) NOT NULL AUTO_INCREMENT,
`code` varchar(255) NOT NULL,
`priority` mediumint(9) NOT NULL,
`position` mediumint(9) NOT NULL,
PRIMARY KEY (`tax_calculation_rule_id`),
KEY `IDX_TAX_CALCULATION_RULE` (`priority`,`position`,`tax_calculation_rule_id`),
KEY `IDX_TAX_CALCULATION_RULE_CODE` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tax_calculation_rule`
--
LOCK TABLES `tax_calculation_rule` WRITE;
/*!40000 ALTER TABLE `tax_calculation_rule` DISABLE KEYS */;
INSERT INTO `tax_calculation_rule` VALUES (1,'Retail Customer-Taxable Goods-Rate 1',1,1),(2,'Retail Customer-default-Rate 1',1,1);
/*!40000 ALTER TABLE `tax_calculation_rule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tax_class`
--
DROP TABLE IF EXISTS `tax_class`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tax_class` (
`class_id` smallint(6) NOT NULL AUTO_INCREMENT,
`class_name` varchar(255) NOT NULL DEFAULT '',
`class_type` enum('CUSTOMER','PRODUCT') NOT NULL DEFAULT 'CUSTOMER',
PRIMARY KEY (`class_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tax_class`
--
LOCK TABLES `tax_class` WRITE;
/*!40000 ALTER TABLE `tax_class` DISABLE KEYS */;
INSERT INTO `tax_class` VALUES (1,'default','PRODUCT'),(2,'Taxable Goods','PRODUCT'),(3,'Retail Customer','CUSTOMER'),(4,'Shipping','PRODUCT');
/*!40000 ALTER TABLE `tax_class` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tax_order_aggregated_created`
--
DROP TABLE IF EXISTS `tax_order_aggregated_created`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tax_order_aggregated_created` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`period` date NOT NULL DEFAULT '0000-00-00',
`store_id` smallint(5) unsigned DEFAULT NULL,
`code` varchar(255) NOT NULL DEFAULT '',
`order_status` varchar(50) NOT NULL DEFAULT '',
`percent` float(12,4) NOT NULL DEFAULT '0.0000',
`orders_count` int(11) unsigned NOT NULL DEFAULT '0',
`tax_base_amount_sum` float(12,4) NOT NULL DEFAULT '0.0000',
PRIMARY KEY (`id`),
UNIQUE KEY `UNQ_PERIOD_STORE_CODE_ORDER_STATUS` (`period`,`store_id`,`code`,`order_status`),
KEY `IDX_STORE_ID` (`store_id`),
CONSTRAINT `FK_TAX_ORDER_AGGREGATED_CREATED_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tax_order_aggregated_created`
--
LOCK TABLES `tax_order_aggregated_created` WRITE;
/*!40000 ALTER TABLE `tax_order_aggregated_created` DISABLE KEYS */;
/*!40000 ALTER TABLE `tax_order_aggregated_created` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `weee_discount`
--
DROP TABLE IF EXISTS `weee_discount`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `weee_discount` (
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`customer_group_id` smallint(5) unsigned NOT NULL,
`value` decimal(12,4) NOT NULL DEFAULT '0.0000',
KEY `FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_WEBSITE` (`website_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_PRODUCT_ENTITY` (`entity_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_GROUP` (`customer_group_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_GROUP` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `weee_discount`
--
LOCK TABLES `weee_discount` WRITE;
/*!40000 ALTER TABLE `weee_discount` DISABLE KEYS */;
INSERT INTO `weee_discount` VALUES (173,1,5,'75.0000'),(181,1,5,'75.0000'),(182,1,5,'75.0000'),(189,1,5,'75.0000');
/*!40000 ALTER TABLE `weee_discount` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `weee_tax`
--
DROP TABLE IF EXISTS `weee_tax`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `weee_tax` (
`value_id` int(11) NOT NULL AUTO_INCREMENT,
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0',
`country` varchar(2) NOT NULL DEFAULT '',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000',
`state` varchar(255) NOT NULL DEFAULT '*',
`attribute_id` smallint(5) unsigned NOT NULL,
`entity_type_id` smallint(5) unsigned NOT NULL,
PRIMARY KEY (`value_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_WEBSITE` (`website_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_PRODUCT_ENTITY` (`entity_id`),
KEY `FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_COUNTRY` (`country`),
KEY `FK_WEEE_TAX_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_COUNTRY` FOREIGN KEY (`country`) REFERENCES `directory_country` (`country_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_PRODUCT_ENTITY` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_WEEE_TAX_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `weee_tax`
--
LOCK TABLES `weee_tax` WRITE;
/*!40000 ALTER TABLE `weee_tax` DISABLE KEYS */;
/*!40000 ALTER TABLE `weee_tax` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `widget`
--
DROP TABLE IF EXISTS `widget`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `widget` (
`widget_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`code` varchar(255) NOT NULL,
`type` varchar(255) NOT NULL,
`parameters` text,
PRIMARY KEY (`widget_id`),
KEY `IDX_CODE` (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Preconfigured Widgets';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `widget`
--
LOCK TABLES `widget` WRITE;
/*!40000 ALTER TABLE `widget` DISABLE KEYS */;
/*!40000 ALTER TABLE `widget` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `widget_instance`
--
DROP TABLE IF EXISTS `widget_instance`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `widget_instance` (
`instance_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(255) NOT NULL DEFAULT '',
`package_theme` varchar(255) NOT NULL DEFAULT '',
`title` varchar(255) NOT NULL DEFAULT '',
`store_ids` varchar(255) NOT NULL DEFAULT '0',
`widget_parameters` text,
`sort_order` smallint(5) NOT NULL DEFAULT '0',
PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `widget_instance`
--
LOCK TABLES `widget_instance` WRITE;
/*!40000 ALTER TABLE `widget_instance` DISABLE KEYS */;
/*!40000 ALTER TABLE `widget_instance` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `widget_instance_page`
--
DROP TABLE IF EXISTS `widget_instance_page`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `widget_instance_page` (
`page_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`instance_id` int(11) unsigned NOT NULL DEFAULT '0',
`group` varchar(25) NOT NULL DEFAULT '',
`layout_handle` varchar(255) NOT NULL DEFAULT '',
`block_reference` varchar(255) NOT NULL DEFAULT '',
`for` varchar(25) NOT NULL DEFAULT '',
`entities` text,
`template` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`page_id`),
KEY `IDX_WIDGET_WIDGET_INSTANCE_ID` (`instance_id`),
CONSTRAINT `FK_WIDGET_WIDGET_INSTANCE_ID` FOREIGN KEY (`instance_id`) REFERENCES `widget_instance` (`instance_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `widget_instance_page`
--
LOCK TABLES `widget_instance_page` WRITE;
/*!40000 ALTER TABLE `widget_instance_page` DISABLE KEYS */;
/*!40000 ALTER TABLE `widget_instance_page` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `widget_instance_page_layout`
--
DROP TABLE IF EXISTS `widget_instance_page_layout`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `widget_instance_page_layout` (
`page_id` int(11) unsigned NOT NULL DEFAULT '0',
`layout_update_id` int(10) unsigned NOT NULL DEFAULT '0',
UNIQUE KEY `page_id` (`page_id`,`layout_update_id`),
KEY `IDX_WIDGET_WIDGET_INSTANCE_PAGE_ID` (`page_id`),
KEY `IDX_WIDGET_WIDGET_INSTANCE_LAYOUT_UPDATE_ID` (`layout_update_id`),
CONSTRAINT `FK_WIDGET_WIDGET_INSTANCE_LAYOUT_UPDATE_ID` FOREIGN KEY (`layout_update_id`) REFERENCES `core_layout_update` (`layout_update_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_WIDGET_WIDGET_INSTANCE_PAGE_ID` FOREIGN KEY (`page_id`) REFERENCES `widget_instance_page` (`page_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `widget_instance_page_layout`
--
LOCK TABLES `widget_instance_page_layout` WRITE;
/*!40000 ALTER TABLE `widget_instance_page_layout` DISABLE KEYS */;
/*!40000 ALTER TABLE `widget_instance_page_layout` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wishlist`
--
DROP TABLE IF EXISTS `wishlist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wishlist` (
`wishlist_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`customer_id` int(10) unsigned NOT NULL DEFAULT '0',
`shared` tinyint(1) unsigned DEFAULT '0',
`sharing_code` varchar(32) NOT NULL DEFAULT '',
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`wishlist_id`),
UNIQUE KEY `UNQ_CUSTOMER` (`customer_id`),
KEY `IDX_IS_SHARED` (`shared`),
CONSTRAINT `FK_WISHLIST_CUSTOMER` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Wishlist main';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wishlist`
--
LOCK TABLES `wishlist` WRITE;
/*!40000 ALTER TABLE `wishlist` DISABLE KEYS */;
/*!40000 ALTER TABLE `wishlist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wishlist_item`
--
DROP TABLE IF EXISTS `wishlist_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wishlist_item` (
`wishlist_item_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`wishlist_id` int(10) unsigned NOT NULL DEFAULT '0',
`product_id` int(10) unsigned NOT NULL DEFAULT '0',
`store_id` smallint(5) unsigned DEFAULT NULL,
`added_at` datetime DEFAULT NULL,
`description` text,
PRIMARY KEY (`wishlist_item_id`),
KEY `IDX_WISHLIST` (`wishlist_id`),
KEY `IDX_PRODUCT` (`product_id`),
KEY `IDX_STORE` (`store_id`),
CONSTRAINT `FK_WISHLIST_ITEM_PRODUCT` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_WISHLIST_ITEM_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_WISHLIST_ITEM_WISHLIST` FOREIGN KEY (`wishlist_id`) REFERENCES `wishlist` (`wishlist_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Wishlist items';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wishlist_item`
--
LOCK TABLES `wishlist_item` WRITE;
/*!40000 ALTER TABLE `wishlist_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `wishlist_item` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2010-05-07 14:17:30