/******************************************************************************* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#767676;
	margin:0;
	background-image:url(../img/fundo.jpg);
}

h1 {
	color:#eb891a;
	font-family:Arial Narrow;
	font-weight:normal;
	font-size:30px;
	margin-top:0;
	margin-bottom:0.7em;
}

h2 {
	color:#eb891a;
	font-family:Arial Narrow;
	font-weight:normal;
	font-size:20px;
	margin-top:0;
}

h2 a {color:#eb891a;}

h3 {
	color:#000000;
	font-family:Arial Narrow;
	font-weight:bold;
	font-size:16px;
	margin-bottom:0.2em;
}

h4 {
	color:#eb891a;
	font-weight:normal;
	font-size:14px;
	margin-bottom:0.2em;
}

h5 {
	color: #3B3B3B;
	font-size: 17px;
	font-weight: normal;
}

h6 {
	padding: 3px 10px;
	font-size: 14px;
	background-color:#4E4E4E;
	color: white;
	margin: 3px -10px;
	margin-top: 10px
}

h3 a {color:#000000;}
h3 a:hover {color:#814619}

a {color:#814619; text-decoration:none;}
a:hover {text-decoration:underline}

input, select, textarea {
	border:1px solid #888888;
	background-image:url(../img/input_fundo.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

img {
	border:none;
}

/************************************************************************************ Persona */

.restrito {
	background-image:url(../img/restrito_fundo.gif);
	padding:10px;
	padding-top:50px;
	width:178px;
	height:97px;
	text-align:left;
}

.restrito2 {
	background-color:#4e4e4e;
	padding:10px;
	color:#fff;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif
}

.restrito2 a {color:#CCC}

.restrito2 ul {
	margin: 0;
	padding: 0;
	padding-left: 13px;
	list-style-image:url(../img/bullet.gif);
}

.pequeno {
	margin:0;
	font-size:10px;
	font-family:arial narrow;
}

.borda1 {
	background-image:url(../img/banner1_fundo.gif);
	background-repeat:no-repeat;
	padding:10px;
}

.borda2 {
	background-image:url(../img/banner2_fundo.gif);
	background-repeat:no-repeat;
	padding:9px 7px;
}

.botao {
	background-image:url(../img/botao_fundo.jpg);
	color:#fff;
	border:0;
}

.laranja {
	color:#eb891a
}

.sds img {
	background-image:url(../img/banner1_fundo.gif);
	background-repeat:no-repeat;
	padding:10px;
}
/*************************************************************************************** DIVS */


#topo {
	background-image:url(../img/topo_fundo.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:166px;
	width:950px;
	margin:0 auto;
	text-align:center;
	color:#814619;
	padding-bottom:10px;
	white-space:pre;
}

#topo #busca {
	float: right;
	top: 27px;
}

#banner {
	background-image:url(../img/banner_fundo.jpg);
	background-position:center;	
}

#banner_int {
	width:910px;
	margin:0 auto;
	padding-left:40px;
	text-align:left;
	background-image:url(../img/banner_fundo.jpg);
	background-position:center;
}

#menu {
}

#miolo {
	width:880px;
	margin:0 auto;
	padding: 15px 35px;
	background-image:url(../img/miolo_fundo.jpg);
	background-position:center;
	clear: both;
}

#home1 {
	width:320px;
	float:left;
}

#home1 .span {
	width:305px;
	height:90px;
	display:block;
	padding:10px;
	background-image:url(../img/promo_fundo.gif);
	background-repeat:no-repeat;
	margin:0;
}


#home2 {
	text-align:right;
	width:530px;
	margin-left:330px;
}

#lateral {
	width:200px;
	float:left;
}

#conteudo {
	width:660px;
	margin-left:210px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#pedido {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 0px;
  float: left;
}

#pedido_topo {
  background: transparent url(../img/fundo_pedidos_topo.gif) scroll no-repeat top left;
}

#pedido_miolo {
  background: transparent url(../img/fundo_pedidos_miolo.gif) scroll repeat-y top left;
  width: 660px;
  padding-left: 15px;   
}

#pedido_rodape {
  background: transparent url(../img/fundo_pedidos_rodape.gif) scroll no-repeat top left;   
}

#meus_pedidos {
	border:1px solid #4e4e4e;
	background-color:#ededed;
	padding: 10px;
}

#rodape {
	clear:both;
	background-image:url(../img/rodape_fundo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	color:#9d9d9d;
	width:950px;
	margin:0 auto;
	height:72px;
	padding-top:7px;
}

#rodape a {color:#515151; text-decoration:none}
#rodape a:hover {font-weight:bold}

#credito {
	text-align:right;
	width:950px;
	margin:0 auto;
	padding-bottom:10px;
}

#credito a {color:#fefefe; text-decoration:none;}
#credito a:hover {text-decoration:underline}



/*************************************************************** Tool Tip */

 
.cod_seg_cc {
	font-weight: bold;
	font-size: 11px;
	padding: 10px;
	color: #000000;
	padding: 8px 8px 4px;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
 
/*************************************************************** Tool Tip */


