@charset "UTF-8";
/* CSS Document */

/************************************
Palmetal - Moveis em Aco Inox
Criado em: Outubro/2009                     																				
************************************/

/************************************
	BASIC TAGS
************************************/      

html, body {border: 0; margin: 0; padding: 0;}

body {
	font: 85%/0.9 arial, helvetica, sans-serif;
	line-height: 130%;
	width: 100%;
	min-width: 930px;
	background-color: #FFF;
	background-image:url(../images2010/topo_fundo.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
/************************************
	CLASSES
************************************/
/************************************
	ESTRUTURA 
************************************/
#trio{
	width:935px;
	height: 92px;
	clear: both;
}
#logo {
	width:176px;
	height:92px;
	float:left;
	background-image:url(../images2010/logo.png);
	background-repeat:no-repeat;
}
.topo {
	height:8px;
	width:930px;
	background-image:url(../images2010/topo_fundo.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
}
.topo2 {
	background-image:url(../images2010/topo_fundo2.jpg);
	background-repeat:repeat;
	background-position:top;
	height:8px;
	margin:0 auto;
}
h1 {
	font-size: 1.2em;
	color: #444;
}
a img {
  border: none;/*remove bordas de imagens linkadas*/
}

#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix para centralizar a pgina */ 
}

#content {
  	width: 930px;
  	margin: 0 auto;/* centralizar a pgina no Firefox */
  	text-align: left;
	padding: 20px;
} 

#container2 {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix para centralizar a pgina */
}
#contorno {
	width: 938px;
	height:auto;
	margin:0 auto;
	text-align:center;
}

/* CAMPO DE PESQUISA */
.pesquisa {
	width:310px;
	height:40px;
	float: left;
	background-image:url(../images2010/lupa.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:30px;
	text-align:left;
	margin-left: 110px;
	margin-top: 30px;
}
.campo_pesq {
	background-image:url(../images2010/fundo_busca.png);
	background-repeat:no-repeat;
	width:275px;
	height:40px;
	margin: 0;
	float:left;
}
.pesq {
	background-color: transparent; 
	border:none;
	height:22px;
	width:263px;
	float:left;
	padding: 4px 0 0 4px;
}
.ok_pesquisa {
	width:28px;
	height:27px;
	background-color: transparent;
	background-image:url(../images2010/ok_button.png);
	background-repeat:no-repeat;
	background-position: 0 bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:1px 1px 2px 1px;
	text-align:center;
	color: #FFF;
	cursor:pointer;
	border:none;
}
#pesquisar {
	color:#999;
}
/* CARRINHO */
.carrinho {
	float:right;
	width:130px;
	height:30px;
	position:relative;
	margin-top: 30px;
	margin-right: 20px;
	background-image: url(../images2010/carrinho.png);
	background-repeat: no-repeat;
	background-position: right;
}
.meu_car {
	width:100px;
	float:left;
	height:30px;
	font-size: 12px;
	color: #7F7F7F;
	font-weight: bold;
	line-height: 15px;
}
.itens a{
	font-size:0.917em;
	color:#900;
	text-decoration:none;
	}
.itens a:hover{
	font-size:0.917em;
	color:#900;
	text-decoration:underline;
	}
/* MENU SUPERIOR */
.menu_sup {
	float:left;
	width:630px;
}
#menu_sup {
	width:320px;
	float:left;
	margin-left:140px;
	position:relative;
	z-index:10;
}
#menu_sup ul {
	list-style-type:none;
}
#menu_sup ul#menu {
	list-style-type:none;
	margin: 0 auto;
	text-align:left;
	padding:3px 6px 0px;
	text-decoration:none;
	font-weight:bold;
	width: 400px;
	clear: both;
}
#menu_sup ul#menu li {
	position:relative;
	float:left;	
}
#menu_sup ul#menu li a {
	display:block;
	float:left;
	padding: 0 15px;
	height: 24px;
	line-height: 25px;
	text-decoration:none;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu_sup ul#menu li a:hover {
	display:block;
	float:left;
	height: 24px;
	line-height: 25px;
	color: #0065aa;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu_sup ul#menu li ul {
	display:none;
	position:absolute;
	top: 23px;
	left: 0;
	width:100px;

}
#menu_sup ul#menu li:hover ul {
	display:block;
	margin: 0;
	padding: 0 0 0 3px;	
}
#menu_sup ul#menu li:hover .solo{
	background-image: url(../images2010/drop_corner_topo.png);
	background-repeat: no-repeat;
	background-position: center;
}
#menu_sup ul#menu li ul a{
	width: 93px;
	background-color:#fafafa;
	background-image:url(../images2010/drop_bottom.png);
	background-repeat: repeat-y;
	background-position: right;
}
.cinza {
	color:#999;
}
.down {
	background-image:url(../images2010/toogle_down_light.gif);
	background-repeat:no-repeat;
	background-position:right center;
	float:right;
	width:11px;
	height:17px;
	position:absolute;
}
.at_online {
	width:149px;
	height:26px;
	float:right;
}
/* MENU PRINCIPAL */
.menu_princ {
	width:938px;
	height:80px;
	background-color: #F5F5F5;
	background-image: url(../images2010/img_m.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	position:relative;
}
.ponta_esq_menu {
	background-image:url(../images2010/ponta_esq_menu.png);
	background-repeat: no-repeat;
	width:7px;
	height:80px;
	float:left;
	}
.ponta_dir_menu {
	background-image:url(../images2010/ponta_dir_menu.png);
	background-repeat: no-repeat;
	width:7px;
	height:80px;
	float:right;
	}
.linha1 {
	width:auto;
	height:40px;
}
.linha1 ul {
	list-style-type:none;
	float:left;
	margin: 0 0 0 5px;
	padding:0;
}
.linha1 ul li {
	float:left;
	margin:12px 3px 0 10px;
	padding-right:12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECECE;
	}
.linha1 ul li a {
	color:#9B9B9B;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
.linha1 ul li a:hover {
	color:#0065aa;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
#all_fam {
	position:absolute;
	z-index:100;
	background-color:#F9F9F9;
	top: 3.3em;
	width: auto;
	padding: 10px;
	text-align:left;
	border:1px solid #999;
	display:none;
	float:left;
	right:41%; /*Salvação para o IE */
}
#vota {
	float:left;
	text-align:left;
	font-size:12px;
	color:#666;
	position:relative;

}
#all_fam ul li {
	border:none;
	margin-top:3px;
	float:none;
}
#all_fam ul li a{
	font-size:11px;
	text-decoration:none;
}
.down {
	background-image:url(../images2010/toggle_down_light.gif);
	background-repeat:no-repeat;
	background-position:center right;
	float:right;
	width:11px;
	height:17px;
	position:absolute;
}
.up {
	background-image:url(../images2010/toogle_up_dark.gif);
	background-repeat:no-repeat;
	background-position:right center;
	float:right;
	width:11px;
	height:17px;
	position:absolute;
}
#area1 {
	float:left;
	width:170px;
	height:150px;
	border-right:1px solid #CCC;
}
#area2 {
	float:left;
	width:170px;
	height:150px;
	border-right:1px solid #CCC;
}
#area3 {
	float:left;
	width:170px;
	height:150px;
	border:none;

}
.menu_princ #ativo a {
	color:#0065aa;
	}
.menu_princ #no_border {
	border:none;
}
.menu_princ #destaque {
	border:none;
}
.menu_princ #destaque a {
	color:#666;
	font-weight: 900;
}
.menu_princ #destaque a:hover {
	color:#0065aa;
}
.menu_princ #destaque_ativo {
	border:none;
}
.menu_princ #destaque_ativo a {
	color:#C00;
}
.linha2 {
	width:auto;
	height:40px;
}
.linha2 ul {
	list-style-type:none;
	float:left;
	margin: 0 0 0 5px;
	padding:0;
}
.linha2 ul li {
	float:left;
	margin:11px 3px 0 10px;
	padding-right:11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECECE;
	}
