/* TAGS */
* { margin: 0; padding: 0; }

body {
	text-align: center;
	background: #FFFFFF url(../imgs/fundos/fundo_body.jpg) repeat-x;
	color: #000000;
	font: 62.5% Verdana, Arial, Tahoma;
}

ul { list-style: none; }
a { text-decoration: none; }
address { font-style: normal; margin: 3px 0; }
p { margin: 10px 0; }
h2 { color: #666666; font-size: 120%; text-align: left; }
h2 span { font-weight: normal; font-size: 90%; }
h2 img { margin-left: 20px; vertical-align: middle; }
h3 { font-size: 115%; margin-top: 10px; }
h4 { color: #900; font-size: 110%; }
h5 { font-size: 100%; color: #666666; }
img { border: 0; }
em { font-style: normal; text-decoration: underline; }
ol, ul.ulGarantia { margin: 10px 0 10px 30px; }
ul.ulGarantia li, ol li { margin-bottom: 10px; }

/* ESTRUTURA */
#geral {
	width: 760px;
	margin: auto;
	position: relative;
}

#topo {
	height: 84px;
	text-align: left;
}

#topo h1 a {
	background: url(../imgs/logo.jpg) no-repeat;
	text-indent: -9999px;
	width: 190px;
	height: 84px;
	float: left;
	margin-right: 45px;
	display: block;
}

#topo object { border: 2px solid #A8A8A8; margin-top: 8px; }

/* MENU CIMA */
#menuCima ul li {
	text-transform: uppercase;
	display:inline;
}

#menuCima ul li a {
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	height: 34px;
	line-height: 34px;
	margin: 0 12px;
	padding: 0 6px;
	display: block;
	float: left;
}

#menuCima ul li a.mnuSelecionado, #menuCima ul li a:hover { background-color: #C6D5F0; color: #32207D; }

#flash {
	position: absolute;
	z-index: 1;
	top: 300px;
	left: 300px;
}

/* MENU BAIXO */
#menuBaixo { height: 30px; line-height: 30px; margin-bottom: 15px; }
#menuBaixo ul li { display: inline; margin: 0 7px; }
#menuBaixo ul li a { color: #666666; }
#menuBaixo ul li a:hover { text-decoration: underline; color: #000000; }

/* CONTEUDO */
#conteudo, #lateral { text-align: left; }

#lateral {
	width: 175px;
	float: left;
}

#lateral ul li { margin: 7px 0; }
#lateral div { padding: 7px; }
#lateral a { text-decoration: underline; color: #666666; }
#lateral a:hover { text-decoration: none; }
#lateral fieldset { border: 0; padding: 0; }

#conteudo { margin-left: 180px; height: 445px; }
html>body #conteudo { height: auto; margin-left: 176px; }
#conteudo p { font-size: 110%; }

#conteudo h1.h1Login {
	background: url(../imgs/h1Login.gif) no-repeat;
	height: 67px;
	margin: 15px 0 20px 10px;
	text-indent: -99999px;
}

#conteudo h2 {
	color: #000000;
	font-size: 110%;
	border: 1px solid #E0E0E0;
	padding: 5px 8px;
}

ul.produtos li {
	width: 178px;
	float: left;
	text-align: center;
	margin: 10px 5px;
	height: 155px;
}

