﻿#SearchBoxAlign
{
width:250px;
}

#SearchResults
{
 display:inherit;
 position: absolute;
 left:330px;
 top:92px; 
 width:800px;
 text-decoration: none;
}


body{
background: none;
font-family:verdana,arial,helvetica,sans-serif;
color:#000000;
}


.ResArea
{
/*	float: left; */
	font: bold 14px Georgia !important;
	color: #e30141;
}

.ResItem, .ResItem:visited
{
	list-style-image: url('hp_blocks_list_bullet.gif');
	text-decoration: none;
	color: #008ab8 !important;
}

.ResItem:link
{
	color: #008ab8 !important;
}

.ResItem:hover 
{
	text-decoration: underline !important;
}
	
.ResDesc, .ResDesc:hover, .ResDesc:link
{
	color:black;
	text-decoration: none;
}



/* Nova Pesquisa */
.hide{visibility:hidden;display:none;}
#textBox { vertical-align: top }
.LabelPesquisa, .inputtxt, .BtnPesquisa { float: left; vertical-align: middle; display: block;font-family:"Arial Narrow","Trebuchet MS",sans-serif;  }
.inputtxt{ border:1px solid #CCCCCC; color:#666; width: 130px  }
.LabelPesquisa{ padding: 0 5px 0 3px; display: block; line-height: 1.8em;margin-right:20px; }

