/* Bordas do menu de navegação e eventualmente algumas tabelas */
.tabmenu {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: C2C2C2;
	border-right-style: none;
	border-left-style: none;
}

/* Textos do menu */
.textosmenu {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: 1c4e6e;
	text-align: left;
	text-indent: 5pt;
	vertical-align: middle;
	text-decoration: none;
}

/* Tabela do menu lateral da direita do site e algumas tabelas com bordas na direita e esquerda */
.tabmenulateral {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: C2C2C2;
	border-left-color: C2C2C2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: C2C2C2;
}

/* Tabelas dos produtos com borda em todas os cantos */
.tabprodutos {
	border: 1px solid C2C2C2;
}

/* Textos do rodapé do site */
.textorodape {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 14px;
	letter-spacing: 1px;
}

/* Textos da barra escura no topo das páginas */
.textobarratop {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

/* Textos gerais do site */
.textos {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/* Textos gerais do site só que com bold */
.textosbold {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

/* Textos do link MAIS VENDIDOS */
.linksmaisvendidos {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;

}

/* Textos dos títulos dos produtos */
.titulosprodutos {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}


/* Tabela de novidades na direita do site */
.tabnovidades {
	border: 1px solid DADBDA;
}

/* Textos dos preços */
.precos {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}

/* Formatação dos campos de formulários do site */
.forms {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: f7f7f7;
	border: 1px solid #000000;

}

/* Imagem de cinza de fundo cabeçalhos de tabelas com texto  */
.tabfundo {
	background-image: url(../images/t_produtos.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

/* textos do sub-menu(sub-categorias)  */
.textosubmenu {
	font-family: Tahoma, Arial,Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: 1c4e6e;
	text-align: left;
	text-indent: 5pt;
	vertical-align: middle;
	text-decoration: none;
}

/* Tabelas com borda toda em linha fina  */
.tabelabordatoda {
	border: 1px solid c2c2c2;
}

/* Tabelas de mensagems */
.tabmensagem {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: f7f7f7;
	text-align: center;
	vertical-align: middle;
	border: 1px solid c2c2c2;
	height: 50px;
}

/* Imagem do logotipo a ser mostrado no topo da páginaa  */
.logo {
	background-attachment: fixed;
	background-image: url(../images/logo-sweetbrazil.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

/* Tabelas com borda á direita em linha fina  */
.tab-bordadireita {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: c2c2c2;
}

/* Tabelas carrinho de compras  */
.tab-carinho-produtos {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: c2c2c2;
	border-bottom-color: c2c2c2;
	border-left-color: c2c2c2;
}

/* Tabelas com borda á direita e em beixo em linha fina  */
.tab-bottom-right {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: c2c2c2;
	border-bottom-color: c2c2c2;
}

/* Tabelas com borda em beixo em linha fina  */
.tab-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: c2c2c2;
}

/* Formatação dos botões de formulários */
.botoes-forms {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-transform: lowercase;
	margin: 2px;
	text-align: center;
	vertical-align: middle;

}