.linha2 ul li a {
	color:#9B9B9B;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
.linha2 ul li a:hover {
	color:#0065aa;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

/************************************
	HOME 
************************************/	

/* APRESENTAO EM FLASH */
#flash {
	width: 938px;
	height: 450px;
	margin:0 auto;
	background-image: url(../images2010/bg_flash.jpg);
	background-repeat: repeat-y;
}
.division {
	width:932px;
	height:1px;
	background-color:#CCC;
	margin:0 auto;
}
/* COLUNAS DE ASSUNTOS */
.img_cont {
	width:80px;
	height:63px;
	float:right;
	background-color:#CCC;
	display:block;
}
.img_cont .img1 a{
	display:block;
	width:100%;
	height:63px;
	background-image:url(../images2010/img_nov.jpg);
	background-repeat:no-repeat;
	background-position: right 0;
	border:none;
}
.img_cont .img1 a:hover {
	background-image:url(../images2010/img_nov.jpg);
	background-position: right -65px;
}
.img_cont .img2 a{
	display:block;
	width:100%;
	height:63px;
	background-image:url(../images2010/img_sust.jpg);
	background-repeat:no-repeat;
	background-position: right 0;
	border:none;
}
.img_cont .img2 a:hover {
	background-image:url(../images2010/img_sust.jpg);
	background-position: right -65px;
}
.img_cont .img3 a{
	display:block;
	width:100%;
	height:63px;
	background-image:url(../images2010/img_resp.jpg);
	background-repeat:no-repeat;
	background-position: right 0;
	border:none;
}
.img_cont .img3 a:hover {
	background-image:url(../images2010/img_resp.jpg);
	background-position: right -65px;
}
.img_cont .img4 a{
	display:block;
	width:100%;
	height:63px;
	background-image:url(../images2010/img_vant.jpg);
	background-repeat:no-repeat;
	background-position: right 0;
	border:none;
}
.img_cont .img4 a:hover {
	background-image:url(../images2010/img_vant.jpg);
	background-position: right -65px;
}
.ver_mais {
	width:70px;
	height:20px;
	clear:both;
	float:right;
	margin-top:20px;
	text-align:right;
}
.ver_mais a {
	color:#0065aa;
	font-size: 11px;
	text-decoration:none;
	}
.ver_mais a:hover {
	color:#0065aa;
	font-size: 11px;
	text-decoration:underline;
	}
.novidades {
	width: 213px;
	height: 160px;
	background-image:url(../images2010/division.png);
	background-repeat: no-repeat;
	background-position: right center;
	float:left;
	background-color:#FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.novidades h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.938em;
	color: #858585;
	text-align:left;
}

.vantagens {
	width: 214px;
	height: 160px;
	float:left;
	background-color:#FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align:left;
}
.vantagens h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.938em;
	color: #858585;
	text-align:left;
}
.cont {
	width:127px;
	height:63px;
	text-align:left;
	margin-right: 5px;
	line-height: 12px;
}
.cont a{
	font-size:11px;
	color:#999;
	text-decoration:none;
}
.cont a:hover{
	font-size:11px;
	color:#999;
	text-decoration:underline;
}
	
/* ABA LOGIN*/	
.login {
	background-image:url(../images2010/bg_button_login.jpg);
	background-repeat: no-repeat;
	width:300px;
	height:43px;
	background-position: right top;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	position: relative;
	z-index: 0;
	float: right;
}
.visitante {
	color: #FFF;
}
#ola_log {
	float:left;
	width:120px;
	padding-left:20px;
	margin-top:10px;
}
#link_log {
	width:150px;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.login a{
	color:#FFF;
	padding-top:10px;
	text-decoration:none;
	text-align:left;
}
.mais_login {
	width:19px;
	height:19px;
	background-image:url(../images2010/mais_login.png);
	background-repeat:no-repeat;
	float:left;
}

/********************* 
        RODAPÉ 
**********************/
.footer {
	background-image: url(../images2010/bg_footer.jpg);
	background-repeat: repeat-x;
	height: auto;
	clear:both;
	text-align:center;
    background-color:#0065A9;
	margin:0;
}
.footer_esq {
	width:250px;
	height:240px;
	float:left;
	background-image:url(../images2010/division_footer.png);
	background-repeat:no-repeat;
	background-position: right;
	padding-top:20px;
}
.footer_esq h2 { text-align:left; margin-left:35px;}

.footer_esq h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#79CAFF;
	text-align:left;
	text-decoration:none;

}
.footer_esq h2 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FC0;
	text-align:left;
	text-decoration:none;
}
.footer_esq ul {
	list-style-image:url(../images2010/bullet.png);
	text-align:left;
	line-height: 15px;
	}
.footer_esq ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFF;
	text-decoration: none;
}
.footer_esq ul li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FC0;
	text-decoration: none;
}
.footer_meio {
	width:250px;
	height:240px;
	float:left;
	background-image:url(../images2010/division_footer.png);
	background-repeat:no-repeat;
	background-position: right;
	padding-top:20px;
}
.footer_meio h2 { text-align:left; margin-left:30px;}
.footer_meio h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#79CAFF;
	text-align:left;
	text-decoration:none;
}
.footer_meio h2 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FC0;
	text-align:left;
	text-decoration:none;
}
.footer_meio ul {
	list-style-image:url(../images2010/bullet.png);
	text-align:left;
	line-height: 15px;
	}
.footer_meio ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFF;
	text-decoration: none;
}
.footer_meio ul li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FC0;
	text-decoration: none;
}
.footer_dir {
	float:right;
	width:430px;
	padding-top:30px;
	height:200px;
}
.atend {
	float:left;
	margin-left:20px;
}
.locaweb {
	float:right;
	margin-right:40px;
}
.icons {
	clear:both;
	margin-left:10px;
	float: left;
	margin-top: 20px;
	width: 410px;
}
.icons2 {
	clear:both;
	margin-left:100px;
	margin-top: 20px;
	float: left;
	width: 300px;
}
.blog {
	width:130px;
	float:left;
	text-align:left;
	margin-left: 10px;
}
.blog #ico_blog {
	float:left;
	padding-right:3px;
}
.blog #link_blog {
	margin-top:10px;
}
.blog #link_blog a {
	text-decoration:none;
	font-size: 11px;
	line-height: 8pt;
}
.twitter {
	width:135px;
	float:left;
	text-align:left;
}
.twitter #ico_twitter {
	float:left;
	padding-right:3px;
}
.twitter #link_twitter {
	margin-top:10px;
}
.twitter #link_twitter a {
	text-decoration:none;
	font-size: 11px;
	line-height: 8pt;
}
.skype {
	width:110px;
	float:left;
	text-align:left;
}
.skype #ico_skype {
	float:left;
	padding-right:3px;
}
.skype #link_skype {
	margin-top:8px;
	font-size: 11px;
	line-height: 8pt;
	color:#FFF;
}
.skype #link_skype a { text-decoration:none;}
.youtube {
	width:130px;
	float:left;
	text-align:left;
	margin-left: 10px;
}
.youtube #link_tube {
	margin-top:10px;
}
.youtube #link_tube a{
	text-decoration:none;
	font-size: 11px;
	line-height: 8pt;

}
.youtube #ico_youtube {
	float:left;
	padding-right:3px;
}

.indique {
	width:135px;
	float:left;
	text-align:left;
}
.indique #ico_indique {
	float:left;
	padding-right:3px;
}
.indique #link_indique {
	margin-top:18px;
}
.indique #link_indique a {
	text-decoration:none;
	font-size: 11px;
	line-height: 8pt;
}
.news {
	width:110px;
	float:left;
	text-align:left;
}
.news #ico_news {
	float:left;
	padding-right:3px;
}
.news #link_news {
	margin-top:8px;
	font-size: 11px;
	line-height: 8pt;
	color:#FFF;
}
.news a {
	text-decoration:none;
}
.content_footer {
	width:930px;
	margin:auto;
}
.content_footer2 {
	width:905px;
	height:50px;
	float:left;
	background-image:url(../images2010/division2.png);
	background-repeat:no-repeat;
	background-position:top;
	/*clear:left; */
	text-align:left;
	padding-top:5px;
	padding-left:23px;
	font-size: 10px;
	color:#FFF;
}
.content_footer3 {
	background-image:url(../images2010/division2.png);
	background-repeat:no-repeat;
	background-position:top;
	clear:left;
	padding-top:5px;
	padding-left:23px;
	font-size: 10px;
	color:#FFF;
	line-height: 5px;
}
.size {
	font-size:12px;
}
/*********************
 PÁGINA FAMÍLIA 
 *********************/
