/* Testa 2008.10.31 */

.header_link_bar, .header_info_bar {
  width: 992px;
  clear: both;
}

.header_link_bar .header_logo {
   float: left;
   margin-left: 8px;
}

.header_link_bar .header_links {
  margin: 18px 0px 0px 150px;
  float: left;
}

.header_search{
  margin:15px 0px 0px 0px;
  float:right;
  display:inline;
}

.header_search1{
  margin:17px 0px 0px 0px;
  float:right;
}

.header_go{
  margin:18px 3px 0px 0px;
  float:right;
}

.header_search input {
	border: 1px solid #CCCCCC;
	background-color: #F2F8FF;
}

.header_search1 input {
	/*border: 1px solid #CCCCCC;*/
	background-color: #F2F8FF;
}

.header_links a{
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bolder;
}

.header_info_bar .header_left_bar {
  width: 8px;
  float: left;
}


.header_info_bar .header_info_content{
  width: 976px;
  float: left;
  text-align: left;
  background-image:  url("images/img_topbar_bg.gif");
  background-repeat: repeat-x;
}

.header_right_bar{
  width: 8px;
  float: right;
  text-align: right;
}

.header_info_form select, .header_info_form input {
    font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F2F8FF;
	margin-top:2px;
}

.header_info_form img {
   vertical-align: top;
}

.header_info_form span.header_title {
    font-size: 10px;
    font-weight: bold;
    color: #E1FFFF;
    position: relative;
    bottom: 2px;
}

/* hide this code from IE */
html>body .header_info_form span.header_title {
    position: relative !important;
    bottom: -1px !important;
}
