﻿@import url("base.css");

/* LISTINGS LIST */
.listings .pager
{
	margin: 1em 0;
	text-align: center;
}

.listings .pager .previous, .listings .pager .next
{
	font-weight: bold;
	padding: 0 0.5em;
}

.listings .pager .pages
{
	padding: 0 0.5em;
}

.listings ul
{
	float: left;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
}

.listings ul li
{
	float: left;
	text-align: center;
	width: 25%;
	height: 185px;
}

.listings .title
{
	margin-bottom: 0.25em;
}

.listings address
{
	font-size: 0.85em;
	font-style: normal;
}

.listings .price
{
	margin-top: 0.5em;
}

/* LISTING DETAILS */
.listing .general-details
{
	margin: 0 0 1em 0;
}

.listing .general-details .price
{
	float: right;
	font-size: 1.5em;
}

.listing .general-details .virtual-tour
{
	clear: right;
	float: right;
	font-weight: bold;
	margin: 0.25em 0 1em 0;
}

.listing .general-details address
{
	font-style: normal;
}

.listing .general-details .type
{
	font-weight: bold;
}

.listing .overview
{
	clear: right;
	float: right;
	margin: 0 0 1em 0;
	width: 25%;
}

.listing .photo-full, .listing .photos
{
	margin: 0 0 1em 0;
	text-align: center;
	width: 75%;
}

.listing .photo-full img
{
	border: 1px solid #6a9165;
}

.listing .photos
{
	list-style: none;
	padding: 0;
}

.listing .photos li
{
	display: inline;
	line-height: 40px;
	padding: 0 0.5em;
	vertical-align: middle;
}

.listing .description
{
	clear: both;
	margin: 0 0 1em 0;
}

.listing .details
{
	float: left;
	width: 100%;
}

.listing .details .general
{
	float: left;
	width: 45%;
}

.listing .details .specifics
{
	margin-left: 50%;
}

.listing .reciprocity
{
	font-size: 0.75em;
	text-align: center;
}