.banner_fam {
	height:300px;
	background-image:url(../images2010/bg_flash.jpg);
	background-repeat:repeat-y;
}
.flash_fam {
	background-color:#F0F0F0;
	width:930px;
	height:300px;
	margin:0 auto;
}
.modelos {
	float:left;
	width:750px;
	background-color:#FFF;
	height:auto;
}
/* conteudo principal familia */
#ordem {
	float:left;
	margin-top:10px;
	margin-bottom:5px;
	height:28px;
	background-image:url(../images2010/bg_ordem.png);
	background-repeat:repeat-x;
	text-align:left;
	clear:both;
}
#content_ordem {
	width:400px;
	height:20px;
	float:left;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:5px;
}
#content_ordem img {
	margin: 0 2px 0 15px;
}
#ordem a {
	text-decoration:none;
	color:#0065AA;
}
#ordem a:hover {
	text-decoration:underline;
	color:#0065AA;
}
#fileira1 {
	float:left;
	width:750px;
	height: 200px;
}
#fileira2 {
	float:left;
	width:750px;
	height: 200px;
}
#img_p1 {
	width:113px;
	height:150px;
	float:left;
	background-color:#FFF;
	border:1px solid #CCC;
}
#model_1 {}
#head3 {
	font-size:11px;
	text-align:left;
	line-height:1;
	height: 100px;
} 
#head3 h3 {
	margin:0;
	padding:0;
}
#head3 h3 a{
	text-decoration:none;
	color:#0065AA;
	font-size:12px;
	margin:0;
	padding:0;
}
#head3 h3 a:hover {
	text-decoration:underline;
}
#descreve {
	font-size:10px;
	text-align:left;
	line-height:10px;
	height: 55px;
	padding-top: 10px;
}
#descreve a {
	text-decoration:none;
	color:#666;
}
#descreve a:hover {
	text-decoration:underline;
}
#descreve p {
	margin:0;
	padding:0;
}
#model_1 {
	width:114px;
	float:right;
	height: 150px;
}
#apartir {
	width:113px;
	height:35px;
	float:right;
	text-align:left;
	font-size:10px;
	color:#666;
	line-height:13px;
}
.preco {
	font-size:12px;
	color:#333;
}
#link_model {
	width:115px;
	height:15px;
	float:right;
	font-size:10px;
	color:#666;
	text-align:right;
}
#link_model a{
	text-decoration:none;
	color:#666;
	font-size:12px;
	font-weight:bold;
}
#link_model a:hover {
	text-decoration:underline;
}
#prod1 {
	width:240px;
	height:160px;
	float:left;
	clear:both;
	margin-top:15px;
}
#prod2 {
	width:240px;
	height:160px;
	float:left;
	margin-top:15px;
	margin-left: 15px;

}
#prod3 {
	width:240px;
	height:160px;
	float:right;
	margin-top:15px;
	margin-left:10px;
}
#prod4 {
	width:240px;
	height:160px;
	float:left;
	clear:both;
	margin-top:15px;
}
#prod5 {
	width:240px;
	height:160px;
	float:left;
	margin-top:15px;
	margin-left: 15px;

}
#prod6 {
	width:240px;
	height:160px;
	float:right;
	margin-top:15px;
	margin-left:10px;
}
.num_pag {
	float:right;
	width:750px;
	padding-top:50px;
	padding-bottom:10px;
	text-align:center;
}
.num_pag img {
	margin-right:10px;
	margin-left:10px;
}
.num_pag a {
	color:#0065AA;
	text-decoration:none;
	padding:2px 5px 2px 5px;
}
.num_pag a:hover {
	background-color:#0085DD;
	color:#FFF;
	padding:2px 5px 2px 5px;
}
.num_pag a:active {
	background-color:#0065AA;
	color:#FFF;
	padding:2px 5px 2px 5px;
}
.ativo {
	background-color:#0065AA;
	color:#FFF;
	padding:2px 5px 2px 5px;}
.num_pag .paginator a:hover {
	color:#0065AA;
	background-color:transparent;
	text-decoration:underline;
}
.num_pag .paginator {
	color:#999;
}
.lat1_ordem {
	background-image:url(../images2010/lat1_ordem.png);
	background-repeat:no-repeat;
	float:left;
	width:7px;
	height:28px;
	position:relative;
}
.lat2_ordem {
	background-image:url(../images2010/lat2_ordem.png);
	background-repeat:no-repeat;
	float:right;
	width:7px;
	height:28px;

}
.info {
	float:right;
	margin-top:10px;
	width:166px;
	background-color:#fcfcfc;
	height: auto;
	background-image: url(../images2010/bg_info.png);
	background-repeat: repeat-x;
	background-position: top;
}
#ico_info {
	float:right;
	width:16px;
	height:16px;
	background-image:url(../images2010/ico_lapis.png);
	margin-right:15px;
}

#ico_cli {
	float:right;
	width:16px;
	height:15px;
	background-image:url(../images2010/ico_client.png);
	margin-right:15px;
}
#ico_vid {
	float:right;
	width:16px;
	height:16px;
	background-image:url(../images2010/ico_vid.png);
	margin-right:15px;
}
.desc_l {float:left;}
.info_top{
	background-image:url(../images2010/topo_bg_info.png);
	background-repeat:no-repeat;
	background-position:center;
	height:9px;
}
.info_botton {
	background-image:url(../images2010/botton_bg_info.png);
	background-repeat:no-repeat;
	background-position:center;
	height:9px;
	clear:both;
}
.lat1 {
	background-image:url(../images2010/lat_info.png);
	background-repeat:repeat-y;
	float:left;
	width:166px;
}
.lat_int1 {
	background-image:url(../images2010/lat_sub_lat.png);
	background-repeat:no-repeat;
	float:left;
	width:4px;
	height:28px;

}
.lat_int2 {
	background-image:url(../images2010/lat2_sub_lat.png);
	background-repeat:no-repeat;
	float:right;
	width:4px;
	height:28px;

}
#outros {
	width:725px;
	height:257px;
	float:left;
	background-image:url(../images2010/outros_p_bg.png);
	background-repeat:repeat-x;
	text-align:left;
	padding-bottom:70px;
}
#doa {
	width:169px;
	height:177px;
	float:right;
	background-image:url(../images2010/bg_doamos.png);
	background-repeat:no-repeat;
}
#jadoamos {
	font-family:"Hand Of Sean", Arial, Helvetica, sans serif;
	height:70px;
	padding-top:45px;
	color:#0065AA;
	font-size:20px;
	line-height: 12px;
}
.info_doa {
	font-size:10px;
	text-align:left;
	padding:0 10px 0 15px;
	line-height:13px;
}
#cont_print {
	float:right;
	width:170px;
	height:117px;
	text-align:left;
	font-size:12px;

}
#mail {
	background-image:url(../images2010/bg_mails.png);
	background-repeat:no-repeat;
	height:55px;
	padding-left:55px;
	padding-top:7px;
	cursor:pointer;
}
#mail a {
	color:#FFF;
	text-decoration:none;
}
#mail a:hover { text-decoration:underline;}
#printer a {
	color:#999;
	text-decoration:none;
}
#printer a:hover { text-decoration:underline;}
#printer {
	background-image:url(../images2010/bg_impress.png);
	background-repeat:no-repeat;
	height:55px;
	padding-left:55px;
	padding-top:7px;
}
#pop{
	background-color:#fff;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:none;
	position:absolute;
	z-index:1;
	top:50;
	right:50;
	margin-left:35%;
	margin-top:15%;
	padding:10px;
	width:300px;
	height:100px;
	border:2px solid #333;
	background:url(../images2010/bg_form.jpg) repeat-x;
}
.formnews {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}
#add_this {
	text-align:left;
	padding:3px;
	margin: 2px 0 0 10px;
	font-size:12px;
}
#add_this img {
	margin-right:2px;
}
#add_this a {
	text-decoration:none;
	color:#666;
}
#add_this a:hover {
	color:#333;
}
/***************** 
	accordion 
*****************/

h3.toggler {
	margin:0;
	font-size:10px;
	font-weight:normal;
	cursor:pointer;
	background-image: url(../images2010/bg_titulo_info.png);
	background-repeat: no-repeat;
	background-position:center;
	height:23px;
	padding:8px 0 0 15px;
	text-align:left;
}
.element {
	font-size:11px;
	text-align:left;
	padding:8px 10px 0 13px;
}
h3.toggler2 {
	margin:0;
	font-size:10px;
	font-weight:normal;
	cursor:pointer;
	background:url(../images2010/bg_pq_palmetal.png) no-repeat center;
	height:30px;
	padding:5px 0 0 15px;
	text-align:left;
	line-height: 12px;
}
h3.toggler3 {
	margin:0;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	background:url(../images2010/bg_toggler3.png) no-repeat center;
	height:25px;
	padding:10px 0 0 15px;
	text-align:left;
	line-height: 12px;
}
.element3 {
	font-size:12px;
	text-align:left;
	padding:8px 10px 0 13px;
	color: #666;
}
#desejos {
	background:url(../images2010/bg_favo.png) no-repeat center;
	width:166px;
	height:32px;
	line-height:12px;
	font-size:11px;
	padding-top:3px;
	text-align:left;
}
#desejos a {
	color:#0065AA;
	text-decoration:none;
	padding-top:3px;

}
#desejos a:hover {
	color:#0065AA;
	text-decoration:underline;

}
.element2 {
	font-size:11px;
	text-align:left;
	padding:8px 10px 0 13px;
}
.fam_rel {
	margin-top:10px;
	margin-left:20px;
	width:690px;
	font-size:12px;
	color:#666;
}
#ico_pal{
	float:right;
	width:16px;
	height:16px;
	background-image:url(../images2010/ico_palmetal.png);
	margin-right:15px;
	margin-top:3px;
}
/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {
	width:700px;
	height:200px;
	margin: 15px auto 0;
	font-size:12px;
	display:block;
	position:relative;
}
/* Botoes customizados para proximo e anterior */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{
	display:block;
	position:absolute;
	cursor:pointer;
	width:30px;
	height:200px;
	bottom:0px;
	right:1px;
	background:url(../images2010/seta_gde_dir.png) no-repeat center;
	padding-top:40px;
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(../images2010/seta_gde_es.png) no-repeat center;  
}

/* A largura determina o numero de thumbnails que ficará visível */
#SlideItMoo_inner{
	position:relative;
	overflow:hidden;
	width:680px; /* Configura a largura para que, caso o javascrip esteja desabilitado, tenha boa aparencia */
	margin:0px auto 0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative;
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 15px 0px; 
	font-size:11px; 
	width:90px;
	height:170px;
	text-align:left;
}

