/*** Search DIV Style ***/

#sitesearch {
  position:absolute;
/*  left:845px;                     /* posicao do campo de busca */
  left:790px;
/*  top:45px;                     /* altura do div de busca */
  top:37px;
/*  width:140px;                /* largura do div de busca (nao influi no tamanho da caixa de pesquisa) */
  width:200px;
  float:right;
}

#sitesearch .searchwrapper {
  margin-left: 8px;
  margin-top: 9px;
  position: relative;
/*  width:140px;                /* largura dos 3 campos (left - center - right) */
  width:200px;
}

#sitesearch .searchwrapper .left {
  background:url("../images/sitesearch/other/left.png") no-repeat scroll left top transparent;  /* imagem da esquerda */
  position:absolute;
  display:block;
/*  width:20px;           /* largura da imagem apple style */
/*  height:19px;          /* altura da imagem apple style */
  width:13px;
  height:29px;
  top:0;
  left:0;
}

#sitesearch input.searchinput{
  background:url("../images/sitesearch/other/center.png") repeat-x scroll center top transparent;  /* imeagem de fundo (centro) */
}

#sitesearch .searchwrapper .right {
  background:url("../images/sitesearch/other/right.png") no-repeat scroll right top transparent; /* imagem da direita */
  position:absolute;
  display:block;
/*  width:10px;         /* altura da imagem ap style*/
/*  height:19px;        /* largura da imagem ap style */
  width:29px;
  height:29px;
  right:0;
  top:0;
  cursor:pointer;       /* exibir como link no FF */
  cursor:hand;          /* exibir como link no IE */
}

#sitesearch .searchwrapper input {
/*  -- apple style -- */
/*  padding-top/*\**/:3px\9;               /*hack para o ie 8 */   /* centralizar fonte no input */
/*  *padding-top:3px;                      /*hack para o ie 7 */   /* */
/*  _padding-top:3px;                      /*hack para o ie 6 */   /* */
/*  -- other style -- */
  padding-top/*\**/:7px\9;               /*hack para o ie 8 */   /* centralizar fonte no input */
  *padding-top:7px;                      /*hack para o ie 7 */   /* */
  _padding-top:7px;                      /*hack para o ie 6 */   /* */
  color:#7E7E7E;
}

#sitesearch .searchwrapper input.searchinput {
  border:0;
  margin:0px 13px 0px 13px;
/*  margin:0; */
/*  position:absolute; */
/*  right:10px;           /* ajuste do input em relacao ao left - right  ap style*/
  right:27px;           /* ajuste do input em relacao ao left - right  other style */
  top:0;
/*  width:110px;        /* largura da caixa de pesquisa */
  width:160px;          /* largura da caixa de pesquisa */
  font-size:11px;
}

#sitesearch input.searchinput {
  padding:8px 0px 8px 0px;
  margin-left:8px;
  margin-top:9px;
  width:140px;
}

#busca_destaque {
  border:1px solid #AAAAAA;
  background-color:#E6E3E4;
  padding:2px;
  margin-top:0px;
  margin-left:25px;
  margin-bottom:15px;
}

.search-label {
  position:absolute;
  margin:5px 0px 8px 13px;
  cursor:text;
  color:#7E7E7E;
  background-color:#ffffff;
}
