@charset "utf-8";
/* CSS Document */

.achei_paginacao{
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	margin-bottom:15px;
}
.achei_paginacao a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003399;
	text-decoration:none;
	border:solid 1px #FFFFFF;
	padding:4px;	
}
.achei_paginacao a:hover{
	background-color:#FFFFFF;
}

#achei{
color:#000000}
#achei a:link, #achei a:hover {
	font-weight: bold;
	color: #000000;
}
#achei .td_meio a.i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
	letter-spacing: -1px;
}
#achei .td_meio a:hover.i {
	text-decoration: underline;
	color:#FF0000;
}
#achei .td_meio small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#achei .n_quartos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
#achei .valor{
	font-weight: bolder;
	}
#achei .td_meio{
	background-image: url(../imagens/bg3.jpg);
	background-repeat: repeat-x;
	height: 120px;
}
#achei .td_left{
	text-align:center;
	background-image: url(../imagens/bgleft.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#achei .td_right{
	background-image: url(../imagens/bgright.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:5px;
}
#achei .hotimg{
	border:4px solid #CCCCCC;
}
#achei .hotimghover{
	border:4px solid #179331;
}

.foto_display a{
    color: #FFF;
    background: #000;
}
.foto_display a:hover{
    text-decoration: underline;
    color: #000;
    background: #FFF;
}
#fotos_do_imovel li img {
height:270px;
width:470px;
}

.feedbackform{
padding: 5px;
}

.feedbackform legend{

	font-size: 13px;
	font-weight: bold;

}
.feedbackform  ul{
	list-style:none;
	}
.feedbackform  ul li{
	margin:1px 0px;
	}	
.feedbackform label.error{
	background-color: #666666;
	padding: 5px;
	display:block;
	border: 1px dotted #666666;
	color: #FFFFFF;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 490px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}
#advanced div.fieldwrapper{
width:300px;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	color:#666666;
font-size:10px;
	width: 150px; /*width of label (left column)*/
	text-transform: uppercase;
	margin-right: 15px; /*spacing with right column*/
	float:left
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"],
div.fieldwrapper div.thefield select{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
border:1px solid #E3E3E3;
}


div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
border:1px solid #E3E3E3;
height: 150px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
}
