// General Cart Settings
x5engine.imCart.settings.vat = 0;
x5engine.imCart.settings.vatincluded = true;
x5engine.imCart.settings.currency = '€';
x5engine.imCart.settings.currency_id = 'EUR';
x5engine.imCart.settings.currency_format = '#.###,@@[C]';
x5engine.imCart.settings.post_url = 'x5cart.php';
x5engine.imCart.settings.order_no_format = '[yy][mm][dd]-[A-Z][A-Z][0-9][0-9]';
x5engine.imCart.settings.form_autocomplete = true;
x5engine.imCart.settings.form_validation = 'tip';
x5engine.imCart.settings.remove_from_cart_icon = 'cart/images/cart-remove.gif';
x5engine.imCart.settings.add_to_cart_icon = 'cart/images/cart-add.gif';
x5engine.imCart.settings.minimum_amount = 0;
x5engine.imCart.settings.currencies = [{ "value": "AFN", "text": "Afghanistan, Afghanis, ؋" }, { "value": "ALL", "text": "Albania, Leke, Lek" }, { "value": "ARS", "text": "Argentina, Pesos, $" }, { "value": "AUD", "text": "Australia, Dollars, $" }, { "value": "BND", "text": "Brunei Darussalam, Dollars, $" }, { "value": "BRL", "text": "Brazil, Reais, R$" }, { "value": "CAD", "text": "Canada, Dollars, $" }, { "value": "CHF", "text": "Switzerland, Francs, CHF" }, { "value": "CNY", "text": "China, Yuan Renminbi, ¥" }, { "value": "CZK", "text": "Czech Republic, Koruny, Kč" }, { "value": "DKK", "text": "Denmark, Kroner, kr" }, { "value": "EGP", "text": "Egypt, Pounds, £" }, { "value": "EUR", "text": "Euro, €" }, { "value": "GBP", "text": "United Kingdom, Pounds, £" }, { "value": "GTQ", "text": "Guatemala, Quetzales, Q" }, { "value": "HKD", "text": "Hong Kong, Dollars, $" }, { "value": "HRK", "text": "Croatia, Kuna, ₡" }, { "value": "HUF", "text": "Hungary, Forint, Ft" }, { "value": "IDR", "text": "Indonesia, Rupiahs, Rp" }, { "value": "ILS", "text": "Israel, New Shekels, ₪" }, { "value": "INR", "text": "India, Rupees, Rs" }, { "value": "IRR", "text": "Iran, Rials, ﷼" }, { "value": "ISK", "text": "Iceland, Kronur, kr" }, { "value": "JPY", "text": "Japan, Yen, ¥" }, { "value": "KPW", "text": "Korea (North), Won, ₩" }, { "value": "KRW", "text": "Korea (South), Won, ₩" }, { "value": "KZT", "text": "Kazakhstan, Tenge, лв" }, { "value": "LTL", "text": "Lithuania, Litai, Lt" }, { "value": "LVL", "text": "Latvia, Lati, Ls" }, { "value": "MXN", "text": "Mexico, Pesos, $" }, { "value": "MYR", "text": "Malaysia, Ringgits, RM" }, { "value": "NOK", "text": "Norway, Kroner, kr" }, { "value": "NZD", "text": "New Zealand, Dollars, $" }, { "value": "OMR", "text": "Oman, Rials, ﷼" }, { "value": "PLN", "text": "Poland, Zlotych, zł" }, { "value": "QAR", "text": "Qatar, Rials, ﷼" }, { "value": "RON", "text": "Romania, New Lei, lei" }, { "value": "RSD", "text": "Serbia, Dinars, Дин." }, { "value": "RUB", "text": "Russia, Rubles, руб" }, { "value": "SAR", "text": "Saudi Arabia, Riyals, ﷼" }, { "value": "SEK", "text": "Sweden, Kronor, kr" }, { "value": "SGD", "text": "Singapore, Dollars, $" }, { "value": "THB", "text": "Thailand, Baht, ฿" }, { "value": "TRL", "text": "Turkey, Lira, £" }, { "value": "TTD", "text": "Trinidad and Tobago, Dollars, TT$" }, { "value": "TWD", "text": "Taiwan, New Dollars, NT$" }, { "value": "UAH", "text": "Ukraine, Hryvnia, ₴" }, { "value": "USD", "text": "United States of America, Dollars, $" }, { "value": "ZAR", "text": "South Africa, Rand, R" }];

