HTML { /*	background-image: url('../imagens/fundos/fundo.gif');
	background-repeat: repeat;*/
	background-color: #FFDDB9;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Helvetica;
	font-size: 11px;
}

BODY {
	text-align: center;
	margin: 1px;
}

#wrap {
	width: 763px;
	background-color: #fff;
	margin: auto;
	margin-bottom: 0;
	margin-top: 0;
	border-right: 6px solid #CD853F;
	border-left: 6px solid #CD853F;
	vertical-align: middle;
	padding: 10px;
}

#esquerda {
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 1px 1px 1px 1px;
	width: 120px;
	clear: left;
	margin: 1px;
	margin-left: 8px;
}

#esquerda DIV.box {
	margin: 8px 0;
	width: 122px;
	padding: 1px;
	border: thin;
	text-align: center;
}

#esquerda DIV.box IMG {
	padding: 0;
	margin: 0;
}

#esquerda DIV.box IMG.box_cima {
	padding: 0;
	margin: 0;
	position: relative;
	top: 2px;
}

#esquerda DIV.box IMG.box_baixo {
	padding: 0;
	margin: 0;
	position: relative;
	bottom: 4px;
}

#esquerda DIV.box IMG.botao_ok {
	padding: 0;
	margin: 0;
	display: block;
}

#esquerda DIV.box H2 {
	margin: 0 0 0 0;
	width: 138px;
	border-right: 1px solid #a58356;
	border-left: 1px solid #a58356;
	color: #CD853F;
	padding: 0;
	font-size: 12px;
	font-family: "Arial";
	text-align: center;
}

#esquerda DIV.box UL {
	margin: 0 0 0 0;
	width: 138px;
	border-right: 1px solid #a58356;
	border-left: 1px solid #a58356;
	padding: 0;
	list-style: none;
}

#esquerda DIV.box a,#esquerda DIV.box a:visited {
	font-weight: bold;
	color: #C30F04;
}

#esquerda DIV.box a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #EE6363;
}

#esquerda DIV.box UL LI {
	margin: 0 0 0 0;
	text-indent: 20px;
	padding: 5px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 2px 4px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 15px;
}

#esquerda DIV.box UL LI:HOVER {
	color: #888;
}

#esquerda DIV.box FORM {
	margin: 0 0 0 0;
	width: 190px;
	border-right: 1px solid #a58356;
	border-left: 1px solid #a58356;
	padding: 10px 0 0 0;
	clear: both;
	overflow: hidden;
}

#principal {
	float: right;
	clear: right;
	position: relative;
	right: 10px;
	padding: 10px;
	padding-top: 10px;
	padding-left: 15px;
	margin: 5px;
	margin-left: 0;
	text-align: center;
	width: 550px;
	font-family: Arial, sans-serif;
	vertical-align: middle;
}

#principal DIV.produtos {
	float: left;
	width: 150px;
	margin-top: 3px;
	margin: 6px;
	border: 1px solid #fff;
	cursor: pointer;
}

#principal DIV.produtos:HOVER {
	border: 1px solid #dedede;
}

#principal DIV.produtos TABLE {
	height: 290px;;
	width: 100%;;
	table-layout: fixed;;
	float: none;
	margin: 2px;
}

#principal DIV.produtos TH IMG {
	max-width: 135px;;
	width: expression(this . width >   135 ?   135 :   true);
	max-height: 135px;;
	height: expression(this . height >   135 ?   135 :   true);
}

#principal DIV.produtos TD {
	padding: 0;;
	vertical-align: bottom;;
	cursor: pointer;
}

#principal DIV.produtos TD.nome {
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	color: #CD853F;
	height: 15px;
	line-height: 15px;
}

#principal DIV.produtos TD.preco {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #828282;
	height: 17px;
	line-height: 17px;
}

#principal DIV.produtos TD.old {
	text-decoration: line-through;
	font-size: 11px;
}

#principal DIV.produtos TD.comprar {
	height: 30px;;
	cursor: pointer
}

H1.secao_title {
	color: #CD853F;
	font-size: 26px;
	font-weight: normal;
	font-family: Tahoma;
	width: 100%;
	margin: 0;
	padding: 0;
	text-indent: 5px;
	text-align: left;
	clear: both;
}

H2.detalhes_produto {
	color: #CD853F;
	font-family: sans-serif;
	font-size: 13px;
	text-align: left;
	text-indent: 5px;
	clear: both;
	margin-top: 1px;
}

#rodape {
	clear: both;
	color: black;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #ccc;
	margin: 5px;
}

#rodape SPAN {
	color: #b00316;
}

#principal HR {
	float: left;
	clear: both;
	border: 0;
	height: 4px;
	width: 100%;
	background-color: #fcedc6;
	color: #fcedc6;
	margin: 3px;
	margin-bottom: 10px;
}

INPUT.botao {
	background-color: #fec161;
	border: 2px solid black;
	cursor: pointer;
	font-weight: bold;
	margin: 5px;
}

#botao_buscar {
	background-repeat: no-repeat;
	background-color: white;
	border: none;
	float: right;
	clear: both;
	height: 22px;
	width: 65px;
	margin-right: 20px
}