/*
-----------------------------------------------------------------------------
Search Styles
-----------------------------------------------------------------------------*/
.search li {
	list-style:none;
	clear:both;
}
.search label,
.search span {
	text-align:right;
	width:110px;
	float:left;
	padding:2px;
	margin:3px;
	color:#CCC;
}
.search p {
	padding:2px;
	margin:3px;
	color:#666;
	float:left;
	clear:none;
}
.search input, 
.search select, 
.search textarea {
	border:1px solid #999;
	padding:2px;
	margin:2px;
	float:left;
	color:#333;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:11px;
}
.search select {
	width:120px;
}
.search .button {
	cursor:pointer;
	padding:2px 10px;
	margin-left:122px;
	background-color:#ED6200;
	color:#FFF;
}
.search .nolabel input {
	margin-left:162px;
}
.search h2 {
	clear:both;
	margin-left:156px;
}
.search .checkbox label {
	width:200px;
	text-align:left;
}
.search .checkbox input {
	margin-left:162px;
}
.search .checkboxes label {
	text-align:left;
	width:auto;
}
.search .location label {
	width:auto;
	text-align:left;
}
.search .location select {
	width:70px;
}
.search .hide {
	display:none;
	visibility:hidden;
}
/*
-----------------------------------------------------------------------------
Properties
-----------------------------------------------------------------------------*/
.pagination {
	position:relative;
	margin-bottom:3px;
}
.pagination p {
	padding:0px 0px 2px 2px;
}
.pagination ul {
	position:absolute;
	right:2px;
	top:0px;
}
.pagination li {
	display:inline;
	padding:0px;
}
.pagination a {
	margin:0px 1px;
	padding:2px;
	text-decoration:none;
}
.pagination a:hover {
	background-color:#074E8B;
	color:#FFF;
}
.pagination .current {
	border-bottom:2px solid #074E8B;
}
.property {
	position:relative;
	width:702px;
	height:240px;
	background-image:url(../images/backgrounds/property.png);
	background-repeat:repeat-y;
	color:#000;
}
.property-top {
	position:absolute;
	left:0px;
	top:0px;
	width:702px;
	height:5px;
	background-image:url(../images/backgrounds/property-top.png);
	background-repeat:no-repeat;
}
.property-bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:702px;
	height:5px;
	background-image:url(../images/backgrounds/property-bottom.png);
	background-repeat:no-repeat;
}
.property .image {
	position:absolute;
	left:25px;
	top:18px;
	width:212px;
	height:204px;
	text-align:center;
	background-image:url(../images/backgrounds/property-image.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
.property .image img {
	margin-top:7px;
	padding:5px;
	border:1px solid #999;
}
.property .image tr td {
	overflow:hidden;
}
.property .details {
	position:absolute;
	right:25px;
	top:25px;
	width:420px;
	height:160px;
	font-size:11px;
	line-height:1.2;
}
.property .details h2 {
	margin-bottom:5px;
	width:220px;
	font-size:14px;
	font-weight:bold;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
.property .price {
	position:absolute;
	right:0px;
	top:0px;
	width:170px;
	height:14px;
	padding:7px;
	font-weight:bold;
	background-image:url(../images/backgrounds/property-price.png);
	background-repeat:no-repeat;
	text-align:center;
}
.property .price span {
	color:#F70;
}
.property .details p {
	padding:0px;
	margin:0px;
}
.view-details {
	position:absolute;
	right:20px;
	bottom:20px;
	display:block;
	width:83px;
	height:28px;
	background-image:url(../images/backgrounds/property-view-details.png);
	background-repeat:no-repeat;
}
.addform {
	position:absolute;
	left:255px;
	bottom:20px;
}
#added {
	padding: 5px;
	background-color: #CCDCA9;
	border: 1px solid #669900;
	color: #000;
	margin: 5px 2px 5px 5px;
}
/*
-----------------------------------------------------------------------------
Property details
-----------------------------------------------------------------------------*/
#auction-passed {
	margin-bottom:10px;
	margin-right: 9px;
	padding:5px 5px 5px 30px;
	border:1px solid #FD0;
	background-color:#FF6;
	background-image:url(../images/icons/exclamation.png);
	background-position:5px;
	background-repeat:no-repeat;
	color:#222;
}
.success {
	margin-bottom:10px;
	margin-right: 9px;
	padding:5px 5px 5px 30px;
	border:1px solid #548C31;
	background-color: #BCED86;
	background-image:url(../images/icons/tick.png);
	background-position:5px;
	background-repeat:no-repeat;
	color:#222;
}
#back-to-search {
	padding-bottom: 5px;
	font-size: 10px;
}
#property-details {
	position:relative;
	width:691px;
}
#property-details #top-bar {
	position:relative;
	background-color:#252525;
	padding:10px;	
}
#property-details #tabs {
	position:relative;
	height:35px;
	text-align:right;
}
#property-details #tabs a {
	display:inline-block;
	height:35px;
	background-position:top;
	background-repeat:no-repeat;
}
#property-details #tabs a:hover {
	background-position:bottom;
}
#property-details #tabs #property-details-tab {
	background-image:url(../images/buttons/property-details.png);
	width:103px;
}
#property-details #tabs #auction-details {
	background-image:url(../images/buttons/auction-details.png);
	width:103px;
}
#property-details #tabs #more-info {
	background-image:url(../images/buttons/more-info.png);
	width:84px;
}
#property-details h1 {
	font-size:12px;
	padding:0px 0px 0px 15px;
	width:60%;
}
#property-details h2 {
	position:absolute;
	top:10px;
	right:10px;
	color:#FFF;
	width:30%;
	font-size:12px;
	text-align:right;
	padding:0px;
}
#property-details h2 span {
	color:#ed6200;
}
#property-details #info {
	position:relative;
	padding:10px 0px;
	min-height: 230px;
}
#property-details #info p {
	width:275px;
}
#property-details .info {
	position:relative;
	width:200px;
}
#property-details .info li {
	padding:1px 0px;
}
#property-details .auction li {
	padding:1px 0px;
	list-style:none;
}
#property-details #media {
	position:absolute;
	right:0px;
	top:85px;
	width: 360px;
	height: 230px;
}
#property-details .icons {
	position:absolute;
	bottom:0px;
	right:0px;
	height:43px;
	margin:0px;
	padding:0px;
}
#property-details .icons li {
	display:inline;
	padding:0px 0px 0px 1px;
}
#property-details .image {
	position:absolute;
	top:10px;
	right:182px;
	border:1px solid #CCC;
}
#property-details #property-map {
	position:absolute;
	top:10px;
	right:0px;
	width:170px;
	height:170px;
	border:1px solid;
}
#property-details #property-map span {
	display:none;
	visibility:hidden;
}
#property-details #details p {
	position:relative;
	margin-top:20px;
	font-size:10px;
}
/*
-----------------------------------------------------------------------------
Full Map
-----------------------------------------------------------------------------*/
#fullmap {
	width:100%;
	height:350px;
	border:1px solid #999;
}
#fullmap span {
	visibility:hidden;
	display:none;
}
.maph2 {
	position:absolute;
	top:10px;
	right:10px;
	color:#FFF;
	width:30%;
	font-size:12px;
	text-align:right;
	padding:0px;
}
.maph2 span {
	color:#ed6200;
}