body {
	margin: 0px 10px 10px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table#geral {
	border-left: 1px solid #5A5116;
	border-right: 1px solid #5A5116;
}
td#barratopo {
	padding: 0px 0px 0px 20px;
	height: 22px;
	background-image:url(/brinquedos/images/barratopo.gif); 
	background-repeat: no-repeat;
	color: #736506;
}
td#barratopo a:link, td#barratopo a:visited {
	color: #736506;
	text-decoration:none;
	padding: 2px 10px;
}
td#barratopo a:hover {
	background-color: #BDA60A;
	padding: 2px 10px;
	color: #4E4403;
} 
td#principal {
	padding: 10px;
}
td#rodape {
	height: 23px;
	padding: 0px 0px 5px 0px;
	background-color: #E8CB07;
	background-image:url(/brinquedos/images/rodape.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 7.5pt;
	color: #736506;
}
td#rodape a:link, td#rodape a:visited{
	color: #736506;
}
input {
	border: 1px solid #999999;
	padding-left: 3px;
	background-color: #EFEDE0;
}
input.botao {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px;
	background-color:#870101;
	color: #FFFFFF;
/*	font-weight: bold; */
}
h1 {
	font-size: 15pt;
	color: #483101;
}

/************************************** CARRINHO DE COMPRAS - DIV *********************************/
td#principal div#carrinho {
	margin: 0px 10px;
	border: 1px dotted #CCCCCC;
	padding: 4px;
	color: #666666;
}

/************************************** CARRINHO DE COMPRAS - PÁGINA *********************************/
td#principal table#somacarrinho {
	border: 1px solid #BBBBBB;
}

td#principal table#somacarrinho td, td#principal table#somacarrinho th {
	width: 400px;
	padding: 2px;
	text-align: right;
	border: 1px solid #EEEEEE;
}
td#principal table#somacarrinho th {
	font-weight: bold;
}
h1#carrinho, h1#finaliza, h1#efetuada {
	font-size: 15pt;
	color: #870101;
}
td#principal table#dados td#pagamento {
	padding: 0px 15px 0px 15px;
	text-align: left;
	font-size: 9pt;
}
/************************************** PÁGINA PRINCIPAL *********************************/
div#abertura {
	margin: 0px -10px 0px 0px;
}
div#abertura h1 {
	text-align: center;
	margin-bottom: 0px;	
}
table#venda td {
	padding: 15px;
	text-align: center;
	font-size: 9pt;
	color: #736506;	
}
table#venda td a:link, table#venda td a:visited {
	color: #736506;
	text-decoration:none;
	display: block;
	padding: 10px 0px 3px 0px;
}
table#venda td a:hover{
	background-color: #F1EFE0;
}
img.thumbrinquedo {
	border: 2px solid #CDC8A7;
}
table#venda td a.adicionar:hover {
	background-color: #EDDCD3;
}
span.preco {
	font-weight: bold;
	color: #870101;
}
/************************************** DETALHES *********************************/
table#detalhes td {
	padding: 10px;
}
table#detalhes td h1 {
	font-size: 15pt;
	color: #483101;
}