.tit {
	float:left;
	height:15px;
	width:90px;
	color:#666;
}
.img_outros {
	height:115px;
	width:84px;
	float:left;
	background-color:#FFF;
	margin-top:5px;
	border:1px solid #CCC;
}
.apartir {
	height:22px;
	width:55px;
	float:left;
	font-size:9px;
	line-height:11px;
	padding-top:5px;
	margin-left:1px;
	color:#666;
}
.preco_outros {
	color:#0065AA;
	font-size:11px;
}
.icomais {
	height:16px;
	width:15px;
	float:right;
	padding-top:10px;
	margin-right: 5px;
}
.lat_esq_prod {
	float:left;
	height:257px;
	width:10px;
	background-image:url(../images2010/lat_es_prod.png);
	background-repeat:no-repeat;
}
.lat_dir_prod {
	float:right;
	height:257px;
	width:10px;
	background-image:url(../images2010/lat_dir_prod.png);
	background-repeat:no-repeat;
}
/************************************
**********THUMBNAILS PRODUTO************
**************************************/
#SlideItMoo_outer2 {
	width:280px;
	height:60px;
	font-size:12px;
	display:block;
	position:relative;
	float:left;
}
/* Botoes customizados para proximo e anterior */
#SlideItMoo_outer2 .SlideItMoo_forward2,
#SlideItMoo_outer2 .SlideItMoo_back2{
	display:block;
	position:absolute;
	cursor:pointer;
	width:15px;
	height:60px;
	bottom:0;
	right:1px;
	background: url(../images2010/seta_dir_media.png) no-repeat center;
}
#SlideItMoo_outer2 .SlideItMoo_back2 { 
	left:1px; 
	background: url(../images2010/seta_esq_media.png) no-repeat center;  
}

/* A largura determina o numero de thumbnails que ficará visível */
#SlideItMoo_inner2{
	position:relative;
	overflow:hidden; 
	width:260px;/* Configura a largura para que, caso o javascrip esteja desabilitado, tenha boa aparencia */
	margin:0px auto 0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items2 { 
	display:block; 
	position:relative;
	width:260px;
	margin:auto;
}
/* single element design */
#SlideItMoo_items2 div.SlideItMoo_element2 {
	display:block;
	position:relative;
	float:left;
	margin:0px 6px 0px;
	width:45px;
	height:60px;
	border:1px solid #CCC;
}

/**************************
*******PRODUTO**************
***************************/ 
#desc_prod {
	width:932px;
	margin: 0 auto;
	height:34px;
	background:#0065AA url(../images2010/esq_desc_prod.png) no-repeat right;
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
}
#fami {
	padding:10px 0 0 10px;
	height:33px;
}
#cont_fam {
	width:755px;
	margin-top:15px;
	padding-bottom:20px;
	height:auto;
	float:left;
}
#foto_fam {
	float:left;
	border:1px solid #CCC;
	width:277px;
	height:380px;
	cursor:url(../images2010/zoom.cur), pointer;
}
#foto_fam a{
	cursor:url(../images2010/zoom.cur), pointer;
}
#zoom {
	float:right;
	width:30px;
	height:30px;
	position:relative;
	z-index:1;
}
#info_fam {
	float:left;
	width:415px;
	height:400px;
	margin-left:40px;

}
#add_car {
	float:right;
}
#info_preco {
	height:190px;
	width:413px;
	background:url(../images2010/bg_preco.png) repeat-x;
	clear:both;
	float:right;
	margin-top:20px;
}
#preco {
	float:left;
	width:200px;
	height:80px;
	text-align:left;
	margin-top:15px;
	margin-left:5px;
	color:#0065AA;
	font-size:20px;	
	line-height:1;
}
#preco_prazo {
	width:150px;
	margin-top:5px;
	font-size:15px;
	font-weight:bold;
	height:30px;
	text-align:left;
	color:#C00;
}
#qtd {
	float:right;
	margin-top:15px;
	font-size:12px;
	color:#666;
	width:120px;
	height:50px;
	text-align:left;
}

#qtd input {
	width:20px;
	height:11px;
	float:left;
	padding:0 0 1px 0;
	font-size:11px;
	text-align:center;
}
/*********************
*******ABAS***********
*********************/
#abas{
	width:725px;
	height:auto;
	min-height:175px;
	text-align:left;
	float:left;
	padding:0;
	margin-bottom:20px;
	position:relative;
}
.position_borda {
	float:right;
	height:8px;
	background:url(../images2010/borda.png) no-repeat right;
}
#borda {
	height:8px;
	border-top:1px solid #CCC;
}
#borda_dir {
	float:left;
	height:8px;
	border-top:1px solid #CCC;
}
#img_aba {float:right;}
#img_aba img {float:right;}
#img_aba2 {float:left; width:8px;}
#img_aba2 img {float:left;}
ul#produto_aba_info {
	list-style:none; 
	margin:0;
	padding:0;
	font-size:12px;
}
ul#produto_aba_info li {
	float:left;
	background:url(../images2010/bg_aba.png) no-repeat bottom;
	width:138px;
	height:30px;
	margin:0 1px 0 0;
	padding:0;
}
ul#produto_aba_info li#first {
	background:url(../images2010/bg_aba2.png);
	width:116px;
}
ul#produto_aba_info li a {
	display:block;
	cursor:pointer;
	color:#999;
	text-decoration:none;
	padding-left:20px;
	padding-top:8px;
	font-size:12px;
	font-weight:bold;
}
ul#produto_aba_info li a.hover_descricao:hover {
	color:#333;
	font-weight:bold;
}
ul#produto_aba_info li a.hover_tecnico:hover {
	color:#333;
	font-weight:bold;
}
ul#produto_aba_info li a.hover_avaliacao:hover {
	color:#333;
	font-weight:bold;
}
.aba_info {
	height:145px;
	margin:0;
	padding:0;
	position:relative; 
}
.icon_aba {
	float:right;
	margin:8px 8px 0 0;
}
/************FIM*********
***********ABAS**********/
.tit_acess {
	float:left;
	width:200px;
	text-align:left;
	color:#0065AA;
	padding-left:20px;
	font-weight:bold;
	font-size:12px;
	padding-bottom:5px;
}
#acessorios {
	width:725px;
	height:216px;
	float:left;
	background:url(../images2010/bg_acess.png) repeat-x;
	position:relative;
	margin-bottom:20px;
}
.resume_item {
	margin-top:20px;
	float:left;
	margin-left:170px;
	margin-right:40px;
	width:470px;
	height:25px;
	text-align:left;
	font-size:11px;
}
.resume_item a {
	font-size:9px;
	color:#333;
	text-decoration:none;
}
.resume_item a:hover {
	text-decoration:underline;
	color:#000;
}
.bt_add {
	width:124px;
	height:18px;
	background:url(../images2010/add_itens_car.png) no-repeat center;
	display:inline;
	margin-left:10px;
	padding:10px;
	text-align:center;
	color:#FFF;
}
.bt_add a {
	color:#FFF;
	padding-top:5px;
}
.bt_add a:hover {
	color:#FFF;
	text-decoration:underline;
}
#qtd_itens {
	display:inline;
	width:40px;
	padding:3px;
	margin:0 4px 0 4px;
	color:#C00;
	text-align:center;
}
#subtotal_itens {
	display:inline;
	width:60px;
	color:#0065AA;
	font-size:12px;
}
#SlideItMoo_outer3 {
	height:210px;
	margin:auto;
	font-size:12px;
	display:block;
	position:relative;

	*position:absolute;
	*right:1%;
	width: 700px;

}
/* Botoes customizados para proximo e anterior */
#SlideItMoo_outer3 .SlideItMoo_forward3,
#SlideItMoo_outer3 .SlideItMoo_back3{
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	height:216px;
	bottom:0px;
	right:1px;
	background:url(../images2010/dir_seta.png) no-repeat center;
}
#SlideItMoo_outer3 .SlideItMoo_back3 { 
	left:1px; 
	background:url(../images2010/esq_seta.png) no-repeat center;  
}

