<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>3DVIA.com Forums: Recent Topics</title>
		<link>http://www.3dvia.com/forums/</link>
		<description>Connect with other 3DVIA Users</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 22:35:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.3dvia.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.3dvia.com/forums/rss/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>gytha on "A Fun Bachelorette Party Activity That Doesn&#039;t Involve Dollar Bills, Body Oil, o"</title>
			<link>http://www.3dvia.com/forums/topic/a-fun-bachelorette-party-activity-that-doesnt-involve-dollar-bills-body-oil-o#post-69634</link>
			<pubDate>Fri, 24 May 2013 21:19:48 +0000</pubDate>
			<dc:creator>gytha</dc:creator>
			<guid isPermaLink="false">69634@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;A Fun Bachelorette Party Activity That Doesn't Involve Dollar Bills, Body Oil, or a Three-Day Hangover&#60;br /&#62;
I have nothing against dollar bills or body oil (from a respectable distance), although at this point in my life I think I'd rather die than suffer a three-day hangover. I understand why brides want to get rowdy with their lady friends and dance until 5 A.M. And there were plenty of times when I was the last bridesmaid on the dance floor. &#60;br /&#62;
Still, some brides don't want to party to the breaka-breaka dawn. And sometimes there are bridesmaids or friends who just aren't going to hit the club scene. Maybe the bride's kid sister is still in her teens. Or maybe the groom's older sis is in her 40s and a mom of three who can't afford the hangover. Perhaps there's a pregnant bridesmaid. (I had THREE mamas-to-be in my wedding party!) In any event, even if there's a traditional, booze-heavy bachelorette, I think it's nice to offer an alternate activity. And if the bride doesn't do the strip-club scene, you can skip it all together and do something a little more civil, like this sweet jewelry-making bachelorette that I spotted over on &#60;a href=&#34;http://www.doduu.com/weddings-&#38;amp;-events-c-475.html&#34;&#62;The Bride's Guide.&#60;/a&#62;&#60;br /&#62;
Crafty bride Meg opted for night of bridesmaid bonding and necklace making over a traditional bachelorette, and it looks super-fun from where I'm sitting! And the bridesmaids wore their necklaces in the wedding. So lovely! &#60;br /&#62;
I get that &#60;a href=&#34;http://www.doduu.com/jewelry-c-907.html&#34;&#62;jewelry making&#60;/a&#62; (or pottery painting or whatever crafty activity) can seem l-a-m-e if the bride is looking for plastic penises and drinks served in fishbowls, but I think we can appreciate that that's just not every bride's scene.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Snowside on "How can i realise to move a geometrie with another geometrie?"</title>
			<link>http://www.3dvia.com/forums/topic/how-can-i-realise-to-move-a-geometrie-with-another-geometrie#post-69555</link>
			<pubDate>Fri, 17 May 2013 09:48:39 +0000</pubDate>
			<dc:creator>Snowside</dc:creator>
			<guid isPermaLink="false">69555@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Dear Community,&#60;/p&#62;
