/* Details
---------- */
#detail h1 {
background: none;
}
#detail h1 .suburb {
font-weight: normal;
}

/* Icons */
#detail .icons {
/* Structure */
float: right;
}
#detail .icons p {
color:#999;
/* Structure */
font-size:1.2em;
font-weight: normal;
margin-left: 10px;
margin-bottom: 0;
display: inline;
}
#detail .icons p img { 
/* Structure */
margin: 0 0 3px 5px;
vertical-align: middle;
dispaly: block;
}

/* Left Column
-------------- */
#detail #mainDetails {
/* Structure */
width: 600px;
}
#detail #mainDetails .text {
color: #999;
/* Structure */
margin-bottom:5px;
}
#detail #mainDetails h3.section {
color: #FFF;
background-color: #171717;
/* Structure */
margin: 0 0 3px 0;
padding: 5px 0 5px 10px;
}
#detail #mainDetails .leftCol {
/* Structure */
float:left;
width:174px;
}
#detail #mainDetails .rightCol {
/* Structure */
float:right;
width:420px;
}

/* Images */
#detail #mainDetails img#mainImage{
/* Structure */
width: 600px;
margin: 0 0 2px 0;
padding: 0;
display: block;
}
#detail #mainDetails #subImages {
/* Structure */
overflow-x: auto;
overflow-y: hidden;
width: 600px;
margin: 0 0 5px 0;
}
#detail #mainDetails #subImages ul {
/* Structure */
white-space: nowrap;  
margin: 0;
padding: 0;
}
#detail #mainDetails #subImages ul li {
/* Structure */
display: inline;
}
#detail #mainDetails #subImages ul li img {
/* Structure */
margin: 0 2px 0 0;
width: 109px;
float: left;
}

/* Useful Links */
#detail #mainDetails .text ul#toolsList {
background-color:#151515;
color: #676767;
/* Structure */
margin: 0;
padding:10px 15px;
list-style: square;
list-style-position: inside;
}
#detail #mainDetails .text ul#toolsList li {
/* Structure */
padding: 5px 0;
}
#detail #mainDetails .text ul#toolsList li a:link,
#detail #mainDetails .text ul#toolsList li a:visited {
color: #999;
/* Structure */
text-decoration: none;
}
detail #mainDetails .text ul#toolsList li a:hover {
color: #FFFF00;
}

/* Agent Details */
#detail #mainDetails .leftCol .text dl {
/* Structure */
margin:17px 0 10px 17px;
}

#detail #mainDetails .leftCol .text dl dt strong {
color: #666;
font-size: 1.1em;
font-weight: normal;
}

/* Google Map */
#detail #googlemap {
border: none;
margin: 0 0 5px 0;
display:block;
}

/* Property Info Form */
#detail #mainDetails form#moreInfo  {
background-color:#151515;
/* Structure */
padding: 10px;
}
#detail #mainDetails form#moreInfo fieldset {
/* Structure */
border: none;
padding: 0;
dispaly:block;
margin:0;
}
#detail #mainDetails form#moreInfo fieldset.left {
/* Structure */
float: left;
}
#detail #mainDetails form#moreInfo fieldset.left label {
/* Structure */
width: 60px;
}
#detail #mainDetails form#moreInfo fieldset.left input {
/* Structure */
width: 140px;
}
#detail #mainDetails form#moreInfo fieldset.right {
/* Structure */
float: right;
}
#detail #mainDetails form#moreInfo fieldset.right textarea {
/* Structure */
width: 170px;
height: 102px;
}
#detail #mainDetails form#moreInfo fieldset.submit {
/* Structure */
clear:both;
margin: 0;
}
#detail #mainDetails form#moreInfo fieldset.submit p {
/* Structure */
font-size: 0.9em;
}

/* Extra Details
---------------- */
#detail #extraDetails {
/* Structure */
float: right;
width: 300px;
padding: 10px 5px 10px 0;
}
#detail #extraDetails h2 {
color:#666;
/* Structure */
margin: 0 0 2px 0;
}
#detail #extraDetails h2.mainHeading {
color: #666;
font-weight: normal;
font-size: 1.5em;
/* Structure */
text-transform: uppercase;
margin-bottom:10px;
}
#detail #extraDetails ul {
/* Structure */
margin-left: 0;
list-style: none;
list-style-position: outside;
}
#detail #extraDetails ul#featuresList,
#detail #extraDetails ul#outgoingsList {
color: #676767;
/* Structure */
padding: 0 0 0 10px;
list-style: square;
list-style-position: inside;
}
#detail #extraDetails ul#featuresList li,
#detail #extraDetails ul#outgoingsList li {
color: #999;
/* Structure */
}
#detail #extraDetails ul#inspectionsList strong.inspectAppointment {
/* Structure */
margin-top: 10px;
display: block;
}

/* ---- GOOGLE MAP / STREE VIEW ---- */
#detail #googlemap,
#detail #streetView {
border: none;
margin: 0 0 5px 0;
display:block;
}
#detail #toggleButton a {
float:right;
margin: 4px 4px 0 0;
text-decoration: none;
padding: 1px 10px;
font-size: 0.9em;
background-color:#000;
border: 1px solid #262626;
color: #999;
}
#detail #toggleButton a:hover {
background-color:#262626;
border: 1px solid #000;
color: #999;
}
#detail #toggleButton a.backToGoogleMap {
/* Used for image replacement */
}
