#property-details {
  overflow:auto;
  width:900px;
  margin: 0 auto 0 auto;
}

#property-details-contentbox {
  margin-top: 10px;
  width: 620px;
  float: left;
}
#property-details-contentbox fieldset {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #00245e;
  border: 1px solid #AAA;
  padding: 0 0 5px 0;
}
#property-details-contentbox legend {
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  color: #00245e;
  padding: 0 5px 0 5px;
  margin-left:10px;
}

#property-details-infobox {
  margin: 10px 0 0 10px;
  width: 270px;
  float: left;
}
#property-details-infobox fieldset {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #00245e;
  border: 1px solid #AAA;
  padding: 0 0 5px 0;
}
#property-details-infobox legend {
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  color: #00245e;
  padding: 0 5px 0 5px;
  margin-left:10px;
}


/* currency button */
#currency-converter {
	background:transparent url(currency.png) no-repeat scroll 0 0;
	display:block;
	height:20px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
}

/* mouseover state */
#currency-converter:hover {
	background-position:0 -20px ;		
}

/* clicked state */
#currency-converter:focus {
	background-position:0 -40px;
}

h1, h3, h4, h5
{
	font-size:11pt;
	margin:0;
	padding: 5px;
	font-weight:normal;
	display:inline;
	font-family:arial;
	color:#00245e;
}

/* tooltip styling */
.currency-converter-popup-single {
  z-index:1000;
	display:none;
	background:url(black_arrow_big.png) no-repeat;
	height:175px;
	padding:28px 5px 10px 50px;
	width:315px;
	font-size:11px;
	color:#fff;
}
.currency-converter-popup-double {
  z-index:1000;
	display:none;
	background:url(black_arrow_big.png) no-repeat;
	height:170px;
	padding:28px 5px 10px 25px;
	width:345px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.label {
	color:yellow;
	text-align:left;
}

.currency-converter-popup a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}
.currency-converter-popup-double.bottom {
	background:url(black_arrow_big_bottom.png) no-repeat;	
	height:160px;
	padding:53px 0 0 30px;
	width:340px;
	font-size:11px;
	color:#fff;
}
.currency-converter-popup-single.bottom {
	background:url(black_arrow_big_bottom.png) no-repeat;	
	height:180px;
	padding:53px 0 0 50px;
	width:320px;
	font-size:11px;
	color:#fff;
}

/* Slideshow image width */
.panel img{
  width: 620px;
}

.galleryview {
  overflow:hidden;
  height:400px
}

h2 {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.clear {
	clear:both
}
.block {
	width:400px;
	margin:0 auto;
	text-align:left;
	font-family:arial;
}
.element * {
	padding:5px;
	margin:2px;
	font-family:arial;
	font-size:12px;
}
.element label {
	float:left;
	width:75px;
	font-weight:700
}
.element input.text {
	float:left;
	width:270px;
	padding-left:20px;
}
.element .textarea {
	height:120px;
	width:270px;
	padding-left:20px;
}
.element .hightlight {
	border:2px solid #9F1319;
	background:url(iconCaution.gif) no-repeat 2px
}
#loading1 {
	float:right;
	background:url(ajax-loader.gif) no-repeat 1px;
	height:28px;
	width:28px;
	display:none;
}
#loading2 {
	float:right;
	background:url(ajax-loader.gif) no-repeat 1px;
	height:28px;
	width:28px;
	display:none;
}
#property_brochure_post {
	display:none
}
#property_alert_post {
	display:none
}

.rentalPopUp
{
	z-index:1;
	position:fixed;
	display:none;
	background-color:#00245E;
	border:3px solid #9c9392;
	bottom:5%;
	top:5%;
	font-family:arial;
	font-size:11pt;
}

.rentalPopUp select, input[type="text"]
{
	width:220px;	
}
	

.propertyContent
{
	z-index:1;
	position:relative;
	display:none;
}

.rentalPopUpHeader
{
	display:none;
	font-family:arial;
	font-size:14pt;
	color:#FFFFFF;
}
