﻿#search-container {
	border-width: 0px;
	width:315px;
	height:265px;	
}

.ui-widget-header {
	border:0;
	background: White;
	color:  #848484;
	font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0;
	background: White;
	font-weight: normal;
	color: #848484;
	border-image: initial;
	border: solid 3px white;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{
	color:  #848484;
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 3px solid #58595B;
	background: white ;
	font-weight: normal;
	color:  #848484;
	border-image: initial;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border: 0;
	padding: 0;
	background: none;
	border-image: initial;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	font-family:'ZagRegular';
	font-size: 16.5px;
}

/* estilos da busca refinada*/


.buscaGeral-topo {
	height: 45px;
	border:0;
	background-color: #58595A;
	margin-bottom:10px;
	margin-top:1px;
}

.buscaGeral-topo .busca-refinada-autos {
	float: right;
	width: 100px;
	background-image: url('../../Images/fundo-autos-ref.png');
	background-repeat: repeat-x;
	height: 40px;
	float: right;
	display: block;
	margin-right:2px;
	margin-top:2px;
}

.busca-refinada-autos .t1, .t2
{
	position:absolute;
	width:100px;
	font-size:12px;
    font-weight:bold;
    color:White;       
    text-align:center;  
}

.busca-refinada-autos .t1
{
	margin-top:7px;		
}

.busca-refinada-autos .t2
{
	margin-top:20px;		
}


 .buscaGeral-topo .busca-refinada-imoveis
{
	float:right;
	width:100px;	
	background-image: url('../../Images/fundo-imoveis-ref.png');        
	background-repeat:repeat-x;
    height:41px;    
    float:right;       
    display:block;
    margin-right:2px;
	margin-top:2px;
}



.busca-refinada-imoveis .t1, .t2
{
	position:absolute;
	width:100px;
	font-size:12px;
    font-weight:bold;
    color:White;       
    text-align:center;  
}

.busca-refinada-imoveis .t1
{
	margin-top:7px;		
}

.busca-refinada-imoveis .t2
{
	margin-top:20px;		
}


 .buscaGeral-topo .busca-refinada-empregos
{
  float :right;
	width:100px;	
	background-image: url('../../Images/fundo-empregos-ref.png');        
	background-repeat:repeat-x;
    height:40px;    
    float:right;       
    display:block;
   margin-right:2px;
	margin-top:2px;
}



.busca-refinada-empregos .t1, .t2
{
	position:absolute;
	width:100px;
	font-size:12px;
    font-weight:bold;
    color:White;       
    text-align:center;  
}

.busca-refinada-empregos .t1
{
	margin-top:7px;		
}

.busca-refinada-empregos .t2
{
	margin-top:20px;		
}

.search-container .ui-widget-content {
    background: white;
}


