@charset "utf-8";
/* CSS Document */
body {
	background-color: #EEEEEE;
	margin: 0px 0px 0px 0px;
}

/* CABEÇALHO TOPO - INÍCIO */
.logoVitrine {
	background-color: #FFFFFF;
	border-top: #000055  solid 1px;
	border-left: #000055  solid 1px;
	border-bottom: #000055  solid 1px;
	position: absolute;
	top: 0px;
	left:0px;
	height: 120px;
	width: 200px;
}

.cabecalho {
	background-color: #FFFFFF;
	border-top: #000055  solid 1px;
	border-right: #000055  solid 1px;
	border-bottom: #000055  solid 1px;
	position: absolute;
	top: 0px;
	left:201px;
	height: 120px;
	width: 579px;
}

.cabecalhoBanner {
	position: absolute;
	top: 10px;
	left:56px;
	height: 60px;
	width: 468px;
}
.cabecalhoVisitante {
	background-color: #FFFFFF;
	position: absolute;
	top: 100px;
	left:10px;
	height: 20px;
	width: 559px;
	font-style: normal;
	font-weight:bolder;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000055;
	text-align: left;
}
/* CABEÇAÇHO TOPO - FIM */

/* BARRA LATERAL ESQUERDA - INÍCIO */
.barraLateralEsquerda {
	background-color: #FFFFFF;
	border: #000055  solid 1px; 
	position: absolute;
	top: 121px;
	left: 0px;
	height: auto;
	width: 200px;
}

.barraLateralEsquerdaFonteMenuTitulo {
	font-style: normal;
	font-weight:bolder;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000055;
	text-align: left;
}

.barraLateralEsquerdaFonteMenuItem {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000055;
	text-align: left;
}
/* BARRA LATERAL ESQUERDA - FIM */

/* CONTEÚDO - INÍCIO */
#conteudo {
	background-color: #FFFFFF;
	border: #000055  solid 1px; 
	position: absolute;
	top: 121px;
	left: 201px;
	min-height: 500px;
	height: auto;
	width: 578px;
	overflow: auto;
}
/* CONTEÚDO - FIM */

/* PRODUTO - INÍCIO */

#imagemProduto {
	position:relative;
	top: 10px;
	left: 10px;
	height: 205px;
	width: 121px;
	text-align: center;
}
.imagemProdutoFonte {
	font-style: normal;
	font-weight: bolder;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000055;
}
#ampliarImagem {
	background-color: #DDDDDD;
	border: #000055  solid 1px; 
	position: absolute;
	top: 0px;
	left: 0px;
	height: 450px;
	width: 300px;
	visibility:hidden;
}
.informacoes {
	background-color: #EEEEEE;
	border: #000055  solid 1px;
}
.informacoesFonte {
	font-style: normal;
	font-weight: bolder;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000055;
}
.descricao{
	background-color: #EEEEEE;
	border: #000055  solid 1px;

}
.descricaoFonte {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000055;
	text-align:justify;
	margin-left: 10px;
	margin-right: 10px;
}
.informacoesFonte10 {
	font-style: normal;
	font-weight: bolder;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000055;
}
/* PRODUTO - FIM */

/* CARRINHO - INÍCIO */

.cestaTitulo {
	background-color: #99CCFF;
	border: #000055 solid 1px;
	font-style: normal;
	font-weight: bolder;
	font-size: 10px;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	color: #000055;
}
.cestaDescricao {
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	color: #000055;
}
.cestaTituloSubTotalLabel {
	border: #000055 solid 1px;
	background-color: #99CCFF;
	font-style: normal;
	font-weight: bolder;
	font-size: 12px;
	text-align: right;
	font-family:Verdana, Geneva, sans-serif;
	color: #000055;
}
.cestaTituloSubTotalValor {
	border: #000055 solid 1px;
	background-color: #99CCFF;
	font-style: normal;
	font-weight: bolder;
	font-size: 12px;
	text-align: right;
	font-family:Verdana, Geneva, sans-serif;
	color: #000055;
}
.cestaObs {
	font-style: normal;
	font-weight: bolder;
	font-size: 9px;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	color: #000055;
}
#dedicatoria {
	border: #000055 solid 1px;
	width: 530px;
	background-color: #FFFFCC;
	font-style: normal;
	font-weight: bolder;
	text-align:left;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000055;
	visibility:hidden;
}
/* CARRINHO - FIM */
