
/* Pagina de Resultados da Busca */

#block-system-main h2{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#333;	
}
#block-system-main ul li{
list-style:none;
}
ol.search-results li.search-result{
border-bottom:1px dotted #CCC;
display:table;	
padding-bottom:10px;
margin:0px 0px 10px 0px;
width:700px;
}
ol.search-results li.search-result	h3.title a{
font-size:14px; 
color:#333;
font-weight:normal;
font-family:Verdana, Geneva, sans-serif;
text-decoration:none;
}
ol.search-results li.search-result	h3.title a:hover{
text-decoration:underline;
}
ol.search-results li.search-result	p.search-snippet{
font-size:12px;
color:#595958; 
margin-top:8px; 
text-align:justify;
}
ol.search-results li.search-result	p.search-info{
color:#595958; 
margin:0px;
}
#block-system-main ul.pager .pager-next a, #block-system-main ul.pager .pager-previous a{
width:65px;
}