/* Property Details */

#container {
position: relative; /*for trace div*/
}

#content {
width:720px;

}

#content h1 {
/* does not have a height so long names can wrap */
color: #003;
font-size: 20px;
font-weight: normal;
font-family: arial;
margin: 0;
}

#content h2.location {
color: #003;
font-family: arial;
font-size: 12px;
margin: 0 0 10px 0;
}

#content #aaa {
width: 498px;
overflow: hidden;
float: left;
margin-right: 25px;
}

#display {
width: 498px;
overflow: hidden;
margin-bottom: 17px;
}

#display img {
display: block;
}

#description {
color: #666;
font-family: Arial;
font-size: 12px;
}

#description  h2 {
font-size: 20px;
color: #003;
margin: 0 0 12px 0;
}


#bbb {
width: 192px;
float: left;
color: #003;
}

#bbb h2 {
margin: 0 0 12px 0;
font-size: 20px;
}



ul#thumbs {
margin:0 0 10px 0;
padding:0;
list-style-type:none;
/*float:right;*/
overflow:hidden;
width:190px;
}



#thumbs li {
width:80px;
height:60px;
overflow:hidden;
/*position:relative; ie overflow fix*/
margin-bottom:10px;
margin-right: 10px;
float: left;
}

#thumbs li.odd {

}

#thumbs li.even {

}

#thumbs li a {
display:block;
height:100%;
}

#thumbs li a img {
width: 80px;
}



#content ul#actions{
margin:0;
padding:0;
list-style-type:none;
}

#actions li {
background-image: url(../images/sprite-actions.png);
background-repeat: no-repeat;
height: 30px;
margin-bottom: 5px;
overflow: hidden;
}

#video {
background-position: 0 0px;
}

#friend {
background-position: 0 -36px;
}

#visit {
background-position: 0 -72px;
}

#print {
background-position: 0 -108px;
}

#similar {
background-position: 0 -144px;
}

#actions li a {
display: block;
width: 100%;
height: 100%;
text-indent: -9999px;
}


#agent img {
float: left;
margin-right: 8px;
}

#agent strong {
display:block;
margin-top: 8px;
}



#sideA {
margin-top: 41px;
}