/* BEGIN RESET: http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}ol,ul {list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}
table{border-collapse: collapse;border-spacing:0;}
/* END RESET: */

/* 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 */
html {
	height: 100%;
	min-height: 100%;
}
body {
    background: #F56417 url(/images/bg-body.png) repeat;
    color: #000;
    font-family: Arial;    
    font-size: 75%; /* equivalent to 12px */
    height: 100%;
    line-height: 1.3em;
	min-height: 100%;    
}
/* set base size for modern browsers (ie. *not* IE 6) */
html>body {
    font-size: 12px;
}

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.3em;
	font-size: 1.2em;
	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;
}
#logo-homepage-print {
	display: none;
}
/* END: GENERIC STYLES */

/* BEGIN: PAGE CONSTRUCTION */
#container {
	background: #fff url(/images/bg-container.png) repeat-y;
	background-attachment:fixed
	height: 100%;
	margin: 0 auto;
	min-height: 100%;	
	width: 980px;
}

#header {
	background: #000;
	height: 113px;
	margin: 0 10px;
	width: 960px;
}

#content {
	margin: 0 10px;
	width: 960px;
}

body.pk-images-left .pk-slot {
    width: auto;	
}

body.pk-images-left .pkContextCMSImage {
	width: 160px;
	clear: left;
	
}

body.pk-images-left .pkContextCMSRichText {
	width: 525px;
	
}
ul.pk-controls.pk-slot-controls, ul.pk-controls.pk-media-edit-links, ul.pk-controls.pk-media-multiple-list-controls {
left:0;
position:relative;
top:0;
z-index:799;
}

/* END: PAGE CONSTRUCTION */

/* BEGIN: PAGE NAVIGATION */
#logo-homepage {
	float: left;
	margin: -50px 0 0 10px;
	position: relative;
}

#contact-link {
	color: #ccc;
	font-size: 1.17em;
	float: left;
	height: 16px;
	text-align: right;
	margin: 50px 0 0 0;
	width: 940px;
}
#contact-link a {
	color: #ccc;	
	text-decoration: underline;
}

#navigation {
	float: left;
	height: 24px;
	margin: 23px 20px 0 0;
}
#navigation li a {
	color: #fff;
	font-size: 1.08em;
	float: left;
	padding: 6px 20px 0;
	text-decoration: none;
}
#navigation li.nav-item.active a {
	color: #000;
}
#navigation.primary li {
	background: #fff url(/images/bg-nav.png) repeat-x;
	display: inline;
	float: left;
	height: 24px;
}
#navigation li.active {
	background: #000 url(/images/bg-nav-active.png) repeat-x;	
}
#navigation li.nav-item {
	float: left;
	position: relative;
}
#navigation li.nav-item a {
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;	
}
#navigation li.nav-item a:hover {
	color: #000;
}
#navigation ul.dropdown {
	border-bottom: 1px solid #ddd;
	display: none;
	float: left;
	left: 1px;
	position: absolute;
	
	top: 24px;
	width: 160px;
	z-index: 999;
}
#navigation ul.dropdown li.nav-item {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #efefef;	
	float: left;
	position: relative;
	width: 100%;
}
#navigation ul.dropdown li.nav-item a {
	color: #000;
	padding: 6px 0 0 6px;
}
#navigation ul.dropdown li.nav-item a:hover {
	background: #eee;
	padding-bottom: 4px;
	width: 154px;
}
#navigation li div.left {
	background: #fff url(/images/bg-nav-left.png) no-repeat;
	height: 24px;
	float: left;	
	width: 6px;
}
#navigation li.active div.left {
	background: #000 url(/images/bg-nav-left-active.png) no-repeat;
}
#navigation li div.right {
	background: #fff url(/images/bg-nav-right.png) no-repeat;
	float: left;
	height: 24px;
	width: 6px;
}
#navigation li.active div.right {
	background: #000 url(/images/bg-nav-right-active.png) no-repeat;
}
/* END: PAGE NAVIGATION */

/* BEGIN: SEARCH SIDEBAR */
#sidebar {
	float: left;
	padding: 10px;
	width: 210px;
}
div.panel-open {
	background: url(/images/bg-panel-open.png) no-repeat;
	min-height: 120px;
	padding: 0 17px 0 0;
	width: 203px;
}
div.panel-close {
	background: url(/images/bg-panel-close.png) no-repeat;
	height: 25px;
	margin: -5px 0 0 0;
	padding: 0 0 10px 0;
	width: 210px;
}
#sidebar p,
div.panel-open form {
	margin: 0;
	padding: 10px;
	width: 183px;
}
div.panel-open .section
{
	padding: 10px;
}
#sidebar input.button {
	border: none;
	cursor: pointer;
	height: 26px;
	margin: 20px 0 -10px 0;
	width: 79px;
}
#sidebar a.reset {
	color: #333;
	margin: 0 0 0 25px;
}
#sidebar form label {
	display: block;
	font-size: 0.92em;
	font-weight: bold;
	margin: 8px 0 -2px 0;
}
#sidebar form select,
#sidebar form input {
	margin: 5px 0 0 0;
	font-family: arial;
}
#sidebar form select 
{
    font-size: 110%;
}
#sidebar form select option {
	padding: 0 0 0 5px;
	
}

