﻿@import url("listingbase.css");

.pager
{
	text-align: center;
	width: 37em;
}

.pager .pages
{
}

.pager .previous a, .pager .next a
{
	background: transparent url("images/pagingbuttons.png") no-repeat left top;
	display: inline-block;
	line-height: 19px;
	margin: 5px 0.5em 0 0.5em;
	text-decoration: none;
	width: 27px;
	height: 19px;
}

.pager .previous-group, .pager .next-group
{
	font-size: 0.8em;
}

.pager .previous a:active, .pager .previous a:hover
{
	background-position: right bottom;
}

.pager .next a:active, .pager .next a:hover
{
	background-position: right top;
}

.pager .previous a
{
	background-position: left bottom;
}

.pager .previous a span, .pager .next a span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#listings dl dt
{
	clear: both;
	font-weight: bold;
	margin: 0 0 0 180px;
	position: relative;
}

#listings dl dt img
{
	border: 5px solid #006766;
	position: absolute;
	left: -180px;
	top: 0;
}

#listings dl dd
{
	min-height: 100px;
	margin: 0 0 1em 180px;
	padding: 0;
}

#listings dl dd address
{
	font-size: 0.8em;
	font-style: normal;
	margin: 0 0 0.5em 0;
}

#listings dl dd .price
{
	float: left;
	margin-right: 1em;
	margin-bottom: 0.25em;
}

#listings dl dd .beds
{
	clear: left;
	float: left;
	margin-right: 2em;
}

#listings dl dd .baths
{
	float: left;
	margin-right: 2em;
}

#listings dl dd .mls
{
	float: left;
}

#listings dl dd .beds, #listings dl dd .baths, #listings dl dd .mls
{
	font-size: 0.8em;
}

#listings dl dd .label
{
	color: #707070;
}

#listings dl dd .navigation
{
	clear: both;
	margin-top: 0.25em;
}

#listings dl dd .navigation .details, #listings dl dd .navigation .virtual-tour, #listings dl dd .navigation .contact
{
	float: left;
	margin-right: 0.5em;
}