/* A largura determina o numero de thumbnails que ficará visível */
#SlideItMoo_inner3{
	position:relative;
	overflow:hidden;
	width:695px; /* Configura a largura para que, caso o javascrip esteja desabilitado, tenha boa aparencia */
	margin:0px auto 0px;
}
#SlideItMoo_items3 { 
	display:block;
}
.lat_esq_acess {
	float:left;
	height:216px;
	width:14px;
	background-image:url(../images2010/lat_esq_acess.png);
	background-repeat:no-repeat;
}
.lat_dir_acess{
	float:right;
	height:216px;
	width:14px;
	background-image:url(../images2010/lat_dir_acess.png);
	background-repeat:no-repeat;
}
/* A largura determina o numero de thumbnails que ficará visível */
.SlideItMoo_element3{
	width:210px;
	height:150px;
	float:left;
	margin:15px 0 0 0;
}
/************************
*****ACESSORIOS**********
************************/
#contorno_acess {
	width:180px;
	height:117px;
}
.prod1_acess {
	width:182px;
	height:150px;
	margin:auto;
}
.acess2 {
	width:182px;
	height:150px;
	background:#DDF1FF;
	margin:auto;
}
#img_prod1 {
	width:77px;
	height:100px;
	border:1px solid #CCC;
	background:#FFF;
	float:left;
	margin:12px 0 0 10px;
}
#tit_prod1 {
	margin-top:12px;
	float:right;
	width:80px;
	margin-right: 10px;
}
#desc_prod1 {
	width:65px;
	height:36px;
	float:right;
	margin-right:20px;
	text-align:left;
	margin-top:5px;
	font-size:11px;
	line-height:12px;
}
#desc_prod1 a {
	text-decoration:none;
	color:#0065AA;
}
#desc_prod1 a:hover {text-decoration:underline;}
#qtd_prod1 {
	height:16px;
	float:left;
	margin-top:10px;
	width: 40px;
	margin-left: 20px;
}
#qtd_prod1 input {
	width:20px;
	height:11px;
	float:left;
	padding:0 0 1px 0;
	font-size:11px;
	text-align:center;
}
.seta {
	width:11px;
	height:16px;
	float:left;
	background:#CCC;
}
.seta2 {
	width:11px; 
	height:16px; 
	float:left;
	background:#CCC;
}
#add_prod1 {
	float:left;
	width:70px;
	text-align:left;
	padding:10px 0 0 15px;
	font-size:14px;
	color:#0065AA;
}
.bt_rem_add {
	float:right;
	width:87px;
	height:20px;
	margin:7px 5px 0 0;
	font-size:9px;
	text-align:left;
	padding:2px;
	*padding:3px 0 0 4px;
	border:none;
	background: url(../images2010/bg_incluir.png) no-repeat;
}
.bt_rem_add2 {
	float:right;
	width:87px;
	height:20px;
	margin:7px 5px 0 0;
	font-size:9px;
	text-align:left;
	padding:2px;
	*padding:3px 0 0 4px;
	border:none;
	background:url(../images2010/bt_remove.png) no-repeat;
}
#remover{
	float:right;
	width:77px;
	margin-top:7px;
	margin-right:10px;
	}
/***********************
*******Fim ACESSORIOS*******
**************************/
#desconto {
	font-size:10px;
}
#ico_pal {
	float:right;
	width:16px;
	height:15px;
	background-image:url(../images2010/ico_palmetal.png);
	margin-right:15px;
}
#ico_fav {
	float:right;
	width:16px;
	height:15px;
	background-image:url(../images2010/fav.png);
	margin-right:15px;
	margin-top:7px;
}
.esqq {
	float:left;
	background:url(../images2010/esq_preco.png) no-repeat;
	width:8px;
	height:190px;
}
.dirr {
	float:right;
	background:url(../images2010/dir_preco.png) no-repeat;
	width:8px;
	height:190px;
}
#def_modelo {
	width:300px;
	height:120px;
	float:left;
	margin-left:5px;
	text-align:left;
	color:#0065AA;
	font-size:11px;
	margin-top: 10px;
}
#def_modelo form {
	margin:0;
	padding:0;
}
#def_modelo select {
	width:300px;
	font-size:10px;
	color:#999;
	margin-top:2px;
	clear:both;
}
#nav_outros_mod {
	float:left;
	width:295px;
	height:60px;
	font-size:11px;
	text-align:left;
	color:#999;
	padding-right: 60px;
	padding-left: 5px;
}
#nav_outros_mod form{
	margin:2px 0 0 0;
	padding:0;
}
#nav_outros_mod select {
	width:150px;
	font-size:10px;
	color:#999;
}
#dados_tec {
	float:left;
	width:390px;
	height: 90px;
	text-align:left;
	font-size:8pt;
	padding-left: 5px;
}
#dados_tec h1 {
	font-size:11px;
	margin:7px 0 3px 0;
	color:#0065AA;
}
#thumbs_prod {
	width:278px;
	height:50px;
	float:left;
}
.av_cli {
	width:724px;
	float:left;
	text-align:left;
	height:236px;
	margin-bottom: 20px;
	background:#F5F5F5 url(../images2010/bottom_opiniao.png) no-repeat bottom;

}
.comentario {
	width:430px;
	height:100px;
	border:1px solid #CCC;
	overflow-y: scroll;
}
#texto_avalia {
	width:722px;
	clear:both;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.top_left_avalia {
	background:url(../images2010/top_left_avalia.png) no-repeat;
	float:left;
	height:40px;
	width:7px;
	border-bottom:1px solid #CCC;
}
.top_right_avalia {
	background:url(../images2010/top_right_avalia.png) no-repeat;
	float:right;
	height:40px;
	width:7px;
	border-bottom:1px solid #CCC;
}
#stars {
	width:236px;
	margin-top:14px;
	float:left;
}
#conteudo_avalia {
	float:left;
	width:710px;
	height:40px;
	margin:auto;
	background:url(../images2010/bg_avalia.png) repeat-x top;
	border-bottom:1px solid #CCC;
}
#tit_avalia {
	float:left;
	width:400px;
	text-align:left;
	color:#0065AA;
	font-size:12px;
	font-weight:bold;
	margin-left:20px;
	margin-bottom:5px;
}
#avalie {
	float:right;
	width:300px;
	margin-right:20px;
	top: 0px;

}
/*********FIM PRODUTO********
*****************************/
/**************INDEX**************/
#index {
	width:100%;
	height:30px;
	background-color:#FFF;
}
#escolhe {
	width:650px;
	margin:0 auto;
}
.logo { float:left;}
.eco {
	float:right;
	color:#B5B5B5;
	font-weight:bold;
	font-size:12px;
	margin-top:58px;
}

#escolhe_int {
	clear:both;
	height:417px;
	width: 650px;
	background:url(../images2010/cadeira_praia.jpg) no-repeat center;
}
#empresa {
	float:right;
	width:200px;
	height:110px;
	background:#999;
}
#_index {
	font-size:12px;
	padding-top: 20px;
	float:left;
}
#footer_index ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:20px;
}
#footer_index ul li {
	display:inline;
	list-style-type:none;
	padding:0 2px 0 0;
	font-size:10px;

}
#footer_index a {
	text-decoration:none;
	color:#A0A0A0;

}
#footer_index a:hover {
	text-decoration:none;
	color:#333;

}
#esc_cliente {
	width:648px;
	height:42px;
	float:right;
	margin-top:200px;
	margin-right:1px;
	background: url(../images2010/bg_link_index.png) repeat;
}
#cliente {
	width:300px;
	float:right;
	text-align:right;
	padding:12px 10px 0 10px;
}
#cliente a{
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	position:relative;

}

