﻿/* Properties List */
.sf_propertiesList 
{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.sf_propertiesList li
{
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #a5cfdc;
	min-height: 110px;
}

.sf_propertiesThumbnail
{
	margin: 0;
	padding: 0;
	width: 140px;
	border:1px solid #dbd4c5 !important;
	float:left;
	margin-right: 15px;
}

.thumb_detail
{
    float:right;
    width: 140px;
    margin: 20px;
}

.sf_propertiesList h2.sf_propertiesTitle
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#sf_singleProperties h2.sf_PropertiesTitle
{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}

.sf_propertiesList .sf_propertiesDate 
{
	font-size: .9em;
}
.sf_propertiesList .sf_propertiesSummary 
{	
}
.sf_propertiesList .sf_propertiesSummary img 
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* Properties tag list */
dl.sf_propertiesTagList 
{
}
dl.sf_propertiesTagList dt, dl.sf_propertiesTagList dd
{
	display: inline;
}
/* Pager */
ol.sf_pager 
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
}
ol.sf_pager li a
{
	padding: 3px 5px;
}
ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
{
	color: #666;
	text-decoration: none;
	cursor: default;
}