
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: white;
  font-family: Verdana;
  font-size: 12px;
  color: #624714;
} 

a, a:link, a:active, a:visited, a:hover {
  color: #624714;
  text-decoration: underline;
}

.erro {
  color: red;
}

#layout {
  width: 900px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#topo-loja {
  position: relative;
  top: 0;
  left: 0;
  width: 900px;
  height: 111px;
  background-image: url(loja/topo.jpg);
  background-repeat: no-repeat;
}

#topo-status {
  position: absolute;
  top: 13px;
  left: 555px;
  width: 345px;
  height: 62px;
  background-image: url(loja/carrinho.jpg);
  background-repeat: no-repeat;
}

#logo-topo {
  position: absolute;
  top: 0px;
  left: 40px;
  width: 180px;
  height: 111px;
  background-image: url(loja/logo_topo.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

#topo-status-cliente {
  position: absolute;
  top: 5px;
  left: 30px;
  width: 140px;
  font-size: 10px;
}

#topo-status-carrinho {
  position: absolute;
  top: 5px;
  left: 210px;
  width: 130px;
  font-size: 10px;
  cursor: pointer;
}


#topo-status-cliente .label, #topo-status-carrinho .label {
  width: 45%;
  float: left;
  font-weight: bold;
}

#topo-status-cliente .valor, #topo-status-carrinho .valor {
  width: 45%;
  float: left;
  text-align: right;
}

#topo-busca {
  position: absolute;
  top: 83px;
  left: 668px;
}

#topo-busca img {
  position: absolute;
  top: 1px;
  left: 180px;
}

#texto-pesquisa {
  size: 100px;
  font-size: 10px;
  color: #624714;
  border: 1px solid #624714;
}

#topo-menu {
  background-color: #9aa974;
  width: 900px;
  height: 35px;
  margin-top: 3px;
  text-align: left;
}

#conteudo-esquerda {
  width: 230px;
  float: left;
  margin-top: 20px;
}

#conteudo-principal {
  width: 660px;
  float: left;
  margin-left: 10px;
  margin-top: 20px;
}

h1.titulo-listagem {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin-left: 30px;
  padding-top: 5px;
}

h1.titulo-produto {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

.texto-bold {
  font-weight: bold;
}

.texto-valor {
  color: red;
}

.borda-menu-left {
  width: 201px;
  background-image: url(loja/left_borda_meio.jpg);
  background-repeat: repeat-y;
}

.borda-menu-left .topo {
  width: 201px;
  height: 18px;
  background-image: url(loja/left_borda_topo.jpg);
  background-repeat: no-repeat;
}

.borda-menu-left .meio {
  width: 201px;
  padding-left: 10px;
  padding-right: 10px;
}

.borda-menu-left .fundo {
  width: 201px;
  height: 18px;
  background-image: url(loja/left_borda_fundo.jpg);
  background-repeat: no-repeat;
}


.borda-lista-produtos {
  width: 600px;
  background-image: url(loja/left_borda_meio_p.jpg);
  background-repeat: repeat-y;
}

.borda-lista-produtos .topo {
  width: 600px;
  height: 18px;
  background-image: url(loja/left_borda_topo_p.jpg);
  background-repeat: no-repeat;
}

.borda-lista-produtos .meio {
  width: 550px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.borda-lista-produtos .fundo {
  width: 600px;
  height: 18px;
  background-image: url(loja/left_borda_fundo_p.jpg);
  background-repeat: no-repeat;
}

.borda-lista-produtos .item-produto {
  width: 510px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: white;
}

.borda-lista-produtos .item-produto-image {
  margin-top: 5px;
  width: 120px;
  float: left;
}

.borda-lista-produtos .item-produto-descricao {
  margin-top: 5px;
  width: 310px;
  float: left;
  text-align: justify;
}

.borda-lista-produtos .item-produto-botao {
  margin-top: 5px;
  width: 70px;
  float: left;
  text-align: center;
}

.borda-lista-produtos .item-produto-space {
  margin-top: 5px;
  margin-bottom: 5px;
}

.linha-paginacao {
  margin-top: 20px;
  margin-bottom: 10px;
}

.item-paginacao {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.item-paginacao a, .item-paginacao a:link, .item-paginacao a:active, .item-paginacao a:visited, .item-paginacao a:hover {
  color: #624714;
  text-decoration: none;
}

#item-carrinho {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid black;
  background-color: white;
  width: 130px;
  height: 150px;
  display: none;
}

#passos-carrinho {
  width: 600px;
  margin-bottom: 20px;
}

#passos-carrinho table {
  width: 100%;
}

#passos-carrinho table td {
  font-size: small;
}