#cliente a span {
	display:none;
	border-radius : 4px;
    -moz-border-radius : 4px; /* Mozilla */
    -webkit-border-radius : 4px; /* Webkit */ 
}
#cliente a:hover span {
	position: absolute;
	width:120px;
	top:2.3em;
	padding: 5px 10px 5px 10px;
	font: normal 10px verdana;
	color: #FFF;
	text-align:left;
	display: block;
	left:0;
	border:1px solid #FFF;
	background: url(../images2010/bg_tipsy.png) repeat;
}
/*********************************
************** CARRINHO *************
***********************************/
#contorno_itens {
	height:auto;
}
#sugest {
	height:100px;
}
.sugestao {
	width:930px;
	min-height:100px;
	background:url(../images2010/bg_sugestao.png) repeat-y;
	margin:auto;
}
.p_vc {
	width:600px;
	height:32px;
	float:left;
	text-align:left;
	margin:20px 0 0 2px;
	color:#0065AA;
	font-size:18px;
}
.ico_gift {
	float:left;
	width:24px;
}
.titulo_car {
	width:930px;
	margin:auto;
	height:39px;
	background:url(../images2010/bg_tit_car.png) repeat-x;
	margin-top:15px;
}
.esq_car {
	background:url(../images2010/esq_tit_car.png) no-repeat;
	height:39px;
	width:5px;
	float:left;
}
.dir_car {
	background:url(../images2010/dir_tit_car.png) no-repeat;
	height:39px;
	width:5px;
	float:right;
}
#add_car2 {
	float:right;
	margin:60px 3px 0 0;
}
#content_car {
	width:850px;
	color:#0065AA;
	font-size:18px;
	text-align:left;
	margin-left: 10px;
	padding-top: 10px;
}
#sugere {
	width:660px;
	height:20px;
	float:left;
	text-align:left;
	padding-left:10px;
	margin-top:10px;
	color:#666;
}
#sugere a {
	color:#0065AA; 
	font-size:16px; 
	font-weight:bold; 
	text-decoration:none;
}
#sugere a:hover {
	text-decoration:underline;
}
#foto_car {
	width:135px;
	height:96px;
	margin-top:2px;
	margin-right:40px;
	float:right;
	background:#F5F5F5;
}
#voltar {
	width:60px;
	float:right;
	font-size:14px;
	height: 20px;
	font-weight:bold;
	margin-top:13px;
	margin-right:5px;
}
#voltar a {
	color:#0065AA;
	text-decoration:none;
}
#voltar a:hover {
	text-decoration:underline;
}
.etapa {
	color:#0065AA;
	text-align:left;
	padding-left:5px;
	padding-top:20px;
	margin-bottom:2px;
	float: left;
	width: 930px;
}
#itens {
	width:930px;
	margin:auto;
	height: 43px;
}
.top_car {
	float:left;
	height:29px;
	padding:15px 10px 0 10px;
	font-size:14px;
	color:#FFF;
	background:#0065AA url(../images2010/bg_itens.png) repeat-x;
}
.desc_itens {
	float:left;
	background:url(../images2010/bg_desc_itens.png) repeat-x;
	height:97px;
	border-top:1px solid #CCC;
}
#img_itens {
	width:48px;
	height:65px;
	border:1px solid #CCC;
	background:#FFF;
	float:left;
	margin-left:30px;
	margin-top:20px;
}
#nome_produto {
	float:left;
	margin-top:20px;
	margin-left:10px;
	font-weight:bold;
	color:#333;
}
#link_remove {
	float:left;
	width:142px;
	text-align:center;
}
#link_remove a {
	text-decoration:none;
	color:#666;
	font-size:9px;
}
#link_remove a:hover {
	text-decoration:underline;
}
#valor_unit {
	margin-top:30px;
	color:#666;
}
#valor_total {
	margin-top:30px;
	color:#333;
	font-weight:bold;
	font-size:16px;
}
#final_box {
	background:#F5F5F5 url(../images2010/bg_fim_box.png) repeat-x;
	float:left;
	width:927px;
	height:37px;
	margin-left:4px;
	border-top:1px solid #CCC;
}
.esq_final_box {
	float:left;
	height:37px;
}
.dir_final_box {
	float:right;
	height:37px;
}
#info_itens {
	width:500px;
	float:left;
	margin-left:410px;
	text-align:left;
	color:#666;
	margin-top:10px;
	font:"ArialMT", Arial, Helvetica, sans-serif;
}
#info_itens a {
	color:#0065AA;
	font-weight:bold;
	text-decoration:none;
}
#info_itens a:hover {
	text-decoration:underline;
}
.qtd_itens {
	color:#C00;
	font-size:14px;
	font-weight:bold;
}
#info_gerais {
	height:72px;
	background:url(../images2010/bg_info_geral.png) repeat-x;
	float:left;
	width:928px;
	margin-top:20px;
	margin-left:3px;
}
.esq_info_geral {
	float:left;
}
.dir_info_geral {
	float:right;
}
#cep {
	float:left;
	width:400px;
	color:#0065AA;
	text-align:left;
	margin-top:30px;
	margin-left:20px;
	font-weight:bold;
	height: 25px;
}
#cep1 {
	width:50px;
	height:15px;
}
#cep2 {
	width:30px;
	height:15px;
}
#cep a {
	color:#0065AA;
	font-size:10px;
	text-decoration:none;
}
#cep a:hover {
	text-decoration:underline;
}
#botao_frete {
	background:url(../images2010/botao_frete.png) center no-repeat;
	border:none;
	color:#FFF;
	font-size:12px;
	height:20px;
	width:90px;
}
#codigo {
	float:left;
	width:220px;
	margin-top:30px;
	text-align:left;
	font-size:10px;
	color:#666;
}
#codigo_promo {
	width:80px;
	height:15px;
}
#codigo a {
	color:#C00;
	font-size:11px;
	text-decoration:none;
	font-weight:bolder;
}
#codigo a:hover {
	background:#fff; 
	text-decoration:none;
} /* background-color e necessario para o IE6 */
#codigo	a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:8px; 
	width:135px;
	font-weight:normal;
	font-size:10px;
	color:#333;
	border-radius : 4px;
    -moz-border-radius : 4px; /* Mozilla */
    -webkit-border-radius : 4px; /* Webkit */
}
#codigo	a.tooltip:hover span {
	display:inline; 
	position:absolute; 
	background:#FFF; 
	border:1px solid #CCC; 
	color:#6c6c6c;
	line-height:11px;
	padding:5px;
}
#total {
	width:125px;
	height:57px;
	padding:10px 5px 5px 5px;
	text-align:left;
	float:right;
	color:#666;
	font-size:12px;
	line-height:18px;
}
#subtotal_preco {
	color:#0065AA;
}
#frete {
	color:#0065AA;
}
#preco_total {
	color:#C00;
	font-weight:bold;
	font-size:16px;
}
.identificacao {
	width:908px;
	height:370px;
	float:left;
	margin-left:3px;
	text-align:left;
	background:#F5F5F5 url(../images2010/bg_identificacao.png) top repeat-x;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding-left:20px;
	font-size:12px;
	line-height:24px;
	color:#333;
}
#tit_novo_cadastro {
	color:#666;
	line-height:14px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#tit_novo_cadastro h1{
	margin:0;
	color:#333;
}
#tit_novo_cadastro p {
	margin:0;
}
.identificacao1 {
	width:908px;
	height:200px;
	float:left;
	margin-left:3px;
	text-align:left;
	background:#F5F5F5 url(../images2010/bg_identificacao.png) top repeat-x;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding-left:20px;
	font-size:12px;
	line-height:24px;
	color:#333;
}
.identificacao1 h1 {
	color:#0065AA;
	*padding-top:10px;
	display:inline;
}
.ja_cadastrado {
	float:left;
	width:350px;
	line-height:12px;
	color:#666;
	margin: 0;
	height: 160px;
}
.ja_cadastrado p {
	margin:0;
}
.ja_cadastrado a {
	font-size:10px;
	color:#666;
	text-decoration:none;
}
.ja_cadastrado a:hover {
	text-decoration:underline;
	color:#000;
}
.identificacao1 h3 {
	color:#0065AA;



	*padding-top:10px;
	font-size:14px;
	margin:10px 0 2px 0;
}
#novo_cadastro {
	margin-top:5px;
	margin-left:20px;
	width:420px;
	line-height:14px;
}
.novo_cadastro {
	float:right;
	width:450px;
	height:200px;
	background:url(../images2010/division_pgto.png) no-repeat left;
	color:#666;	
	line-height:12px;
}
.novo_cadastro p {
	margin:0;
}
.identificacao2 {
	width:908px;
	height:190px;
	float:left;
	margin-left:3px;
	text-align:left;
	background:#F5F5F5 url(../images2010/bg_identificacao.png) top repeat-x;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding-left:20px;
	font-size:12px;
	line-height:24px;
	color:#333;
}
.identificacao h1 {
	color:#0065AA;
	*padding-top:10px;
	display:inline;
}
.identificacao2 h1 {
	color:#0065AA;
	*padding-top:10px;
	display:inline;
}
.identificacao3 {
	width:908px;
	height:190px;
	float:left;
	margin-left:3px;
	text-align:left;
	background:#F5F5F5 url(../images2010/bg_identificacao.png) top repeat-x;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding-left:20px;
	font-size:10px;
	line-height:24px;
}
#nao_cadastrado {
	display:none;
}
.ok_cadastro {
	width:28px;
	height:27px;
	background-color: transparent;
	background-image:url(../images2010/ok_button.png);
	background-repeat:no-repeat;
	background-position: 0 bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:1px 1px 2px 1px;
	text-align:center;
	color: #FFF;
	cursor:pointer;
	border:none;
}
.asterisco {
	color:#0065AA;
	font-weight:bolder;
	font-size:17px;
}
form {
	padding:0;
	margin:0;
}
.id3_1 {
	margin-top:20px;
	width:300px;
	height:170px;
	color:#666;
	float:left;
}
.boleto {
	width:150px;
	height:40px;
	float:left;
	line-height:1;	
}
.boleto input {
	margin:0;
	padding:0;
}
.img_desconto {
	width:130px;
	height:17px;
	float:right;
	color:#C00;
}
.img_desconto2 {
	width:130px;
	float:right;

}
.itau {
	width:150px;
	height:40px;
	float:left;
	line-height:1;
}
.itau input {
	margin:0;
	padding:0;
}
.visa {
	width:150px;
	height:40px;
	float:left;
	line-height:1;
	margin-top:15px;
}
.visa input {
	margin:0;
	padding:0;
}
.master {
	width:150px;
	height:40px;
	float:left;
	line-height:1;
	margin-top:15px;
}
.master input {
	margin:0;
	padding:0;
}
.dinners {
	width:150px;
	height:40px;
	float:left;
	line-height:1;
	margin-top:10px;
}
.dinners input {
	margin:0;
	padding:0;
}
.img_dinners {
	width:130px;
	height:13px;
	float:right;
}
#parcelas {
	float:right;
	width:450px;
	height:150px;
	background:url(../images2010/division_pgto.png) left no-repeat;
	margin-top:20px;
}
.pgt1 {
	float:left;
	width:180px;
	height:110px;
	padding:10px;
	color:#0065AA;
	font-size:12px;
	margin-left:10px;
}
.pgt2 {
	float:left;
	width:160px;
	height:110px;
	padding:10px;
	color:#0065AA;
	font-size:12px;
}
#instituicoes {
	width:867px;
	height:160px;
	float:left;
	margin-left:3px;
	text-align:center;
	background:#FFF url(../images2010/bg_doa.png) top repeat-x;
	border-left:1px solid #AEC765;
	border-right:1px solid #AEC765;
	padding-left:30px;
	font-size:10px;
	line-height:24px;
	padding-right: 30px;
}
#instituicoes a {
	color:#333;
	text-decoration:none;
}
.escolha_inst {
	float:left;
	width:120px;
	height:100px;
	margin-top:40px;
	font-size:12px;
	text-align:left;
	margin-left: 25px;
}
.escolha_inst2 {
	float:left;
	width:150px;
	height:100px;
	margin-top:40px;
	font-size:12px;
	text-align:left;
	margin-left: 25px;
}
.escolha_inst img {
	margin-left:10px;
	margin-top: 5px;
}
#botao_compra {
	height:80px;
	width:930px;
	margin:auto;
	clear:both;
	padding-bottom: 20px;
}
.finalizar {
	width:215px;
	margin:auto;
	padding-top:20px;
	height: 40px;
	text-align:left;
}
/***************************CSS PARA O TOOLTIP DA PAGINA************************************
****************************  DE DOACOES (INSTITUICOES) **********************************/

