/* Property */
div#property {
position: absolute;
display: block;
top: 10px;
z-index: 1010;
width: 716px;
border: 6px solid #ccc;
background: #fffff1;
padding-top: 14px;
}
div#property a.close {
position: relative;
left: -6px;
top: -10px;
}
/*div#property a#close {
color: #444;
float: right;
background: none;
padding: none;
margin: none;
}
div#property a#close:hover {
color: #900;
padding: none;
}*/
div#property h1 {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
font-weight: lighter;
padding: 0 12px 12px;
color: #464;
}
div#property ul li strong {
width: 100px;
display: block;
float: left;
clear: left;
}
div#property ul {
border-top: 1px solid #eee;
}
div#property ul li {
border-bottom: 1px solid #eee;
}
div#property img {
display: block;
border: none;
}
div#desc {
float: left;
width: 330px;
padding: 0 12px 12px;
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
}
div#desc p.description {
text-align: justify;
padding: 0 0 12px;
}
div#desc ul {
list-style: square;
padding-left: 14px;
}
div#desc ul li {
padding: 3px 0 0;
}
div#photos_prop {
position: relative;
float: right;
width: 360px;
padding: 6px 0;
background: #eee;
border: 1px solid #ccc;
border-right: none;
margin-bottom: 14px;
}
img#placeholder_prop {
width: 350px;
margin: 0 auto;
background: #456;
padding: 0;
border: none;
}
#property #next {
position: absolute;
right: 2px;
background: url(../imgs/next.gif) no-repeat 0 0;
}
#property #back {
position: absolute;
left: 2px;
background: url(../imgs/back.gif) no-repeat 0 0;
}

ul#thumbs_prop {
clear: both;
list-style: none;
margin: 0 auto;
width: 353px;
padding-top: 38px;
}
ul#thumbs_prop li {
float: left;
margin: 0 1px 4px 2px;
}
ul#thumbs_prop li a img {
display: block;
padding: 2px;
background: #ccc;
width: 80px;
height: 60px;
}
ul#thumbs_prop li a#current img, ul#thumbs_prop li a:hover img {
background: #666;
}
ul#thumbs_prop li img {
width: 80px;
}
ul.clear_prop {
clear: both;
width: 570px;
height: 80px;
padding: 6px 6px 0 140px;
background: #fff;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: center;
margin-top: 8px;
list-style: none;
font-size: 90%;
}
ul.clear_prop li {
float: left;
width: 200px;
margin-left: 6px;
padding-bottom: 8px;
}
ul.clear_prop li a {
display: block;
padding: 4px;
border: 1px solid #ccc;
text-align: center;
}
ul.clear_prop li a:hover {
background: #ffc;
color: #444;
}
ul.clear_prop li a span {
display: block;
font-weight: bold;
font-size: 20px;
}
ul.clear_prop li a:hover span {
color: #900;
}
div#ask {
clear: both;
}

