* { 
	margin: 0 auto; 
	padding: 0; 
	font-size: 1em;
} 

body, h1, h2, h3, div, img, ul, li{
	border: 0px;
	margin: 0px;
	padding:0px;
}

body { 
	
	font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 68.75%;
	text-align: center; 
	background: #438501 url(../images/bg.jpg) repeat-x;
	color: #898989;
}

h1{
	font-size: 1.1em;
	background-color: #f5f6f5;
	padding: 0 0 0 5px;
	border-left: 2px solid #ccc;
	margin: 0 0 10px 0;
}

#menu, #rodape, #topo, #geral, #esquerda, #direita, #conteudo, #recado{
	text-align: left;  
}

#geral{
	width: 753px;
	margin: auto;
	background: url(../images/fundo_geral.jpg) repeat-y;
	padding: 0 0 0 6px;
}

#esquerda{
  float: left;
  width: 150px;
  margin: 10px 0 30px 23px;
}

#direita{
  float: right;
  width: 160px;
  margin: 10px 25px 0 0;
}

#conteudo{
  text-align: justify;
  float: left;
  margin: 10px 0 0 30px;
  width: 330px;
}

#conteudo_esq{
  float: left;
  width: 500px;
  margin: 10px 0 30px 23px;
  display: table;
}

#recado{
  margin: 30px 0 0 -10px;
  width: 120px;
  height: 145px;
  padding:  50px 20px 0px 25px;
  background: url(../images/bilhete.jpg) no-repeat;
}

#recado p{
  margin: 5px 0 5px 0;
}

#okt_logo{
    border: 1px solid #f1f1f1;
    margin: 40px 0 30px 0;
    width: 316px;
    height: 49px;
    background-color: #f5f6f5;
    padding: 7px;
}

#okt_logo p{
  width:55%;
}

#rodape{
  background: #d9e0d6 url(../images/bg_rodape.jpg) repeat-x;
  width: 731px;
  clear: both;
  margin: 15px 0px 0 0;
  text-align: center;
}

html> body #rodape{
  padding: 10px 5px 25px 5px;
}

.creditos{
  margin: 10px 0 -15px 0;
  font-size: 0.9em;
}


/* listas */

#esquerda ul, #direita_adm ul{
  margin: -5px 0 0 0;
  list-style-image: url(../images/seta.gif);
  list-style-position: inside;
}

#esquerda ul li, #direita_adm ul li, .li_padrao{
  border-style: solid; 
  border-color: #f5f6f5;
  border-bottom-width: 1px;
  
}

.li_links{
  margin: 5px 0 10px 0;
  padding: 0 0 10px 0; 
}

.ul_padrao{
  margin: 5px 0 0 0;
  list-style-type: none;
}


.li_fotos{
  display: inline;
  width: 30%;
  margin: 15px 10px 0px 0px ;
}

.li_detalhes_produto{
    margin: 2px 0 15px 0;
}

#direita ul{
  list-style-type: none;
  list-style-position: outside;
  margin: 5px 10px 20px 20px;
}


#direita_prod{
  text-align: center;
}

#direita_prod h1{
	text-align: left;
}

/* fim das listas */

.detalhes_produto{
  border: 1px solid #f1f1f1;
  width: 100%;
 /* background-color: #f5f6f5;*/
  padding: 3px;
  display:table;
}

.esconde{
	display:none;
}

.direita{
  float: right;
}

.esquerda{
  float: left;
}

.desce{
  clear: both;
}

a:link, a:visited, a:hover, a:active{
	color: #898989;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
  color: #fff;
  background-color: #6ea900;
}

a.link_cinza:link, a.link_cinza:visited, a.link_cinza:active{
  color: #333;
}

.pointer{
  cursor: pointer;
}

#tabela a:hover{
  background-color: #fff;
}

.paginacao {
     clear: both;
     text-align: center;
     margin-top: 5px;
}

table, tr, td{
  border: 1px solid #efefef;
  
}

table{
  margin: 20px 0 10px 0;
  width: 100%;
}



/* formulario */

legend{
  padding: 10px;
}

hr{
  color: #ccc;
  height: 1px;
  width: 98%;
}

input, textarea, select{    
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;	
	background-color: #ebebeb;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #eee;
	border-bottom-color: #eee;
	padding: 2px;
	width: 20em;
}

.input_peq{
  width: 8em;
}

.opcao, .opcao_radio{
	width: 2em;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0 5px 0 0;
}
   
.opcao_radio{
	margin: 0 5px 0 7px;
}

textarea{
	overflow:auto;
}
	  
label{
	display: block;
	width: 70px;
	float: left;
	margin: 0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;	
}

.labelmedio{
  width: 80px;
}

.botao, .botao_direita{
	background-color: #EBEBEB;
	height: 20px;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	border: 1px solid #ccc;
	color: #555;
	width: 5em;
	
}

.botao_direita{
  margin-left: 240px;
}


