#map {
    float:left;
    width: 100%;
    height: 500px;
}

#message { 
	position:absolute; 
	padding:10px; 
	background:#555; 
	color:#fff; 
	width:75px; 
}

#list { 
	float:left; 
	width:200px; 
	background:#eee; 
	list-style:none; 
	padding:0; 
}

#list li { 
	padding:10px; 
}

#list li:hover { 
	background:#555; 
	color:#fff; 
	cursor:pointer; 
	cursor:hand; 
}

#links{
    float: left;
    width: 100%;
    font-size: 10px;
    line-height:10px;
	height: 300px;
	overflow: auto;
}

#resultado{
    background-color:#F9F9F9;
    border-bottom:1px solid #EEEEEE;
    float:left;
    height: 15px;
    font-size:12px;
}

#menubusca{
	line-height: 25px; 
	text-align: left;  
	float:left; 
	width:25%;
}

#busca{
	line-height: 25px; 
	text-align: left;  
	float:left; 
	width:100%;
	height: 180px;
}

#bannertop{
	background: url(../images/topo.png) repeat-x 0 0;
	height:120px;
	width: 100%;
}

#mapacss{
	width:75%;
	float:right;
}

#center{
	width:100%;
}

#cbFinalidade, #cbUf, #cbCidade, #cbTpBem{
	width: 90%;
	background: #dadada;
	border: none;
	height: 20px;
}

#busca #span{
	width: 80px;
	font-size: 12px;
}

#sidebar_map .gmapSidebar{
	padding: 0;
	margin:0;
}

#sidebar_map .gmapSidebar .gmapSidebarItem{
	list-style: none;
}

#sidebar_map .gmapSidebar .gmapSidebarItem a:hover, #sidebar_map .gmapSidebar .gmapSidebarItem a:link, #sidebar_map .gmapSidebar .gmapSidebarItem a:visited{
	text-decoration: none;
	color: #0072CC;
}

#resultimoveis{
	height: 50px;
	margin-right:5px;
}

#resultimoveis img{
	float: left;
	width: 50px;
	margin: 5px;
	border: 0;
	height: 40px;
}

#resultimoveis h3 a{
	color: #0072CC;
	font-size: 13px;
	font-weight: bold;
	line-height:13px;
}

#resultimoveis p a strong{
	padding: 0;
	margin: 0;
	color: #333333;
	font-weight: normal;
}

#debugbusc, #debug1, #debug2, #debug3, #debug4{
	font-size: 10px;
	color: #888888;
}

#gmapmarker{

}

#gmapmarker #imgimovel{
	width: 80px;
	float: left;
	margin: 0 5px 0 0;
}

#gmapmarker h3{
	color: #0072CC;
	font-size: 13px;
	font-weight: bold;
}

#gmapmarker h4{
	color: #888888;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#gmapmarker h5{
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #0072CC;
	font-weight: bold;
}

.logo{
	width: 15%;
	float:left;
	margin:0 10px;
}

#info{
	float: right;
	text-align: right;
	margin: 5px 0 0 0;
}

#info p{
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #2d376b;
}

.menu{
    background-color: #c27a3a;
    height: 30px;
    text-align:center;
	width:100%; 
}

.menu ul{
    list-style: none;
    height: 30px;
	margin:0;
}

.menu ul li{
    display:inline;
    line-height: 30px;
    color: #ffffff;
    height: 30px;
    padding: 0 5px;
    font-size: 14px;
    padding: 0 10px;
}


.menu ul li a:hover{
    color: #ffffff;
    height: 30px;
}

.menu a:visited, .menu a:link{
    text-decoration:none;
    color: #000000;
}
