@import url("estilo_links.css");
@import url("estilo_form.css");
@import url("estilo_cores.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #006699;
	margin: 0px;
}
.tabela_principal {
	background-image: url(fundo_tabela_principal.gif);
	background-repeat: repeat-y;
}
p {
	text-align:justify;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.box {
	background-color: #DCEBEF;
	padding: 10px;
}
.texto_inicial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #2B78A7;
	padding-left: 5px;
	height: 104;
    background-image: url('banner_fotografia.jpg');
    background-repeat:no-repeat;
}
.texto_azul {
	font-family: helvetica, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}
.box_produtos {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}
.grid_produtos {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCFF;
}
.titulo {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	padding-left: 5px;
}
.fundo_titulo {
	background-image: url(setinha_laranja.gif);
	background-repeat: no-repeat;
}
.subtitulo {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
}
.texto_preco {
	font-weight: bold;
	color: #ff0000;
	font-size: 12px;
}
.texto_preco_riscado {
	font-weight: bold;
	color: #0099CC;
	font-size: 12px;
	text-decoration: line-through;
}
.paginacao {
	color: #006699;
	text-decoration: none;
}
.texto_bold {
	font-weight: bold;
	color: #666666;
}
.titulo_sublinhado {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}

.grid_linhas {
	line-height: 14px;
	background-color: #F5F9FA;
	color: #666666;
}
.grid_cabecalho {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #DCEBEF;
	line-height: 18px;
	text-align: left;
	padding: 5px;
}
.linha_vertical {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #66CCFF;
}
.grid_rodape {
	font-size: 12px;
	color: #006699;
	background-color: #CCDFFF;
	line-height: 16px;
}
.alinhamento {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ajuda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #F3F3F3;
	padding: 5px;
	text-align: left;
	border: 1px solid #EAEAEA;
}
#rodape {
	background-color: #006699;
	color: #DFDFDF;
	padding: 10px 0px 10px 0px;
}
.subcat {
	padding: 1px;
	margin: 1px;
	background-color: #E3F0FB;	
}
.subcat_selecionada {
	background-color: #33CCFF;
	padding: 1px;
	border: 1px solid #3399CC;
	margin: 1px;
}
.subcat_underline {
	color: #FFCC66;
}
.subcategoria {
	line-height: 21px;
}
.carrinho {
	border: 1px solid #FFFFFF;
}
.assinatura_sphera{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.assinatura_sphera:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.box_newsletter{
	background-color: #FFFFFF;
}