/* Details
---------- */

/* Icons
-------- */
#detail .icons {
/* Structure */
float: right;
margin: 15px 0 0 0;
}
#detail .icons p {
color: #552e07;
/* Structure */
display: inline;
}
#detail .icons p img {
/* Structure */
margin: 0 10px 0 4px;
}

/* Main Content
-------------- */
#detail h2.section {
text-transform: capitalize;
/* Structure */
margin: 15px 0 15px 0;
}
#detail #mainDetails {
/* Structure */
float: left;
width: 235px;
margin-right: 5px;
}
#detail #mainDetails ul {
list-style-position: outside;
list-style: none;
margin: 0 0 10px 0;
}
#detail #mainDetails ul#overviewList {
color: #000;
/* Structure */
margin: 10px 0;
}
#detail ul#inspectionsList{
color: #000;
}
#detail ul#inspectionsList strong.inspectAppointment {
/* Structure */
margin-top: 10px;
display: block;
}
/* Images */
#detail #images {
/* Structure */
float: left;
width: 324px;
margin: 0 0 10px 0;
}
#detail #images ul {
/* Structure */
list-style: none;
margin: 0;
padding: 0;
}
#detail #images ul li {
/* Structure */
float: left;
margin: 3px 3px 0 0;
}
#detail #images ul liimg {
/* Structure */
display: block;
}
#detail #images img#mainImage {
/* Structure */
width: 303px;
border: 1px solid #5d3813;
}
#detail #images #subImages img {
border: 1px solid #5d3813;
}

/* Extra Details
---------------- */
#detail #extraDetails {
border-top: 1px solid #2e2e2e;
/* Structure */
padding: 10px 0 0 0;
margin-bottom: 10px;
clear: both;
overflow: auto;
}
#detail #extraDetails form#moreInfo {
/* Structure */
width: 310px;
padding: 0 10px 10px 0;
margin: 0;
float: left;
}
#detail #extraDetails form#moreInfo fieldset {
/* Structure */
margin: 0;
padding: 0;
border: none;
}
#detail #extraDetails form#moreInfo fieldset.left {
/* Structure */
width: 135px;
float: left;
}
#detail #extraDetails form#moreInfo fieldset.left label {
/* Structure */
margin: 0;
width: auto;
}
#detail #extraDetails form#moreInfo fieldset.left input {
/* Structure */
width: 133px;
}
#detail #extraDetails form#moreInfo fieldset.right {
/* Structure */
width: 155px;
float: right;
}
#detail #extraDetails form#moreInfo fieldset.right textarea {
/* Structure */
width: 153px;
height: 103px;
margin: 15px 0 0 0;
}
#detail #extraDetails form#moreInfo fieldset.submit {
/* Structure */
clear:both;
}
#detail #agentDetails {
/* Structure */
background-color: #552e07;
float: left;
width: 120px;
margin: 0;
padding: 12px;
}
#detail #extraDetails h2 {
font-size: 1.1em;
/* Structure */
margin: 10px 0;
}
#detail #agentDetails h2 {
/* Structure */
margin-top: 0px;
color: #FFF;
}
#detail #agentDetails dl {
/* Structure */
margin: 0 0 10px 0;
}

/* Useful Links
--------------- */
#detail #usefultools {
padding: 5px 0;
margin: 15px 0 0 0;
background: #552e07;
/* Structure */
width: 181px;
}
#detail #usefultools h3 {
color: #FFF;
/* Structure */
margin: 13px;
}
#detail #usefultools ul li {
/* Structure */
margin: 0 0 5px 0;
color: #21b150;
}
#detail #usefultools ul li a:link,
#detail #usefultools ul li a:visited {
text-decoration: none;
color: #FFF;
}
#detail #usefultools ul li a:hover{
color: #21b150;
}


/* Attached Properties
---------------------- */
#detail table {
width: 303px;
clear:left;
}
#detail table tr {
margin: 0 0 5px 0;
}
#detail table td {
vertical-align: top;
}
#detail table td.attachAddress {
width: 150px;
}
#detail table td.attachPrice {
width: 120px;
}
#detail table td.attachIcons p img {
/* Structure */
margin: 0 5px 0 2px;
vertical-align: middle;
clear: none;
}

/* ----------------------------- */
#detail #agentDetails dl.officeDetails,
#detail #agentDetails dl.agentDetails{
color: #FFF;
}
#detail #agentDetails dl.officeDetails dd a:link,
#detail #agentDetails dl.officeDetails dd a:visited{
color: #FFF;
}
#detail #agentDetails dl.officeDetails dd a:hover{
color: #21B150;
}
#detail #agentDetails dl.agentDetails dd a:link,
#detail #agentDetails dl.agentDetails dd a:visited{
color: #FFF;
}
#detail #agentDetails dl.agentDetails dd a:hover{
color: #21B150;
}
#detail #subContent ul#toolsList{
margin: 0 0 10px 15px;
}
