/* BEGIN: FONT FAMILY AND SIZE DECLARATIONS

Base font size: 12px

PX   EM
16   1.33
14   1.17
13   1.08
12   1.0
11   0.92

set font family and base size for IE 6 / Win */
* {
	padding: 0;
	margin: 0;
}

body {
    background: #fff;
    color: #000;
    font-family: Arial;    
    font-size: 11pt; /* equivalent to 12px */
    line-height: 1.3em;
}
/* set base size for modern browsers (ie. *not* IE 6) */
html>body {
    font-size: 11pt;
}

h1, h2, h3 {
	margin-bottom: .5em;
}
h1 {
	font-family: Arial;
	margin: 0.5em 0 ;
	font-size: 1.7em;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #F7721E;
	}
h2 {
	font-family: Verdana;
	background: #ccc url(/images/bg-heading.png) repeat;
	color: #fff;
	font-size: 1.17em;
	padding: 4px 0 6px 6px;
}
h3 {
	line-height: 1.1em;
	color: #333;
	font-family: Arial;
	font-weight: bold;
}
p {
	margin: 0 0 0.25em 0;
}
a {
	cursor: pointer;
}
/* END: FONT FAMILY AND SIZE DECLARATIONS */

/* BEGIN: GENERIC STYLES */
#voom-logo {
	float: left;
	margin: -7px 5px 0 0;
}
.clearer {
	clear: both;
}
/* END: GENERIC STYLES */

/* BEGIN: PAGE CONSTRUCTION */
#container {
	margin: 0 auto;
}

#header {
	display: none;
}

#content {
	margin: 0 10px;
	width: 960px;
}
/* END: PAGE CONSTRUCTION */

/* BEGIN: PAGE NAVIGATION */
/* END: PAGE NAVIGATION */

/* BEGIN: SEARCH SIDEBAR */
#sidebar {
	display: none;
}
/* END: SEARCH SIDEBAR */

/* BEGIN: CONTENT */
#main {
	float: left;
	padding: 10px;
	width: 960px;
}
/* END: CONTENT */

/* BEGIN: SEARCH RESULTS */
#search-breadcrumbs {
	display: none;
}

#logo-homepage-print {
	background: #000;
	height: 90px;
	margin: 0 0 0 10px;
	padding: 0 0 20px 10px;
	width: 960px;
}
#logo-homepage-print img {
	padding-top: 10px;
}

/* END: SEARCH RESULTS */

/* BEGIN: PROPERTY LISTING */
#listing-details {
	float: left;
	padding: 0 20px 0 0;
	width: 680px;
}
#listing-details h1 {
	background: #fff url(/images/bg-listing-title.png) repeat-x left bottom;
	border: none;
	line-height: 1em;
	margin: 5px 0 20px 0;
	padding: 0 0 10px 0;
}

#listing-details p.suburb {
	color: #F67026;
	font-size: 1.17em;
	font-weight: bold;
	float: right;
	margin-top: 3px;
}
#listing-details p.price {
	color: #F67026;
	font-weight: bold;
	float: left;
	margin-top: 3px;
}

#listing-details p.rpc {
	color: #343434;
	font-weight: bold;
	float: right;
	margin-top: 0;
	line-height: 0.5em;
	text-transform: uppercase;
}
#listing-details p.area {
	color: #343434;
	font-weight: bold;
	float: left;
	margin-top: 0;
	line-height: 0.5em;
}
#listing-details p.description {
	margin-top: 5px;
}
#listing-details p.icons {
	color: #999;
	float: left;
	font-size: 1.17em;
	font-weight: bold;
	margin: 0;
}
#listing-details p.icons img {
	padding: 0 10px 0 3px;
	margin: 0 0 -5px 0;
}
#listing-details div.agent-details {
	color: #333;
	padding: 10px 0;
}
#listing-details div.agent-details img {
	float: left;
	padding: 5px 10px 10px 0;
	width: 62px;
}
#listing-details div.agent-details span {
	font-weight: bold;
	padding: 0 5px 0 0 ;
}
#listing-details div.agent-details a {
	color: #333;
}

div.agent-details ul, agent-details li {
	list-style: none;
	list-style-type: none;
}

#gallery-container {
	float: right;
	text-align:center;
	width: 240px;
}

#main-image {
	display: none;	
}

#gallery-container div.scrollable {
	float: left;
	height: 29.45cm;
	left: 740px;
	overflow: hidden;
	position: absolute;
	width: 240px;
}
#gallery-container a.prev,
#gallery-container a.next {
	display: none;
}
#gallery-container div.scrollable div.items {
	clear: both;
	margin: 0 auto;
	position:absolute;
	text-align: center;
	width: 240px;
}
#gallery-container div.scrollable img {
	display: inline;
	float: left;
	left: 184px;
	margin: 0 0 5px 0;
	padding: 0;
	position: relative;
	width: 240px;
}

div.items img.cloned {
	display: none;
}

#listing-map {
	background: gray;
	height: 460px;
	position: relative;
	width: 700px;
}
#listing-map h2 {
    background: none;
    color: #000;
    margin-left: -6px;
}
p.back-to-search {
	display: none;
}

/* Social Media Link */
#social-media {
	display: none;
}
/* END: PROPERTY LISTING */

/* OVERLAY */
#overlay img.progress,
#overlay a.next, #overlay a.prev {
	display: none;
}

/* BEGIN: FOOTER */
#footer {
	display: none;
}
/* END: FOOTER */