#sidebar form select.full-width{
	width: 180px;
}
#sidebar form input.full-width  {
	width: 175px;
}
#sidebar form select.half-width {
	float: left;
	width: 80px;
}
#sidebar form div.to {
	color: #333;
	float: left;
	font-size: 1.08em;
	margin: 5px 0 0 0;
	text-align: center;
	width: 23px;
}

/* END: SEARCH SIDEBAR */

/* BEGIN: CONTENT */
#main {
	padding: 10px;
	width: 710px;
	float: left;
}
#main.full {
    width: 100%;	
}

#main p {
}

#main label {
	font-weight: bold;
}
#main .error {
	color: red;
}
#main a.more {
	color: #333;
	clear: both;
	float: right;
	margin-top: 1em;
}
#main a.more:hover {
	color: #F67026;
}

#homepage-feature-tab {
	height: 320px;
	margin: 0 50%;
	position: absolute;
	right: -385px;
	top: 0px;
	width: 20px;
}

#homepage-feature {
	clear: both;
	height: 320px;
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
	width: 720px;
}
#homepage-feature h3 {
	font-size: 1.8em;
	margin-top: 160px;
}
/* override single pane */
#homepage-feature div.outer {
	display: block;
	float: left;
	width: 720px;
	height: 320px;
}

/* our additional wrapper element for the items */
#homepage-feature .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

#homepage-feature a.inner {
	display: block;
	height: 290px;
	text-decoration: none;
	width: 720px;
}

#homepage-feature div.feature-details {
	background: transparent url(/images/bg-feature-details.png) repeat-x;
	color: #fff;
	font-size: 1.17em;
	height: 25px;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	width: 100%;
}
#homepage-feature div.feature-details span.rpc {
	float: right;
	padding: 2px 20px 0 0;
}
#homepage-feature div.feature-details a,
#homepage-feature div.feature-details span.price {
	color: #fff;
	float: left;
	margin: 2px 0 0 0;
}
#homepage-feature div.feature-details a.prev {
	margin-top: -5px;
	padding: 0 5px 0 30px;
	width: 80px;
}
#homepage-feature div.feature-details a.next {
	margin-top: -5px;
	padding: 0 40px 0 5px;
}
#homepage-feature #scroll-next, 
#homepage-feature #scroll-previous {
	margin: 6px 5px 0;
}

#homepage-feature #scroll-previous {
	float: right;
}
#homepage-feature div.feature-details #scroll-next {
	float: left;
}

#homepage-feature div.feature-details span.price {
	padding: 0 0 0 20px;
}
#homepage-feature div.feature-details a.disabled {
	visibility: hidden;
}
div.panel {
	float: left;
	margin: 0 20px 0 0;
	width: 330px;
}

div.panel-wide {
    float: left;
    margin: 0 20px 0 0;
    width: 400px;
}
div.panel-narrow {
    float: left;
    width: 290px;
}
/* END: CONTENT */

/* BEGIN: SEARCH RESULTS */
#search-results-header {
	border-bottom: solid 1px #999;
	padding: 0 0 8px 0;
}
p.search-criteria {
	font-size: 1.17em;
}
#search-breadcrumbs, 
#search-breadcrumbs a {
	color: #F67026;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#search-breadcrumbs a {
	text-decoration: underline;
}
div.filters {
	
	margin: 2px 0 6px 0;
	
}
div.result-stats {
    border-top:1px solid #999999;
    padding:8px 0 0 0;	
    margin: 5px 0 0 0;
}
a.bookmark-search {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#main div.search-card {
	border-bottom: solid 1px #FB851F;
	padding: 10px 0 8px 0;
	width: 680px;
}
#main div.search-card-image {
	float: left;
	padding: 5px;
	width: 160px;
}

