/*********************** REVISED CSS STYLES FOR DEZREZ RESULTS ***********************/

.result {
	border-top:1px dashed #00512E;
	min-height:189px;
	height:auto !important;
	height:189px;
	margin:0;
}

.result .icons {
	width:120px;
	float:right;
	min-height:181px;
	height:auto !important;
	height:181px;
	border-left:1px dashed #00512E;
	padding:5px 0 3px 0;
}

.result dl.icons {
	margin:0;
	padding:0;
}

.result .icons dt {
	float:left;
	clear:left;
	margin:3px 0 0 0;
	padding:0;
}

.result .icons dd {
	float:left;
	margin:0;
	padding:6px 0 0 0;
	font-size:10px;
	color:#00512E;
	font-weight:bold;
	width:70px;
	vertical-align:middle;
	min-height:19px;
}

*html .result .icons dd {
	height:auto !important;
	height:25px;	
	padding:5px 0 0 0;
}

.result .icons img {
	border:none;
}

.result img {
	float:left;
	border:1px solid black;
	margin:1px 8px 1px 8px;
}

.result h1, .result h2, .result h3, .result p {
	background:none;
	color:#00512E;
	margin:0;
	padding:0;
	text-transform:none;
	min-width:0;
}

.result h1 {
	margin:8px 0 10px 0;
	font-size:0.8em;
	font-weight:bold;
}

.result h2 {
	margin:0 0 10px 0;
	color:#FFD200;
}

.result p {
	font-size:0.7em;
}

/************************************ Property Details Styles */
.details {
	margin-top:-18px;
}

.details #overview {
	position:absolute;
	width:248px;
	z-index:10;
}

.details div#overview img#bigimage {
	border-bottom:1px dashed #00512E;
	float:left;
}

.details div#overview .contactdetails {
	width:238px;
	float:left;
	clear:left;
	border-bottom:1px dashed #00512E;
	padding:5px;
	text-align:center;
	font-size:0.8em;
}

.details div#overview .submenu {
	width:248px;
	float:left;
	clear:left;
	margin:auto;
	text-align:center;
	border-bottom:1px dashed #00512E;
}

.details div#overview .icons {
	clear:left;
	font-size:0.8em;
}

.details div#overview .icons table {
	margin:10px;
}

.details #moreimages {
	float:right;
	width : 180px;
	z-index : 3;
	color : #000000;
}

.details div#moreimages img {
	border:1px solid black;
	float:left;
	margin:10px 0 0 10px;
}

.details div#moreimages h2 {
	clear:both;
}

.details div#moreimages img#floorplan {
	float:none;
}

.details #description {
  top: 0px;
  margin : 0px 180px 0 248px;
  padding : 3px;
  border-left:1px dashed #00512E;
  border-right:1px dashed #00512E;
  min-width:200px;
  min-height:560px;
  height:auto !important;
  height:560px;
}

.details h1, .details h2, .details h3, .details p {
	background:none;
	color:#00512E;
	margin:0;
	padding:0;
	text-transform:none;
	min-width:0;
}

.details h1 {
	margin:10px;
	color:#00512e;
	font-size:1em;
	font-weight:bold;
}

.details h2 {
	margin:10px;
	color:red;
	font-size:0.8em;
}

.details h3 {
	margin:10px;
	color:black;
	font-size:0.8em;
}

.details p {
	margin:10px;
	color:#00512e;
	font-size:0.7em;
}

/************************************ Purchaser Registration */
.purchaserRegistrationForm input, .purchaserRegistrationForm textarea {
	border:1px solid #dc150d;
	padding:3px 5px 3px 5px;
	width:auto;
	color:#003121;
	font-size:0.9em;
}

.purchaserRegistrationForm .button {
	background:url(../img/button-bg.gif) repeat-x #00512E;
	height:30px;
	padding:0 7px 0 7px;
	line-height:30px;
	white-space:nowrap;
	color:white;
	border:none;
}

/************************************ Area Overview Menu */
ul.areaOverviewMenu {
	margin:0;
	padding:0;
}

ul.areaOverviewMenu li {
	float:left;
	margin-right:20px;
	background:url(../img/button-bg.gif) repeat-x #00512E;
	height:30px;
	padding:0 7px 0 7px;
	line-height:30px;
	white-space:nowrap;
	color:white;
	list-style:none;
	border:1px solid white;
}

ul.areaOverviewMenu li.selected {
	border:1px dashed white;
}

#wrapper .content ul.areaOverviewMenu li a {
	color:white;
	text-decoration:none;
}

#wrapper .content ul.areaOverviewMenu li.selected a, #wrapper .content ul.areaOverviewMenu li a:hover {
	color:#FFC509;
}

.textpanel {
	clear:both;
	padding-top:10px;
}

/************************************ TABLE CSS */

#table1 {
	border:1px solid #00512e;
	color:black;
	width:85%;
	margin:10px 0 10px 0;
}

#table1 .row-light {
	background:#F2F6F4;
}
#table1 .row-dark {
	background:#CCDCD5;
}

#table1 .heading {
	background:#00512e;
	color:white;
	font-size:14px;
	font-family:trebuchet ms, arial;
	padding:3px 0 3px 8px;	
}

#table1 .title {
	padding:3px 0 3px 8px;
	width:50%;
}

#table1 .value {
	padding:3px 0 3px 3px;
	width:50%;
	font-weight:bold;
}

/************************* PAGINATION STYLES **************************/

#pageLinks {
	padding:6px 0 6px 20px;
	border-top:1px dashed #00512E;
}

#pageLinks, .pageLinksText {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#00512e;
	font-weight:bold;
}
.pageLinksText {
	font-weight:normal;
}

#pageLinks select {
	border:1px solid #00512E;
	color:#00512E;
	font-size:8px;
}

#pageLinks a {
	color:#00512e;
	text-decoration:none;
}

#pageLinks a:hover {
	color:#00512e;
	text-decoration:underline;
}

#pageLinks .selected {
	color:#FF0000;
	font-size:13px;
	font-weight:bolder;
}