.ToolTips { display:block; position:absolute; width:350px; height:auto; }
.ToolTips .message {
	display:block;
	position:relative;
	padding:0px 10px;
	background-image: url(../images2010/tip_body.png);
	background-repeat: repeat-y;
}


.ToolTips .dockBottomHeader, 
.ToolTips .dockTopFooter {
	display:block;
	position:relative;
	height:29px;
	background-image: url(../images2010/dockBottomHeader.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.ToolTips .dockTopFooter {
	height:33px;
	background-image: url(../images2010/dockTopFooter.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.ToolTips .dockBottomFooter,
.ToolTips .dockTopHeader {
	display:block;
	position:relative;
	height:12px;
	line-height:11px;
	font-size:0px;
	clear:both;
	background-image: url(../images2010/dockBottomFooter.png);
}
/* this one has more height to display the close button in case sticky tooltips are on */
.ToolTips .dockTopHeader {
	height:17px;
	line-height:20px;
	font-size:0px;
	background-image: url(../images2010/dockTopHeader.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

* html .ToolTips .dockBottomHeader { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images2010/dockBottomHeader.png'); }
* html .ToolTips .dockBottomFooter { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images2010/dockBottomFooter.png'); }
* html .ToolTips .dockTopHeader { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images2010/dockTopHeader.png'); }
* html .ToolTips .dockTopFooter { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images2010/dockTopFooter.png'); }

/* tip container */
.tipContainer { display:none; }

/* beautify the tooltip content */
.ToolTips .message { font-size:12px; text-align:left; }
.ToolTips .message h3 { font-size:16px; margin:0px 0px 10px; padding:0px; color:#0065AA; }
.ToolTips .message .rights { display:block; clear:both; margin:15px 0px 0px; text-align:right; font-size:11px; color:#666666; }

/****************************** FIM TOOLTIP***************************************/

/****************************************************************
**************************LIQUIDACAO**************************
**************************************************************/
#cont_liquida {
	width:750px;
	margin-top:15px;
	padding-bottom:20px;
	height:auto;
	float:left;
}
.liquida {
	width:745px;
	height:156px;
	border-bottom:2px dotted #CCC;
	margin-left:5px;
	text-align:left;
}
.foto_liq {
	width:84px;
	height:115px;
	float:left;
	border:1px solid #CCC;
}
.content_liq {
	float:right;
	width:650px;
	height:87px;
	color:#666;
	font-size:12px;
}
.content_liq  a h1{
	color:#0065AA;
	margin:0;
	padding:0;
	font-size:14px;
	text-decoration:none;
}
.content_liq  a:hover h1{
	text-decoration:underline;
}
.preco_liq {
	float:left;
	margin-left:10px;
	width:109px;
	height:30px;
	bottom:0;
	font-size:12px;
	line-height:14px;
	color:#666;
}
.add_car_liq {
	float:right;
}
/*****************************************************************************
**************************INSTITUCIONAL**************************************
*****************************************************************************/
#flash2 {
	width: 938px;
	height: 355px;
	margin:0 auto;
	background:url(../images2010/bg_flash.jpg);
	background-repeat:repeat-y;
}
.flash_inst {
	background-color:#F0F0F0;
	width:930px;
	height:355px;
	margin:0 auto;
}
.sobre_palmetal {
	float:left;
	width:430px;
	background-color:#FFF;
	height:auto;
	font-size:12px;
	padding:0 20px 10px 10px;
	line-height:14px;
	color:#666;
	text-align: left;
}
.sobre_palmetal h2 {
	color:#0065AA;
	font-size:16px;
	margin:20px 0 5px 0;
}
.sobre_palmetal h3 {
	font-size:12px;
	font-weight:bold;
	margin:1px;
}
.sobre_palmetal p {
	margin:2px 0 10px 0;
}
.porq_palmetal {
	float:left;
	width:475px;
	height:auto;
	padding-top:15px;
	text-align: left;
}
/********************************************************************
**********************AMBIENTES**********************************
**************************************************************/
.ambientes1 {
	float:left;
	width:400px;
	clear:both;
}
.ambientes2 {
	float:left;
	margin-left:3px;
	text-align:left;
	width:936px;
	clear: both;
}
.ambientes2 img {
	float:left;
}
#ambientes_tit  {
	padding:10px 0 0 10px;
	height:33px;
}
#tit_ambi {
	width:932px;
	margin: 0 auto;
	height:34px;
	background:#000 url(../images2010/esq_amb.png) no-repeat right;
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
	margin-bottom: 10px;
}
.contorno_cozinha {
	background:#FFBFBF;
	height:180px;
	width:183px;
	float:left;
}
.text_ambi {
	font-size:12px;
	line-height:13px;
	padding:20px 10px 0 10px;
	float:left;
	height: 140px;
}
.mais {
	float:right;
	width: 70px;
}
.mais a {
	color:#000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.mais a:hover {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
.ambi_ambi {
	float:left;
	width:460px;
	margin-top:15px;
}
.ambi_ambi2 {
	float:left;
	width:460px;
	margin-top:15px;
	margin-bottom:10px;
	padding-left:15px;
}
.contorno_salajantar {
	background:#9BC495;
	height:180px;
	width:183px;
	float:left;
}
.contorno_salaestar {
	background:#A48D77;
	height:180px;
	width:183px;
	float:left;
}
.contorno_banheiro {
	background:#DDE8B7;
	height:180px;
	width:183px;
	float:left;
}
.contorno_quarto{
	background:#FFFF99;
	height:180px;
	width:183px;
	float:left;
}
.contorno_areaexterna {
	background:#C8F0F0;
	height:180px;
	width:183px;
	float:left;
}
.contorno_escritorio {
	background:#ACACAC;
	height:180px;
	width:183px;
	float:left;
}
.contorno_areaservico {
	background:#DFDFDF;
	height:180px;
	width:183px;
	float:left;
}
.esq_ambientes {
	float:left;
	width:593px;
	padding-left: 5px;
	padding-right: 19px;
}
.dir_ambientes {
	float:left;
	width:318px;
	margin-top: 20px;
	padding-right:3px;
}
#ambientes_tit a {
	font-size:12px;
	text-decoration:none;
}
#ambientes_tit a:hover {
	text-decoration:underline;
	color:#FFF;
}
.foto_prod_amb {
	width:113px;
	height:150px;
	border:1px solid #CCC;
	float:left;
}
.interno_banheiro {
	background:#DDE8B7;
	padding: 15px 5px 5px 10px;
	text-align: left;
	line-height: 13px;
	font-size: 12px;
	min-height:100px;
	width:303px;
}
.interno_areaservico {
	background:#DFDFDF;
	padding: 15px 5px 5px 10px;
	text-align: left;
	line-height: 13px;
	font-size: 12px;
	min-height:100px;
	width:303px;
}
.interno_cozinha {
	background:#FFBFBF;
	padding: 15px 5px 5px 10px;
	text-align: left;
	line-height: 13px;
	font-size: 12px;
	min-height:100px;
	width:303px;
}
.interno_escritorio {
	background:#ACACAC;
	padding: 15px 5px 5px 10px;
	text-align: left;
	line-height: 13px;
	font-size: 12px;
	min-height:100px;
	height:240px; 
	width:303px;
}
.interno_externo{
	background:#C8F0F0;
	padding: 15px 5px 5px 10px;
	text-align: left;
	line-height: 13px;
	font-size: 12px;
	min-height:100px;
	width:303px;
}
.interno_quarto {
	background:#FFFF99;
	padding: 15px 5px 5px 10px;
	text-align: left;
	line-height: 13px;
	font-size: 12px;
	min-height:100px;
	width:303px;
}
.interno_salaestar {
	background:#A48D77;
	padding: 15px 5px 5px 10px;
	text-align: left;
	line-height: 13px;
	font-size: 12px;
	min-height:100px;
	width:303px;
}
.interno_salajantar {
	background:#9BC495;
	padding: 15px 5px 5px 10px;
	text-align: left;
	line-height: 13px;
	font-size: 12px;
	min-height:100px;
	width:303px;
}
#mais_areaservico {
	background:url(../images2010/botao_areaservico.png) no-repeat;
	border:none;
	width:66px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
#mais_cozinha {
	background:url(../images2010/botao_cozinha.png) no-repeat;
	border:none;
	width:66px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
#mais_escritorio {
	background:url(../images2010/botao_escritorio.png) no-repeat;
	border:none;
	width:66px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
#mais_externo {
	background:url(../images2010/botao_externo.png) no-repeat;
	border:none;
	width:66px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
#mais_quarto {
	background:url(../images2010/botao_quarto.png) no-repeat;
	border:none;
	width:66px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
#mais_salaestar {
	background:url(../images2010/botao_salaestar.png) no-repeat;
	border:none;
	width:66px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
#mais_salajantar {
	background:url(../images2010/botao_salajantar.png) no-repeat;
	border:none;
	width:66px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
#tit_ambi_banheiro {
	width:932px;
	margin: 0 auto;
	height:34px;
	background:#849B31 url(../images2010/esq_amb_banheiro.png) no-repeat right;
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
}
#tit_ambi_areaservico {
	width:932px;
	margin: 0 auto;
	height:34px;
	background:#B1B1B1 url(../images2010/esq_amb_areaservico.png) no-repeat right;
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
}
#tit_ambi_cozinha {
	width:932px;
	margin: 0 auto;
	height:34px;
	background:#C00 url(../images2010/esq_amb_cozinha.png) no-repeat right;
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
}
#tit_ambi_escritorio {
	width:932px;
	margin: 0 auto;
	height:34px;
	background:#666 url(../images2010/esq_amb_escritorio.png) no-repeat right;
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
}
#tit_ambi_externo {
	width:932px;
	margin: 0 auto;
	height:34px;
	background:#4CC url(../images2010/esq_amb_externo.png) no-repeat right;
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
}
#tit_ambi_quarto {
	width:932px;
	margin: 0 auto;
	height:34px;
	background:#ECBD00 url(../images2010/esq_amb_quarto.png) no-repeat right;
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
}
#tit_ambi_salaestar {
	width:932px;
	margin: 0 auto;
	height:34px;
	background:#35281A url(../images2010/esq_amb_salaestar.png) no-repeat right;
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
}
#tit_ambi_salajantar {
	width:932px;
	margin: 0 auto;
	height:34px;
	background:#005300 url(../images2010/esq_amb_salajantar.png) no-repeat right;
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
}
#mais_banheiro {
	background:url(../images2010/botao_banheiro.png) no-repeat;
	border:none;
	width:66px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
