* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
body {
	margin: 0;
}
a {
	color: #000000;
	text-decoration: none;
}
s {
	color: #FF0000;
	font-size: 10px;
	text-decoration: none;
}
h1 {
	font: bold 20px arial;
	color: #999900;
	letter-spacing: -1px;
}
h2 {
	font-weight: bold;
}
input, select {
	border: solid 1px #CCCCCC;
	height: 20px;
	padding: 2px;
}
textarea {
	border: solid 1px #CCCCCC;
	padding: 2px;
}

strong {
	font-weight: bold;
}
ul li {
	margin-left: 20px;
}

/** HEADER **/
#header {
	height: 110px;
	border-bottom: 5px solid #CC7300;
	clear: both;
	background: #F0F0F0;
}
#logo{
	position: absolute;
	left: 0px;
	top: 0px;
	_top: -5px;
	}
#trail {
	float: right;
	clear: both;
}
#linkstopo {
	float: right;
	clear: both;
	padding: 10px;
	width: 55%;
	
}
#header #linkstopo a {
	color: #CC0000;
	font-size: 13px;
	text-decoration: none;
}
#barracinza {
	float: right;
	background: #E0E0E0;
	padding: 10px;
	clear: both;
	width: 55%;

}
#header #barracinza a {
	color: #666666;
	text-decoration: none;
}
#header #busca {
	float: right;
	clear: both;
	padding-left: 10px;
	width: 56%;
	_width: 55%;
}

/** HEADER EOF **/
#body {
	margin: auto;
	background: #FFFFFF;
}
#body #leftnavigation {
	width: 150px;
	float: left;
}
#body #rightnavigation {
	width: 150px;
	float: right;
}
#body #centro {
	margin: 5px 155px;
}
#body .spacer {
	clear: both;
}
#imagempromocaohome {
	text-align: center;
	background: url(../imagem/bgpromo.jpg) repeat-x;
	width: 100%;
	border-bottom: 5px solid #006633;
}
/** LISTA DE PRODUTOS **/
#body #centro #listaproduto {
	width: 100%;
}

#body #centro #listaproduto #esq {
	float: left;
	width: 400px;
}

#body #centro #listaproduto #dir {
	float: right;
	width: 400px;
}
#body #centro #listaproduto .itemlistaproduto {
	text-align: center;
	float: left;
	width: 25%;
	height: 165px;
	margin: 10px 0;
}
#body #centro #listaproduto .itemlistasimples {
	margin: 10px 0;
	border-bottom: solid 1px #CCC;
}
#body #centro #listaproduto .products_name {
	font-weight: bold;
}
#body #centro #listaproduto .itemlistasimples .imageproduct {
	display: none;
}

/** LISTA DE SUBCATEGORIAS **/
#body #centro #listasubcategoria {
	margin: 15px 0;	
	width: 100%;
}
#body #centro #listasubcategoria .itemsubcategoria {
	text-align: center;
	float: left;
	width: 33%;
	height: 90px;
}
/** LISTA DE SUBCATEGORIAS EOF **/


/** DESCRICAO DO PRODUTO **/
#body #centro #produto {
	width: 100%;
}
#body #centro #produto #caixapreco {
	float: left;
	width: 170px;
	padding: 10px;
	background: #EEE;
	border: solid 1px #CCC;
	margin-left: 35px;
}
#body #centro #produto #produtoimagem {
	font: normal 11px arial;
	text-align: center;
	width: 150px;
	margin: 1% 2%;
	float: left;
	border: solid 1px #CCC;
}
#body #centro #produto #produtopreco {
	font-size: 22px;
	letter-spacing: -1px;
	float: left;
	color: #0169AE;
}
#body #centro #produto #produtopreco s {
	font-size: 12px;
}

#body #centro #produto #produtoopcoeslista {
	background: #666666;
}

#produtodescricao{
	margin-top: 155px;
	_margin-top: 5px;
	background: #F0F0F0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 95%;
}

#produtobotaocarrinho {
	background: #D4D4D4;	
}

#body #centro #produto #produtoopcoeslista .label {
  width: 100px;
  text-align: right;
}
#body #centro #produto #produtoopcoeslista .input {
	position: relative;
	margin-left: 10px;
}
#body #centro #flashprincipal{
	text-align: center;
}

/** DESCRICAO DO PRODUTO EOF **/


/** CARRINHO DE COMPRAS **/
#body #centro #listacarrinho {
	border: solid 1px #CCC;
}
#body #centro #listacarrinho th {
	background: #CCCCCC;
	padding: 5px;
	font-weight: bold;
}
#body #centro #listacarrinho td {
	background: #F5F5F5;
	padding: 5px;
}
#body #centro #listacarrinho td img {
	float: left;
}
#body #centro #listacarrinho td a {
	font: bold 12px arial;
}
#body #centro #listacarrinho td span.extra {
	font: italic 11px arial;
}
#body #centro #subtotal {
	margin: 5px 5px;
	word-spacing: 5px;
	font: bold 12px arial;
}
/** CARRINHO DE COMPRAS EOF **/


