* {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-image: url(../img/fundo_sombra_topo.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 4px 0 0 0;
}

.menu_selecao_idioma:link, .menu_selecao_idioma:active, .menu_selecao_idioma:visited, .menu_selecao_idioma:hover {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}

.box_menu_topo {
	background-image:url(../img/fundo_menu_pai.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:595px;
	height:35px;
}

.menu_superior:link, .menu_superior:active, .menu_superior:visited, .menu_superior:hover {
	color: #000000;
	text-decoration:none;
}

.links:link, .links:active, .links:visited, .links:hover {
	color: #000000;
	text-decoration:underline;
}

.rodape, .rodape a:link, .rodape a:active, .rodape a:visited, .rodape a:hover {
        font-family: tahoma;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}

.titulo_centro {
	background-image:url(../img/seta_direita.jpg);
	background-repeat:no-repeat;
	color:#000000;
	font-weight:bold;
	padding:2px 0 0 18px;
	height:19px;
}

.conteudo {
 color: #666666;
 font-size: 10px;
}

.link_cinza:link, .link_cinza:active, .link_cinza:visited, .link_cinza:hover  {
 color: #666666;
 font-size: 10px;
 text-decoration:none;
}

.titulo_lateral	{
	background-image:url(../img/seta_baixo.jpg);
	background-repeat:no-repeat;
	color:#006600;
	font-weight:bold;
	padding:0 0 0 25px;
	height:14px;
	font-size:12px;
	font-family:Tahoma,Arial;
	margin-bottom:5px;
	clear:both;
}

.img_produto {
	margin-bottom: 3px;
}

#ProdutoThumbs {
	width: 260px;
	text-align: center;
	margin:auto;
}
.ProdutoThumb {
	margin: 6px;
	float: right;
}

.imagem {
	border: 0px;
}

.ProdutoInfosBox {
	width: 570px;
	border-left: 1px solid #CCCEDB;
	border-right: 1px solid #CCCEDB;
	padding: 6px;

}

.ProdutoInfosAbaSel {
	background-image: url(../img/produto_aba_fundo.gif); height: 18px; line-height:18px;
}

.link_cinza_aba:link, .link_cinza_aba:active, .link_cinza_aba:visited, .link_cinza_aba:hover  {
 color: #666666;
 font-size: 11px;
 text-decoration:none;
}

.ProdutoInfosAbaSel {
font-weight:bold;
}

.ProdutoInfosAbaUnSel {
	background-image: none; height: 18px; line-height:18px;
}

.linkVariacao2:link, .linkVariacao2:active, .linkVariacao2:visited, .linkVariacao2:hover{
	text-decoration: none;
}

.CamposForm {
    border: 1px solid #C0C0C0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding-left:2px;
}

.FormErro {
    border: 1px solid red;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding-left:2px;
}

.FormErroMsg {
    font-weight: bold;
    color: red;
    font-size: 10px;
}