﻿/* Property Navigation
-------------------------- */

#Content .Controls
{
	width: 520px;
	margin: 10px 0 0 10px;
	padding: 5px;
	border: none;
}

#Content .Controls p
{
	margin: 0;
	padding: 0;
	text-align: right;
}

#Content .Controls p a
{
	padding: 3px 5px 3px 5px;
	background: #284666;
	border: solid 2px #D1DEE9;
	color: #FFFFFF;
}

#Content .Controls p a:hover
{
	background: #001F42;
}


/* Property Listing
-------------------------- */

#Content fieldset.Action
{
	border: solid 1px #F8CED6;
	background: url('/images/property-available-message.png') repeat-x bottom;
}

#Content fieldset.Action legend
{
	display: none;
}

#Content fieldset.Action p
{
	color: #44020F;
}

#Content fieldset.Action p a
{
	color: #44020F;
	border-color: #F8CED6;
}

#Content fieldset.Action p a:hover
{
	background-color: #F5F4F9;
}

#Content .Property
{
	margin: 10px 30px 10px 10px;
	padding: 5px;
	border: solid 1px #C2DEF5;
	background: url('/images/property-list-bg.png') repeat-x bottom;
}

#Content .Property legend
{
	display: none;
}

#Content .Property img
{
	float: left;
	display: inline;
	padding: 1px;
	border: solid 1px #8EC3ED;
}

#Content .Property h4, 
#Content .Property p
{
	float: left;
	display: inline;
	width: 330px;
	margin: 0 0 0 10px;
	padding: 0;
}

#Content .Property h4
{
	width: 420px;
	margin-top: 4px;
	font-size: 1.2em;
	font-weight: bold;
	color: #001F42;
}

#Content .Property h4 small
{
	color: #8EC3ED;
	font-weight: normal;
}

#Content .Property p
{
	line-height: 1.3em;
}

#Content .Property p strong
{
	color: #8EC3ED;
}

#Content #Properties .Property .MoreDetails
{
	float: right;
	display: inline;
	width: 90px;
	margin: -5px 0 0 0;
}

#Content #Properties .Property .MoreDetails .MainButton
{
	display: block;
	width: auto;
	padding: 5px;
	text-align: center;
	border: solid 2px #D1DEE9;
	background: #4B6785 url('/images/btn-main-bg.png') repeat-x bottom;
	font-size: 0.9em;
	color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: none;
	cursor: default;
	font-weight: normal;
}

#Content #Properties .Property .MoreDetails .MainButton:hover
{
	background: #5C7DA2 url('/images/btn-main-bg-hover.png') repeat-x bottom;
}

#Container #Content #Properties .Property .MoreDetails a
{
	text-decoration: none;
}

#Container #Content #Properties .Property .MoreDetails a:hover
{
	background: none;
}