/** TELA DE LOGIN **/
#body #centro #login #textovisitante {
	margin: 20px 10px;
	border: solid 1px #6F8E1C;
	background: #F5F5F5;
	padding: 10px;
	font: normal 11px arial;
}
#body #centro #login #textovisitante * {
	font: normal 11px arial;
}
#body #centro #login #novocliente {
	margin: 0 5px;
	border: solid 1px #6F8E1C;
	background: #F5F5F5;
	padding: 10px;
}
#body #centro #login #clienteexistente {
	margin: 0 5px;
	border: solid 1px #6F8E1C;
	background: #F5F5F5;
	padding: 10px;
}
/** TELA DE LOGIN EOF **/



/** FORMULÁRIO DE CADASTRO **/
#body #centro #formulariocadastro #textologinexiste {
	margin: 20px 10px;
	border: solid 1px #6F8E1C;
	background: #F5F5F5;
	padding: 10px;
	font: normal 11px arial;
}
#body #centro #formulariocadastro #textologinexiste * {
	font: normal 11px arial;
}

#body #centro #formulariocadastro .label {
	float: left;
	width: 100px;
	text-align: right;
	line-height: 25px;
	font: normal 11px arial;
}
#body #centro #formulariocadastro .input {
	position: relative;
	line-height: 25px;
	margin: 0 10px;
	font: normal 11px arial;
}

/** FORMULÁRIO DE CADASTRO EOF **/



/** FORMULÁRIO DE CADASTRO DA FORMA DE PAGAMENTO **/

#body #centro #formulariopagamento .label {
	float: left;
	width: 150px;
	text-align: right;
	line-height: 25px;
	font: normal 11px arial;
}
#body #centro #formulariopagamento .input {
	position: relative;
	line-height: 25px;
	margin: 0 10px;
	font: normal 11px arial;
}

/**  FORMULÁRIO DE CADASTRO DA FORMA DE PAGAMENTO EOF **/




/** CATÁLOGO DE ENDEREÇOS **/
#body #centro #indicaendereco {
	float: right;
	margin: 10px;
	width: 120px;
	height: 100px;
	font: bold 11px arial;
	text-align: center;
}
#body #centro #caixaendereco {
	float: right;
	margin: 10px;
	font: normal 11px arial;
}
/** CATÁLOGO DE ENDEREÇOS EOF **/


/** CAIXAS ESQUERDA **/
#categorias {
	border: 1px solid #CCCCCC;
	background: #D4D4D4;
	border-bottom: 5px solid #CA9400;
}
#informacoes {
	border: 1px solid #CCCCCC;
	background: #EAEAEA;
	margin-top: 10px;
	border-bottom: 5px solid #2B6B37;
}
#novidades{
	margin-top: 10px;
}
/** CAIXAS ESQUERDA EOF **/


/** CAIXAS DIREITA **/
#areaprof {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #EAEAEA;
	border-bottom: 5px solid #76A72C;
	margin-bottom: 10px;
}

#carrinho {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #EAEAEA;
	border-bottom: 5px solid #54A0DA;
}
#bestseller {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #EAEAEA;
	margin-top: 10px;
}
#especiais {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #EAEAEA;
	margin-top: 10px;
}
/** CAIXAS EOF **/
#footer {
	clear: both;
	background: #F5F5F5;
	padding: 10px;
}

#copy{
	margin-top: 10px;
	background: #E0E0E0;
	padding: 5px;
	}

/* CLEAR*/
#clear{
	clear: both;}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clearboth {
	clear: both;
}
.box {
	padding: 8px;
	padding-bottom: 25px;
}
.morepadding {
	padding-left: 3px;
}
.titulobox {
	font: bold 17px arial;
	margin-bottom: 10px;
	display: block;
}
.titulobox a {
	font: bold 15px arial;
	margin-bottom: 10px;
	display: block;
}
.infoBoxHeading {
	font: bold 25px arial;
	color: #999900;
	letter-spacing: -1px;
}
.caixadeerro {
	margin: 20px 10px;
	border: solid 1px #8E1C1C;
	background: #EEDDDD;
	padding: 10px;
	height: 35px;
}
.caixadeerro * {
	font: bold 11px arial;
	color: #FF0000;
}
.caixacategoria {
	margin: 40px 10px;
	border: solid 1px #6F8E1C;
	background: #F5F5F5;
	padding: 10px;
	font: normal 11px arial;
}
.caixasubcategoria {
	margin: 10px 10px;
	border: solid 1px #6F8E1C;
	background: #F5F5F5;
	padding: 10px;
	font: normal 11px arial;
}
.smallText {
	font: normal 11px arial;
}
.inputRequirement {
	font: normal 11px arial;
	color: #FF0000;
}
.border0 {
	border: 0;
}
.bgbranco {
	background: #FFFFFF;	
}
.bgcinza {
	background: #F5F5F5;
}
.produto {
	margin: 3px;
	padding: 3px;
}
.produto .preco {
	font-weight: bold;
}

.preto{
	color: #000;
	}