.prod_ambientes {
	height:200px;
	width:600px;
	border-bottom:2px dotted #CCC;
	margin-top: 20px;
}
.info_ambientes {
	float:left;
	width:375px;
	padding:0 5px 0 15px;
	height:180px;
	text-align:left;
}
.info_ambientes p {
	font-size:11px;
	color:#666;
	line-height:13px;
	margin:5px 0 5px 0;
}
.info_ambientes h3 {
	margin:0;
}
.info_ambientes h4 {
	color:#666;
	font-size:12px;
	margin:0;
	padding:0;
}
.botao_mais {
	float:left;
	width:66px;
	padding-top:170px;
}
.botao_mais a {
	color:#000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.botao_mais a:hover {
	color:#000;
	text-decoration:underline;
}
/******************************************************************
********************LANCAMENTOS***********************************
******************************************************************/
#tit_lancamentos {
	width:932px;
	margin: 0 auto;
	height:34px;
	background:#0065AA url(../images2010/esq_desc_prod.png) no-repeat right;
	font-size:16px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
}
.prod_lancamentos {
	width:657px;
	height:253px;
	padding-top:20px;
	float:left;
	text-align:left;
	border-bottom:2px dotted #CCC;
}
.prod_lancamentos h3 {
	color:#0065AA;
	margin:5px 0 5px 0;
}
.prod_lancamentos p {
	line-height:12px;
	font-size:12px;
	color:#666;
	padding:0;
}
.prod_lancamentos a {
	color:#0065AA;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.prod_lancamentos a:hover {
	text-decoration:underline;
	color:#0065AA;
}
.img_lancamento {
	width:200px;
	height:198px;
	border:1px solid #CCC;
	float:left;
}
.info_lancamento {
	float:left;
	padding-left:10px;
	padding-right:5px;
	width:242px;
	height:150px;
}
.contorno_botao_l {
	height:49px;
	width:257px;
	float:left;
}
.botao_l {
	width:95px;
	height:27px;
	float:right;
	margin-top: 22px;
}
.lateral_lancamento {
	float:right;
	width:280px;
	height:800px;
	padding-top: 20px;
}
.texto_lancamentos {
	width:225px;
	height:133px;
	border:1px solid #CCC;
	text-align:left;
	font-size:12px;
	line-height:12px;
	padding:5px;
	margin-bottom: 15px;
}
.lancamentos {
	width:237px;
	height:200px;
	margin-left: 40px;
	border-bottom: 1 px solid #CCC;
}
.lancamentos2 {
	width:237px;
	height:31px;
	margin-left: 40px;
	border-bottom: 1 px solid #CCC;
}
.nov_blog {
	width: 215px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: right center;
	float:left;
	background-color:#FFF;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border:1px solid #CCC;
}
.nov_blog h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.938em;
	color: #858585;
	text-align:left;
}
.novidades_blog {
	width: 213px;
	height: 160px;
	background-image:url(../images2010/division.png);
	background-repeat: no-repeat;
	background-position: right center;
	float:left;
	background-color:#FFF;
}
/*************************************************************************** SCROLLER BLOG **************************************************************************************/
#NewsTicker{
	width:235px;
	height:150px;
	border: 1px solid #CCC;
	margin-left: 40px;
}
#NewsTicker h1{
	padding:6px; margin:0; border:0;
	background:#dfe9d5;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
	#NewsVertical {
	width: 213px;
	height: 140px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
	margin-top: 5px;
}
/* --------------- */
/* Ticker Vertical */
#TickerVertical {
	width: 300px;
	height: 300px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical li {
	display: block;
	width: 225px;
	color: #333333;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 6px;
	float: left;
}
#TickerVertical li .NewsTitle{
	display: block;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:6px;
}
#TickerVertical li a:link,
#TickerVertical li a:Visited {
	display: block;
	color: #666;
	font-size: 11px;
	margin-bottom:6px;
	text-decoration:none;
}
#TickerVertical li a:hover {
	text-decoration:underline;
}

#TickerVertical li .NewsImg{
	float:left;
	margin-right:10px;
}
#TickerVertical li .NewsFooter{
	display: block;
	color: #000;
	font-size: 10px;
	margin:6px 0 14px 0;
}

/******************SCROLLER HOME **************************/
#NewsTicker2{
	width:235px;
	height:150px;
	border: 1px solid #CCC;
	margin-left: 40px;
}
#NewsTicker2 h1{
	padding:6px; margin:0; border:0;
	background:#dfe9d5;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
	#NewsVertical2 {
	width: 220px;
	height: 140px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
	padding: 10;
}
/* --------------- */
/* Ticker Vertical */
#TickerVertical2 {
	width: 220px;
	height: 300px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical2 li {
	display: block;
	width: 197px;
	text-align: left;
	font-size: 11px;
	padding: 6px;
	float: left;
	line-height: 12px;
	margin-top: 15px;
}
#TickerVertical2 li .NewsTitle{
	display: block;
	color: #858585;
	font-size: 13px;
	font-weight:bold;
	margin-bottom:12px;
}
#TickerVertical2 li a:link,
#TickerVertical2 li a:Visited {
	display: block;
	color: #999;
	font-size: 11px;
	margin-bottom:6px;
	text-decoration:none;
}
#TickerVertical2 li a:hover {
	text-decoration:underline;
	height: 63px;
}

#TickerVertical2 li .NewsImg{
	float:left;
	margin-right:10px;
}
#TickerVertical2 li .NewsFooter{
	display: block;
	color: #000;
	font-size: 10px;
	margin:6px 0 14px 0;
}
.img_cont2 {
	width:80px;
	height:63px;
	float:right;
	background-color:#CCC;
	display:block;
	margin-top: 25px;
}
.img_cont2 .img1_1 a{
	display:block;
	width:100%;
	height:63px;
	background-image:url(../images2010/img_nov.jpg);
	background-repeat:no-repeat;
	background-position: right 0;
	border:none;
}
.img_cont2 .img1_1 a:hover {
	background-image:url(../images2010/img_nov.jpg);
	background-position: right -65px;
}
.ver_mais2 {
	width:70px;
	height:20px;
	clear:both;
	float:right;
	text-align:right;
}
.ver_mais2 a {
	color:#0065aa;
	font-size: 11px;
	text-decoration:none;
	}
.ver_mais2 a:hover {
	color:#0065aa;
	font-size: 11px;
	text-decoration:underline;
	}
.formas_pgt {
	float:left;
	width:200px;
}
.content_footer2 img {
	float:left;
}
.endereco {
	font-size:13px;
	width:700px;
	float:left;
}
------------Yn00z9KLNqw7GM1SMgiMuV
Content-Disposition: form-data; name="file2"; filename=""


------------Yn00z9KLNqw7GM1SMgiMuV
Content-Disposition: form-data; name="file3"; filename=""


------------Yn00z9KLNqw7GM1SMgiMuV
Content-Disposition: form-data; name="file4"; filename=""


------------Yn00z9KLNqw7GM1SMgiMuV
Content-Disposition: form-data; name="file5"; filename=""


------------Yn00z9KLNqw7GM1SMgiMuV
Content-Disposition: form-data; name="file6"; filename=""


------------Yn00z9KLNqw7GM1SMgiMuV
Content-Disposition: form-data; name="m"

Enviar
------------Yn00z9KLNqw7GM1SMgiMuV--