&#60;p&#62;i need your help again. I'm trying to realise a simple roboter. This roboter has to pick up Boxes and move them. For my example i used a Cylinder and a Box from the Libraries. I applied dynamic solid to them and set the Cylinder Keyframed and the Box dynamic. The Cylinder should be seen as a gripper. I can move it with the Keyboard in any direction, up and down.&#60;/p&#62;
&#60;p&#62;What i need is: When the Cylinder is near a Box and a Button is pressed, the Box should move along with my Cylinder, till i press the Button again. How can i realise this with Shematic Coding?&#60;/p&#62;
&#60;p&#62;Greetings,&#60;br /&#62;
Snowside
&#60;/p&#62;</description>
		</item>
		<item>
			<title>n12l34 on "Integrating the Oculus Rift"</title>
			<link>http://www.3dvia.com/forums/topic/integrating-the-oculus-rift#post-69583</link>
			<pubDate>Wed, 22 May 2013 10:17:28 +0000</pubDate>
			<dc:creator>n12l34</dc:creator>
			<guid isPermaLink="false">69583@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am preparing to integrate the Oculus Rift into 3DVIA Studio. The current plan is to build a SUI template which contains all the necessities (querying the sensors, providing the viewports etc.). Fortunately, the Oculus SDK documentation is very thorough and even provides ready-made distortion shaders. This however a point where I run into problems: I have two cameras (the &#34;eyes&#34;), which are rendered into side-by-side viewports on a 1280x800 display. So I need to apply the distortion shader to both viewports, which apparently is achieved by using the vkSimplePostProcessor. &#60;/p&#62;
&#60;p&#62;So my current approach is:&#60;br /&#62;
Generate two sub-viewports of the main viewport, associate them with the respective camera and have them display side-by-side (works fine, displays correctly when I render the vieports to &#34;null&#34;)&#60;br /&#62;
Render the viewports onto textures the same size as the viewports&#60;br /&#62;
Run the textures through the shaders attached as a post-process (using PostProcessSimpleVS followed by my distortion pixel shader)&#60;br /&#62;
Have the post process render the shaders result onto the &#34;null&#34; texture.&#60;/p&#62;
&#60;p&#62;So now I am stuck with a black image (even when substituting my shader for any generic shader). Do I have to insert a secondary step before rendering to &#34;null&#34;, i.e. let the postprocessor for each camera render onto another texture and then display these side-by-side?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wangyafei999 on "How to Create a  BB  to  rendertexture"</title>
			<link>http://www.3dvia.com/forums/topic/how-to-create-a-bb-to-rendertexture#post-69624</link>
			<pubDate>Fri, 24 May 2013 02:23:00 +0000</pubDate>
			<dc:creator>wangyafei999</dc:creator>
			<guid isPermaLink="false">69624@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;hello  everyone &#60;/p&#62;
&#60;p&#62;i  want to  ctrate  a BB  with  SDK ,  because  i   have  a   kinect    ,now   i  can   send  the   data of  20 Skeletons  to  3dvia studio    but     i   want  to   render  the   RGB  video texture  to  studio,  i  success  in  wirtools&#60;br /&#62;
i  find   some   helps  form   SDK of  &#34;rendertexture.h&#34;,  but      i   failed,,   how  to    render   it????&#60;/p&#62;
&#60;p&#62;can   you   help   me
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hbhntcnqa on "Major tech gadgets to purchase your college freshman"</title>
			<link>http://www.3dvia.com/forums/topic/major-tech-gadgets-to-purchase-your-college-freshman#post-69626</link>
			<pubDate>Fri, 24 May 2013 02:57:34 +0000</pubDate>
			<dc:creator>hbhntcnqa</dc:creator>
			<guid isPermaLink="false">69626@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;It really is your child's initially year in college, a time of fantastic value, and an knowledge they'll forever try to remember; &#60;a href=&#34;http://www.everbuying.com/reviews&#34;&#62;everbuying reviews&#60;/a&#62; nonetheless it could also be a time of elevated tension, a moment in their life where they are able to barely discover time for you to breathe, and a period where time management is increasingly important. In this day and age there are plenty of technologies that will make life a lot easier, and assistance to place minds at ease throughout instances of higher stress levels and &#60;a href=&#34;http://www.everbuying.com/product371950.html&#34;&#62;KOYO MX12&#60;/a&#62; hectic schedules. Right here you are able to read a list of great gadgets to help your initial time college students life at a university considerably more bearable. &#60;/p&#62;
&#60;p&#62;In the top of this list lies the increasingly well-known iPad. This handy device includes a plethoraof makes use of, something from a calendar to xylophone synthesizer. This terrific gadget can assist any college freshman make college life all of the more bearable, with it is calendar application they can schedule classes, time for tutoring, and reminders of vital exams. On top of that it can also enable your college student to video chat with family members, and high school mates who may have left for other universities, which let's be truthful, familiar faces constantly make new conditions less complicated. You may acquire the iPad in the Apple website right here:apple/ipad/.&#60;/p&#62;
&#60;p&#62;Yet another superior gadget for any new college student, which has pretty much come to become a staple in life itself, could be a laptop pc. Despite the fact that this device may not be new plus the technologies has been about for some years now, only not too long ago has the price point begun to drop allowing &#60;a href=&#34;http://www.everbuying.com/product435175.html&#34;&#62;Super Bright White Halogen Car Bulbs&#60;/a&#62; even the typical low wage earning college student to afford one. Using a individual laptop laptop a college freshman can form out essays, play video games in their down time and in some cases total homework permitting these with illegible hand writing to turn in papers that even a 1st grader could study. There are various alternatives out there for a dependable laptop, but you may locate the ideal offers at Very best Buy.&#60;/p&#62;
&#60;p&#62;With acquiring a laptop a further superior investment will be the printer. A printer is always handy to have around, even with all the recent advancement in Web technologies e-mails can nonetheless be lost inside the vast cyberspace, which in turn may cause a failing grade on an otherwise best essay.&#60;br /&#62;
This last gadget is 1 which you all most likely currently personal and a single, that if we lost it, would also mean losing your lively hood. It really is an astonishing device using a multitude of makes use of, something from playing MP3's, taking pictures, recording lectures, and taking smaller notes, by the way, it makes phone calls as well. That is correct this gadget may be the sensible telephone, with this handy gadget just inches away hidden within your pockets, that the majority of people virtually generally overlook until they have a heart attack when it's missing, you'll be able to support simplify college life tremendously. Using the wise phone your college student can record lectures offered by their teachers, they're able to sync it with their computer systems calendar, and they could usually get in touch with you, the parent, when they're operating low on cash.&#60;/p&#62;
&#60;p&#62;These fantastic gadgets had been all once solutions of science fiction, and now that they're a reality they will significantly boost the life of any college freshman. They're able to be pricey, but lets once once again be honest right here, the value you pay to improve ones future, is just actually priceless to start with.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hbhntcnqa on "Major rated Bluetooth headsets"</title>
			<link>http://www.3dvia.com/forums/topic/major-rated-bluetooth-headsets#post-69625</link>
			<pubDate>Fri, 24 May 2013 02:56:12 +0000</pubDate>
			<dc:creator>hbhntcnqa</dc:creator>
			<guid isPermaLink="false">69625@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;With Bluetooth becoming integrated into pretty much just about every mobile phone, Bluetooth headsets are gradually becoming a ought to have! These headsets enables hands-free speaking which improves safety although driving as well as removes the want for tangled wires (which definitely is unsightly) and merely enhances convenience for the user. And with additional features, far better designs, enhanced performance and sophisticated Bluetooth technology, it really is tough to do with out the headset. The write-up shall cover the three major rated Bluetooth headsets to date.&#60;br /&#62;
1. BlueAnt Q2&#60;br /&#62;
This headset supplies crisp and clear audio high quality and true very good and competent voice control. All this inside a sleek and slender design that looks skilled and high-class. In addition, it has a number of hardware functions. Not only that the integration with Androids and Blackberrys is seamless and powerful. A further added &#60;a href=&#34;http://www.everbuying.com/Wholesale-ICOO.html&#34;&#62;icoo tablet&#60;/a&#62; function is access to Microsoft's Bing-411 which can be an audio service that offers you directions, site visitors conditions, and weather report updates.Ultimately it is actually one Bluetooth headset that features the top of both worlds having a comfortable design and style and an excellent efficiency.&#60;br /&#62;
2. Sound ID 510 Bluetooth headset&#60;br /&#62;
This can be a ought to have for iPhone owners. Having a minimalist design and style, the Sound ID 510 is actually a slim and lightweight device that is perfect for just about any one. The package consists of lots of ear-loop sizes that feels superior when in use. The committed iPhone app (sorry Android and Blackberry customers, you're going to possess to wait) has numerous extra options that compliment the headset. And certainly, the Sound ID 510 has spectacular audio high-quality. Don't miss this one.&#60;br /&#62;
3. Plantronics Voyager Pro UC&#60;br /&#62;
This headset &#60;a href=&#34;http://www.everbuying.com/reviews&#34;&#62;everbuying.com reviews&#60;/a&#62; packs a punch. It has Sensible Sensor technology that knows when to send calls for the phone or towards the headset. It even knows when to play or cease music automatically and lots of much more amazing capabilities. The headset also has help for A2DP audio streaming and multipoint connectivity. It is battery life is outstanding and audio good quality top-notch. It;s excellent for use over a long period of time in spite of becoming a little huge. But &#60;a href=&#34;http://www.everbuying.com/product415752.html&#34;&#62;vibrating massage hair brush&#60;/a&#62; that aside, there's virtually no other flaw within this headset.&#60;br /&#62;
Hopefully this short article has given you an insight to Bluetooth headsets and has given you much more reason to head out to purchase a single without having further ado. Certainly, any a single with the 3 above Bluetooth headsets will are available in handy to get a long time and there'll definitely be no cause to regret at all.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fitter on "Embedding 3d xml in other sites"</title>
			<link>http://www.3dvia.com/forums/topic/embedding-3d-xml-in-other-sites#post-69622</link>
			<pubDate>Thu, 23 May 2013 17:55:53 +0000</pubDate>
			<dc:creator>Fitter</dc:creator>
			<guid isPermaLink="false">69622@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;Can I embed 3d xml in other sites?&#60;/p&#62;
&#60;p&#62;I mean usign my personal server to store the 3dxml files.&#60;/p&#62;
&#60;p&#62;So the end user will just need the 3DVia player&#60;/p&#62;
&#60;p&#62;If yes, how can I set up that?&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;/p&#62;
&#60;p&#62;Fitter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Cartier Relógios"</title>
			<link>http://www.3dvia.com/forums/topic/cartier-relogios#post-69616</link>
			<pubDate>Thu, 23 May 2013 15:53:06 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">69616@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;[b][url=http://www.cartieronlinesale.com/pt/]jóias Cartier[/url][/b]&#60;br /&#62;
[b]&#60;a href=&#34;http://pt.cartieronlinesale.com/&#34;&#62;cartier anéis&#60;/a&#62;[/b]&#60;br /&#62;
[b][url=http://www.cartieronlinesale.com/pt/]cartier anéis[/url][/b]&#60;br /&#62;
[b][url=http://pt.cartieronlinesale.com/]cartier pulseira de amor[/url][/b]&#60;br /&#62;
[b][url=http://www.cartieronlinesale.com/pt/]cartier pulseira de amor[/url][/b]&#60;br /&#62;
&#60;strong&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/&#34;&#62;cartier&#60;/a&#62;&#60;/strong&#62; &#124; &#60;strong&#62;&#60;a href=&#34;http://pt.cartieronlinesale.com/&#34;&#62;cartier&#60;/a&#62;&#60;/strong&#62; &#124; &#60;strong&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/&#34;&#62;cartier&#60;/a&#62;&#60;/strong&#62; &#124; &#60;strong&#62;&#60;a href=&#34;http://pt.cartieronlinesale.com/&#34;&#62;relógio Cartier&#60;/a&#62;&#60;/strong&#62; &#124; &#60;strong&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/&#34;&#62;relógio Cartier&#60;/a&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;title&#38;gt;Cartier Relógios&#38;lt;/title&#38;gt;&#60;br /&#62;
&#38;lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=UTF-8&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;meta name=&#34;keywords&#34; content=&#34;Cartier Relógios&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;meta name=&#34;description&#34; content=&#34;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;meta http-equiv=&#34;imagetoolbar&#34; content=&#34;no&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;link rel=&#34;canonical&#34; href=&#34;http://www.cartieronlinesale.com/pt/cartier-relógios-c-9.html&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/css/style_imagehover.css&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/css/stylesheet.css&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/css/stylesheet_css_buttons.css&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;print&#34; href=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/css/print_stylesheet.css&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div style=&#34;margin:0 auto;clear:both;&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;lang_main_page&#34; style=&#34;padding-top:10px;clear:both;margin-left:auto;margin-right:auto;text-align:center;&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;b&#38;gt;language:&#38;lt;/b&#38;gt;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/de/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/gericon.gif&#34; alt=&#34;Deutsch&#34; title=&#34; Deutsch &#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/fr/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/fricon.gif&#34; alt=&#34;Français&#34; title=&#34; Français &#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/it/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/iticon.gif&#34; alt=&#34;italiano&#34; title=&#34; italiano &#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/es/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/esicon.gif&#34; alt=&#34;Español&#34; title=&#34; Español &#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/pt/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/pticon.gif&#34; alt=&#34;Português&#34; title=&#34; Português &#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/jp/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/jpicon.gif&#34; alt=&#34;日本語&#34; title=&#34; 日本語 &#34; height=&#34;14&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/ru/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/ruicon.gif&#34; alt=&#34;russian&#34; title=&#34; russian &#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/ar/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/aricon.gif&#34; alt=&#34;arabic&#34; title=&#34; arabic &#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/no/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/noicon.gif&#34; alt=&#34;norwegian&#34; title=&#34; norwegian &#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/sv/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/svicon.gif&#34; alt=&#34;swedish&#34; title=&#34; swedish &#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/da/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/daicon.gif&#34; alt=&#34;danish&#34; title=&#34; danish &#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/nl/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/nlicon.gif&#34; alt=&#34;Nederlands&#34; title=&#34; Nederlands&#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/fi/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/fiicon.gif&#34; alt=&#34;finland&#34; title=&#34; finland &#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/ie/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/gaicon.gif&#34; alt=&#34;ireland&#34; title=&#34; ireland &#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#60;a href=&#34;http://www.cartieronlinesale.com/&#34;&#62;&#60;br /&#62;
		&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/langimg/icon.gif&#34; alt=&#34;English&#34; title=&#34; English &#34; height=&#34;15&#34; width=&#34;24&#34;&#38;gt;&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;header_wrapper&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;div id=&#34;header_warpper&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;header_inner&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;p id=&#34;logo&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/images/logo.gif&#34; alt=&#34;Desenvolvido por Zen Cart :: A arte do E -Commerce&#34; title=&#34; Desenvolvido por Zen Cart :: A arte do E -Commerce &#34; width=&#34;313&#34; height=&#34;72&#34; /&#38;gt;&#60;/a&#62;&#38;lt;/p&#38;gt;&#60;br /&#62;
      &#38;lt;p class=&#34;header_contact&#34;&#38;gt;&#60;br /&#62;
	  &#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=Payment_Methods&#34;&#62;Atacado&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=shippinginfo&#34;&#62;Informações de envio&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=Payment_Methods&#34;&#62;Formas de Pagamento&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=contact_us&#34;&#62;Fale Conosco&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;	  &#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;      &#38;lt;div class=&#34;header_call&#34;&#38;gt; Welcome&#60;br /&#62;
        GUEST, PLEASE     &#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=login&#34;&#62;Entrar&#60;/a&#62;&#60;br /&#62;
	ou    &#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=create_account&#34;&#62;registrar&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;		&#38;lt;/div&#38;gt;&#60;br /&#62;
      &#38;lt;div id=&#34;divCart&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;span&#38;gt;&#38;lt;div id=&#34;cartBoxEmpty&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=shopping_cart&#34;&#62;Shopping Bag:&#60;/a&#62;&#38;amp;nbsp&#38;amp;nbsp(Seu carrinho está vazio)&#38;lt;/div&#38;gt;	&#38;lt;/span&#38;gt;&#60;br /&#62;
	&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;      &#38;lt;div id=&#34;header_search&#34;&#38;gt;&#60;br /&#62;
       &#38;lt;form name=&#34;quick_find_header&#34; action=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=advanced_search_result&#34; method=&#34;get&#34;&#38;gt;&#38;lt;input type=&#34;hidden&#34; name=&#34;main_page&#34; value=&#34;advanced_search_result&#34; /&#38;gt;&#38;lt;input type=&#34;hidden&#34; name=&#34;search_in_description&#34; value=&#34;1&#34; /&#38;gt;&#38;lt;div class=&#34;search-header-input&#34;&#38;gt;&#38;lt;input type=&#34;text&#34; name=&#34;keyword&#34; size=&#34;36&#34; maxlength=&#34;130&#34; value=&#34;Pesquisa ...&#34; onfocus=&#34;if (this.value == 'Pesquisa ...') this.value = '';&#34; onblur=&#34;if (this.value == '') this.value = 'Pesquisa ...';&#34; /&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;input class=&#34;button-search-header&#34; type=&#34;image&#34; src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/images/111.png&#34; value=&#34;Serch&#34; /&#38;gt;&#38;lt;/form&#38;gt;      &#38;lt;/div&#38;gt;&#60;br /&#62;
    &#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;div class=&#34;clear&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;div id=&#34;header_menu&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;ul id=&#34;lists&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;li class=&#34;home-link&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/&#34;&#62;&#60;strong&#62;Home&#60;/strong&#62;&#60;/a&#62;&#60;br /&#62;
&#38;lt;li id=&#34;&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-watches-c-9.html&#34;&#62;&#60;strong&#62;Cartier Relógios&#60;/strong&#62;&#60;/a&#62;&#60;br /&#62;
&#38;lt;li id=&#34;&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-love-bracelets-c-3.html&#34;&#62;&#60;strong&#62;Cartier Amor Pulseiras&#60;/strong&#62;&#60;/a&#62;&#60;br /&#62;
&#38;lt;li id=&#34;&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/Cartier Handbags&#34;&#62;&#60;strong&#62;Bolsas Cartier&#60;/strong&#62;&#60;/a&#62;&#60;br /&#62;
&#38;lt;li id=&#34;&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-necklaces-c-5.html&#34;&#62;&#60;strong&#62;Colares Cartier&#60;/strong&#62;&#60;/a&#62;&#60;br /&#62;
&#38;lt;li id=&#34;&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-love-rings-c-4.html&#34;&#62;&#60;strong&#62;Cartier Amor Anéis&#60;/strong&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;  &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;clear&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;mainWrapper&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;table width=&#34;100%&#34; border=&#34;0&#34; cellspacing=&#34;0&#34; cellpadding=&#34;0&#34; id=&#34;contentMainWrapper&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;tr&#38;gt;&#60;br /&#62;
&#38;lt;td id=&#34;navColumnOne&#34; class=&#34;columnLeft&#34; style=&#34;width: &#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;navColumnOneWrapper&#34; style=&#34;width: 220px&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;leftBoxContainer&#34; id=&#34;currencies&#34; style=&#34;width: 220px&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;sidebox-header-left &#34;&#38;gt;&#38;lt;h3 class=&#34;leftBoxHeading &#34; id=&#34;currenciesHeading&#34;&#38;gt;&#38;lt;label&#38;gt;Moedas&#38;lt;/label&#38;gt;&#38;lt;/h3&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;currenciesContent&#34; class=&#34;sideBoxContent centeredContent&#34;&#38;gt;&#38;lt;form name=&#34;currencies_form&#34; action=&#34;http://www.cartieronlinesale.com/pt/&#34; method=&#34;get&#34;&#38;gt;&#38;lt;select name=&#34;currency&#34; onchange=&#34;this.form.submit();&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;option value=&#34;USD&#34; selected=&#34;selected&#34;&#38;gt;US Dollar&#38;lt;/option&#38;gt;&#60;br /&#62;
  &#38;lt;option value=&#34;CNY&#34;&#38;gt;CNY&#38;lt;/option&#38;gt;&#60;br /&#62;
  &#38;lt;option value=&#34;EUR&#34;&#38;gt;Euro&#38;lt;/option&#38;gt;&#60;br /&#62;
  &#38;lt;option value=&#34;GBP&#34;&#38;gt;GB Pound&#38;lt;/option&#38;gt;&#60;br /&#62;
  &#38;lt;option value=&#34;CAD&#34;&#38;gt;Canadian Dollar&#38;lt;/option&#38;gt;&#60;br /&#62;
  &#38;lt;option value=&#34;AUD&#34;&#38;gt;Australian Dollar&#38;lt;/option&#38;gt;&#60;br /&#62;
  &#38;lt;option value=&#34;JPY&#34;&#38;gt;Jappen Yen&#38;lt;/option&#38;gt;&#60;br /&#62;
  &#38;lt;option value=&#34;NOK&#34;&#38;gt;Norske Krone&#38;lt;/option&#38;gt;&#60;br /&#62;
  &#38;lt;option value=&#34;SEK&#34;&#38;gt;Swedish Krone&#38;lt;/option&#38;gt;&#60;br /&#62;
  &#38;lt;option value=&#34;DKK&#34;&#38;gt;Danish Krone&#38;lt;/option&#38;gt;&#60;br /&#62;
  &#38;lt;option value=&#34;RUB&#34;&#38;gt;Russian Ruble&#38;lt;/option&#38;gt;&#60;br /&#62;
&#38;lt;/select&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; name=&#34;main_page&#34; value=&#34;index&#34; /&#38;gt;&#38;lt;input type=&#34;hidden&#34; name=&#34;cPath&#34; value=&#34;9&#34; /&#38;gt;&#38;lt;input type=&#34;hidden&#34; name=&#34;page&#34; value=&#34;4&#34; /&#38;gt;&#38;lt;input type=&#34;hidden&#34; name=&#34;sort&#34; value=&#34;20a&#34; /&#38;gt;&#38;lt;/form&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;leftBoxContainer&#34; id=&#34;categories&#34; style=&#34;width: 220px&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;sidebox-header-left main-sidebox-header-left&#34;&#38;gt;&#38;lt;h3 class=&#34;leftBoxHeading main-sidebox-header-right&#34; id=&#34;categoriesHeading&#34;&#38;gt;Categorias&#38;lt;/h3&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;categoriesContent&#34; class=&#34;sideBoxContent&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;categories-top-list no-dots&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html&#34;&#62;&#38;lt;span class=&#34;category-subs-selected&#34;&#38;gt;Cartier Relógios&#38;lt;/span&#38;gt;&#60;/a&#62;&#38;lt;span class=&#34;sub-count&#34;&#38;gt;&#38;nbsp;(188)&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;categories-top-list &#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-amor-ouro-c-2.html&#34;&#62;Cartier Amor Ouro&#60;/a&#62;&#38;lt;span class=&#34;sub-count&#34;&#38;gt;&#38;nbsp;(14)&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;categories-top-list &#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/brincos-cartier-c-7.html&#34;&#62;Brincos Cartier&#60;/a&#62;&#38;lt;span class=&#34;sub-count&#34;&#38;gt;&#38;nbsp;(16)&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;categories-top-list &#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/bolsas-cartier-c-6.html&#34;&#62;Bolsas Cartier&#60;/a&#62;&#38;lt;span class=&#34;sub-count&#34;&#38;gt;&#38;nbsp;(38)&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;categories-top-list &#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/colares-cartier-c-5.html&#34;&#62;Colares Cartier&#60;/a&#62;&#38;lt;span class=&#34;sub-count&#34;&#38;gt;&#38;nbsp;(82)&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;categories-top-list &#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-amor-an%C3%A9is-c-4.html&#34;&#62;Cartier Amor Anéis&#60;/a&#62;&#38;lt;span class=&#34;sub-count&#34;&#38;gt;&#38;nbsp;(36)&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;categories-top-list &#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/pulseiras-cartier-amor-c-3.html&#34;&#62;Pulseiras Cartier Amor&#60;/a&#62;&#38;lt;span class=&#34;sub-count&#34;&#38;gt;&#38;nbsp;(96)&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;categories-top-list &#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-boxes-c-8.html&#34;&#62;Cartier Boxes&#60;/a&#62;&#38;lt;span class=&#34;sub-count&#34;&#38;gt;&#38;nbsp;(4)&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;leftBoxContainer&#34; id=&#34;featured&#34; style=&#34;width: 220px&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;sidebox-header-left &#34;&#38;gt;&#38;lt;h3 class=&#34;leftBoxHeading &#34; id=&#34;featuredHeading&#34;&#38;gt;Destaques - &#60;a href=&#34;http://www.cartieronlinesale.com/pt/featured_products.html&#34;&#62;&#38;nbsp;&#38;nbsp;[mais]&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;sideBoxContent centeredContent&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleuballon-bleu-de-cartier-rel%C3%B3gio-mulheres-w6900156-petit-mod-p-524.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-2.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu-Ballon Bleu de Cartier relógio mulheres W6900156 Petit Mod&#34; title=&#34; Cartier Montres Ballon Bleu-Ballon Bleu de Cartier relógio mulheres W6900156 Petit Mod &#34; width=&#34;130&#34; height=&#34;130&#34; /&#38;gt;&#60;/a&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleuballon-bleu-de-cartier-rel%C3%B3gio-mulheres-w6900156-petit-mod-p-524.html&#34;&#62;Cartier Montres Ballon Bleu-Ballon Bleu de Cartier relógio mulheres W6900156 Petit Mod&#60;/a&#62;&#38;lt;div&#38;gt;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$901.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$171.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;81% menos&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;sideBoxContent centeredContent&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleuballon-bleu-de-cartier-rel%C3%B3gio-mulheres-w6900256-petit-mod-p-525.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-4.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu-Ballon Bleu de Cartier relógio mulheres W6900256 Petit Mod&#34; title=&#34; Cartier Montres Ballon Bleu-Ballon Bleu de Cartier relógio mulheres W6900256 Petit Mod &#34; width=&#34;130&#34; height=&#34;130&#34; /&#38;gt;&#60;/a&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleuballon-bleu-de-cartier-rel%C3%B3gio-mulheres-w6900256-petit-mod-p-525.html&#34;&#62;Cartier Montres Ballon Bleu-Ballon Bleu de Cartier relógio mulheres W6900256 Petit Mod&#60;/a&#62;&#38;lt;div&#38;gt;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$833.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$171.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;79% menos&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;leftBoxContainer&#34; id=&#34;specials&#34; style=&#34;width: 220px&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;sidebox-header-left &#34;&#38;gt;&#38;lt;h3 class=&#34;leftBoxHeading &#34; id=&#34;specialsHeading&#34;&#38;gt;Promoções - &#60;a href=&#34;http://www.cartieronlinesale.com/pt/specials.html&#34;&#62;&#38;nbsp;&#38;nbsp;[mais]&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;sideBoxContent centeredContent&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-charme-folha-colar-ouro-amarelo-p-323.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Necklaces/Cartier-Leaf-Charm-Yellow-Gold-Necklace.jpg&#34; alt=&#34;Cartier Charme Folha Colar Ouro Amarelo&#34; title=&#34; Cartier Charme Folha Colar Ouro Amarelo &#34; width=&#34;130&#34; height=&#34;130&#34; /&#38;gt;&#60;/a&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-charme-folha-colar-ouro-amarelo-p-323.html&#34;&#62;Cartier Charme Folha Colar Ouro Amarelo&#60;/a&#62;&#38;lt;div&#38;gt;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$232.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$91.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;61% menos&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;sideBoxContent centeredContent&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-colar-leve-com-diamantes-lajeado-p-325.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Necklaces/Cartier-LEVE-Necklace-With-Diamonds-Paved.jpg&#34; alt=&#34;Cartier Colar LEVE Com Diamantes Lajeado&#34; title=&#34; Cartier Colar LEVE Com Diamantes Lajeado &#34; width=&#34;130&#34; height=&#34;130&#34; /&#38;gt;&#60;/a&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-colar-leve-com-diamantes-lajeado-p-325.html&#34;&#62;Cartier Colar LEVE Com Diamantes Lajeado&#60;/a&#62;&#38;lt;div&#38;gt;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$375.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$87.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;77% menos&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;sideBoxContent centeredContent&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-le-baiser-du-dragon-charme-colar-ouro-amarelo-p-322.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Necklaces/Cartier-Le-Baiser-du-Dragon-Charm-Yellow-Gold.jpg&#34; alt=&#34;Cartier Le Baiser du Dragon Charme Colar Ouro Amarelo&#34; title=&#34; Cartier Le Baiser du Dragon Charme Colar Ouro Amarelo &#34; width=&#34;130&#34; height=&#34;130&#34; /&#38;gt;&#60;/a&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-le-baiser-du-dragon-charme-colar-ouro-amarelo-p-322.html&#34;&#62;Cartier Le Baiser du Dragon Charme Colar Ouro Amarelo&#60;/a&#62;&#38;lt;div&#38;gt;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$199.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$97.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;51% menos&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;sideBoxContent centeredContent&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-colar-leve-em-o-ouro-diamonds-lajeado-p-324.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Necklaces/Cartier-LEVE-Necklace-in-Gold-Plated-With.jpg&#34; alt=&#34;Cartier Colar LEVE em o ouro Diamonds Lajeado&#34; title=&#34; Cartier Colar LEVE em o ouro Diamonds Lajeado &#34; width=&#34;130&#34; height=&#34;130&#34; /&#38;gt;&#60;/a&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-colar-leve-em-o-ouro-diamonds-lajeado-p-324.html&#34;&#62;Cartier Colar LEVE em o ouro Diamonds Lajeado&#60;/a&#62;&#38;lt;div&#38;gt;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$422.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$81.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;81% menos&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#34;sideBoxContent centeredContent&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-colar-leve-em-c%C3%ADrculos-duplos-p-321.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Necklaces/Cartier-LEVE-Necklace-in-Double-Circles.jpg&#34; alt=&#34;Cartier Colar LEVE em círculos duplos&#34; title=&#34; Cartier Colar LEVE em círculos duplos &#34; width=&#34;130&#34; height=&#34;130&#34; /&#38;gt;&#60;/a&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-colar-leve-em-c%C3%ADrculos-duplos-p-321.html&#34;&#62;Cartier Colar LEVE em círculos duplos&#60;/a&#62;&#38;lt;div&#38;gt;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$273.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$84.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;69% menos&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td id=&#34;columnCenter&#34; valign=&#34;top&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;div id=&#34;navBreadCrumb&#34;&#38;gt;  &#60;a href=&#34;http://www.cartieronlinesale.com/pt/&#34;&#62;casa&#60;/a&#62;&#38;nbsp;::&#38;nbsp;&#60;br /&#62;
Cartier Relógios&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;centerColumn&#34; id=&#34;indexProductList&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;h1 id=&#34;productListHeading&#34;&#38;gt;Cartier Relógios&#38;lt;/h1&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;form name=&#34;filter&#34; action=&#34;http://www.cartieronlinesale.com/pt/&#34; method=&#34;get&#34;&#38;gt;&#38;lt;input type=&#34;hidden&#34; name=&#34;main_page&#34; value=&#34;index&#34; /&#38;gt;&#38;lt;input type=&#34;hidden&#34; name=&#34;cPath&#34; value=&#34;9&#34; /&#38;gt;&#38;lt;input type=&#34;hidden&#34; name=&#34;sort&#34; value=&#34;20a&#34; /&#38;gt;&#38;lt;/form&#38;gt;&#60;br /&#62;
&#38;lt;br class=&#34;clearBoth&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;productListing&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;productsListingTopNumber&#34; class=&#34;navSplitPagesResult back&#34;&#38;gt;Exibindo de &#60;strong&#62;55&#60;/strong&#62; a &#60;strong&#62;72&#60;/strong&#62; (num total de &#60;strong&#62;188&#60;/strong&#62; produtos)&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;productsListingListingTopLinks&#34; class=&#34;navSplitPagesLinks forward&#34;&#38;gt; &#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=3&#38;amp;sort=20a&#34; title=&#34; Página anterior &#34;&#62;[&#38;lt;&#38;lt;&#38;nbsp;Anterior]&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=1&#38;amp;sort=20a&#34; title=&#34; Página 1 &#34;&#62;1&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=2&#38;amp;sort=20a&#34; title=&#34; Página 2 &#34;&#62;2&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=3&#38;amp;sort=20a&#34; title=&#34; Página 3 &#34;&#62;3&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#38;lt;strong class=&#34;current&#34;&#38;gt;4&#38;nbsp;&#38;nbsp;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=5&#38;amp;sort=20a&#34; title=&#34; Página 5 &#34;&#62;5&#60;/a&#62;&#38;nbsp;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=6&#38;amp;sort=20a&#34; title=&#34; Próximo conjunto de 5 páginas &#34;&#62;...&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=5&#38;amp;sort=20a&#34; title=&#34; Próxima página &#34;&#62;[Próximo&#38;nbsp;&#38;gt;&#38;gt;]&#60;/a&#62;&#38;nbsp;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;br class=&#34;clearBoth&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;table width=&#34;100%&#34; border=&#34;0&#34; cellspacing=&#34;0&#34; cellpadding=&#34;0&#34; id=&#34;cat9Table&#34; class=&#34;tabTable&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;tr &#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell0-0&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w6900456-moyen-modele-rel%C3%B3gio-p-484.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-12.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6900456 Moyen Modele relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6900456 Moyen Modele relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w6900456-moyen-modele-rel%C3%B3gio-p-484.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6900456 Moyen Modele relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$521.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$177.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;66% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=484&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell0-1&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69004z2-moyen-modele-rel%C3%B3gio-p-483.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-10.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69004Z2 Moyen Modele relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69004Z2 Moyen Modele relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69004z2-moyen-modele-rel%C3%B3gio-p-483.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69004Z2 Moyen Modele relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$748.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$179.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;76% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=483&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell0-2&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w6900551-grande-modele-rel%C3%B3gio-p-485.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-14.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6900551 Grande Modele relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6900551 Grande Modele relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w6900551-grande-modele-rel%C3%B3gio-p-485.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6900551 Grande Modele relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$869.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$177.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;80% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=485&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
  &#38;lt;/tr&#38;gt;&#60;br /&#62;
  &#38;lt;tr &#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell1-0&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69005z2-grande-modele-rel%C3%B3gio-p-486.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-16.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69005Z2 Grande Modele relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69005Z2 Grande Modele relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69005z2-grande-modele-rel%C3%B3gio-p-486.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69005Z2 Grande Modele relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$850.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$179.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;79% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=486&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell1-1&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69006z2-grande-modele-rel%C3%B3gio-p-488.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-20.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69006Z2 Grande Modele relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69006Z2 Grande Modele relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69006z2-grande-modele-rel%C3%B3gio-p-488.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69006Z2 Grande Modele relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$647.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$179.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;72% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=488&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell1-2&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69007z3-petit-modele-rel%C3%B3gio-p-487.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-18.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69007Z3 Petit Modele relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69007Z3 Petit Modele relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69007z3-petit-modele-rel%C3%B3gio-p-487.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69007Z3 Petit Modele relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$633.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$177.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;72% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=487&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
  &#38;lt;/tr&#38;gt;&#60;br /&#62;
  &#38;lt;tr &#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell2-0&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69009z3-grande-modele-rel%C3%B3gio-p-490.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-24.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69009Z3 Grande Modele relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69009Z3 Grande Modele relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69009z3-grande-modele-rel%C3%B3gio-p-490.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69009Z3 Grande Modele relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$717.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$177.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;75% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=490&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell2-1&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69010z4-petit-modele-rel%C3%B3gio-p-489.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-22.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69010Z4 Petit Modele relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69010Z4 Petit Modele relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69010z4-petit-modele-rel%C3%B3gio-p-489.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69010Z4 Petit Modele relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$813.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$176.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;78% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=489&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell2-2&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69011z4-moyen-modele-rel%C3%B3gio-p-491.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-26.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69011Z4 Moyen Modele relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69011Z4 Moyen Modele relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69011z4-moyen-modele-rel%C3%B3gio-p-491.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69011Z4 Moyen Modele relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$641.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$176.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;73% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=491&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
  &#38;lt;/tr&#38;gt;&#60;br /&#62;
  &#38;lt;tr &#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell3-0&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69012z4-gm-rel%C3%B3gio-p-493.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-30.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69012Z4 GM relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69012Z4 GM relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w69012z4-gm-rel%C3%B3gio-p-493.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W69012Z4 GM relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$530.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$179.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;66% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=493&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell3-1&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w6920009-chronographe-rel%C3%B3gio-p-492.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-28.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6920009 Chronographe relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6920009 Chronographe relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w6920009-chronographe-rel%C3%B3gio-p-492.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6920009 Chronographe relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$610.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$184.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;70% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=492&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell3-2&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w6920032-gm-rel%C3%B3gio-p-494.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-32.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6920032 GM relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6920032 GM relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w6920032-gm-rel%C3%B3gio-p-494.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6920032 GM relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$1,090.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$179.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;84% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=494&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
  &#38;lt;/tr&#38;gt;&#60;br /&#62;
  &#38;lt;tr &#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell4-0&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w6920046-mm-rel%C3%B3gio-p-495.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-34.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6920046 MM relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6920046 MM relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w6920046-mm-rel%C3%B3gio-p-495.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6920046 MM relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$764.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$177.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;77% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=495&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell4-1&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w6920047-mm-rel%C3%B3gio-p-496.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Ballon-bleu-de-36.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6920047 MM relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6920047 MM relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-ballon-bleu-de-cartier-w6920047-mm-rel%C3%B3gio-p-496.html&#34;&#62;Cartier Montres Ballon Bleu - Ballon Bleu de Cartier W6920047 MM relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Ballon Bleu de...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$771.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$177.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;77% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=496&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell4-2&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-joaillerie-haute-joaillerie-we900151-petit-modele-rel%C3%B3gio-p-498.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Joaillerie-Haute-2.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Joaillerie &#38;amp; Haute Joaillerie WE900151 Petit Modele relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Joaillerie &#38;amp; Haute Joaillerie WE900151 Petit Modele relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-joaillerie-haute-joaillerie-we900151-petit-modele-rel%C3%B3gio-p-498.html&#34;&#62;Cartier Montres Ballon Bleu - Joaillerie &#38;amp; Haute Joaillerie WE900151 Petit Modele relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Joaillerie &#38;amp; Haute...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$682.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$183.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;73% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=498&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
  &#38;lt;/tr&#38;gt;&#60;br /&#62;
  &#38;lt;tr &#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell5-0&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-joaillerie-haute-joaillerie-we9001z3-petit-modele-rel%C3%B3gio-p-497.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Joaillerie-Haute.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Joaillerie &#38;amp; Haute Joaillerie WE9001Z3 Petit Modele relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Joaillerie &#38;amp; Haute Joaillerie WE9001Z3 Petit Modele relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-joaillerie-haute-joaillerie-we9001z3-petit-modele-rel%C3%B3gio-p-497.html&#34;&#62;Cartier Montres Ballon Bleu - Joaillerie &#38;amp; Haute Joaillerie WE9001Z3 Petit Modele relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Joaillerie &#38;amp; Haute...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$617.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$184.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;70% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=497&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell5-1&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-joaillerie-haute-joaillerie-we900251-pm-rel%C3%B3gio-p-499.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Joaillerie-Haute-4.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Joaillerie &#38;amp; Haute Joaillerie WE900251 PM relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Joaillerie &#38;amp; Haute Joaillerie WE900251 PM relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-joaillerie-haute-joaillerie-we900251-pm-rel%C3%B3gio-p-499.html&#34;&#62;Cartier Montres Ballon Bleu - Joaillerie &#38;amp; Haute Joaillerie WE900251 PM relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Joaillerie &#38;amp; Haute...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$572.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$185.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;68% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=499&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
   &#38;lt;th class=&#34;centerBoxContentsProducts centeredContent back&#34; style=&#34;width:32.5%;&#34; scope=&#34;col&#34; id=&#34;listCell5-2&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-joaillerie-haute-joaillerie-we9002z3-pm-rel%C3%B3gio-p-500.html&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/images//cartier_/Cartier-Watches/Cartier-Montres-Ballon-bleu-Joaillerie-Haute-6.jpg&#34; alt=&#34;Cartier Montres Ballon Bleu - Joaillerie &#38;amp; Haute Joaillerie WE9002Z3 PM relógio&#34; title=&#34; Cartier Montres Ballon Bleu - Joaillerie &#38;amp; Haute Joaillerie WE9002Z3 PM relógio &#34; width=&#34;180&#34; height=&#34;180&#34; class=&#34;listingProductImage&#34; id=&#34;listimg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;&#38;lt;h3 class=&#34;itemTitle&#34;&#38;gt;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-montres-ballon-bleu-joaillerie-haute-joaillerie-we9002z3-pm-rel%C3%B3gio-p-500.html&#34;&#62;Cartier Montres Ballon Bleu - Joaillerie &#38;amp; Haute Joaillerie WE9002Z3 PM relógio&#60;/a&#62;&#38;lt;/h3&#38;gt;&#38;lt;div class=&#34;listingDescription&#34;&#38;gt;Montres Ballon Bleu - Joaillerie &#38;amp; Haute...&#38;lt;/div&#38;gt;&#60;br /&#62;&#38;lt;span class=&#34;normalprice&#34;&#38;gt;$796.00 &#38;lt;/span&#38;gt;&#38;nbsp;&#38;lt;span class=&#34;productSpecialPrice&#34;&#38;gt;$186.00&#38;lt;/span&#38;gt;&#38;lt;span class=&#34;productPriceDiscount&#34;&#38;gt;&#60;br /&#62;Poupe:&#38;nbsp;77% menos&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?products_id=500&#38;amp;action=buy_now&#38;amp;sort=20a&#38;amp;page=4&#34;&#62;&#38;lt;img src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/buttons/portugues/button_buy_now.gif&#34; alt=&#34;Comprar agora&#34; title=&#34; Comprar agora &#34; width=&#34;111&#34; height=&#34;27&#34; class=&#34;listingBuyNowButton&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/th&#38;gt;&#60;br /&#62;
  &#38;lt;/tr&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/table&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;productsListingBottomNumber&#34; class=&#34;navSplitPagesResult back&#34;&#38;gt;Exibindo de &#60;strong&#62;55&#60;/strong&#62; a &#60;strong&#62;72&#60;/strong&#62; (num total de &#60;strong&#62;188&#60;/strong&#62; produtos)&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div  id=&#34;productsListingListingBottomLinks&#34; class=&#34;navSplitPagesLinks forward&#34;&#38;gt; &#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=3&#38;amp;sort=20a&#34; title=&#34; Página anterior &#34;&#62;[&#38;lt;&#38;lt;&#38;nbsp;Anterior]&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=1&#38;amp;sort=20a&#34; title=&#34; Página 1 &#34;&#62;1&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=2&#38;amp;sort=20a&#34; title=&#34; Página 2 &#34;&#62;2&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=3&#38;amp;sort=20a&#34; title=&#34; Página 3 &#34;&#62;3&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#38;lt;strong class=&#34;current&#34;&#38;gt;4&#38;nbsp;&#38;nbsp;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=5&#38;amp;sort=20a&#34; title=&#34; Página 5 &#34;&#62;5&#60;/a&#62;&#38;nbsp;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=6&#38;amp;sort=20a&#34; title=&#34; Próximo conjunto de 5 páginas &#34;&#62;...&#60;/a&#62;&#38;nbsp;&#38;nbsp;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=5&#38;amp;sort=20a&#34; title=&#34; Próxima página &#34;&#62;[Próximo&#38;nbsp;&#38;gt;&#38;gt;]&#60;/a&#62;&#38;nbsp;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;br class=&#34;clearBoth&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/td&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;/tr&#38;gt;&#60;br /&#62;
&#38;lt;/table&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;navSuppWrapper&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;navSupp&#34;&#38;gt;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php&#34;&#62;Home&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=shippinginfo&#34;&#62;Envio&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=Payment_Methods&#34;&#62;Atacado&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=shippinginfo&#34;&#62;Rastreamento de Ordem&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=Coupons&#34;&#62;Cupons&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=Payment_Methods&#34;&#62;Formas de Pagamento&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/index.php?main_page=contact_us&#34;&#62;Fale Conosco&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div style=&#34; margin-bottom:10px; margin-top:10px; width:100%; text-align:center;&#34;&#38;gt;&#60;br /&#62;
&#60;a href=&#34;http://www.cartieronlinesale.com/&#34;&#62;Relógios Cartier&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cartieronlinesale.com/&#34;&#62;CARTIER IMITAR&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cartieronlinesale.com/&#34;&#62;CARTIER JÓIAS SENHORAS&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cartieronlinesale.com/&#34;&#62;CARTIER 2012&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cartieronlinesale.com/&#34;&#62;CARTIER AMOR ANÉIS&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cartieronlinesale.com/&#34;&#62;CARTIER ALTA IMITAR&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;DIV  align=&#34;center&#34;&#38;gt; &#60;a href=&#34;http://www.cartieronlinesale.com/pt/cartier-rel%C3%B3gios-c-9.html?page=4&#38;amp;sort=20a&#34;&#62;&#38;lt;IMG src=&#34;http://www.cartieronlinesale.com/pt/includes/templates/dresses/images/payment_shipping_logo.png&#34; width=&#34;474&#34; height=&#34;64&#34;&#38;gt;&#60;/a&#62;&#38;lt;/DIV&#38;gt;&#60;br /&#62;
&#38;lt;div align=&#34;center&#34;&#38;gt;Copyright © 2012 Todos os direitos reservados .&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/&#34;&#62;jóias Cartier&#60;/a&#62;&#60;/strong&#62;&#60;br /&#62;
&#60;strong&#62;&#60;a href=&#34;http://pt.cartieronlinesale.com/&#34;&#62;cartier anéis&#60;/a&#62;&#60;/strong&#62;&#60;br /&#62;
&#60;strong&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/&#34;&#62;cartier anéis&#60;/a&#62;&#60;/strong&#62;&#60;br /&#62;
&#60;strong&#62;&#60;a href=&#34;http://pt.cartieronlinesale.com/&#34;&#62;cartier pulseira de amor&#60;/a&#62;&#60;/strong&#62;&#60;br /&#62;
&#60;strong&#62;&#60;a href=&#34;http://www.cartieronlinesale.com/pt/&#34;&#62;cartier pulseira de amor&#60;/a&#62;&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>i9Ball on "Augmented Reality &#62;&#62;"</title>
			<link>http://www.3dvia.com/forums/topic/augmented-reality-1#post-62604</link>
			<pubDate>Tue, 19 Apr 2011 16:44:41 +0000</pubDate>
			<dc:creator>i9Ball</dc:creator>
			<guid isPermaLink="false">62604@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;To what level does 3DVia Studio support Augmented Reality?&#60;/p&#62;
&#60;p&#62;What tools / components are included with the realease and what is available elsewhere for use with Studio?&#60;/p&#62;
&#60;p&#62;Im quite new to app development but have experience with FLARManager, ARToolkit etc. &#60;/p&#62;
&#60;p&#62;-P
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wangyafei999 on "get(set) a BB to get(set) it&#039;s world matrix"</title>
			<link>http://www.3dvia.com/forums/topic/getset-a-bb-to-getset-its-world-matrix#post-69538</link>
			<pubDate>Thu, 09 May 2013 03:14:02 +0000</pubDate>
			<dc:creator>wangyafei999</dc:creator>
			<guid isPermaLink="false">69538@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;hello i want to get(set) a BB to get(set) it's world matrix, i found a BB in 3dvia studio but i found the BB's input Parameter is vkSUIICpositionedElementPtr, why is not vkentity3d,,can you help me
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sunder3dvia on "How to load it in Resource?"</title>
			<link>http://www.3dvia.com/forums/topic/how-to-load-it-in-resource#post-69556</link>
			<pubDate>Sat, 18 May 2013 05:10:04 +0000</pubDate>
			<dc:creator>sunder3dvia</dc:creator>
			<guid isPermaLink="false">69556@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please download the screen shot from the given link. I could not attach file in my post. I would like to know how to add components to under &#34;Resource&#34; as given in the screen shot.&#60;/p&#62;
&#60;p&#62;I dont know explain more clearly than this. Genius can understand this well&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://www.dropbox.com/s/b7h44mw6upch1ez/shot.jpg&#34; rel=&#34;nofollow&#34;&#62;https://www.dropbox.com/s/b7h44mw6upch1ez/shot.jpg&#60;/a&#62;   - download please
&#60;/p&#62;</description>
		</item>
		<item>
			<title>flipopdefiets on "how to get the vertices of a mesh imported from 3dxml?"</title>
			<link>http://www.3dvia.com/forums/topic/how-to-get-the-vertices-of-a-mesh-imported-from-3dxml#post-69485</link>
			<pubDate>Thu, 25 Apr 2013 13:34:16 +0000</pubDate>
			<dc:creator>flipopdefiets</dc:creator>
			<guid isPermaLink="false">69485@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;hello,&#60;/p&#62;
&#60;p&#62;I import surfaces from Catia with 3dxml into studio and I would like to be able to visualize the mesh and the vertices of the surface.&#60;/p&#62;
&#60;p&#62;I can get the amount of vertex and faces of my geometry with this script but how to reach the coordinate of the vertices of the mesh?&#60;br /&#62;
Are these vertices only available with vkRayIntersection?&#60;/p&#62;
&#60;p&#62;//get the dynamic actor&#60;br /&#62;
 vkNode3DPtr myNode=allNode[i].instance;&#60;br /&#62;
 vkNode3DPtr subNode;&#60;br /&#62;
 int8 count=0;&#60;br /&#62;
 while(myNode.HierarchyParser(subNode))&#60;br /&#62;
{&#60;br /&#62;
	if (count==1)&#60;br /&#62;
	{&#60;br /&#62;
		//subNode.SetLocalAngles(angleHub);&#60;br /&#62;
		vkGeometryPtr aMesh=subNode.GetRenderable();&#60;/p&#62;
&#60;p&#62;		uint32 material=aMesh.GetMaterialCount();&#60;/p&#62;
&#60;p&#62;		break;&#60;br /&#62;
	}&#60;br /&#62;
	count++;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eagle-Mohsen on "Invalid Host - Error"</title>
			<link>http://www.3dvia.com/forums/topic/invalid-host-error#post-69557</link>
			<pubDate>Sat, 18 May 2013 18:26:10 +0000</pubDate>
			<dc:creator>Eagle-Mohsen</dc:creator>
			<guid isPermaLink="false">69557@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
i want to save my txt file to my host(server).&#60;br /&#62;
when i connect with (connect to server) writen error Invalid Host.&#60;br /&#62;
i think my host No has potential for this work (No potential server has replied to the connection request.)&#60;br /&#62;
how can connect?&#60;br /&#62;
thank friends
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thejoker2013 on "Please anybody help!"</title>
			<link>http://www.3dvia.com/forums/topic/please-anybody-help#post-69546</link>
			<pubDate>Tue, 14 May 2013 22:45:32 +0000</pubDate>
			<dc:creator>thejoker2013</dc:creator>
			<guid isPermaLink="false">69546@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Well first of all Hi all, second, 3dvia printscreen is not working AT ALL for me,  I tried to rip some 3D models from epsxe (freeware playstation 1 emulator) using pete's gl plugin, but couldn't get it done, the result was an 800+ bytes 3dxml file that after converting to .3ds and opening it via 3ds max showed NOTHING! Even when I tried to test the software using GPU Caps viewer (freeware software that renders simple OGLs: &#60;a href=&#34;http://www.geeks3d.com/20130328/gpu-caps-viewer-1-18-0-released/&#34; rel=&#34;nofollow&#34;&#62;http://www.geeks3d.com/20130328/gpu-caps-viewer-1-18-0-released/&#60;/a&#62;, THE RESULTS WERE THE SAME! 800+ BYTES FILE THAT AFTER CONVERTING IT TO .3DS AND OPENING IT IN 3D MAX NOTHING SHOW UP! Now I know that the 3dvia printscreen works only on xp, I had actually to downgrade my pc (just for it!) and I feel like I really wasted my time doing so! so my question is: is there any requirements for this software to work? I have a sony vaio VPCEA36FA, Intel Core I5, 4.00 GB Ram, 2.67 GHZ processor, Video card is ATI Mobility Radeon HD 5650, please help, I am so desperate! Also someone here on this forum said he get it to work on windows 7 by changing compatibility from the main exe properties, well I changed the compatibility to windows xp from but couldn't get it to work? PLEASE, ANYBODY HELP!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>n12l34 on "How to show camera view cones in Authoring Mode"</title>
			<link>http://www.3dvia.com/forums/topic/how-to-show-camera-view-cones-in-authoring-mode#post-69545</link>
			<pubDate>Mon, 13 May 2013 15:54:51 +0000</pubDate>
			<dc:creator>n12l34</dc:creator>
			<guid isPermaLink="false">69545@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Hello everyone,&#60;/p&#62;
&#60;p&#62;I am currently trying to figure out some fiddly camera placements and need to find a way to render the camera view cone during run time. In virtools I could just select &#34;Show all Cameras&#34; in the general preferences. Is there a similar option hidden in Studio?&#60;/p&#62;
&#60;p&#62;I already searched the forums and the help files, but no obvious solution came up - I sincerely hope this question was not asked already...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>distrim on "3DVIA Mobile problem"</title>
			<link>http://www.3dvia.com/forums/topic/3dvia-mobile-problem#post-64853</link>
			<pubDate>Tue, 22 Nov 2011 17:18:03 +0000</pubDate>
			<dc:creator>distrim</dc:creator>
			<guid isPermaLink="false">64853@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Hello:&#60;br /&#62;
Yesterday (22/11/2011) I updated 3DVIA mobile from the Apple store and now when I open the icon (smal cube) to take/select a picture it crashes. Do you know this issue?&#60;/p&#62;
&#60;p&#62;Thanks for your answer.&#60;br /&#62;
João Medeiros
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zhaoshijian on "How to understand the behavior of BB setorientationinspace"</title>
			<link>http://www.3dvia.com/forums/topic/how-to-understand-the-behavior-of-bb-setorientationinspace#post-69475</link>
			<pubDate>Mon, 22 Apr 2013 03:25:59 +0000</pubDate>
			<dc:creator>zhaoshijian</dc:creator>
			<guid isPermaLink="false">69475@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;I am trying to develop an expo project, to demonstrate a train moving along the rail.&#60;/p&#62;
&#60;p&#62;My question is: as seen in the enclosed project, it seems:&#60;br /&#62;
1) the cabinet's hole is opening in the x-positive direction, it is connected to the &#34;direction&#34; of the &#34;curve progression&#34;&#60;br /&#62;
2) the &#34;direction&#34; of the &#34;curve progression&#34; BB can be checked real time in the Property View of the &#34;Untitled&#34; component&#60;br /&#62;
3) when starting, you can check the &#34;direction&#34; is along the x-axis&#60;/p&#62;
&#60;p&#62;From my understanding, the &#34;vehicle&#34; (actually the cabinet) should start moving with its hole pointing to the x-axis, but actually the hole is pointing to the negative z-axis.&#60;/p&#62;
&#60;p&#62;This makes us confused, and cannot set expected &#34;vehicle&#34; orientation.&#60;/p&#62;
&#60;p&#62;How should I change the settings?&#60;/p&#62;
&#60;p&#62;Best regards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>n12l34 on "Visual Studio: Setup Guides"</title>
			<link>http://www.3dvia.com/forums/topic/visual-studio-setup-guides#post-69503</link>
			<pubDate>Tue, 30 Apr 2013 12:03:26 +0000</pubDate>
			<dc:creator>n12l34</dc:creator>
			<guid isPermaLink="false">69503@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am currently in the process of migrating from Virtools to Studio. When I wanted to adapt my previous plugins, managers etc. I ran into a huge information gap on how to properly setup MSVC for compiling .vkmodule files. The wizard outright refused to install (maybe because I am on a 64 bit machine and installed to a secondary harddrive?). Not to worry, I just decided to do the fiddling for myself.&#60;/p&#62;
&#60;p&#62;In the help files, I found a reference to an article titled: &#34;Setting Up Microsoft Visual Studio Directories to Compile 3DVIA Studio Plugins&#34;. However, I cannot find it anywhere! Not in the doc folder, not on google... nowhere! There is virtually no proper information on how to compile using the visual studio toolchain - what versions are compatible, which libraries to link etc. On a Win7 x64 system, not even the basic building block example compiles properly! &#60;/p&#62;
&#60;p&#62;So I ask you: Are there any comprehensive and readable step-by-step tutorials on how to set up MSVC 10 or 9? Has anybody tried to write plugins or building blocks for Studio x64?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wangyafei999 on "the question of &#34;array add&#34; BB"</title>
			<link>http://www.3dvia.com/forums/topic/the-question-of-array-add-bb#post-69534</link>
			<pubDate>Wed, 08 May 2013 08:02:51 +0000</pubDate>
			<dc:creator>wangyafei999</dc:creator>
			<guid isPermaLink="false">69534@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;use  this  bb to save  a  parameter  to  a array    but  if  press the &#34;rewind button&#34;(ctrl+backspace),the parameter is none.   how to  save it,  can you give  a  example???&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zhaoshijian on "Set Visible works on the sub-actor but not its parent"</title>
			<link>http://www.3dvia.com/forums/topic/set-visible-works-on-the-sub-actor-but-not-its-parent#post-69529</link>
			<pubDate>Tue, 07 May 2013 23:14:45 +0000</pubDate>
			<dc:creator>zhaoshijian</dc:creator>
			<guid isPermaLink="false">69529@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;I am trying to toggle visiblity of some buttons in a panel. As illustrated in the enclosed project, I have&#60;br /&#62;
1) put one sub-actor &#34;wheel&#34; under parent &#34;handle&#34;,&#60;br /&#62;
2) create a component &#34;Untitled&#34; which calls &#34;set visible&#34; bb to toggle the actor visibility&#60;/p&#62;
&#60;p&#62;As seen from the Property View when &#34;Untitled&#34; component selected during running,&#60;br /&#62;
1) if I set &#34;panel&#34; to &#34;wheel&#34;, and change the value of &#34;visible&#34;, it works as expected&#60;br /&#62;
2) if I set &#34;panel&#34; to &#34;handle&#34;, and change &#34;visible&#34;, it seems the visility of &#34;handle&#34; changed in the Project Editor, but the display remains unchanged.&#60;/p&#62;
&#60;p&#62;How can I toggle visibility of &#34;handle&#34; as a whole?&#60;/p&#62;
&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nooratikah on "how to import 3d modelling into scene?"</title>
			<link>http://www.3dvia.com/forums/topic/how-to-import-3d-modelling-into-scene#post-69524</link>
			<pubDate>Tue, 07 May 2013 12:02:28 +0000</pubDate>
			<dc:creator>nooratikah</dc:creator>
			<guid isPermaLink="false">69524@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;i cannot Send uploaded design to a scene because there is no  the “SEND TO” button on the 3D model view page. how i want to uploaded it to scene?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>excurtionist on "Importing blendshape animation"</title>
			<link>http://www.3dvia.com/forums/topic/importing-blendshape-animation#post-69526</link>
			<pubDate>Tue, 07 May 2013 15:07:34 +0000</pubDate>
			<dc:creator>excurtionist</dc:creator>
			<guid isPermaLink="false">69526@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I have a blendshape animation that I need to play in virtools 5.0 but for some reason I can't get the animation to play.&#60;br /&#62;
I have the character with blendshapes exporting correctly into virtools but the animation isn't. Is this even doable? Can we import blendshape animations created in software like Maya or FaceFx into virtools or do we have to natively create the blendshape animation?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lhuslig_niar on "disregard"</title>
			<link>http://www.3dvia.com/forums/topic/help-with-writing-code-for-kinect-segway-motion#post-69519</link>
			<pubDate>Mon, 06 May 2013 20:02:31 +0000</pubDate>
			<dc:creator>lhuslig_niar</dc:creator>
			<guid isPermaLink="false">69519@http://www.3dvia.com/forums/</guid>
			<description>&#60;br /&#62;</description>
		</item>
		<item>
			<title>wangyafei999 on "the querstion of vkrenderManage::GetCurrentTime"</title>
			<link>http://www.3dvia.com/forums/topic/the-querstion-of-vkrendermanagegetcurrenttime#post-69516</link>
			<pubDate>Mon, 06 May 2013 04:16:00 +0000</pubDate>
			<dc:creator>wangyafei999</dc:creator>
			<guid isPermaLink="false">69516@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;hello&#60;br /&#62;
 this BB have  a  returnvalue    i think  is  a time   value    but   what is  the  meaning     ,   i   can not   find  the   helps  in  the   document      ,      please    help   me
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boula on "Open webpage without being blocked!"</title>
			<link>http://www.3dvia.com/forums/topic/open-webpage-without-being-blocked#post-57696</link>
			<pubDate>Fri, 12 Mar 2010 10:56:33 +0000</pubDate>
			<dc:creator>Boula</dc:creator>
			<guid isPermaLink="false">57696@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I would like to know if there is a way to open a new web page ?&#60;br /&#62;
I tried javascript with browser script:&#60;br /&#62;
Code:&#60;br /&#62;
&#60;code&#62;window.open(&#38;#39;http://www.google.com&#38;#39;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But browsers see it as like a popup and kill it/block it.&#60;br /&#62;
I saw on this board some thread about that, but the switch swapmeet/3dvia deleted some code/links/exemple..&#60;br /&#62;
Is there a way to avoid this?&#60;br /&#62;
An another commands? or a VSL way?&#60;/p&#62;
&#60;p&#62;Hope there is solutions!&#60;/p&#62;
&#60;p&#62;thx!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CGIgor on "TIP : Importing Biped + bones from 3Ds MAX"</title>
			<link>http://www.3dvia.com/forums/topic/tip-importing-biped-bones-from-3ds-max#post-61464</link>
			<pubDate>Mon, 27 Dec 2010 19:12:51 +0000</pubDate>
			<dc:creator>CGIgor</dc:creator>
			<guid isPermaLink="false">61464@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Hey there, I had a **** problem the whole day :&#60;/p&#62;
&#60;p&#62;I followed the &#34;importing characters&#34; tutorial, with a custom mesh and a Skin modifier in 3DsMax. I had to add some extra bones to the biped, to do facial animation. Everything worked well, but when i played the animations in 3DVia, some faces disappeared. I realized that the faces that disappeared were the faces linked to my custom bones.&#60;br /&#62;
So i crawled the web, and finally found an article about Unreal Engine ( &#60;a href=&#34;http://udn.epicgames.com/Two/SkeletalSetup.html&#34; rel=&#34;nofollow&#34;&#62;http://udn.epicgames.com/Two/SkeletalSetup.html&#60;/a&#62; ), and I thought maybe the way animations are played are similar.&#60;/p&#62;
&#60;p&#62;In fact it is, &#60;strong&#62;you MUST add some dummies at the end of each new bones you link to your biped !&#60;/strong&#62; If you don't it won't work properly.&#60;br /&#62;
So if you have a biped and some extra bones, for a sword for example, or a gun, or whatever, be sure to add a dummy at the end. It then works properly !&#60;/p&#62;
&#60;p&#62;I spent the whole day trying to figure this out, so it might help you some day  &#38;lt;img src=&#38;quot;http://www.3dvia.com/forums/my-plugins/bb-smilies/default/icon_smile.gif&#38;quot; title=&#38;quot;:)&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; &#60;/p&#62;
&#60;p&#62;Edit : I meant to post that in 3DVia Studio forum, the issue is the same.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomy on "Profile Page Update"</title>
			<link>http://www.3dvia.com/forums/topic/profile-page-update#post-69510</link>
			<pubDate>Wed, 01 May 2013 23:53:47 +0000</pubDate>
			<dc:creator>tomy</dc:creator>
			<guid isPermaLink="false">69510@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.3dvia.com/forums/profile/tomy&#34; rel=&#34;nofollow&#34;&#62;http://www.3dvia.com/forums/profile/tomy&#60;/a&#62;&#60;br /&#62;
I think this page (and the other user pages like it) could use an update. The footer is creeping into the bottom of the page which makes it hard to read the text, the thumbpic looks weird if it isn't on a newline, and it should say the status somewhere - e.g. Honorary Community Marshall, Veteran, New User, Admin... also, there is no way to access this page unless you actually type it in the address bar, but because it is so useful for learning about a specific member, there should be a link to it somewhere - preferably, icons like on the left side of this post should link to &#60;a href=&#34;http://www.3dvia.com/forums/profile/tomy&#34; rel=&#34;nofollow&#34;&#62;http://www.3dvia.com/forums/profile/tomy&#60;/a&#62; , and that should contain a link to 3dvia.com/tomy , instead of linking directly to 3dvia.com/tomy . Makes more sense to me.&#60;/p&#62;
&#60;p&#62;Also, I have a couple users I accidentally added to my business contacts which I actually want to move to my friends - is that possible yet? If not, when will it be possible? I've already asked this question but it seems to be taking awfully long for such a simple task that I used to be able to do before the new site, not that long ago.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Iainc on "no reflections in player"</title>
			<link>http://www.3dvia.com/forums/topic/no-reflections-in-player#post-69494</link>
			<pubDate>Sat, 27 Apr 2013 10:49:31 +0000</pubDate>
			<dc:creator>Iainc</dc:creator>
			<guid isPermaLink="false">69494@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Hi, I have what I think should be a straight forward fix for someone who has had a similar problem. I simply want to display materials on a 3d model inside the player.&#60;br /&#62;
The model displays well in virtools but for some reason the materials display a standard matt shade with any reflective materials displaying as black in our VR system.&#60;br /&#62;
I am guessing it may be a problem with material paths, but as I am new to Virtools I'm becoming aware that it could easily be a setting I haven't yet found.&#60;br /&#62;
I would very much welcome ANY pointers on this.&#60;br /&#62;
Cheers&#60;br /&#62;
Iain
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sunder3dvia on "My Virtools does not pick my graphic card"</title>
			<link>http://www.3dvia.com/forums/topic/my-virtools-does-not-pick-my-graphic-card#post-69502</link>
			<pubDate>Tue, 30 Apr 2013 10:45:55 +0000</pubDate>
			<dc:creator>sunder3dvia</dc:creator>
			<guid isPermaLink="false">69502@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am using a laptop which comes with Intel HD and AMD Radeon graphic card. When I run my Virtools it does not show the AMD Radeon graphic card under Pereference dialog box of Virtools. &#60;/p&#62;
&#60;p&#62;Could you please tell me how to do it?&#60;/p&#62;
&#60;p&#62;HELP ME PLEASE
&#60;/p&#62;</description>
		</item>
		<item>
			<title>c_ridley on "3DVia Studio Public Beta"</title>
			<link>http://www.3dvia.com/forums/topic/3dvia-studio-public-beta#post-69500</link>
			<pubDate>Mon, 29 Apr 2013 20:07:29 +0000</pubDate>
			<dc:creator>c_ridley</dc:creator>
			<guid isPermaLink="false">69500@http://www.3dvia.com/forums/</guid>
			<description>&#60;p&#62;Hi Everyone,&#60;/p&#62;
&#60;p&#62;I have been on other projects of late and am just geeting back to working with 3DVia Studio. I had a public Beta version which now seems to be expired. Is Dessault no longer supporting public beta downloads of Studio?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
