@charset "utf-8";

body, html {
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:11px;
	color:#000000;
	text-align:center
}
a {
	text-decoration:none;
	color:black;
}
p {
	margin: 0;
	padding: 0;
	display: block;
}
.bold {
	font-weight:bold
}
#top_bar {
	position:relative;
	width:100%;
	height:80px;
	float:left;
}
#bottom_bar {
	position:relative;
	width:100%;
	height:31px;
	float:left
}
#saleDetails {
	position:relative;
	width:520px;
	height:20px;
	float:left
}
#suburb {
	position:relative;
	color:#000000;
	height:17px;
/* 	width:366px; */
	float:left;
	padding:3px 0 0 4px
}
#icons {
	position:relative;
	height:20px;
	right:0;
	float:right;
	text-align:right
}
.icon_box {
	position:relative;
	height:20px;
/* 	width:50px; */
	padding-right:10px;
/* 	padding-left: 5px; */
	float:left;
	vertical-align:middle
}
img {
	vertical-align:middle;
	border:none;
	padding:0;
	margin:0
}
#media {
	position:relative;
	padding:4px 4px 4px 4px;
	background-color:#FFFFFF;
	border:solid 1px #D6D6D6;
	float:left
}
#outer {
	position:relative;
	width:100%;
	height:100%;
	display:table;
}
#inner {
	position:relative;
	width:100%;
	height:100%;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
#container {
	position:relative;
	width:100%;
}
#top_shadow {
	position:relative;
	width:100%;
	height:5px;
	background:url(top_bg.gif) repeat-x top;
	float:left
}
#topLower_shadow {
	position:relative;
	width:100%;
	height:5px;
	background:url(topLower_bg.gif) repeat-x top;
	float:left
}
#middle_bar {
	position:relative;
	width:100%;
	background:#EDEDED;
	padding-bottom:10px;
	float:left
}
#bottomUpper_shadow {
	position:relative;
	width:100%;
	height:5px;
	background:url(bottomUpper_bg.gif) repeat-x top;
	float:left
}
#bottom_shadow {
	position:relative;
	width:100%;
	height:5px;
	background:url(bottom_bg.gif) repeat-x top;
	float:left;
}
#header {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:516px;
	padding:5px 0 0 4px;
	height:75px;
}
#footer {
	position:relative;
	margin:0 auto;
	text-align:right;
	width:516px;
	height:21px;
	padding:10px 4px 0 0;
}
#content {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:520px;
}
#buttons {
	position:relative;
	width:520px;
	height:15px;
	padding-top:6px;
	float:left;
}
.button {
	position:relative;
	float:right;
	padding-right:6px;
	height:16px;
}
.button_right {
	position:relative;
	float:right;
	height:16px
}
#details {
	position:relative;
	width:520px;
	text-align:left;
	float:left;
	top: 5px;
}
.photo_wrapper {
	position:relative;
	height:92px;
	float:left;
	padding-right:8px;
}
.photo_bg_left {
	position:relative;
	height:92px;
	width:4px;
	background:url(photo_bg_left.gif) no-repeat;
	float:left;
}
.photo_bg_mid {
	position:relative;
	height:88px;
	padding-top:4px;
	background:url(photo_bg_mid.gif) repeat-x;
	float:left;
}
.photo_bg_right {
	position:relative;
	height:92px;
	width:4px;
	background:url(photo_bg_right.gif) no-repeat;
	float:left;
}
.agent_wrapper {
	position:relative;
	float:left;
/* 	width: 180px; */
}
.agent_details {
	position:relative;
	float:left;
	padding:10px 10px 0 0;
}
.agent_name {
	position:relative;
	padding-top:30px;
	padding-bottom:5px;
	font-weight:bold;
}
.agent_contact {
	position:relative;
}
.agent_contact a {
	color:#000000;
	text-decoration:underline;
}
/*
 * Compulsory email form
 */
#emailForm th {
 text-align: right;
}
#emailForm td {
 text-align: left;
}

/*
 * Old link message
 */
#linkError {
	color: red;
	font-size: 1.1em;
	padding: 10px;
	position: relative;
	text-align: center;
	z-index: 99;
}
#linkError textarea {
	background-color: transparent;
	font-size: 1.2em;
	outline: none;
	text-align: center;
}

/*
 * QR Code
 */
#qrbutton {
	cursor: pointer;
}