#main div.search-card-image img {
    width: 160px;	
}
#main div.search-card-details {
	float: left;
	width: 510px;
}
#main div.search-card-details p.listing-title {
	margin-top: 3px;
}
#main div.search-card-details a.listing-title {
	color: #F67026;
	font-size: 1.17em;
	font-weight: bold;
}
#main div.search-card-details p.suburb {
	color: #F67026;
	font-size: 1.17em;
	font-weight: bold;
	float: right;
	margin-top: 3px;
}
#main div.search-card-details p.price {
	color: #343434;
	font-size: 1.17em;
	font-weight: bold;
	float: left;
	margin-top: 3px;
	line-height: 0.5em;
}
#main div.search-card-details p.rpc {
	color: #343434;
	font-weight: bold;
	float: right;
	margin-top: 3px;
	line-height: 0.5em;
	text-transform: uppercase;
}
#main div.search-card-details p.description {
	margin-top: 5px;
}
#main div.search-card a.more {
	margin: 0 10px 0 0;
}
#main div.search-card-details p.icons {
	color: #343434;
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	margin: 
	}
#main div.search-card-details p.icons img {
	padding: 0 10px 0 3px;
	margin: 0 0 -5px 0;
}

#main div.search-card-details p.icons img.open-home {
	margin: 0 0 -5px -8px;
	padding: 0 5px 0 3px;
}

#pagination {
	color: #666;
	font-size: 1.17em;
	padding: 20px 0 0 0;
	text-align: center;
}
#pagination span.current {
	border: solid 1px #666;
	margin: 0 2px;
	padding: 3px 7px;
}
#pagination span.disabled {
	padding: 0 10px;
}
#pagination a {
	color: #666;
	padding: 0 5px;
	text-decoration: underline;
}
#pagination a:hover {
	color: #F67026;
}
#pagination a.previous {
	padding: 0 10px 0 0;
}
#pagination a.next {
	padding: 0 0 0 10px;
}
/* END: SEARCH RESULTS */

/* BEGIN: PROPERTY LISTING */
#listing-details {
	float: left;
	width: 390px;
}
#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 p.open-home {
	color: #F67026;
	font-weight: bold;
	margin: 1em 0 0 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;
}

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

#main-image, #main-image img {
	cursor: pointer;
	height: 200px;
    text-align:center;
    width: 300px;    
}

#gallery-container div.scrollable {
	float: left;
	height: 100px;
	overflow: hidden;
	position: relative;
	width: 272px;
}
#gallery-container a.prev,
#gallery-container a.next {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 2px;
	width: 10px;
}
#gallery-container div.scrollable div.items {
	clear:both;
	margin: 0 auto;
	position:absolute;
	text-align: center;
	width: 20000em;
}
#gallery-container div.scrollable img {
	border: 1px solid #ccc;
	cursor: pointer;
	float: left;
	height: 54px;
	margin: 5px 4px 5px 0;
	padding: 3px;
	width: 80px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#gallery-container div.scrollable img.active {
	border: 1px solid #F67026;
	position: relative;
	z-index:999;	
}

/* the overlayed element */
div.simple_overlay {
	background-color:#333;
	border: 1px solid #666;
	display:none;
	height: 533px;
	width: 800px;
	z-index:10000;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
#overlay img.overlay-image {
	height: 533px;
	width: 800px;
}

/* close button positioned on upper right corner */
#overlay div.close {
	background-image: url(/images/btn-close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* "next image" and "prev image" links */
#overlay a.next, #overlay a.prev {
	position:absolute;
	top:48%;	
	border:1px solid #666;	
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size: 0.92em;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

#overlay a.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

#overlay a.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

#overlay a.next:hover, #overlay a.prev:hover {
	text-decoration:underline;
	background-color:#000;
}
#overlay img.progress {
	position: absolute;
	top: 45%;
	left: 50%;
	display: none;
}
#overlay a.next, #overlay a.prev {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/image/bg-overlay-info.png) repeat-x;		
}

#listing-map {
	height: 350px;
	width: 710px;
}
#listing-map h2 {
    background: none;
    color: #000;
    margin-left: -6px;
}
p.back-to-search {
	padding: 1em 0 1em 0;
	text-align: center;
}
p.back-to-search a {
	color: #F67026;
	font-size: 1.17em;
	font-weight: bold;
	padding: 0 1em 0 0;
}

/* Social Media Link */
a.stbutton {
	color: #333;
	margin: 1em 0;
}
span.stbuttontext {
	color: #333;
}
/* END: PROPERTY LISTING */

/* BEGIN: FOOTER */

#social-media {
	margin-top: 10px;
	clear: both;
}
#footer {
	border-top: solid 1px #ccc;
	margin: 10px;
}
div.footer-section {
	color: #969696;
	font-size: 0.92em;
	float: left;
	padding: 10px;
	width: 215px
}
div.footer-section p {
	line-height: 0.75em;
}
div.footer-section a {
	color: #969696;
	text-decoration: none;
}
div.footer-section a:hover {
	text-decoration: underline;
}
/* END: FOOTER */