body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background: #64CCD1;
}
a, body, p, div, center, td {
	font-size: 12px;
	font-family: Arial;
}
div.title {
	display: block;
	color: #111;
	font-size: 17px;
	font-weight: bold;
}
div.container {
	-webkit-border-radius: 8px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 12px;
	/*position:relative;*/
	margin-right:9px;
	margin-left: 9px;
	border: 1px solid #b1b1b1;
	overflow: hidden;
}
div.listing_provided_by {
	margin-bottom: 12px;
	margin-right: 9px;
	margin-left: 9px;
	text-align: center;
	font-size: 13px;
	overflow: hidden;
	color: #ffffff;
}
div.broker_reciprocity_notice {
	margin-bottom: 12px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	text-align: center;
	color:white;
}
div.broker_reciprocity_logo {
	width:31px;
	height:17px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: url(images/idx_logo.png) no-repeat;
	background-size: cover;
}
div.logo {
	display: block;
	width: 231px;
	height: 117px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	background: url(images/premierPropertyGroupLogo.png) no-repeat;
}
.agent_photo {
  width: 150px;
  height: 220px;
  display: block;
  background-repeat: no-repeat;
  margin:0 auto 12px;
}
div.sponsorship {
	width: 300px;
	height: 107px;
	margin-left:auto;
	margin-right:auto;
	background: url(images/LegacyLoansLogo.png) no-repeat;
	background-size: contain;
	margin: 15px auto;
}
a.details_photo {
	width: 300px;
	height: 226px;
	margin: 0 auto 7px;
	padding: 0;
	border: 0;
	display: block;
}
a.details_photo img {
	width: 298px;
	height: 224px;
	margin: 0;
	border: 0;
	display: block;
	border: 1px solid #ABADB0;
}
div.details_buttons {
	display: block;
	padding: 0;
	margin: 0 auto 7px;
	width: 300px;
}
a.photos_button {
	width: 100px;
	height: 35px;
	padding: 0;
	margin: 0 8px 0 0;
	position: relative;
	float: left;
	background: url(images/photos.png) no-repeat;
}
a.requestashowing_button {
	width: 145px;
	height: 35px;
	padding: 0;
	margin: 0 8px 0 0;
	position: relative;
	float: left;
	background: url(images/requestashowing.png) no-repeat;
}
a.call_button {
	width: 38px;
	height: 35px;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	background: url(images/call.png) no-repeat;
}
br.reset {
	clear: both;
}
.right {
	float: right;
	text-align: right;
}
.other_units_listed {
	width: 100%;
}
.other_units_listed .c3 {
	text-align: center;
}
.other_units_listed .c4 {
	text-align: right;
}
.menu {
/*padding:10px;*/
/*margin-bottom:12px;*/
/*overflow:hidden;*/
	background-color:#fff;
	-webkit-border-radius: 8px;
	border: 1px solid #b1b1b1;
	margin-right: 9px;
	margin-left: 9px;
	list-style-type: none;
	padding: 0;
	font-weight: bold;
}
.menu li {
	border-bottom: 1px solid #d8d8d8;
	background: url(images/arrow.png) no-repeat right center;
	padding: 16px 10px;
	color: #333;
	display: block;
	font-size: 13px;
}
.menu li.noarrow {
	background: none;
}
.menu li.last {
	border-bottom: none;
}
.menu li a {
	color: #333;
	display: block;
	font-size: 13px;
	text-decoration: none;
}
.menu li.first a {
	-webkit-border-radius: 8px 8px 0 0;
}
.menu li.last a {
	-webkit-border-radius: 0 0 8px 8px;
}
/*.menu li a:active {
background-color: #ff529f;
color: #fff;
-webkit-box-shadow: inset 0 1px 6px rgba(0,0,0,0.2);
}
*/
.container ul {
	padding: 0 1em;
	margin: 0;
}
.container ul li {
	padding-bottom: 1em;
}
/* High Resolution (iPhone 4) */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	body {
		width: 100%;
		margin: 0;
		padding: 0;
		color: #000;
	}
	div.logo {
	  	background: url(images/premierPropertyGroupLogo@2x.png) no-repeat;
	  	background-size: cover;
		width: 231px;
		height: 117px;
	}
	a.photos_button {
		background: url(images/photos@2x.png) no-repeat;
		background-size: 100px 35px;
	}
	a.requestashowing_button {
		background: url(images/requestashowing@2x.png) no-repeat;
		background-size: 145px 35px;
	}
	a.call_button {
		background: url(images/call@2x.png) no-repeat;
		background-size: 38px 35px;
	}
	div.sponsorship {
		width: 300px;
		height: 107px;
		margin-left:auto;
		margin-right:auto;
		background: url(images/LegacyLoansLogo@2x.png) no-repeat;
		background-size: contain;
	}
}