#passos-carrinho table td.ativo {
  font-weight: bold;
}

.borda-lista-carrinho {
  width: 600px;
  background-image: url(loja/left_borda_meio_p.jpg);
  background-repeat: repeat-y;
}

.borda-lista-carrinho .topo {
  width: 600px;
  height: 18px;
  background-image: url(loja/left_borda_topo_p.jpg);
  background-repeat: no-repeat;
}

.borda-lista-carrinho .meio {
  width: 550px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.borda-lista-carrinho .fundo {
  width: 600px;
  height: 18px;
  background-image: url(loja/left_borda_fundo_p.jpg);
  background-repeat: no-repeat;
}

.borda-lista-carrinho .meio .conteudo {
  width: 500px;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}

#barra-pagamentos {
  margin-top: 15px;
}

#barra-contatos {
  margin-top: 15px;
}

#menu-principal {
  padding-top: 10px;
  padding-right: 20px;
  list-style-type: none;
}

#menu-principal li {
  display: inline;
}

#menu-principal a, #menu-principal a:link, #menu-principal a:active, #menu-principal a:visited, #menu-principal a:hover {
  color: #624714;
  font-size: 11px;
  text-decoration: none;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 2px solid #624714;
}

#menu-esquerda {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu-esquerda li {
  margin-bottom: 5px;
}

#menu-esquerda a.mais {
  padding-left: 3px;
  padding-right: 5px;
}

#menu-esquerda a, #menu-esquerda a:link, #menu-esquerda a:active, #menu-esquerda a:visited, #menu-esquerda a:hover {
  color: #624714;
  font-size: 11px;
  text-decoration: none;
}

.submenu-esquerda {
  list-style-type: none;
  display: none;
  padding: 0;
  margin: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}

.submenu-esquerda li {
  margin-bottom: 5px;
}

.submenu-esquerda a, .submenu-esquerda a:link, .submenu-esquerda a:active, .submenu-esquerda a:visited, .submenu-esquerda a:hover {
  color: #624714;
  font-size: 11px;
  padding-left: 20px;
  background-image: none;
  text-decoration: none;
  display: block;
  width: 170px;
}

#lista-produtos-p1 table {
  width: 100%;
}

#lista-produtos-p1 table th {
  font-size: 10px;
  text-align: left;
}

#lista-produtos-p1 table td {
  font-size: 10px;
}

#lista-produtos-p1 table tr.item td {
  border-bottom: 1px solid black;
}

#lista-produtos-p1 input.quantidade {
  text-align: center;
  border: 1px solid black;
}

.dados-cep td {
  font-size: x-small;
  font-weight: bold;
}

.dados-cep input {
  border: 0;
}

.form-item {
  height: 23px;
}

.form-label {
  width: 35%;
  float: left;
  font-size: 10px;
}

.form-field {
  width: 65%;
  float: left;
}

input.text {
  border: 1px solid black;
  font-size: 12px;
}

select.text {
  border: 1px solid black;
  font-size: 10px;
}

select.text option {
  font-size: 10px;
}

#ui-pagamento {
  position: absolute;
  top: 120px;
  left: 220px;
  width: 700px;
  height: 390px;
  border: 1px solid black;
  display: none;
  background-color: white;
}

#ui-pagamento .header {
  text-align: right;
  padding-right: 10px;
  height: 30px;
}

#ui-pagamento .content {
  height: 360px;
}

.pagamento {
  margin-top: 10px;
  height: 45px;
  margin-bottom: 10px;
}

#tela-login {
  background-color: white;
  border: 1px solid black;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 200px;
  padding: 10px 10px 10px 10px;
  display: none;
}

.item-frete div {
  margin-bottom: 15px;
}

#faleconosco div {
  margin-bottom: 3px;
}

#faleconosco label {
  font-weight: bold;
}

a.descricao, a.descricao:link, a.descricao:active, a.descricao:visited {
  text-decoration: none;
}

a.descricao:hover {
  text-decoration: underline;
}

.produto-path {
  text-align: left;
  margin-bottom: 10px;
}

.produto-path a {
  text-decoration: none;
}

.produto-path a:hover {
  text-decoration: underline;
}

.footer {
  border-top: 1px dashed black;
  margin-top: 20px;
}

.footer .footer-item {
  border-left: 1px dashed black;
  float: right;
  padding-left: 5px;
  margin: 5px 5px 5px 5px;
  width: 140px;
  height: 110px;
}

span.underline {
  background-image: url(loja/ponto.jpg);
  background-position: 0 9px;
  background-repeat: repeat-x;
}

span.underline-10 {
  background-image: url(loja/ponto.jpg);
  background-position: 0 8px;
  background-repeat: repeat-x;
}

