<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alice Andrade Design e Histórias &#187; Design e Web</title>
	<atom:link href="http://www.alice.blog.br/category/design-e-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alice.blog.br</link>
	<description>Justiça colher aquilo que plantou</description>
	<lastBuildDate>Wed, 01 Jun 2011 20:46:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Abas com Scroll costumizado em Javascript</title>
		<link>http://www.alice.blog.br/2011/05/abas-com-scroll-em-javascript/</link>
		<comments>http://www.alice.blog.br/2011/05/abas-com-scroll-em-javascript/#comments</comments>
		<pubDate>Tue, 31 May 2011 21:26:54 +0000</pubDate>
		<dc:creator>alice</dc:creator>
				<category><![CDATA[Design e Web]]></category>

		<guid isPermaLink="false">http://www.alice.blog.br/?p=265</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.alice.blog.br/2011/05/abas-com-scroll-em-javascript/' addthis:title='Abas com Scroll costumizado em Javascript'  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Para fazer essa aba você precisará de plugins que vc poderá baixar em: bibliotecas js linkar no html e utilizar o código javascript abaixo: // funcionalidade das abas $&#40;'.Scrollbar-Container'&#41;.show&#40;&#41;; $&#40;&#34;#tabs a&#34;&#41;.each&#40;function&#40;&#41;&#123; var container = $&#40;$&#40;this&#41;.attr&#40;'href'&#41;&#41;; container.find&#40;&#34;.Scroller&#34;&#41;.css&#40;&#123; overflow: 'hidden', width: 415 &#125;&#41;; var scroller = new jsScroller&#40;container.find&#40;&#34;.Scroller&#34;&#41;.get&#40;0&#41;, 0, 590&#41; var scrollbar = new jsScrollbar&#40;container.find&#40;&#34;.Scrollbar-Container&#34;&#41;.get&#40;0&#41;, scroller, true&#41;; [...]]]></description>
			<content:encoded><![CDATA[<p><iframe style="width: 500px; height: 700px; border: none;" src="http://www.alice.blog.br/exemplos/abas-com-scroll-js/index.html"><br />
</iframe><br />
Para fazer essa aba você precisará de  plugins que vc poderá baixar em:<a href="http://www.alice.blog.br/exemplos/abas-com-scroll-js/js/js.rar"><br />
bibliotecas js</a><br />
linkar no html e utilizar o código javascript abaixo:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">  <span style="color: #006600; font-style: italic;">// funcionalidade das abas</span>
  $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.Scrollbar-Container'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">show</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#tabs a&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">each</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #003366; font-weight: bold;">var</span> container <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span>$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'href'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	container.<span style="color: #660066;">find</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;.Scroller&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
	  overflow<span style="color: #339933;">:</span> <span style="color: #3366CC;">'hidden'</span><span style="color: #339933;">,</span>
	  width<span style="color: #339933;">:</span> <span style="color: #CC0000;">415</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> scroller  <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> jsScroller<span style="color: #009900;">&#40;</span>container.<span style="color: #660066;">find</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;.Scroller&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">get</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">590</span><span style="color: #009900;">&#41;</span>
<span style="color: #003366; font-weight: bold;">var</span> scrollbar <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> jsScrollbar<span style="color: #009900;">&#40;</span>container.<span style="color: #660066;">find</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;.Scrollbar-Container&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">get</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> scroller<span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">data</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'scrollbar'</span><span style="color: #339933;">,</span> scrollbar<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #003366; font-weight: bold;">var</span> container <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span>$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'href'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
		scrollbar <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">data</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'scrollbar'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
		y <span style="color: #339933;">=</span> <span style="color: #339933;">-</span><span style="color: #009900;">&#40;</span>scrollbar._src._y<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'div.tabs_block'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">hide</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#tabs a'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">removeClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'selected'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">addClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'selected'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	container.<span style="color: #660066;">show</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	scrollbar.<span style="color: #660066;">swapContent</span><span style="color: #009900;">&#40;</span>container.<span style="color: #660066;">find</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.Container'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">get</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>y<span style="color: #009900;">&#41;</span> scrollbar.<span style="color: #660066;">scrollTo</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> y<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
  <span style="color: #006600; font-style: italic;">// reset de abas</span>
  $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;div.tabs_block&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">hide</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;div.tabs_block:first&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">show</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#tabs a:first&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">addClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;selected&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Com o html abaixo:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div class=&quot;tabs_place&quot;&gt;
	&lt;div id=&quot;tabs&quot;&gt;
	&lt;a class=&quot;aba1 selected&quot; href=&quot;#todas-as-radios&quot; title=&quot;&quot;  onclick=&quot;return false;&quot;&gt;
        &lt;em&gt;Aba1&lt;/em&gt;&lt;/a&gt;
	&lt;a class=&quot;aba2&quot; href=&quot;#terceiros&quot; title=&quot;&quot; onclick=&quot;return false;&quot;&gt;
        &lt;em&gt;Aba2&lt;/em&gt;&lt;/a&gt;
	&lt;class=&quot;aba3&quot; href=&quot;#lancamentos&quot; title=&quot;&quot; onclick=&quot;return false;&quot;&gt;
        &lt;em&gt;Aba3&lt;/em&gt;&lt;/a&gt;
	&lt;/div&gt;
	&lt;div class=&quot;holder_bg&quot;&gt;
	&lt;div class=&quot;holder&quot;&gt;	
		&lt;div class=&quot;tabs_block&quot; id=&quot;todas-as-radios&quot;&gt;
			&lt;div class=&quot;Scrollbar-Container&quot;&gt; 
			&lt;img src=&quot;img/seta_top.png&quot; class=&quot;Scrollbar-Up&quot; /&gt; 
			&lt;img src=&quot;img/seta_bot.png&quot; class=&quot;Scrollbar-Down&quot; /&gt; 
			&lt;div class=&quot;Scrollbar-Track&quot;&gt; 
			&lt;img src=&quot;img/mao.png&quot; class=&quot;Scrollbar-Handle&quot; /&gt; 
			&lt;/div&gt; 
			&lt;/div&gt; 
			&lt;div class=&quot;Container&quot;&gt; 
				&lt;div class=&quot;Scroller&quot;&gt; 
				&lt;div class=&quot;Scroller-Container&quot;&gt;
				&lt;ul class=&quot;list-comment&quot;&gt;
				&lt;li&gt;
				&lt;a href=&quot;#&quot; title=&quot;Intype&quot; target=&quot;_blank&quot;&gt;
				&lt;span class=&quot;infos_radios&quot;&gt;
				&lt;span class=&quot;frase&quot;&gt;Lorem Ipsum is simply dummy 
                                 &lt;/span&gt;
				&lt;/span&gt;
				&lt;/a&gt;
				 &lt;/li&gt;
				&lt;/ul&gt;
				&lt;/div&gt; 
				&lt;/div&gt; 
			&lt;/div&gt; 
		&lt;/div&gt;
		&lt;div class=&quot;tabs_block&quot; id=&quot;terceiros&quot;&gt;
		&lt;div class=&quot;Scrollbar-Container&quot;&gt; 
		&lt;img src=&quot;img/seta_top.png&quot; class=&quot;Scrollbar-Up&quot; /&gt; 
		&lt;img src=&quot;img/seta_bot.png&quot; class=&quot;Scrollbar-Down&quot; /&gt; 
		&lt;div class=&quot;Scrollbar-Track&quot;&gt; 
		&lt;img src=&quot;img/mao.png&quot; class=&quot;Scrollbar-Handle&quot; /&gt; 
		&lt;/div&gt; 
			&lt;/div&gt; 
			&lt;div class=&quot;Container&quot;&gt; 
				&lt;div class=&quot;Scroller&quot;&gt; 
				&lt;div class=&quot;Scroller-Container&quot;&gt;
				&lt;ul class=&quot;list-comment&quot;&gt;
				&lt;li&gt;
				&lt;a href=&quot;#&quot; title=&quot;Intype&quot; target=&quot;_blank&quot;&gt;
				&lt;span class=&quot;infos_radios&quot;&gt;
				&lt;span class=&quot;frase&quot;&gt;Lorem Ipsum is simply dummyte
                                &lt;/span&gt;	
                                &lt;/span&gt;
				&lt;/a&gt;
				&lt;/li&gt;
				&lt;/ul&gt;
				&lt;/div&gt; 
				&lt;/div&gt; 
			&lt;/div&gt; 
		&lt;/div&gt;
		&lt;div class=&quot;tabs_block&quot; id=&quot;lancamentos&quot;&gt;
			&lt;div class=&quot;Scrollbar-Container&quot;&gt; 
			&lt;img src=&quot;img/seta_top.png&quot; class=&quot;Scrollbar-Up&quot; /&gt; 
			&lt;img src=&quot;img/seta_bot.png&quot; class=&quot;Scrollbar-Down&quot; /&gt; 
			&lt;div class=&quot;Scrollbar-Track&quot;&gt; 
			&lt;img src=&quot;img/mao.png&quot; class=&quot;Scrollbar-Handle&quot; /&gt; 
			&lt;/div&gt; 
		&lt;/div&gt; 
			&lt;div class=&quot;Container&quot;&gt; 
				&lt;div class=&quot;Scroller&quot;&gt; 
				&lt;div class=&quot;Scroller-Container&quot;&gt;
				&lt;ul class=&quot;list-comment&quot;&gt;
				&lt;li&gt;
				&lt;a href=&quot;#&quot; title=&quot;Intype&quot; target=&quot;_blank&quot;&gt;
				&lt;span class=&quot;infos_radios&quot;&gt;
				&lt;span class=&quot;frase&quot;&gt;Lorem Ipsum is simp
                                &lt;/span&gt;
				&lt;/a&gt;
				&lt;/li&gt;
				&lt;/ul&gt;
				&lt;/div&gt; 
				&lt;/div&gt; 
			&lt;/div&gt; 
		&lt;/div&gt;
	&lt;/div&gt;&lt;!--holder--&gt;
	&lt;/div&gt;&lt;!--holder bg--&gt;
&lt;/div&gt;</pre></div></div>

<p>E ainda esse css para fazer a âncora das abas</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">&lt;style<span style="color: #00AA00;">&gt;</span>	
&nbsp;
<span style="color: #808080; font-style: italic;">/*quando tiver problema em visualizar o scrol no ie7, procure a div com position relative e coloque overflow:hidden....*/</span>
&nbsp;
Container <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">443px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">620px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#F9F9F9</span><span style="color: #00AA00;">;</span>
&nbsp;
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.Scroller</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
&nbsp;
	<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">425px</span><span style="color: #00AA00;">;</span>
&nbsp;
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">590px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">left</span> <span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#f9f9f9</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.Scroller-Container</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.Scrollbar-Container</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">367px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.Scrollbar-Up</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">3</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #933;">49px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.Scrollbar-Track</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">586px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">18px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">49px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;img/palito.png&quot;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">repeat-y</span> <span style="color: #993333;">center</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">3</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.Scrollbar-Handle</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">30px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.Scrollbar-Down</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">595px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #933;">49px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">3</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.tabs_block</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">15px</span> <span style="color: #933;">-6px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">620px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">443px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.Container</span> h3 <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span><span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.Container</span> p <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">13px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span><span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">136px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.Scroller</span> p <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> Verdana<span style="color: #00AA00;">,</span> Arial<span style="color: #00AA00;">,</span> Helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">11px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
.list-comment<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.list-comment</span> li<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">593px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">80px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.list-comment</span> li a<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">393px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">80px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span><span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span>arial<span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bolder</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#616060</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.Scroller</span> <span style="color: #6666ff;">.list-comment</span> li a <span style="color: #6666ff;">.frase</span> p<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span><span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span>arial<span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bolder</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#616060</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.list-comment</span> li a img<span style="color: #00AA00;">,</span> .infos_radios<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span>inline-<span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
	zoom<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">*</span><span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">inline</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/* Hack for IE6 to emulate display: inline-block; */</span>
	<span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">middle</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
.infos_radios<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">360px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">7px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
img<span style="color: #00AA00;">,</span> a<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
.count-comment<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">red</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">35px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">22px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#949699</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">11px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">24px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">lighter</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">22px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
.holder<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">620px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">437px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span><span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.tabs_place</span> .aba1<span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.tabs_place</span> .aba2<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">130px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">30px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.tabs_place</span> <span style="color: #6666ff;">.aba1</span> em<span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.tabs_place</span> <span style="color: #6666ff;">.aba2</span> em <span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.tabs_place</span> <span style="color: #6666ff;">.aba3</span> em<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
.aba1<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
.aba2<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
.aba3<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">156px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">30px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/*mudança de estados das abas*/</span>
<span style="color: #6666ff;">.aba1</span>.selected<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#cecece</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.aba2</span>.selected<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#cecece</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.aba3</span>.selected<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#cecece</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">156px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">30px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
.radios_list<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">660px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
.holder_bg<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">437px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span><span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#cecece</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
.tabs_place<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&lt;/style<span style="color: #00AA00;">&gt;</span></pre></div></div>

<p>E o melhor, essas abas  e o scroll custumizado e as abas funcionam e são compatíveis com IE6, IE7, IE8, Chrome, Firefox, Opera.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alice.blog.br/2011/05/abas-com-scroll-em-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pensar é bom, mas não atoa.</title>
		<link>http://www.alice.blog.br/2008/04/pensar-e-bom-mas-nao-atoa/</link>
		<comments>http://www.alice.blog.br/2008/04/pensar-e-bom-mas-nao-atoa/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 20:21:48 +0000</pubDate>
		<dc:creator>alice</dc:creator>
				<category><![CDATA[Design e Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[tableless]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://aliceandrade.wordpress.com/?p=21</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.alice.blog.br/2008/04/pensar-e-bom-mas-nao-atoa/' addthis:title='Pensar é bom, mas não atoa.'  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Na minha opinião, designer é o cara que veio para unir a beleza e funcionalidade, como nos conta a história. Então que tal se nós, web designers pensássemos nisso no dia a dia? Talvez seja isso que, de uma maneira não muito agradável, todos os dias os programadores tentam nos sugerir. Viva o bom senso, pensemos [...]]]></description>
			<content:encoded><![CDATA[<p>Na minha opinião, designer é o cara que veio para unir a beleza e funcionalidade, como nos conta a história.<br />
Então que tal se nós, web designers pensássemos nisso no dia a dia? Talvez seja isso que, de uma maneira não muito agradável, todos os dias os programadores tentam nos sugerir. Viva o bom senso, pensemos na seguinte ordem:<br />
Preciso disso, essa informação é imprecindível para o entendimento do meu site?</p>
<p>Fotos, layout e cores necessárias para que a minha comunicação com o usuário seja completa, armoniosa e rapida. Rápida?</p>
<p> Wait&#8230;loading&#8230;.looooooooading. Ninguem merece! Tinha necessidade dessa ilustração enorme no background?</p>
<p>Gente, o degradê usado nesse fundo só está conseguindo comunicar que o site não é tão interessante assim pra eu ficar um tempão esperando ele carregar, ou ainda que degradê na verdade é uma junção de camadas de cores de transição, divisões que aliás podemos ver claramente. E Então, eu como designer pergunto, PARA QUE?<br />
Não foi para tornar as coisas mais fáceis, unindo beleza e utilidade que nossa profissão foi criada?<br />
Por favor, aquelas bordas arredondadas em excesso muitas vezes o arquivo ficar pesado, contribuindo para que a pessoa que esta querendo simplesmente consultar o conteúdo da página, se irrite e vá embora sem prestigiar o nosso grandioso trabalho que não podemos esquecer que além de tudo é a complementação da mensagem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alice.blog.br/2008/04/pensar-e-bom-mas-nao-atoa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Design Gráfico</title>
		<link>http://www.alice.blog.br/2007/11/design-grafico/</link>
		<comments>http://www.alice.blog.br/2007/11/design-grafico/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 22:13:59 +0000</pubDate>
		<dc:creator>alice</dc:creator>
				<category><![CDATA[Design e Web]]></category>
		<category><![CDATA[assinatura visual]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[profissão]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://aliceandrade.wordpress.com/2007/11/03/design-grafico/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.alice.blog.br/2007/11/design-grafico/' addthis:title='Design Gráfico'  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>O Design Gráfico é uma expressão de arte funcional, informativa, onde há a procura pelo equilíbrio entre função e beleza com intuito de passar informação. Nesta profissão nos especializamos na produção de impressos em geral, na projeção de um outdoor, capas de livros, cartazes, folders, etc. O Design Gráfico está em tudo, é toda transmissão [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial;">O Design Gráfico é uma expressão de arte funcional, informativa, onde há a procura pelo equilíbrio entre função e beleza com intuito de passar informação.</span><span style="font-family: Arial;"><span> </span>Nesta profissão nos especializamos na produção de impressos em geral, na projeção de um outdoor, capas de livros, cartazes, folders, etc. </span><span style="font-family: Arial;">O Design Gráfico está em tudo, é toda transmissão de informação visual.</span><span style="font-family: Arial;">Mas cuidamos também da marca de uma empresa, para que esta tenha a cara da empresa, passe o que ela faz só na imagem, transmita a alma do negócio com simplicidade e beleza. A profissão também abrange sinalização de interiores, como hospitais, shoppings, sempre em acordo total com a imagem escolhida para a empresa, a marca.</span><span style="font-family: Arial;"><span> </span><span> </span>A marca, ou melhor, assinatura visual como é chamada na área, é composta por dois elementos principais: o símbolo e o logotipo.</span><span style="font-family: Arial;"><span> </span>Símbolo é o que vai identificar a empresa visualmente, é desenho que tem a função ser a empresa no âmbito visual.</span><span style="font-family: Arial;"><span> </span>O logotipo, como é chamado na maioria dos livros, é o nome da empresa, o que também não é simples de se fazer, já que a fonte, as cores e a forma, também deve transmitir a alma da empresa. </span><span style="font-family: Arial;"><span> </span>Encontrar o símbolo, fonte, e cores certas, harmonizá-las para a produção da assinatura visual pode decidir a futuro de uma empresa. </span><span style="font-family: Arial;">Olhe ao seu redor, veja se aquele chocolate poderia ter outra assinatura senão a dele, se aquele fast-food seria o mesmo sem aquela marca&#8230;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alice.blog.br/2007/11/design-grafico/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Novos Modelos de Negócios na Internet</title>
		<link>http://www.alice.blog.br/2007/10/novos-modelos-de-negocios-na-internet/</link>
		<comments>http://www.alice.blog.br/2007/10/novos-modelos-de-negocios-na-internet/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 16:49:43 +0000</pubDate>
		<dc:creator>Alice Andrade</dc:creator>
				<category><![CDATA[Design e Web]]></category>

		<guid isPermaLink="false">http://aliceandrade.wordpress.com/2007/10/19/novos-modelos-de-negocios-na-internet/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.alice.blog.br/2007/10/novos-modelos-de-negocios-na-internet/' addthis:title='Novos Modelos de Negócios na Internet'  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Programadores e web designers tendem a procurar cada vez mais interagir com o usuário de maneira descomplicada e direta, aplicando isso a sistemas altamente uteis e que tranquilizam e agilizam a vida das pessoas, como locadoras on line, site de compras, restaurantes, bancos, chats, ferramentas de tele conferência que aproximam as pessoas e desenvolvem a [...]]]></description>
			<content:encoded><![CDATA[<p>Programadores e web designers tendem a procurar cada vez mais interagir com o usuário de maneira descomplicada e direta, aplicando isso a sistemas altamente uteis e que tranquilizam e agilizam a vida das pessoas, como locadoras on line, site de compras, restaurantes, bancos, chats, ferramentas de tele conferência que aproximam as pessoas e desenvolvem a economia devido a facilidade, agilidade e segurança encontrada nestes..</p>
<p>Ai temos o aspecto humano&#8230;Ontem eu analizava como era gostoso conversar com uma amiga que mora há 2 dias de mim, no meu escritório em casa, e saber das novidades da vida dela&#8230;E meus sogros podem conversar com os pais na America Central e do Norte&#8230;</p>
<p>Coisa linda, somos nós profissonais de tecnologia  desenvolvendo a economia, tranquilizando e aproximando as pessoas&#8230;</p>
<p>Na INTERCON desse ano vários desses profissionais estarão juntos discutindo formas de melhorar a produtividade nesse sentido, e o <a href="http://desta.ca/pratica/2007/10/17/promocao-ganhe-convites-para-o-imasters-intercon-2007" title="ele está sorteando 4 convites para a intercon">Gilberto Junior </a>será um deles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alice.blog.br/2007/10/novos-modelos-de-negocios-na-internet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

