@charset "UTF-8";

#pesquisa_menu #venda #cabecalho h4{ 
	text-indent:-9999px;
	background-image:url(../mod_img/pesquisa_menu/img_imoveis_venda.jpg);
	background-repeat:no-repeat;
	width:157px;
	height:24px;
	margin-top:10px;
	margin-bottom:5px;
}

#pesquisa_menu #locacao #cabecalho h4{ 
	text-indent:-9999px;
	background-image:url(../mod_img/pesquisa_menu/img_imoveis_locacao.jpg);
	background-repeat:no-repeat;
	width:157px;
	height:24px;
	margin-top:10px;
	margin-bottom:5px;
}

#pesquisa_menu #temporada #cabecalho h4{ 
	text-indent:-9999px;
	background-image:url(../mod_img/pesquisa_menu/img_imoveis_temporada.jpg);
	background-repeat:no-repeat;
	width:157px;
	height:24px;
	margin-top:10px;
	margin-bottom:5px;
}


/*
.CollapsiblePanelTabApartamento{
	background-image:url(../mod_img/pesquisa_menu/m-apartamento.jpg);
	width:127px;
	height:12px;
	margin:0px;
	padding:0px;
	display:block;
	cursor: pointer;
	background-repeat:no-repeat;
	
}

.CollapsiblePanelTabApartamento h4{
	text-indent:-9999px;
}
.CollapsiblePanelTabCasa {
	background-image:url(../mod_img/pesquisa_menu/m-casa.jpg);
	width:127px;
	height:12px;
	margin:0px;
	padding:0px;
	display:block;
	cursor: pointer;
	background-repeat:no-repeat;
}

.CollapsiblePanelTabCasa h4{
	text-indent:-9999px;
}

.CollapsiblePanelTabCobertura{
	background-image:url(../mod_img/pesquisa_menu/m-cobertura.jpg);
	width:127px;
	height:12px;
	margin:0px;
	padding:0px;
	cursor: pointer;
	background-repeat:no-repeat;
	display:block;
}

.CollapsiblePanelTabKitchinete h4{
	text-indent:-9999px;
}

.CollapsiblePanelTabKitchinete a{
	background-image:url(../mod_img/pesquisa_menu/m-kitchinete.jpg);
	width:127px;
	height:12px;
	margin:0px;
	padding:0px;
	cursor: pointer;
	background-repeat:no-repeat;
	display:block;

}

.CollapsiblePanelTabCobertura h4{
	text-indent:-9999px;
}


.CollapsiblePanelTabComercial a{
	background-image:url(../mod_img/pesquisa_menu/m-comercial.jpg);
	width:127px;
	height:12px;
	margin:0px;
	padding:0px;
	cursor: pointer;
	display:block;
	background-repeat:no-repeat;
	display:block;
}

.CollapsiblePanelTabComercial h4{
	text-indent:-9999px;
}

.CollapsiblePanelTabTerreno a{
	background-image:url(../mod_img/pesquisa_menu/m-terreno.jpg);
	width:127px;
	height:12px;
	margin:0px;
	padding:0px;
	cursor: pointer;
	background-repeat:no-repeat;
	display:block;
}

.CollapsiblePanelTabTerreno h4{
	text-indent:-9999px;
}

.CollapsiblePanelTabSobrado {
	background-image:url(../mod_img/pesquisa_menu/m-sobrado.jpg);
	width:127px;
	height:12px;
	margin:0px;
	padding:0px;
	cursor: pointer;
	background-repeat:no-repeat;
	display:block;
}

.CollapsiblePanelTabSobrado h4{
	text-indent:-9999px;
}

.CollapsiblePanelTabSitio a {
	background-image:url(../mod_img/pesquisa_menu/m-sitio.jpg);
	width:127px;
	height:12px;
	margin:0px;
	padding:0px;
	cursor: pointer;
	background-repeat:no-repeat;
	display:block;
}

.CollapsiblePanelTabSitio h4{
	text-indent:-9999px;
}

.CollapsiblePanelTabChacara a{
	background-image:url(../mod_img/pesquisa_menu/m-chacara.jpg);
	width:127px;
	height:12px;
	margin:0px;
	padding:0px;
	cursor: pointer;
	background-repeat:no-repeat;
	display:block;

}

.CollapsiblePanelTabChacara h4{
	text-indent:-9999px;
}

.CollapsiblePanelTabFazenda a{
	background-image:url(../mod_img/pesquisa_menu/m-fazenda.jpg);
	width:127px;
	height:12px;
	margin:0px;
	padding:0px;
	cursor: pointer;
	background-repeat:no-repeat;
	display:block;
}

.CollapsiblePanelTabFazenda h4{
	text-indent:-9999px;
}

.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;

	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
/*

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	display: block;
	width:120px;
	border:1px solid #ff1;
	background: #FFFFFF;
	font-family:Verdana;
	font-size:10px;
	margin-left:10px;
	line-height: 16px;
	display:none;
}

.CollapsiblePanelContent a{
	display:block;
	text-decoration: none;
	color:#000;
	margin-left:2px;
}
.CollapsiblePanelContent a:hover{
	color: black;
	text-decoration: none;
	background-color:#DADADA;}
.CollapsiblePanelContent a:focus,.CollapsiblePanelContent a:active
{
	outline:none;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
	
}

.CollapsiblePanelTab a:active,.CollapsiblePanelTab a:focus, .CollapsiblePanelFocused
{
	outline:none;
}

.CollapsiblePanelTab {
	
}

.CollapsiblePanel h4 {
	background-image:url(../mod_img/pesquisa_menu/menu_bg.jpg);
	background-position: left center;
	line-height:14px;
	width:135px;
	background-position: left center;
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding-left:20px;
	cursor:pointer;

}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	/*background-color: #EEE;*/
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
/*	background-color: #CCC;*/
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	/*background-color: #3399FF;*/
}