// Cart Products
x5engine.imCart.products = {
	'64419gsm': {
		'id': '64419gsm',
		'id_user': 'PES 2012 - ps3',
		'name': 'PES 2012 - ps3',
		'category': '3lson6c8',
		'description': 'Calcio',
		'price': 59.90,
		'discounts': {},
		'images': ['cart/images/ps3-pes-2012-1.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'78486bhl': {
		'id': '78486bhl',
		'id_user': 'Resistance 3 - ps3',
		'name': 'Resistance 3 - ps3',
		'category': '3lson6c8',
		'description': 'Sparatutto',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/ps3-resist-3.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'1l1lu1t7': {
		'id': '1l1lu1t7',
		'id_user': 'FIFA 12 - ps3',
		'name': 'FIFA 12 - ps3',
		'category': '3lson6c8',
		'description': 'Calcio<br /> <br />',
		'options': ['67,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-fifa-12.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'e6fg85t5': {
		'id': 'e6fg85t5',
		'id_user': 'PES 2012 - PC',
		'name': 'PES 2012 - PC',
		'category': '22l5x5z1',
		'description': 'Calcio<br />',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/pc-pes-2012.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'k7co31k2': {
		'id': 'k7co31k2',
		'id_user': 'FIFA 12 - pc',
		'name': 'FIFA 12 - pc',
		'category': '22l5x5z1',
		'description': 'Calcio<br />',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/pc-fifa-12.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'6i6hqn0u': {
		'id': '6i6hqn0u',
		'id_user': 'Ace Combat Assault Horizon - ps3',
		'name': 'Ace Combat Assault Horizon - ps3',
		'category': 'tb49wt3d',
		'description': 'Sparatutto Aerei <br />',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-ace-combat-ass.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'66r8n088': {
		'id': '66r8n088',
		'id_user': 'Ace Combat Assault Horizon - x360',
		'name': 'Ace Combat Assault Horizon - x360',
		'category': 'b14ct02h',
		'description': 'Sparatutto Aerei<br />',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-ace-comb-ass-hor.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'071oj969': {
		'id': '071oj969',
		'id_user': 'Battlefield 3 - ps3',
		'name': 'Battlefield 3 - ps3',
		'category': '3lson6c8',
		'description': 'Sparatutto<br />',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-battlf-3.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'90280ivg': {
		'id': '90280ivg',
		'id_user': 'Battlefield 3 - x360',
		'name': 'Battlefield 3 - x360',
		'category': 'b14ct02h',
		'description': 'Sparatutto Online -  28/10/2011<br />Disponibile anche la limited Edition<br />Contattaci per Info e Prenotazione',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-battlf-3.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'wwms2p5d': {
		'id': 'wwms2p5d',
		'id_user': 'Deus Ex: Human Revolution - pc',
		'name': 'Deus Ex: Human Revolution - pc',
		'category': '22l5x5z1',
		'description': 'Sparatutto',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/pc-deus-ex-human.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'nwm7n71x': {
		'id': 'nwm7n71x',
		'id_user': 'Deus Ex: Human Revolution - x360',
		'name': 'Deus Ex: Human Revolution - x360',
		'category': 'b14ct02h',
		'description': 'Sparatutto',
		'options': ['64.90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-deus-ex-human.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'58ekn904': {
		'id': '58ekn904',
		'id_user': 'PES 2012 - wii',
		'name': 'PES 2012 - wii',
		'category': 'p68w62jh',
		'description': 'Calcio - 21/10/11<br />',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/wii-pes-2012.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'j3n30hz8': {
		'id': 'j3n30hz8',
		'id_user': 'Battlefield 3 - pc',
		'name': 'Battlefield 3 - pc',
		'category': '22l5x5z1',
		'description': 'Sparatutto - Uscita 28/10/2011<br />Disponibile anche la Limited Edition<br />Contattaci per Info e Prenotazione',
		'options': ['58,90 € se prenoti adesso'],
		'price': 59.90,
		'discounts': {},
		'images': ['cart/images/pc-battlf-3.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'zb5xrk3e': {
		'id': 'zb5xrk3e',
		'id_user': 'PES 2012 - psp',
		'name': 'PES 2012 - psp',
		'category': '6nj4rshz',
		'description': 'Calcio - 21/10/11<br />',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/psp-pes-2012.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'5c2c3bef': {
		'id': '5c2c3bef',
		'id_user': 'PES 2012 - x360',
		'name': 'PES 2012 - x360',
		'category': 'b14ct02h',
		'description': 'Calcio',
		'options': ['58,90 € se prenoti adesso'],
		'price': 59.90,
		'discounts': {},
		'images': ['cart/images/x360-pes-2012.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'ngf55bdq': {
		'id': 'ngf55bdq',
		'id_user': 'FIFA 12 - x360',
		'name': 'FIFA 12 - x360',
		'category': 'b14ct02h',
		'description': 'Calcio<br />Uscita 30/09/2011',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-fifa-12.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	's48b0pv4': {
		'id': 's48b0pv4',
		'id_user': 'Gears of War 3 - x360',
		'name': 'Gears of War 3 - x360',
		'category': 'b14ct02h',
		'description': 'Sparatutto Online',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-gears-of-war-3.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'd1d6tj77': {
		'id': 'd1d6tj77',
		'id_user': 'Batman: Arkham City - ps3',
		'name': 'Batman: Arkham City - ps3',
		'category': '3lson6c8',
		'description': 'Azione<br /><br />',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-batm-ark-city.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'36u3j5yd': {
		'id': '36u3j5yd',
		'id_user': 'Batman: Arkham City',
		'name': 'Batman: Arkham City',
		'category': 'b14ct02h',
		'description': 'Azione - Uscita 21/10/2011<br />Disponibile Anche la Collecotor&#39;s Edition<br />Contattaci per Info e Prenotazione<br />',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-batm-ark-city.gif'],
		'vat': 0,
		'weight': 0.00000
	},
	'1q0275j9': {
		'id': '1q0275j9',
		'id_user': 'Batman: Arkham City - pc',
		'name': 'Batman: Arkham City - pc',
		'category': '22l5x5z1',
		'description': 'Azione - Uscita 21/10/2011<br />Disponibile anche la Collector&#39;s Edition<br />Contattaci per Info e Prenotazione',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/pc-batm-ark-city.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'uv9j269t': {
		'id': 'uv9j269t',
		'id_user': 'Rage - pc',
		'name': 'Rage - pc',
		'category': '22l5x5z1',
		'description': 'Sparatutto<br />',
		'options': ['48,90 € se penoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/pc-rage.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'opleoze9': {
		'id': 'opleoze9',
		'id_user': 'Rage - ps3',
		'name': 'Rage - ps3',
		'category': '3lson6c8',
		'description': 'Sparatutto<br />',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-rage.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'7q69e5p8': {
		'id': '7q69e5p8',
		'id_user': 'Rage - x360',
		'name': 'Rage - x360',
		'category': 'b14ct02h',
		'description': 'Sparatutto<br /><br />',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-rage.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'32kysy5b': {
		'id': '32kysy5b',
		'id_user': 'Fifa 12 - 3ds',
		'name': 'Fifa 12 - 3ds',
		'category': 'n2q5k94y',
		'description': 'Calcio',
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/3ds-fifa-12.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'1ds435ex': {
		'id': '1ds435ex',
		'id_user': 'Fifa 12 - ps2',
		'name': 'Fifa 12 - ps2',
		'category': 'elz51wb6',
		'description': 'Calcio',
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/ps2-fifa-12.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'7m2m0q3d': {
		'id': '7m2m0q3d',
		'id_user': 'NBA 2K12 - ps2',
		'name': 'NBA 2K12 - ps2',
		'category': 'elz51wb6',
		'description': 'Basket',
		'price': 34.90,
		'discounts': {},
		'images': ['cart/images/ps2-nba-2k12.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'5608o30m': {
		'id': '5608o30m',
		'id_user': 'NBA 2K12 - ps3',
		'name': 'NBA 2K12 - ps3',
		'category': '3lson6c8',
		'description': 'Basket',
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-nba-2k12.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'i2058bas': {
		'id': 'i2058bas',
		'id_user': 'NBA 2K12 - x360',
		'name': 'NBA 2K12 - x360',
		'category': 'b14ct02h',
		'description': 'Basket',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-nba-2k12.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'v12luii8': {
		'id': 'v12luii8',
		'id_user': 'Dark Souls Limited Edition - ps3',
		'name': 'Dark Souls Limited Edition - ps3',
		'category': '3lson6c8',
		'description': 'Ruolo Azione',
		'options': ['68,90 € se prenoti adesso '],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-dark-souls.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'13h5pj64': {
		'id': '13h5pj64',
		'id_user': 'Dark Souls Limited Edition - x360',
		'name': 'Dark Souls Limited Edition - x360',
		'category': 'b14ct02h',
		'description': 'Ruolo Azione',
		'options': ['68,90 e se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-dark-souls.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	's56z9717': {
		'id': 's56z9717',
		'id_user': 'Skylanders: Spyro\'s Adventure Starter Pack - 3ds',
		'name': 'Skylanders: Spyro\'s Adventure Starter Pack - 3ds',
		'category': 'n2q5k94y',
		'description': 'Plattform<br />Comprende Action Figures',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/3ds-skyl-spyro.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'ckohpk42': {
		'id': 'ckohpk42',
		'id_user': 'Skylanders: Spyro\'s Adventure Starter Pack - pc',
		'name': 'Skylanders: Spyro\'s Adventure Starter Pack - pc',
		'category': '22l5x5z1',
		'description': 'Plattform<br />Comprende Action Figures',
		'options': ['63,90 se prenoti adesso'],
		'price': 64.90,
		'discounts': {},
		'images': ['cart/images/pc-skyl-spyro.jpg', 'cart/images/pc-skyl-spyro.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'3x42xktt': {
		'id': '3x42xktt',
		'id_user': 'Skylanders: Spyro\'s Adventure Starter Pack - ps3',
		'name': 'Skylanders: Spyro\'s Adventure Starter Pack - ps3',
		'category': '3lson6c8',
		'description': 'Plattform<br />contiene action figures<br />utilizzabili nel gioco',
		'options': ['68,90 se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-skyl-spyro.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'g9vwwcon': {
		'id': 'g9vwwcon',
		'id_user': 'Skylanders: Spyro\'s Adventure Starter Pack  - x360',
		'name': 'Skylanders: Spyro\'s Adventure Starter Pack  - x360',
		'category': 'b14ct02h',
		'description': 'Plattform<br />Contiene Action Figures',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-skyl-spryro.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'etpx2n8k': {
		'id': 'etpx2n8k',
		'id_user': 'Skylanders: Spyro\'s Adventure Starter Pack  - wii',
		'name': 'Skylanders: Spyro\'s Adventure Starter Pack  - wii',
		'category': 'p68w62jh',
		'description': 'Plattform<br />Contiene Action Figures',
		'options': ['68,90 e se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/wii-slyl-spyro.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'057smmdd': {
		'id': '057smmdd',
		'id_user': 'Just Dance 3 - wii',
		'name': 'Just Dance 3 - wii',
		'category': 'p68w62jh',
		'description': 'Dance<br />',
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/wii-just-dan-3.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'x36d1ab3': {
		'id': 'x36d1ab3',
		'id_user': 'Just Dance 3 - x360',
		'name': 'Just Dance 3 - x360',
		'category': 'b14ct02h',
		'description': 'Dance<br />Richiede Kinect',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/x360-just-dan-3.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'za0ni5x1': {
		'id': 'za0ni5x1',
		'id_user': 'Pes 2012 - ps3',
		'name': 'Pes 2012 - ps3',
		'category': 'elz51wb6',
		'description': 'Calcio - 21/10/11',
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/ps2-pes-2012.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'1519kaj0': {
		'id': '1519kaj0',
		'id_user': 'Gears of War 2 - x360',
		'name': 'Gears of War 2 - x360',
		'category': 'b14ct02h',
		'description': 'Sparatutto Online<br />x360 Classic',
		'price': 29.900,
		'discounts': {},
		'images': ['cart/images/x360-gears-of-war-2-cl.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'173oe9e6': {
		'id': '173oe9e6',
		'id_user': 'Ratchet & Clank: Tutti per Uno - ps3',
		'name': 'Ratchet & Clank: Tutti per Uno - ps3',
		'category': '3lson6c8',
		'description': 'Plattform',
		'options': ['68,90 se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-ratch-clank-tutti.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	't248fi52': {
		'id': 't248fi52',
		'id_user': 'Need for Speed: The Run - 3ds',
		'name': 'Need for Speed: The Run - 3ds',
		'category': 'n2q5k94y',
		'description': 'Guida - 18/11/11',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/3ds-nfs-the-run.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'p95g0101': {
		'id': 'p95g0101',
		'id_user': 'Need for Speed: The Run - pc',
		'name': 'Need for Speed: The Run - pc',
		'category': '22l5x5z1',
		'description': 'Guida - 18-11-11<br />',
		'options': ['58,90 € se prenoti adesso'],
		'price': 59.90,
		'discounts': {},
		'images': ['cart/images/pc-nfs-the-run.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'17zomcg6': {
		'id': '17zomcg6',
		'id_user': 'Need for Speed: The Run - ps3',
		'name': 'Need for Speed: The Run - ps3',
		'category': '3lson6c8',
		'description': 'Guida',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-nfs-the-run.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'58747381': {
		'id': '58747381',
		'id_user': 'Need for Speed: The Run - wii',
		'name': 'Need for Speed: The Run - wii',
		'category': 'p68w62jh',
		'description': 'Guida - 18-11-11',
		'options': ['48,90 se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/wii-nfs-the-run.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'u0usfmjp': {
		'id': 'u0usfmjp',
		'id_user': 'Need for Speed: The Run - x360',
		'name': 'Need for Speed: The Run - x360',
		'category': 'b14ct02h',
		'description': 'Guida - 18-11-11',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-nfs-the-run.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	's53540c0': {
		'id': 's53540c0',
		'id_user': 'Disney Universe - wii',
		'name': 'Disney Universe - wii',
		'category': 'p68w62jh',
		'description': 'Plattform - 27-10-11<br />',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/wii-disn-univ.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'mqcw1zh6': {
		'id': 'mqcw1zh6',
		'id_user': 'Disney Universe - ps3',
		'name': 'Disney Universe - ps3',
		'category': '3lson6c8',
		'description': 'Plattform',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/ps3-disn-univb.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'4r825v73': {
		'id': '4r825v73',
		'id_user': 'Disney Universe - x360',
		'name': 'Disney Universe - x360',
		'category': 'b14ct02h',
		'description': 'Plattform - 27-10-11<br />Richiede Kinect',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/x360-disn-univ.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'zh24d0fj': {
		'id': 'zh24d0fj',
		'id_user': 'Diseny Universe - pc',
		'name': 'Diseny Universe - pc',
		'category': '22l5x5z1',
		'description': 'Plattform - 27-10-11<br />',
		'options': ['28,90 € se prenoti adesso'],
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/pc-disn-univ.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	't9214594': {
		'id': 't9214594',
		'id_user': 'Dragon Ball Z: ultimate Tenakaichi - ps3',
		'name': 'Dragon Ball Z: ultimate Tenakaichi - ps3',
		'category': '3lson6c8',
		'description': 'Picchiaduro<br />',
		'options': ['68,90 e se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-dbz-ul-tenk.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'd7e0u5xl': {
		'id': 'd7e0u5xl',
		'id_user': 'Uncharted 3: Drake\'s Deception - ps3',
		'name': 'Uncharted 3: Drake\'s Deception - ps3',
		'category': '3lson6c8',
		'description': 'Azione - 01/11/11<br />',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-unch-3.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'z543aw82': {
		'id': 'z543aw82',
		'id_user': 'Kinect Sports Season Two - x360',
		'name': 'Kinect Sports Season Two - x360',
		'category': 'b14ct02h',
		'description': 'Sportivo - 25/10/11<br />Richiede Kinect',
		'options': ['48,90 se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/x360-kin-spo-sea-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'2vxjbd45': {
		'id': '2vxjbd45',
		'id_user': 'Forza Motorsport 4 - x360',
		'name': 'Forza Motorsport 4 - x360',
		'category': 'b14ct02h',
		'description': 'Guida',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-for-moto-4.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'6m486947': {
		'id': '6m486947',
		'id_user': 'Assassin\'s Creed Revelations - ps3',
		'name': 'Assassin\'s Creed Revelations - ps3',
		'category': '3lson6c8',
		'description': 'Azione<br />',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-ass-cred-rev.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'br7fhzuy': {
		'id': 'br7fhzuy',
		'id_user': 'Assassin\'s Creed Revelations - x360',
		'name': 'Assassin\'s Creed Revelations - x360',
		'category': 'b14ct02h',
		'description': 'Azione - 15/11/11',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-ass-cre-rev.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'3o7lv715': {
		'id': '3o7lv715',
		'id_user': 'FIFA 12 - psp',
		'name': 'FIFA 12 - psp',
		'category': '6nj4rshz',
		'description': 'Calcio',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/psp-fifa-12.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'222bqsp2': {
		'id': '222bqsp2',
		'id_user': 'Monster Hunter Freedom Unite 2 - psp',
		'name': 'Monster Hunter Freedom Unite 2 - psp',
		'category': '6nj4rshz',
		'description': 'Azione Ruolo<br />',
		'options': ['18,90 € se prenoti adesso'],
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/psp-mon-hun-fre-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'm7217blz': {
		'id': 'm7217blz',
		'id_user': 'WWE \'12 - ps3',
		'name': 'WWE \'12 - ps3',
		'category': '3lson6c8',
		'description': 'Wrestling - 25/11/11<br />(Smackdown vs RAW)',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-wwe-12.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'f1m7q675': {
		'id': 'f1m7q675',
		'id_user': 'WWE \'12 - wii',
		'name': 'WWE \'12 - wii',
		'category': 'p68w62jh',
		'description': 'Wrestling - 25/11/11<br />(Smackdown vs RAW)',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/wii-wwe-12.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'2hha6smc': {
		'id': '2hha6smc',
		'id_user': 'WWE \'12 - x360',
		'name': 'WWE \'12 - x360',
		'category': 'b14ct02h',
		'description': 'Wrestling - 25/11/11<br />(Smackdown vs RAW)',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-wwe-12.png'],
		'vat': 0,
		'weight': 0.00000
	},
	'4b0i790a': {
		'id': '4b0i790a',
		'id_user': 'PES 2012 - 3ds',
		'name': 'PES 2012 - 3ds',
		'category': 'n2q5k94y',
		'description': 'Calcio - 21/10/11<br />',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/3ds-pes-2012.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'2e89a59a': {
		'id': '2e89a59a',
		'id_user': 'Football Manager 2012 - pc',
		'name': 'Football Manager 2012 - pc',
		'category': '22l5x5z1',
		'description': 'Manageriale Calcio',
		'options': ['43,90 € se prenoti adesso'],
		'price': 44.90,
		'discounts': {},
		'images': ['cart/images/pc-fm-2012.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'z74of5ez': {
		'id': 'z74of5ez',
		'id_user': 'The Elder Scrolls V: Skyrim - ps3',
		'name': 'The Elder Scrolls V: Skyrim - ps3',
		'category': '3lson6c8',
		'description': 'Ruolo - 11/11/11<br />',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-eld-scr-v.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'92f6r3i7': {
		'id': '92f6r3i7',
		'id_user': 'The Elder scrolls V: Skyrim - x360',
		'name': 'The Elder scrolls V: Skyrim - x360',
		'category': 'b14ct02h',
		'description': 'Ruolo - 11/11/11<br />',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-eld-scr-v.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'n726428l': {
		'id': 'n726428l',
		'id_user': 'The Elder Scrolls V: Skyrim - pc',
		'name': 'The Elder Scrolls V: Skyrim - pc',
		'category': '22l5x5z1',
		'description': 'Ruolo - 11/11/11<br />Disponibile anche Collector&#39;e Edition<br />Contattaci per Info e Prenotazione',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/pc-eld-scr-v-sk.png'],
		'vat': 0,
		'weight': 0.00000
	},
	'o00ss6d2': {
		'id': 'o00ss6d2',
		'id_user': 'We Dance - wii',
		'name': 'We Dance - wii',
		'category': 'p68w62jh',
		'description': 'Dance + Tappetino',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/wii-we-dance.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'014ron9m': {
		'id': '014ron9m',
		'id_user': 'XBOX Live Gold Card 3 Mesi - x360',
		'name': 'XBOX Live Gold Card 3 Mesi - x360',
		'category': 'b14ct02h',
		'description': 'Abbonamento Online 3 Mesi',
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/x360-live-3.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'03z5lti1': {
		'id': '03z5lti1',
		'id_user': 'Singstar: Back to the 80\'s',
		'name': 'Singstar: Back to the 80\'s',
		'category': '3lson6c8',
		'description': 'Karaoke anni 80',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ps3-sing-back-80.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'1009yj2g': {
		'id': '1009yj2g',
		'id_user': 'Console PS3 Slim 320 GB',
		'name': 'Console PS3 Slim 320 GB',
		'category': '02xiu318',
		'description': 'Cavo HDMI in Omaggio !!!<br /><br />Vari formati e bundle disponibili<br />contattaci per conoscrere<br />prezzo ed offerte del momento',
		'price': 249.90,
		'discounts': {},
		'images': ['cart/images/ps3-slim-320.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'13t5f5u5': {
		'id': '13t5f5u5',
		'id_user': 'Xbox 360 4gb / 250gb',
		'name': 'Xbox 360 4gb / 250gb',
		'category': 'v751q185',
		'description': 'Vari formati e bundle disponibili<br />contattaci per conoscrere<br />prezzo ed offerte del momento',
		'price': 0,
		'discounts': {},
		'images': ['cart/images/cons-x360-bundle.jpg', 'cart/images/cons-x360-4gb.jpg', 'cart/images/cons-x360-250gb.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'pstz3uyl': {
		'id': 'pstz3uyl',
		'id_user': 'Top Shot Elite - ps3',
		'name': 'Top Shot Elite - ps3',
		'category': 'yzerxe0a',
		'description': 'Fucile/Mitragliatore di Precisione',
		'options': ['39,90 € se prenoti adesso'],
		'price': 42.90,
		'discounts': {},
		'images': ['cart/images/ps3-top-shot-elite.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'h679kumw': {
		'id': 'h679kumw',
		'id_user': 'Value Activity Pack Motion Plus - wii',
		'name': 'Value Activity Pack Motion Plus - wii',
		'category': '3xwv63y4',
		'description': 'Set accessori compatibile con il motion plus Logic3',
		'options': ['19,90 € se prenoti adesso'],
		'price': 22.90,
		'discounts': {},
		'images': ['cart/images/wii-log3-val-act-pack.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'bhcy719q': {
		'id': 'bhcy719q',
		'id_user': 'Sonic Generations - ps3',
		'name': 'Sonic Generations - ps3',
		'category': '3lson6c8',
		'description': 'Plattform',
		'options': ['58,90 € se prenoti adesso'],
		'price': 59.90,
		'discounts': {},
		'images': ['cart/images/ps3-sonic-generations.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'u1t7q909': {
		'id': 'u1t7q909',
		'id_user': 'Sonic Generations - x360',
		'name': 'Sonic Generations - x360',
		'category': 'b14ct02h',
		'description': 'Plattform',
		'options': ['58,90 e se prenoti adesso'],
		'price': 59.90,
		'discounts': {},
		'images': ['cart/images/x360-sonic-gen.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'wmh065wh': {
		'id': 'wmh065wh',
		'id_user': 'Sonic Generations - 3ds',
		'name': 'Sonic Generations - 3ds',
		'category': 'n2q5k94y',
		'description': 'Plattform',
		'options': ['48,90 e se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/3ds-son-gen.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'k22c6snn': {
		'id': 'k22c6snn',
		'id_user': 'X-Men Destiny - x360',
		'name': 'X-Men Destiny - x360',
		'category': 'b14ct02h',
		'description': 'Azione',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-x-men-dest.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'cz027w50': {
		'id': 'cz027w50',
		'id_user': 'Xtreme Sport Kit 4 in 1 - wii',
		'name': 'Xtreme Sport Kit 4 in 1 - wii',
		'category': '3xwv63y4',
		'description': 'Kit Accessori',
		'options': ['18,90 € se prenoti adesso'],
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/wii-xtrem-4-in-1.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'ls9zbp57': {
		'id': 'ls9zbp57',
		'id_user': 'Gamepad MS Tech LS-15',
		'name': 'Gamepad MS Tech LS-15',
		'category': 'wgr0b8h7',
		'description': 'Gamepad 12 Tasti + Dpad + Analogici<br />Grip Gommato Antiscivolo - USB <br />Ottimo Rapporto Qualità Prezzo',
		'options': ['19,90 € se prenoti adesso'],
		'price': 20.90,
		'discounts': {},
		'images': ['cart/images/pc-ms-tech-ls-15.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'k1641973': {
		'id': 'k1641973',
		'id_user': 'Gamepad Thrusthmaster Dual Trigger 3 in 1',
		'name': 'Gamepad Thrusthmaster Dual Trigger 3 in 1',
		'category': 'wgr0b8h7',
		'description': 'Gamepad 12 Tasti + Dpad + Analogici<br />+ 2 Grilletti Analogici<br />Compatibile PS3-PS2-PC<br />Completamente Programmabile',
		'options': ['28,90 € se prenoti adesso'],
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/pc-dual-trigger-3-in-1.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'w0q81517': {
		'id': 'w0q81517',
		'id_user': 'Steel Series QCK Cataclysm Goblin',
		'name': 'Steel Series QCK Cataclysm Goblin',
		'category': 'wgr0b8h7',
		'description': 'Tappetino Gaming con Personaggio<br />Goblin di WoW<br />',
		'options': ['18,90 € se prenoti adesso'],
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/pc-qck-cataclysm-goblin.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	't69m3h45': {
		'id': 't69m3h45',
		'id_user': 'Gamepad Logitech F310',
		'name': 'Gamepad Logitech F310',
		'category': 'wgr0b8h7',
		'description': 'Gamepad Completamente Programmabile<br />12 Tasti + Dpad + Analogici<br />Grande Versatilità Ergonomicità<br />Robustezza e Precisione',
		'options': ['31,90 € se prenoti adesso'],
		'price': 32.90,
		'discounts': {},
		'images': ['cart/images/pc-log-f310.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'g6ijfp9p': {
		'id': 'g6ijfp9p',
		'id_user': 'Mouse A4Tech 760H 200dpi',
		'name': 'Mouse A4Tech 760H 200dpi',
		'category': 'wgr0b8h7',
		'description': 'Gaming Mouse 2000dpi<br />Precisione Velocità<br />Ergonomicità e Prezzo Imbattibile',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/pc-a4-X-760H.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'j7knuvnn': {
		'id': 'j7knuvnn',
		'id_user': 'Controller XBox360 for Windows - pc',
		'name': 'Controller XBox360 for Windows - pc',
		'category': 'wgr0b8h7',
		'description': 'Identico Modello della XBox360 ma per PC - USB',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/x360-CONTR-WIND.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'wy5tw6v3': {
		'id': 'wy5tw6v3',
		'id_user': 'Assassin\'s Creed Brotherhood - x360',
		'name': 'Assassin\'s Creed Brotherhood - x360',
		'category': 'b14ct02h',
		'description': 'Azione',
		'options': ['28,90 € se prenoti adesso'],
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/x360-ass-cre-brot.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'hb87o65z': {
		'id': 'hb87o65z',
		'id_user': 'Assassin\'s Creed II - ps3',
		'name': 'Assassin\'s Creed II - ps3',
		'category': 'tb49wt3d',
		'description': 'Azione',
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/ps3-ass-cree-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'ti0369as': {
		'id': 'ti0369as',
		'id_user': 'Assassin\'s Creed Brotherhood - ps3',
		'name': 'Assassin\'s Creed Brotherhood - ps3',
		'category': 'tb49wt3d',
		'description': 'Azione',
		'options': ['28,90 € se prenoti adesso'],
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/ps3-ass-creed-broth.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'13u49pkq': {
		'id': '13u49pkq',
		'id_user': 'Duke Nukem Forever - ps3',
		'name': 'Duke Nukem Forever - ps3',
		'category': 'tb49wt3d',
		'description': 'Sparatutto',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ps3-duk-nuk-for.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'jxezl7mb': {
		'id': 'jxezl7mb',
		'id_user': 'Gran Turismo 5 - ps3',
		'name': 'Gran Turismo 5 - ps3',
		'category': 'tb49wt3d',
		'description': 'Guida',
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/ps3-gt5.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'2na1yn65': {
		'id': '2na1yn65',
		'id_user': 'Tekken 6 - ps3',
		'name': 'Tekken 6 - ps3',
		'category': 'tb49wt3d',
		'description': 'Picchiaduro',
		'options': ['28,90 € se prenoti adesso'],
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/ps3-tekken-6.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'y0370o23': {
		'id': 'y0370o23',
		'id_user': 'Mafia II - ps3',
		'name': 'Mafia II - ps3',
		'category': 'tb49wt3d',
		'description': 'Azione',
		'options': ['38,90 e se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ps3-mafia-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'w8win360': {
		'id': 'w8win360',
		'id_user': 'Michael Jackson The Experience - ps3',
		'name': 'Michael Jackson The Experience - ps3',
		'category': 'tb49wt3d',
		'description': 'Ballo',
		'options': ['28,90 € se prenoti adesso'],
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/ps3-mj-the-exp.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'i7970v2n': {
		'id': 'i7970v2n',
		'id_user': 'Le Avventure di Tin Tin - wii',
		'name': 'Le Avventure di Tin Tin - wii',
		'category': 'p68w62jh',
		'description': 'Azione Avventura<br />',
		'options': ['38,90 e se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/wii-tintin.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'1a41wcj4': {
		'id': '1a41wcj4',
		'id_user': 'Go Vacation - wii',
		'name': 'Go Vacation - wii',
		'category': 'p68w62jh',
		'description': '50 Minigiochi - 04/11/11',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/wii-go-vaca.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'e1cjd04p': {
		'id': 'e1cjd04p',
		'id_user': 'Call of Duty Modern Warfare 3 - pc',
		'name': 'Call of Duty Modern Warfare 3 - pc',
		'category': '22l5x5z1',
		'description': 'Sparatutto - 08/11/11',
		'options': ['58,90 € se prenoti adesso'],
		'price': 59.90,
		'discounts': {},
		'images': [],
		'vat': 0,
		'weight': 0.00000
	},
	'wq0hu637': {
		'id': 'wq0hu637',
		'id_user': 'Call of Duty Modern Warfare 3 - ps3',
		'name': 'Call of Duty Modern Warfare 3 - ps3',
		'category': '3lson6c8',
		'description': 'Sparatutto',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/pc-codmw3-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'l20ke6i7': {
		'id': 'l20ke6i7',
		'id_user': 'ProAudio HP507',
		'name': 'ProAudio HP507',
		'category': 'u4775gku',
		'description': 'Cuffie dinamiche professionali, sviluppate sulle esigenze<br />di DJ professionisti, musicisti e appassionati<br />• Concepite per una brillante riproduzione sonora<br />• I padiglioni sono realizzati con materiali soffici ed<br />ergonomici, garantendo il massimo comfort anche<br />per lunghe sessioni di ascolto<br />• Padiglioni ripiegabili<br />• Archetto flessibile e regolabile<br />• La confezione include: cavo OFC di qualità assemblato<br />con jack 3,5mm, adattatore jack 6,3mm e custodia<br />in similpelle di protezione',
		'options': ['32,90 € se prenoti adesso'],
		'price': 34.90,
		'discounts': {},
		'images': ['cart/images/proaudio-hp-570.png'],
		'vat': 0,
		'weight': 0.00000
	},
	'90atqtmm': {
		'id': '90atqtmm',
		'id_user': 'Proaudio HP701',
		'name': 'Proaudio HP701',
		'category': 'u4775gku',
		'description': 'Cuffie dinamiche professionali ideate per una brillante<br />riproduzione del suono<br />• I padiglioni sono realizzati con materiali soffici ed<br />ergonomici, garantendo il massimo comfort anche<br />per lunghe sessioni di ascolto<br />• Il design acustico “chiuso” rende HP701 particolarmente<br />adatta per applicazioni in studio di registrazione<br />e produzione<br />• Archetto flessibile e regolabile<br />• La confezione include: cavo OFC di qualità assemblato<br />con jack 3,5mm, adattatore jack 6,3mm',
		'options': ['42,90 € se prenoti adesso'],
		'price': 44.90,
		'discounts': {},
		'images': ['cart/images/PROAUDIO_HP701.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'34mlt910': {
		'id': '34mlt910',
		'id_user': 'Call of Duty Moder Warfare 3 - x360',
		'name': 'Call of Duty Moder Warfare 3 - x360',
		'category': 'b14ct02h',
		'description': 'Sparatutto',
		'options': ['68,90 e se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-cod-mw3.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'96120loo': {
		'id': '96120loo',
		'id_user': 'Mario & Sonic Giochi Olimpici 2012 - wii',
		'name': 'Mario & Sonic Giochi Olimpici 2012 - wii',
		'category': 'p68w62jh',
		'description': 'Sport Vari',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/wii-mario-sonic-olim-2012.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'mhm2thb4': {
		'id': 'mhm2thb4',
		'id_user': 'The Legend of Zelda Skyward Swords - wii',
		'name': 'The Legend of Zelda Skyward Swords - wii',
		'category': 'p68w62jh',
		'description': 'Ruolo',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/wii-leg-zelda-skyw-sword.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'5m7hf392': {
		'id': '5m7hf392',
		'id_user': 'Turtle Beach PX21 - ps3',
		'name': 'Turtle Beach PX21 - ps3',
		'category': 'yzerxe0a',
		'description': 'Cuffie USB<br />padiglioni chiusi - elevata qualità e potenza',
		'options': ['76,90 € se prenoti adesso'],
		'price': 79.90,
		'discounts': {},
		'images': ['cart/images/ps3-turtle-beach-px21.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'200s0923': {
		'id': '200s0923',
		'id_user': 'Turtle Beach PX21 - x360',
		'name': 'Turtle Beach PX21 - x360',
		'category': '812jvqq5',
		'description': 'Cuffie USB<br />padiglioni chiusi - elevata qualità e potenza<br />',
		'options': ['76,90 € se prenoti adesso'],
		'price': 79.90,
		'discounts': {},
		'images': ['cart/images/ps3-turtle-beach-px21.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'277y643t': {
		'id': '277y643t',
		'id_user': 'Super Smash Bros Brawl - wii',
		'name': 'Super Smash Bros Brawl - wii',
		'category': 'p68w62jh',
		'description': 'Plattform',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/wii-sup-smash-br-brawl.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'5jbx2ii6': {
		'id': '5jbx2ii6',
		'id_user': 'New Supermario Bros - wii',
		'name': 'New Supermario Bros - wii',
		'category': 'p68w62jh',
		'description': 'Plattform',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/wii-new-sup-mario.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'l4fhyc22': {
		'id': 'l4fhyc22',
		'id_user': 'Supemario Galaxy 2 - wii',
		'name': 'Supemario Galaxy 2 - wii',
		'category': 'p68w62jh',
		'description': 'Plattform',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/wii-sup-mario-gal-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'catee4r6': {
		'id': 'catee4r6',
		'id_user': 'L.A. Noire Edizione Completa - ps3',
		'name': 'L.A. Noire Edizione Completa - ps3',
		'category': '3lson6c8',
		'description': 'Azione',
		'options': ['58,90 € se prenoti adesso'],
		'price': 59.90,
		'discounts': {},
		'images': ['cart/images/ps3-la-noire.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'fxvec389': {
		'id': 'fxvec389',
		'id_user': 'God of War Collection (1+2 HD) - ps31',
		'name': 'God of War Collection (1+2 HD) - ps31',
		'category': 'tb49wt3d',
		'description': 'Comprende il primo ed il <br />secondo episodio in HD',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ps3-gow-coll-1.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'6k67kckc': {
		'id': '6k67kckc',
		'id_user': 'God of War Collection 2 - ps3',
		'name': 'God of War Collection 2 - ps3',
		'category': 'tb49wt3d',
		'description': 'Comprende gli episodi per PSP<br />Chains of Olympus<br />Il Fantasmo di Sparta<br />riprodotti per PS3<br />',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/PS3-GOW-COLL-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'84prfiug': {
		'id': '84prfiug',
		'id_user': 'Tekken Hybrid - ps3',
		'name': 'Tekken Hybrid - ps3',
		'category': '3lson6c8',
		'description': 'Picchiaduro',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ps3-Tekken-hybrid.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'15xwu2px': {
		'id': '15xwu2px',
		'id_user': 'Medieval Moves + Move Starter Pack - ps3',
		'name': 'Medieval Moves + Move Starter Pack - ps3',
		'category': '3lson6c8',
		'description': 'Action Game',
		'options': ['77,90 € se prenoti adesso'],
		'price': 79.90,
		'discounts': {},
		'images': ['cart/images/ps3-medie-move---m.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'37897gxn': {
		'id': '37897gxn',
		'id_user': 'Card Sony Playstation Network 20,00 € - ps3',
		'name': 'Card Sony Playstation Network 20,00 € - ps3',
		'category': 'yzerxe0a',
		'description': 'Card da 20,00 €',
		'price': 20.00,
		'discounts': {},
		'images': ['cart/images/psn-card-20.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'5ywx8s6c': {
		'id': '5ywx8s6c',
		'id_user': 'Crad Sony Playstation Network 50,00 € - ps3',
		'name': 'Crad Sony Playstation Network 50,00 € - ps3',
		'category': 'yzerxe0a',
		'description': 'Card da 50,00 €',
		'price': 50.00,
		'discounts': {},
		'images': ['cart/images/psn-card-50.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'4907l88y': {
		'id': '4907l88y',
		'id_user': 'Super Mario 3D Land - 3ds',
		'name': 'Super Mario 3D Land - 3ds',
		'category': 'n2q5k94y',
		'description': 'Plattform',
		'options': ['53,90 € se prenoti adesso'],
		'price': 54.90,
		'discounts': {},
		'images': ['cart/images/3ds-supma-3dl.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'j27w5844': {
		'id': 'j27w5844',
		'id_user': 'Saints Row The Third - ps3',
		'name': 'Saints Row The Third - ps3',
		'category': '3lson6c8',
		'description': 'Azione',
		'options': ['67,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-saint-row-3.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'34947b3v': {
		'id': '34947b3v',
		'id_user': 'Ben 10 Galactic Racing - wii',
		'name': 'Ben 10 Galactic Racing - wii',
		'category': 'p68w62jh',
		'description': 'Guida + Volante<br />',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/wii-ben-10-gal-rac.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'6wgx54j0': {
		'id': '6wgx54j0',
		'id_user': 'Grease - wii',
		'name': 'Grease - wii',
		'category': 'p68w62jh',
		'description': 'Ballo',
		'options': ['47,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/wii-grease.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'g6cr4otj': {
		'id': 'g6cr4otj',
		'id_user': 'Family Trainer Magic Carnival - wii',
		'name': 'Family Trainer Magic Carnival - wii',
		'category': 'p68w62jh',
		'description': 'Giochi Vari con Tappetino',
		'options': ['58,90 € se prenoti adesso'],
		'price': 59.90,
		'discounts': {},
		'images': ['cart/images/wii-fam-tra-mag-carn.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'8g3hj354': {
		'id': '8g3hj354',
		'id_user': 'Dance Central 2 - x360',
		'name': 'Dance Central 2 - x360',
		'category': 'b14ct02h',
		'description': 'Dance per Kinect',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/x360-dance-central-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'hw8h6l62': {
		'id': 'hw8h6l62',
		'id_user': 'Il Signore degli Anelli La Guerra del Nord - x360',
		'name': 'Il Signore degli Anelli La Guerra del Nord - x360',
		'category': 'b14ct02h',
		'description': 'Azione',
		'options': ['58,90 € se prenoti adesso'],
		'price': 59.90,
		'discounts': {},
		'images': ['cart/images/x360-ida-la-gue-del-nord.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'2769x23d': {
		'id': '2769x23d',
		'id_user': 'The Black Eyed Peas Experience - x360',
		'name': 'The Black Eyed Peas Experience - x360',
		'category': 'b14ct02h',
		'description': 'Dance per Kinect<br />',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/x360-the-black-eyed-peas-exp.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'w3knez94': {
		'id': 'w3knez94',
		'id_user': 'The Black Eyed Peas Experience - wii',
		'name': 'The Black Eyed Peas Experience - wii',
		'category': 'p68w62jh',
		'description': 'Dance',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/wii-the-black-eyed-peas-exp.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'745u3ev4': {
		'id': '745u3ev4',
		'id_user': 'The Sims 3 Animali & Co. - ps3',
		'name': 'The Sims 3 Animali & Co. - ps3',
		'category': '3lson6c8',
		'description': 'Gestionale<br />',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-the-sims-3-anim.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'r648ez5z': {
		'id': 'r648ez5z',
		'id_user': 'Invizimals Le Tribù Scomparse - psp',
		'name': 'Invizimals Le Tribù Scomparse - psp',
		'category': '6nj4rshz',
		'description': 'Azione da Giocare con Telecamera',
		'options': ['28,90 € se prenoti adesso'],
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/psp-inviz-le-tribu.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'06hggxhk': {
		'id': '06hggxhk',
		'id_user': 'Motorstorm Arctic Edge - psp',
		'name': 'Motorstorm Arctic Edge - psp',
		'category': '6nj4rshz',
		'description': 'Guida Fuoristrada',
		'options': ['18,90 € se prenoti adesso'],
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/psp-moto-arc-edg.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'6y5m4u9o': {
		'id': '6y5m4u9o',
		'id_user': 'ModNation Racers - psp',
		'name': 'ModNation Racers - psp',
		'category': '6nj4rshz',
		'description': 'Kart Multiplayer',
		'options': ['18,90 € se prenoti adesso'],
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/psp-Modn-rac.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'h7k3iacf': {
		'id': 'h7k3iacf',
		'id_user': 'Killzone Liberation - psp',
		'name': 'Killzone Liberation - psp',
		'category': '6nj4rshz',
		'description': 'Azione Sparatutto',
		'options': ['18,90 € se prenoti adesso'],
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/psp-killz-liber.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'69l0w79b': {
		'id': '69l0w79b',
		'id_user': 'God of War Gost of Sparta - psp',
		'name': 'God of War Gost of Sparta - psp',
		'category': '6nj4rshz',
		'description': 'Azione',
		'options': ['18,90 e se prenoti adesso'],
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/psp-god-of-war-ghost.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'qlh53u86': {
		'id': 'qlh53u86',
		'id_user': 'Jak & Daxter Sfida Senza Confini - psp',
		'name': 'Jak & Daxter Sfida Senza Confini - psp',
		'category': '6nj4rshz',
		'description': 'Azione Plattform',
		'options': ['18,90 € se prenoti adesso'],
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/psp-jak-daxt-sfida.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'vqyv3n44': {
		'id': 'vqyv3n44',
		'id_user': 'Nunchuck Controller White - wii',
		'name': 'Nunchuck Controller White - wii',
		'category': '3xwv63y4',
		'description': 'Controller Ufficiale Nintendo',
		'options': ['19,90 € se prenoti adesso'],
		'price': 21.90,
		'discounts': {},
		'images': ['cart/images/wii-nunch.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'l5o8xuhw': {
		'id': 'l5o8xuhw',
		'id_user': 'Dragonball Raging Blast 2 - ps3',
		'name': 'Dragonball Raging Blast 2 - ps3',
		'category': 'tb49wt3d',
		'description': 'Azione Picchiaduro',
		'options': ['47,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/ps3-dgrag-rag-bla-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'76v11kxg': {
		'id': '76v11kxg',
		'id_user': 'Uncharted 2 Il Covo dei Ladri - ps3',
		'name': 'Uncharted 2 Il Covo dei Ladri - ps3',
		'category': 'tb49wt3d',
		'description': 'Azione',
		'options': ['28,90 € se prenoti adesso'],
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/ps3-unch-2-pla.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'sc8djh8i': {
		'id': 'sc8djh8i',
		'id_user': 'God of War 3 - psp',
		'name': 'God of War 3 - psp',
		'category': 'tb49wt3d',
		'description': 'Azione',
		'options': ['28,90 e se prenoti adesso'],
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/ps3-god-of-war-3-plat.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'x3ldi9k3': {
		'id': 'x3ldi9k3',
		'id_user': 'Soul Calibur V - ps3',
		'name': 'Soul Calibur V - ps3',
		'category': '3lson6c8',
		'description': 'Picchiaduro - 02/02/12',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-soul-cal-v.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'b1jrmv9p': {
		'id': 'b1jrmv9p',
		'id_user': 'Soul Calibur V - x360',
		'name': 'Soul Calibur V - x360',
		'category': 'b14ct02h',
		'description': 'Picchiaduro - 02/02/12',
		'options': ['68,90 e se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-soul-cal-v.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'x8hy4293': {
		'id': 'x8hy4293',
		'id_user': 'Final Fantasy XIII-2 - x360',
		'name': 'Final Fantasy XIII-2 - x360',
		'category': 'b14ct02h',
		'description': 'Ruolo - 03/02/12<br />disponibile anche in versioni speciali<br />contattaci per info e prezzo',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-ff-xiii-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'569366as': {
		'id': '569366as',
		'id_user': 'Final Fantasy XIII-2',
		'name': 'Final Fantasy XIII-2',
		'category': '3lson6c8',
		'description': 'Ruolo - 03/02/12<br />disponibile anche in versioni speciali<br />contattaci per info e prezzo',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-ff-xiii-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'lmq0i13m': {
		'id': 'lmq0i13m',
		'id_user': 'The Darkness II - ps3',
		'name': 'The Darkness II - ps3',
		'category': '3lson6c8',
		'description': 'Sparatutto - 10/02/12',
		'options': ['58,90 e se prenoti adesso'],
		'price': 59.90,
		'discounts': {},
		'images': ['cart/images/ps3-the-darkn-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'2fgxg9a4': {
		'id': '2fgxg9a4',
		'id_user': 'The Darkness II - pc',
		'name': 'The Darkness II - pc',
		'category': '22l5x5z1',
		'description': 'Sparatutto - 10/02/12',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/pc-the-darkn-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'69hc899v': {
		'id': '69hc899v',
		'id_user': 'The Darkness II - x360',
		'name': 'The Darkness II - x360',
		'category': 'b14ct02h',
		'description': 'Sparatutto - 10/02/12',
		'options': ['58,90 e se prenoti adesso'],
		'price': 59.90,
		'discounts': {},
		'images': ['cart/images/x360-the-darkn-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'0p59xy01': {
		'id': '0p59xy01',
		'id_user': 'Age of Empires Online - pc',
		'name': 'Age of Empires Online - pc',
		'category': 'f7584rn1',
		'description': 'Strategia<br />Grande Classico Giocabile Ora Online',
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/PC-AGE-OF-EMP-ONLINE.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'b235e77i': {
		'id': 'b235e77i',
		'id_user': 'Worl of Warcracft: Ctataclysm - pc',
		'name': 'Worl of Warcracft: Ctataclysm - pc',
		'category': 'f7584rn1',
		'description': 'Terza Espansione',
		'price': 34.90,
		'discounts': {},
		'images': ['cart/images/pc-wow-catacl.png'],
		'vat': 0,
		'weight': 0.00000
	},
	'0h49i3z0': {
		'id': '0h49i3z0',
		'id_user': 'Worl of Warcraft: Battlechest - pc',
		'name': 'Worl of Warcraft: Battlechest - pc',
		'category': 'f7584rn1',
		'description': 'Ruolo Online con Abbonamento<br />Gioco Base più Prima Espansione',
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/pc-wow-battlech.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'r5duyoo0': {
		'id': 'r5duyoo0',
		'id_user': 'World of Warcraft: Wrath of the Lich - pc',
		'name': 'World of Warcraft: Wrath of the Lich - pc',
		'category': 'f7584rn1',
		'description': 'Seconda Espansione',
		'price': 34.90,
		'discounts': {},
		'images': ['cart/images/pc-wow-wrath.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'5306e16a': {
		'id': '5306e16a',
		'id_user': 'Kingdoms of Amalur: Reckoning - pc',
		'name': 'Kingdoms of Amalur: Reckoning - pc',
		'category': '22l5x5z1',
		'description': 'Ruolo Azione - 10/02/12',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/pc-reckon.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'04qsb136': {
		'id': '04qsb136',
		'id_user': 'Kingdoms of Amalur: Reckoning - x360',
		'name': 'Kingdoms of Amalur: Reckoning - x360',
		'category': 'b14ct02h',
		'description': 'Ruolo Azione - 10/02/12<br />',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-reckon.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'c11milrv': {
		'id': 'c11milrv',
		'id_user': 'Kingdoms of Amalur: Reckoning - ps3',
		'name': 'Kingdoms of Amalur: Reckoning - ps3',
		'category': '3lson6c8',
		'description': 'Ruolo Azione - 10/02/12',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-reckon.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'shsuoao1': {
		'id': 'shsuoao1',
		'id_user': 'One Piece Unlimited Cruise SP + A.F. - 3ds',
		'name': 'One Piece Unlimited Cruise SP + A.F. - 3ds',
		'category': 'n2q5k94y',
		'description': 'Action/Adventure - 20/01/12<br />comprende Action Figures',
		'options': ['43,90 € se prenoti adesso'],
		'price': 44.90,
		'discounts': {},
		'images': ['cart/images/3ds-one-pie-unl.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'3e6naq6k': {
		'id': '3e6naq6k',
		'id_user': 'Bakugan: Rise of The Resistance - ds',
		'name': 'Bakugan: Rise of The Resistance - ds',
		'category': 'nrs27c5l',
		'description': 'Ruolo Azione<br />',
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ds-bakug-rise-of.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'yo33rv76': {
		'id': 'yo33rv76',
		'id_user': 'Brain Training - ds',
		'name': 'Brain Training - ds',
		'category': 'nrs27c5l',
		'description': 'Rompicapo Stimolamente',
		'options': ['28,90 € se prenoti adesso'],
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/DS-bra-train.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'1xwfer5f': {
		'id': '1xwfer5f',
		'id_user': 'Il Professor Layton: Il Futuro Perduto - ds',
		'name': 'Il Professor Layton: Il Futuro Perduto - ds',
		'category': 'nrs27c5l',
		'description': 'Avventura Rompicapo<br />',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ds-prof-lay-fut-perd.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'z8m379xo': {
		'id': 'z8m379xo',
		'id_user': 'Grand Slam Tennis 2 - pc',
		'name': 'Grand Slam Tennis 2 - pc',
		'category': '22l5x5z1',
		'description': 'Tennis - 27/01/12',
		'options': ['53,90 € se prenoti adesso'],
		'price': 54.90,
		'discounts': {},
		'images': ['cart/images/pc-gra-sla-ten-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'kkgux4u0': {
		'id': 'kkgux4u0',
		'id_user': 'Grand Slam Tennis 2 - ps3',
		'name': 'Grand Slam Tennis 2 - ps3',
		'category': '3lson6c8',
		'description': 'Tennis - 27/01/12<br />',
		'options': ['68,90 e se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-gra-sla-ten-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'r9s14n9q': {
		'id': 'r9s14n9q',
		'id_user': 'Grand Slam Tennis 2 - x360',
		'name': 'Grand Slam Tennis 2 - x360',
		'category': 'b14ct02h',
		'description': 'Tennis - 27/01/12',
		'options': ['68,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/x360-gra-sla-ten-2.png'],
		'vat': 0,
		'weight': 0.00000
	},
	'gef5ej66': {
		'id': 'gef5ej66',
		'id_user': 'Bash',
		'name': 'Bash',
		'category': '6j6gcby4',
		'description': 'Personaggio da utilizzare nel gioco ',
		'price': 9.90,
		'discounts': {},
		'images': ['cart/images/act-skyl-bash.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'l42ns9wc': {
		'id': 'l42ns9wc',
		'id_user': 'Boomer',
		'name': 'Boomer',
		'category': '6j6gcby4',
		'description': 'Personaggio da utilizzare nel gioco ',
		'price': 9.90,
		'discounts': {},
		'images': ['cart/images/act-skyl-boomer.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'ghirg320': {
		'id': 'ghirg320',
		'id_user': 'Drobot',
		'name': 'Drobot',
		'category': '6j6gcby4',
		'description': 'Personaggio da utilizzare nel gioco<br />',
		'price': 9.90,
		'discounts': {},
		'images': ['cart/images/act-skyl-drobot.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'v1zfh17e': {
		'id': 'v1zfh17e',
		'id_user': 'Eruptor',
		'name': 'Eruptor',
		'category': '6j6gcby4',
		'description': 'Personaggio da utilizzare nel gioco',
		'price': 9.90,
		'discounts': {},
		'images': ['cart/images/act-skyl-eruptor.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'lil9n0tl': {
		'id': 'lil9n0tl',
		'id_user': 'Prism Break',
		'name': 'Prism Break',
		'category': '6j6gcby4',
		'description': 'Personaggio da utilizzare nel gioco',
		'price': 9.90,
		'discounts': {},
		'images': ['cart/images/spyro-skyl-prism.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'by9c57si': {
		'id': 'by9c57si',
		'id_user': 'Sonic Boom',
		'name': 'Sonic Boom',
		'category': '6j6gcby4',
		'description': 'Personaggio da utilizzare nel gioco',
		'price': 9.90,
		'discounts': {},
		'images': ['cart/images/act-skyl-soni-boom.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'8g3i9g61': {
		'id': '8g3i9g61',
		'id_user': 'Stump Smash',
		'name': 'Stump Smash',
		'category': '6j6gcby4',
		'description': 'Personaggio da utilizzare nel gioco',
		'price': 9.90,
		'discounts': {},
		'images': ['cart/images/act-skyl-stump-smash.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'jpdmoxoh': {
		'id': 'jpdmoxoh',
		'id_user': 'Voodood',
		'name': 'Voodood',
		'category': '6j6gcby4',
		'description': 'Personaggio da utilizzare nel gioco',
		'price': 9.90,
		'discounts': {},
		'images': ['cart/images/act-skyl-voodood.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'g9r5l7x3': {
		'id': 'g9r5l7x3',
		'id_user': 'Zap',
		'name': 'Zap',
		'category': '6j6gcby4',
		'description': 'Personaggio da utilizzare nel gioco',
		'price': 9.90,
		'discounts': {},
		'images': ['cart/images/act-skyl-zap.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'7x6d8s55': {
		'id': '7x6d8s55',
		'id_user': 'Voodood - Boomer - Prism',
		'name': 'Voodood - Boomer - Prism',
		'category': '6j6gcby4',
		'description': 'Personaggi da utilizzare nel gioco',
		'price': 24.90,
		'discounts': {},
		'images': ['cart/images/act-skly-3-vood-boom-pris.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'0izn0o31': {
		'id': '0izn0o31',
		'id_user': 'Hex - Zap - Dinorang',
		'name': 'Hex - Zap - Dinorang',
		'category': '6j6gcby4',
		'description': 'Personaggi da utilizzare nel gioco',
		'price': 24.90,
		'discounts': {},
		'images': ['cart/images/act-skyl-3-hex-zap-din.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'9h8en2z5': {
		'id': '9h8en2z5',
		'id_user': 'X-Men Destiny - ds',
		'name': 'X-Men Destiny - ds',
		'category': 'nrs27c5l',
		'description': 'Azione',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ds-x-men-dest.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'h6oklb9i': {
		'id': 'h6oklb9i',
		'id_user': 'Super Mario 64 - ds',
		'name': 'Super Mario 64 - ds',
		'category': 'nrs27c5l',
		'description': 'Avventura',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ds-sup-mar-64.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'67i3475c': {
		'id': '67i3475c',
		'id_user': 'Star Wars il Potere della Forza II - ds',
		'name': 'Star Wars il Potere della Forza II - ds',
		'category': 'nrs27c5l',
		'description': 'Azione',
		'options': ['28,90 € se prenoti adesso'],
		'price': 29.90,
		'discounts': {},
		'images': ['cart/images/ds-star-wars-il-pot-for-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'17453ly6': {
		'id': '17453ly6',
		'id_user': 'Pokemon Versione Nera - ds',
		'name': 'Pokemon Versione Nera - ds',
		'category': 'nrs27c5l',
		'description': 'Ruolo<br />Compatibile ds/3ds',
		'options': ['38,90 e se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ds-pok-nera.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'd771o43b': {
		'id': 'd771o43b',
		'id_user': 'Pokemon Versione Bianca - ds',
		'name': 'Pokemon Versione Bianca - ds',
		'category': 'nrs27c5l',
		'description': 'Ruolo <br />Compatibile ds/3ds',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ds-pok-bianca.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'a0g7lmim': {
		'id': 'a0g7lmim',
		'id_user': 'Inazume Eleven - ds',
		'name': 'Inazume Eleven - ds',
		'category': 'nrs27c5l',
		'description': 'Calcio Ruolo',
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ds-inaz-ele.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'7e6o14ry': {
		'id': '7e6o14ry',
		'id_user': 'Il Professor Layton: Il Richiamo Dello Spettro - ds',
		'name': 'Il Professor Layton: Il Richiamo Dello Spettro - ds',
		'category': 'nrs27c5l',
		'description': 'Avventura Rompicapo - 25/11/11<br />',
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ds-il-prof-layt-4.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'b99m0i57': {
		'id': 'b99m0i57',
		'id_user': 'Il Professor Layton: Lo Scrigno di Pandora - ds',
		'name': 'Il Professor Layton: Lo Scrigno di Pandora - ds',
		'category': 'nrs27c5l',
		'description': 'Avventura Rompicapo<br />',
		'options': ['39,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ds-prof-lay-lo-scri-pand.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'u86z6mf3': {
		'id': 'u86z6mf3',
		'id_user': 'Volante Mario Kart 7 Nintendo 3DS',
		'name': 'Volante Mario Kart 7 Nintendo 3DS',
		'category': 'ws493on4',
		'description': '',
		'options': ['13,90 € se prenoti adesso'],
		'price': 14.90,
		'discounts': {},
		'images': ['cart/images/3ds-vol-mar-kar.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'cfm0w9sj': {
		'id': 'cfm0w9sj',
		'id_user': 'Pad Pro Scorrevole - 3ds',
		'name': 'Pad Pro Scorrevole - 3ds',
		'category': 'ws493on4',
		'description': 'Potenzia anatomicamente la 3DS<br />aggiungendo bottoni extra e uno stick analogico',
		'options': ['18,90 € se prenoti adesso'],
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/3ds-cyl-pad-pro.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'1ds94k79': {
		'id': '1ds94k79',
		'id_user': 'Mario Kart 7 - 3ds',
		'name': 'Mario Kart 7 - 3ds',
		'category': 'n2q5k94y',
		'description': 'Guida',
		'options': ['43,90 € se prenoti adesso'],
		'price': 44.90,
		'discounts': {},
		'images': ['cart/images/3ds-mar-kar-7.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'855erv0j': {
		'id': '855erv0j',
		'id_user': 'Resident Evil Revelations - 3ds',
		'name': 'Resident Evil Revelations - 3ds',
		'category': 'n2q5k94y',
		'description': 'Azione Horror - 27/01',
		'options': ['43,90 e se prenoti adesso'],
		'price': 44.90,
		'discounts': {},
		'images': ['cart/images/3ds-res-evi-rev.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'ssku1k97': {
		'id': 'ssku1k97',
		'id_user': 'Deus Ex: Human Revolution - ps3',
		'name': 'Deus Ex: Human Revolution - ps3',
		'category': 'tb49wt3d',
		'description': 'Sparatutto<br />',
		'options': ['SOLO 59,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-deus-ex-human.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'i2t665b1': {
		'id': 'i2t665b1',
		'id_user': 'Shadow of Damned - ps3',
		'name': 'Shadow of Damned - ps3',
		'category': 'tb49wt3d',
		'description': 'Sparatutto ',
		'options': ['54,90 € se prenoti adesso'],
		'price': 59.90,
		'discounts': {},
		'images': ['cart/images/ps3-shad-of-damned.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'st6q7253': {
		'id': 'st6q7253',
		'id_user': 'Driver San Francisco - ps3',
		'name': 'Driver San Francisco - ps3',
		'category': 'tb49wt3d',
		'description': 'Guida Azione',
		'options': ['SOLO 59,90 € se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-driver-s-f.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'kdytx09p': {
		'id': 'kdytx09p',
		'id_user': 'Never Dead - ps3',
		'name': 'Never Dead - ps3',
		'category': '3lson6c8',
		'description': 'Sparatutto Horror - 02/02/12',
		'options': ['69,90 e se prenoti adesso'],
		'price': 69.90,
		'discounts': {},
		'images': ['cart/images/ps3-nev-dea.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'910oh7o8': {
		'id': '910oh7o8',
		'id_user': 'Wrecking Ball',
		'name': 'Wrecking Ball',
		'category': '6j6gcby4',
		'description': 'Personaggio da utilizzare nel gioco',
		'price': 9.90,
		'discounts': {},
		'images': ['cart/images/skyl-wre-ball.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'08psf3bl': {
		'id': '08psf3bl',
		'id_user': 'Ben 10 Alien Force - ds',
		'name': 'Ben 10 Alien Force - ds',
		'category': 'nrs27c5l',
		'description': 'Azione',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ds-ben-10-ali.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'm6kt9234': {
		'id': 'm6kt9234',
		'id_user': 'Xbox Live 2100 Microsoft Point - x360',
		'name': 'Xbox Live 2100 Microsoft Point - x360',
		'category': '812jvqq5',
		'description': 'Card da 2100 Punti ',
		'price': 24.90,
		'discounts': {},
		'images': ['cart/images/x360-live-2100.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'u5g17786': {
		'id': 'u5g17786',
		'id_user': 'Kirby e la Stoffa dell\'Eroe',
		'name': 'Kirby e la Stoffa dell\'Eroe',
		'category': 'p68w62jh',
		'description': 'Plattform',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/wii-kirby-la-stoff.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'j892yv71': {
		'id': 'j892yv71',
		'id_user': 'Tomb Raider Trilogy - ps3',
		'name': 'Tomb Raider Trilogy - ps3',
		'category': 'tb49wt3d',
		'description': 'Raccolta Tomb Raider',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ps3-tomb-raider-tril.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'176i48bw': {
		'id': '176i48bw',
		'id_user': 'MX vs ATV Alive - ps3',
		'name': 'MX vs ATV Alive - ps3',
		'category': 'tb49wt3d',
		'description': 'Motocross e Quad',
		'options': ['58,90 € se prenoti adesso'],
		'price': 59.90,
		'discounts': {},
		'images': ['cart/images/ps3-mx-aliv.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'rclqq8l0': {
		'id': 'rclqq8l0',
		'id_user': 'Naruto Shippuden Ult. Ninja 3 - psp',
		'name': 'Naruto Shippuden Ult. Ninja 3 - psp',
		'category': '6nj4rshz',
		'description': 'Picchiaduro',
		'options': ['18,90 € se prenoti adesso'],
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/psp-nar-shipp-ult-ninj-3.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'w1mum1m3': {
		'id': 'w1mum1m3',
		'id_user': 'Naruto Shippuden Legend Akatsu Rising - psp',
		'name': 'Naruto Shippuden Legend Akatsu Rising - psp',
		'category': '6nj4rshz',
		'description': 'Picchiaduro',
		'options': ['18,90 e se prenoti adesso'],
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/psp-naru-shipp-leg-akatsu-ris.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'1i7j5gi5': {
		'id': '1i7j5gi5',
		'id_user': 'Sonic Rivals 2 - psp',
		'name': 'Sonic Rivals 2 - psp',
		'category': '6nj4rshz',
		'description': 'Plattform',
		'options': ['18,90 € se prenoti adesso'],
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/psp-son-riv-2.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'lt23pa23': {
		'id': 'lt23pa23',
		'id_user': 'Assassin\'s Creed Bloodlines - psp',
		'name': 'Assassin\'s Creed Bloodlines - psp',
		'category': '6nj4rshz',
		'description': 'Azione',
		'options': ['18,90 € se prenoti adesso'],
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/psp-ass-creed-bloodl.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'die8sn5u': {
		'id': 'die8sn5u',
		'id_user': 'Microfono Under Control - wii',
		'name': 'Microfono Under Control - wii',
		'category': '3xwv63y4',
		'description': 'Microfono per Karaoke',
		'options': ['24.90 e se prenoti adesso'],
		'price': 24.9,
		'discounts': {},
		'images': ['cart/images/wii-mic-und-cont.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'09o43h7a': {
		'id': '09o43h7a',
		'id_user': 'Sony Headset Goertek Bluetooth - ps3',
		'name': 'Sony Headset Goertek Bluetooth - ps3',
		'category': 'yzerxe0a',
		'description': 'Nuovo Auricolare con Microfono Ufficiale Sony',
		'options': ['38,90 € se prenoti adesso'],
		'price': 39.90,
		'discounts': {},
		'images': ['cart/images/ps3-goertek.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'gfcwibla': {
		'id': 'gfcwibla',
		'id_user': 'Xbox 360 Headset -x360',
		'name': 'Xbox 360 Headset -x360',
		'category': '812jvqq5',
		'description': 'Cuffia + Microfono Monofonica<br />Ufficiale Microsoft',
		'price': 19.90,
		'discounts': {},
		'images': ['cart/images/x360-headset.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'2n5msof4': {
		'id': '2n5msof4',
		'id_user': 'Naruto Shippuden The New Era - 3ds',
		'name': 'Naruto Shippuden The New Era - 3ds',
		'category': 'n2q5k94y',
		'description': 'Picchiaduro',
		'options': ['43,90 € se prenoti adesso'],
		'price': 44.90,
		'discounts': {},
		'images': ['cart/images/3ds-naru-shipp-new-era.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'70lj7l57': {
		'id': '70lj7l57',
		'id_user': 'Silent Hill HD Collection - ps3',
		'name': 'Silent Hill HD Collection - ps3',
		'category': '3lson6c8',
		'description': 'Azione Horror<br />Remastered in HD',
		'options': ['48,90 € se prenoti adesso'],
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/ps3-silent-hill-hd-coll.jpg'],
		'vat': 0,
		'weight': 0.00000
	},
	'ysamp6s5': {
		'id': 'ysamp6s5',
		'id_user': 'Wii Remote Controller White - wii',
		'name': 'Wii Remote Controller White - wii',
		'category': '3xwv63y4',
		'description': 'Controller Wireless',
		'price': 49.90,
		'discounts': {},
		'images': ['cart/images/wii-rem-white.jpg'],
		'vat': 0,
		'weight': 0.00000
	}
};

// Shipping Data
x5engine.imCart.shippings = [
	{
		'name': 'Solo Prenotazione e Ritiro in Negozio',
		'description': 'L\'articolo selezionato verrà messo da parte, potrà ritirarlo in negozio usufruendo dell\'eventuale sconto particolare.',
		'vat': 0,
		'type': 'FIXED',
		'price': 0.00000,
		'email': 'Gentile Cliente<br /><br />l\'articolo selezionato le verrà messo da parte a suo nome e<br />le verrà garantito l\'eventuale sconto sulla prenotazione<br /><br />Grazie'
	},
	{
		'name': 'Posta',
		'description': 'La merce verrà consegnata in 2-5 giorni lavorativi.',
		'vat': 0,
		'type': 'FIXED',
		'price': 5.00000,
		'email': 'Spedizione tramite Posta.<br />La merce verrà consegnata in 3-5 giorni lavorativi.'
	},
	{
		'name': 'Corriere Espresso',
		'description': 'La merce verrà consegnata in 1-2 giorni lavorativi.',
		'vat': 0,
		'type': 'FIXED',
		'price': 10.00000,
		'email': 'Spedizione tramite Corriere Espresso.<br />La merce verrà consegnata in 1-2 giorni lavorativi.'
	}
];

// Payment Data
x5engine.imCart.payments = [
	{
		'name': 'Solo Prenotazione',
		'description': 'L\'articolo selezionato le verrà messo da parte, potrà ritirarlo in negozio usufruendo dell\'eventuale sconto particolare.',
		'email': 'Gentile Cliente<br /><br />l\'articolo selezionato le verrà messo da parte a suo nome e<br />le verrà garantito l\'eventuale sconto sulla prenotazione<br /><br />Grazie',
		'vat': 0,
		'price': 0.000
	},
	{
		'name': 'Bonifico Bancario',
		'description': 'Pagamento posticipato tramite Bonifico Bancario.',
		'email': 'Qui di seguito sono riportati i dati necessari per effettuare il pagamento tramite Bonifico Bancario:<br /><br />XXX YYY ZZZ<br /><br />Le ricordiamo che una volta effettuato il pagamento è necessario l\'invio della copia contabile insieme al Numero di Ordine.',
		'vat': 0,
		'price': 0.000
	}
];

// HTML Form
x5engine.imCart.html_form = '<div style="text-align: center; font-weight: bold;">Indirizzo di fatturazione/Indirizzo di spedizione</div><br /><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartName"><span>Nome:</span></label><input type="text" name="imCartName" id="imCartName" class="imCartInput mandatory ">*</span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartLastName"><span>Cognome:</span></label><input type="text" name="imCartLastName" id="imCartLastName" class="imCartInput mandatory ">*</span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartAddress1"><span>Indirizzo e numero civico:</span></label><input type="text" name="imCartAddress1" id="imCartAddress1" class="imCartInput mandatory ">*</span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartZipPostalCode"><span>CAP:</span></label><input type="text" name="imCartZipPostalCode" id="imCartZipPostalCode" class="imCartInput mandatory ">*</span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartCity"><span>Città:</span></label><input type="text" name="imCartCity" id="imCartCity" class="imCartInput mandatory ">*</span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartStateRegion"><span>Provincia:</span></label><input type="text" name="imCartStateRegion" id="imCartStateRegion" class="imCartInput mandatory ">*</span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartPhone"><span>Telefono:</span></label><input type="text" name="imCartPhone" id="imCartPhone" class="imCartInput  valGenTelephone"></span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label class="imCartLabel" for="imCartNewsletter"><span>Vuoi iscriverti alla newletter?:</span></label><input type="checkbox" name="imCartNewsletter" id="imCartNewsletter" class="imCartInput  " value="1" style="border: 0; text-align: left; width: auto;"></span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label class="imCartLabel" for="imCartNote"><span>Note:</span></label><textarea name="imCartNote" id="imCartNote" class="imCartInput  " style="font-family: inherit; font-size: inherit; font-style: inherit;"></textarea></span></div><div class="imCartFormRow"><span style="width: 100%; margin: 0 auto; display: block; clear: both;"><label  class="imCartLabel" for="imCartEmail"><span>Indirizzo di posta elettronica:</span></label><input type="text" name="imCartEmail" id="imCartEmail" class="imCartInput mandatory valEmail">*</span></div>';

// End of file x5cart.js
