/**
*	Construtora Dínamo
*	Copyright © 2009 Quintal Internet [http://www.quintalinternet.com.br]
*
*	Developed By: Jonathan Pereira <jonathan@jonathanpereira.com>
*
**/

/**
* Properties List Properities
**/

#properties_list_title {
	background:url(../img/properties_list_title_bg.jpg) repeat-x bottom;
	height:35px;
	margin:15px 5px;
}
#properties_list_content {
	margin:20px;
}
#properties_list_content ul {
	list-style:none;
}
#properties_list_content ul li {
	border-bottom:1px solid #B4B8AE;
	margin:20px 0;
	display:table;
	width:940px;
	padding-bottom:20px;
	height:150px;
}
#properties_list_content ul li.notFound {
	font-size:12px;
	color:#003300;
	font-weight:bold;
}
#properties_list_content ul li div.title {
	width:150px;
	float:left;
}
#properties_list_content ul li div.title h2 {
	font-size:16px;
}
#properties_list_content ul li div.title h2 a {
	color:#00382A;
}
#properties_list_content ul li div.image {
	width:126px;
	height:144px;
	background:url(../img/properties_list_content_photo_bg.jpg) no-repeat;
	float:left;
	margin-right:20px;
}
#properties_list_content ul li div.image img {
	margin:7px;
}
#properties_list_content ul li div.desc {
	float:right;
	margin-right:220px;
	width:415px;
}
#properties_list_content ul li div.desc h3 {
	font-size:12px;
	color:#333;
	margin-bottom:10px;
}
#properties_list_content ul li div.desc p {
	font-size:12px;
	color:#333;
	min-height:90px;
}
#properties_list_content ul li div.desc div {
	width:415px;
	border:1px solid #ACB3A1;
	background:#E4E6E2;
	padding:5px;
	font-size:12px;
	color:#3F3F3F;
}
#properties_list_content ul li div.desc div span {
	color:#797F72;
	font-weight:bold;
}
#properties_list_back_top {
	text-align:right;
}

