@charset "utf-8";
/* CSS Document */
#form-achix {
	margin-top:7px;
	background:url(../img/bg-achix.jpg) no-repeat right 0 ;
	float:right;
	padding:5px;
	width:502px;
}
#adv p {float:left;}
#searchform {
width: 495px;
padding: 4px 0 0 7px;
float: right;
/*position: relative;*/
background: url(../img/bg_form_achix.gif) no-repeat;}

#searchform .txt {
padding: 5px 9px 6px 9px;
width: 327px;
height: auto;
border: none;
color: #555555;
font-style:italic;
font-weight:bold;
background: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
margin: 0}

#searchform label  {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;}

#li_op label {
display: inline-block;
vertical-align: inherit;
padding-right: 15px}

#searchform ul {
	float:left;
}

#searchform ul li { float: left}

#li_op {padding: 14px 0 0px; width: 249px; clear:left}
#adv a { color: #000; font-size: 14px; font-style: italic; font-family:Georgia, "Times New Roman", Times, serif; display:block; float:left; padding-top:5px; overflow:visible}

#searchform ul #adv { float:right; padding: 8px 0 0px;}

#achix {
width: 44px;
height: 20px;
margin-left: 3px;
float: right;
padding:0px!important;
background: url(../img/achix_logo.gif) 0 0px no-repeat;}

#box-select .selectbox, #myselectbox  {
font:italic 1.1em Georgia, "Times New Roman", Times, serif;
border:none;
background: none;
padding:5px 2px}

#box-select .selectbox { background: url(../img/seta_select.gif) no-repeat 100px 10px}

.selectbox, #myselectbox  {
	cursor: pointer;
	width:110px;}	
	
#box-select {
position: relative;
border-left: 1px solid #e1e1e1;
padding-left: 5px}

#box-select label { display: none}

/* -------------------------------- Option estilizado */
div.selectbox-wrapper {
  position:absolute;
  left: 0;
  top: 26px;
  background-color: #fff;
  border:1px solid #ccc;
  margin:5px 0 0 0;
  padding:0px;
  text-align:left;
  z-index: 999;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/*div.selectbox-wrapper ul li.selected { 
  background-color: #f1f1f1;
}*/
div.selectbox-wrapper ul li.current { 
  background-color: #f1f1f1;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  float: none !important;
  display:block;
  margin:3px 0;
  padding:4px;
  cursor:pointer;
  font:italic 0.88em Georgia, "Times New Roman", Times, serif;
}


