/* Regras de estilo da parte de compras */

table{
	width: 100%;
	}

table td{
	padding: 5px;
	}

table tr{
	padding: 5px;
	}

.edicoes{
	text-align: center;
	width: 50%;
	}

/*--------------------------------*/

#caminho{
	position:absolute;
	left:165px;
	top:115px;
	width:454px;
	height:10px;
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-style: normal;
	color: #868686;
	}

#centro{
	position:absolute;
	left:165px;
	top:133px;
	width:454px;
	height:559px;
	}

#centro_cabecalho{
	position:absolute;
	left:2%;
	top:2%;
	width:272px;
	height:163px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #D1D1D1;
	padding: 0;
	margin: 0;
	text-align: center;
	}

#centro_comprar{
	position:absolute;
	left:97px;
	top:118px;
	width:106px;
	height:54px;
	padding: 0;
	margin: 0;
	}

#centro_foto{
	position:absolute;
	left:64%;
	top:2%;
	width:163px;
	height:195px;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 2;
	}

#centro_descricao{
	position:absolute;
	left:2%;
	top:201px;
	width:436px;
	height:159px;
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-style: normal;
	color: #868686;
	text-align: justify;
	padding: 0;
	margin: 0;
	z-index: 1;
	}

#centro_descricao p {
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #868686;
	text-align: justify;
	margin: 0;
	}

#caixa_rodape{
	top:650px;
	}

/*--------------------------------*/

#caixa_itens{
	position:absolute;
	left:17px;
	top:111px;
	width:130px;
	height:360px;
	padding: 0;
	margin: 0;
	}

#caixa_itens ul.lt_itens{
	background: rgb(122, 199, 250);
	list-style: none;
	margin: 0;
	padding: 0;
	}

#caixa_itens li.etq_itens{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #55B3FF;
	}
	
#caixa_itens li.etq_itens a{
	display: block;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	}
	
#caixa_itens li.etq_itens a:hover{
	color: rgb(0, 122, 224);
	}

#caixa_itens ul.lt_itens_promocionais{
	background: rgb(0, 122, 224);
	list-style: none;
	margin: 0;
	padding: 0;
	}

#caixa_itens li.etq_itens_promocionais{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(122, 199, 250);
	}

#caixa_itens li.etq_itens_promocionais a{
	display: block;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	}

#caixa_itens li.etq_itens_promocionais a:hover{
	color: rgb(122, 199, 250);
	}

/*--------------------------------*/

#caixa_informacoes{
	position:absolute;
	left:632px;
	top:111px;
	width:134px;
	height:185px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background: #FFF;
	padding: 0;
	margin: 0;
	}

#caixa_informacoes ul{
	list-style: none;
	margin: 10px;
	padding: 0;
	}

#caixa_informacoes li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #55B3FF;
	margin: 0;
}
	
#caixa_informacoes li a{
	display: block;
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0, 122, 224);
	padding: 5px;
	}
	
#caixa_informacoes li a:hover{
	color: #868686;
	}

/*--------------------------------*/

#caixa_banner{
	position:absolute;
	left:632px;
	top:315px;
	width:134px;
	height:174px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background: #FFF;
	text-align: center;
	padding: 0;
	margin: 0;
	}

/*--------------------------------*/

#caixa_rodape{
	position:absolute;
	left:0px;
	width:780px;
	height:40px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-color: rgb(0, 122, 224);
	padding: 0;
	margin: 0;
	}