html>body ul.produtos li { min-height: 170px; height: auto; }
ul.produtos li a { color: #666666; }
ul.produtos li a:hover { text-decoration: underline; }
ul.produtos li img { margin: auto; display: block; }
ul.produtos li img.fotoProduto { width: 90px; }
ul.produtos li img.btnComprarCapa { width: 120px; }
ul.produtos li strong { display: block; font-size: 100%; }

/* LISTAGEM PRODUTOS */
#produto { margin: 10px 0; }
#produto ul.detalhesProduto { margin-left: 225px; display: inline-block; }
#produto ul.detalhesProduto li { margin-bottom: 6px; }

.fotosProduto {
	margin-right: 10px;
	float: left;
	width: 200px;
	padding: 7px;
}

#produto img.fotoMaximizada { border: 1px solid #999999; width: 190px; margin-bottom: 10px; }
.fotosProduto ul li img { width: 43px; display: block; float: left; margin-right: 3px; border: 1px solid #999999; }

/* RODAPE */
#rodape {
	background-color: #F7F7F7;
	border-top: 3px solid #F0F0F0;
	padding: 10px 0;
	clear: both;
}

#rodape span.ad02 { color: #999999; font-size: 90%; }

/* FORMULARIO */
#conteudo fieldset { border: 1px solid #CCCCCC; padding: 7px 12px; margin-bottom: 10px; }
legend, .textbox, textarea, .texttel, .textddd { border: 1px solid #CCCCCC; padding: 3px; }
legend { font-weight: bold; }
label { display: block; margin: 8px 0 4px 0; font-weight: bold; cursor: pointer; }
label.labelImportante { color: #1B4E9D; }
.textbox { width: 250px; }
.textddd { width: 25px; }
.texttel { width: 100px; }
.textbox, textarea { font: 100% Verdana, Arial, Helvetica, sans-serif; }
.textImportante { border: 1px solid #1B4E9D; }
.botaoCinza, .botaoLaranja, .botaoAzul { background-color: #A8A8A8; border: 0; color: #FFFFFF; font: bold 95% Verdana, Arial, Tahoma; padding: 2px 4px; }
.botaoLaranja { background-color: #FF6600; margin-left: 15px; }
.botaoAzul { background-color: #2650A2; margin-left: 15px; }
.botaoOK { background-color: #999999; color: #FFFFFF; border: 1px solid #CCCCCC; width: 24px; height: 17px; font: bold 90% Verdana, Arial, Tahoma; }
#lateral label { margin: 4px 0 0 0; }
.box .centro img { display: block; margin-top: 5px; }

.botao {
	border: 3px double #ABABAB;
	border-top-color: #999999;
	border-left-color: #999999;
	padding: 2px 4px;
	background: #FFFFFF url(../imgs/fundos/fundo_botao.jpg) repeat-x;
	color: #18489A;
	font-size: 100%;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

.textboxNews {
	border: 1px solid #CCCCCC;
	font: 100% Verdana, Arial, Tahoma;
	background-color: #FFFFFF;
	padding: 2px 3px;
	color: #666666;
	margin-bottom: 5px;
}
/* FIM FORMULARIO */

/* FORMULARIO DE LOGIN */
#conteudo fieldset.sem { border: 0; padding: 0 12px; }

.formLogin {
	float: left;
	border-right: 1px solid #666666;
	padding-right: 6px;
	width: 230px;
}

.naoCadastrado { margin-left: 260px; }

.formLogin .textbox { width: 180px; }
/* FIM FORMULARIO DE LOGIN */

/* TABELA DE PREÇOS */
table.tabelaPrecos { width: 100%; padding: 0; margin-bottom: 10px; }
table.tabelaPrecos th, table.tabelaPrecos td { padding: 4px; }
table.tabelaPrecos th { background-color: #BFD9EE; text-align: center; }
table.tabelaPrecos a { color: #3254AD; text-decoration: underline; }
table.tabelaPrecos a:hover { text-decoration: none; }
.thProduto, .thTitulo { text-align: left; }
th.preco { width: 80px; }
.thFotografia { background: #BFD9EE url(../imgs/ico_foto.gif) no-repeat center; width: 20px; }
.thPromocao { background: #BFD9EE url(../imgs/ico_promocao.gif) no-repeat center; width: 20px; }
.thDescricao { background: #BFD9EE url(../imgs/ico_descricao.gif) no-repeat center; width: 20px; }
table.tabelaPrecos th.thTitulo { background-color: #3254AD; color: #FFFFFF; }
th.thTitulo a { color: #FFFFFF; font-weight: bold; text-decoration: none; }
th.thTitulo a:hover { text-decoration: underline; }
/* FIM TABELA */

/* TABELA PEDIDOS */
table.tabelaPedido { width: 100%; padding: 0; margin-bottom: 10px; border: 1px solid #CCCCCC; border-bottom: 0; border-collapse: collapse; color: #666666; }
table.tabelaPedido td, table.tabelaPedido th { border-bottom: 1px solid #CCCCCC; padding: 4px 6px; }
table.tabelaPedido th.precoTh { width: 100px; text-align: right; vertical-align: middle; }
table.tabelaPedido th.fotoTh { width: 80; text-align: center; }
table.tabelaPedido tbody tr.linhaOn { background-color: #F3F3F3; }
table.tabelaPedido img { vertical-align: middle; margin-right: 5px; }
table.tabelaPedido tfoot tr { background-color: #D3E0F3; }
table.tabelaPedido caption { text-align: left; font-weight: bold; margin-bottom: 6px; font-size: 110%; color: #666666; }
/* FIM TABELA PEDIDOS */

/* BUSCA */
ul.ulBusca { margin: 10px; }
ul.ulBusca li { margin: 7px 0; }
ul.ulBusca li a:hover, .quadrado li a:hover { padding: 2px 4px; border: 1px solid #E4E4E4; background-color: #FAFAFA; }
/* FIM BUSCA */

/* PAGINAÇÃO */
ul.paginacaoProduto { margin-bottom: 10px; text-align: center; }
ul.paginacaoProduto li { display: inline; margin: 0 2px; font-weight: bold; font-size: 110%; }
ul.paginacaoProduto li a { color: #666666; text-decoration: underline; }
ul.paginacaoProduto li a:hover { text-decoration: none; }
/* FIM PAGINAÇÃO */

/* CLASSES */
.quebraFloat:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.quebraFloat { display: inline-table; }
* html .quebraFloat { height: 1%; } .quebraFloat { display: block; }

.box {
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	color: #666666;
	width: 150px;
	padding: 0px 7px;
	margin-bottom: 10px;
}

.fundoBranco { background-color: #FFFFFF; }
.centro { text-align: center; }
.direita { text-align: right; }
.esquerda { float: left; }
.floatDireita { float: right; }
.negrito { font-weight: bold; }
.clear { clear: both; }
.azul { color: #2A52A2; }
.imagemEmpresa { float: left; margin-right: 10px; }
.grande { font-size: 140%; font-weight: bold;  }
.pequena { font-size: 90%; }
#conteudo fieldset.semBorda { border: 0; }
a.linkImprimir { background: url(../imgs/ico_impressora.gif) no-repeat; padding-left: 22px; font-size: 90%; }
span.selecionado { font-style: italic; }
span.paginaSelecionada { background-color: #BFD9EE; color: #000000; padding: 1px 3px; margin: 0 2px; }
.vermelho { color: #FF0000; }
.paginacao { border: 1px solid #E0E0E0; padding: 2px 5px; text-align: center; margin-bottom: 10px; }
.imagemIndicacao { margin: 30px 20px 30px 35px; float: right; width: 125px; }
.margemIndicar { margin-top: 10px; }
.quadrado { list-style-type: square; margin: 7px 0 7px 25px; }
.quadrado li { margin: 5px 0; }
.justificado { text-align: justify; }
.vmiddle { vertical-align: middle; }
.botaoComprar { display: block; background: url(../imgs/botoes/btn_comprar.gif) no-repeat; width: 120px; height: 24px; }
.txtQuantidade {
	height: 10px;
	width: 15px;
	border: 1px solid #2F5BA6;
	padding: 2px 3px;
	vertical-align: middle;
	font: 90% Verdana, Arial, Tahoma;
}

.avisoAmarelo {
	background-color: #FFFFAE;
	color: #FF0000;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	border: 1px solid #FF6600;
	padding: 10px 0;
	margin-top: 11px;
}