﻿.accordionHeader
{
    border-bottom:	1px solid #FF9933;
    color:			#666666;
    background:		url(../imagens/estrutura/seta-accordion.jpg) #EEEEEE no-repeat left;
      font-family:	Trebuchet MS, Sans-Serif;
      font-size:	1.1em;
      font-weight:	bold;
    padding:		5px 5px 5px 20px;
    margin-top:		5px;
    cursor:			pointer;
}
.accordionHeaderSelected
{
    border-bottom:	1px solid #FF9933;
    color:			#00bbff;
    background:		url(../imagens/estrutura/seta-accordion-selected.jpg) #EEEEEE no-repeat left;
      font-family:	Trebuchet MS, Sans-Serif;
      font-size:	1.1em;
      font-weight:	bold;
    padding:		5px 5px 5px 20px;
    margin-top:		5px;
    cursor:			pointer;
}
.accordionContent
{
    background-color: #FFFFFF;
    border:			none;
    padding:		5px;
    padding-top:	10px;
}

.imovelaccordion 
{
	float:			left;
	display:		block;
	width:			140px;
	height:         170px;
	overflow:		hidden;
	margin:			0 2px 10px;
	text-align:		center;
}

.imovelaccordion p, .imovelaccordion p a
{
	margin-bottom:	0 !important;
	font-family:	Verdana, Arial, FreeSans, sans-serif !important;
	font-size:		11px !important;
}

.imovelaccordion span.foto
{
	width:			120px;
	height:			90px;
	display:		inline-block;
	overflow:		hidden;
	border:			1px solid #FFE0C1;
}

.imovelaccordion p.finalidade, .imovelaccordion p.finalidade a {
	color:			#F93;
	font-weight:	bold;
	font-size:		12px !important;
}
.imovelaccordion p.categoria, .imovelaccordion p.categoria a {
	font-weight:	bold;
}
.imovelaccordion p.cidade, .imovelaccordion p.cidade a {
	font-weight:	normal;
}
.imovelaccordion p.preco, .imovelaccordion p.preco a {
	color:			#0BF;
	font-weight:	bold;
}

a:visited .imovelaccordion p.categoria, a:visited .imovelaccordion p.cidade {
	color:			#969;
}

.noticiasaccordion {
    border-bottom:  1px solid #CCC;
    margin-bottom:  10px;
}
.noticiasaccordion h5 {
    border-bottom:  1px solid #FFE0C1;
    background-color: #F3F3F3;
    padding:        2px 5px;
    font-size:      1em;
}
.noticiasaccordion h5 span {
    font-size:      .9em;
    font-weight:    normal;
}
.noticiasaccordion div.texto {
	font-family:	Verdana, Arial, FreeSans, sans-serif !important;
	font-size:      .9em;
}
.noticiasaccordion a {
    color:          #0BF;
    text-decoration: underline;
    font-size:      .8em;
}
.noticiasaccordion a:hover {
    text-decoration: none;
}

.noticiasaccordion div.texto div.cortatexto {
	height:		    33px;
	overflow:	    hidden;
}


.TextoNoticias h5 {
    border-bottom:      1px solid #FFE0C1;
    background-color: #F3F3F3;
    padding:            2px 5px;
    font-size:          1.1em;
}
.TextoNoticias h5 span {
    font-size:      0.9em;
    font-weight:    normal;
}
.TextoNoticias div.texto {
	font-family:	Verdana, Arial, FreeSans, sans-serif !important;
	font-size:      .9em !important;
}