/* BODY STRUCTURE */

#available_box {
    min-height: 30px;
    background-image: url(../images/available.gif);
    background-repeat: no-repeat;
}


/* HEADINGS */

h3.property {    
    font-family: "Trebuchet MS", Arial, sans-serif;    
    font-weight: bold;    
    font-size: 120%;           
    margin-bottom: .35em;
}  
h3.property a, h3.property a:hover {    
    font-family: "Trebuchet MS", Arial, sans-serif;    
    font-weight: bold;    
    font-size: 100%;           
    margin-bottom: .35em;
    color: #000000;
} 
h4.invisible {
    font-family: Verdana, Arial, sans-serif; 
    font-size: 10%;
    margin: 0;
    visibility: hidden;
}


/* TEXT */

.cost {            
    font-family: "Trebuchet MS", Arial, sans-serif;    
    font-weight: bold;    
    font-size: 120%;
}
.cost_container {    
    float: right;   
    width: 40%;   
    text-align: right;   
    font-family: Verdana, Arial, sans-serif;   
    font-size: 90%;   
    font-weight: bold;
}
.highlight {
    font-weight: bold;
    font-size: 110%;
    color: #FF0000;
}
.lead {
    margin-top: 1em;
}
.description {    
    font-family: Verdana, Arial, sans-serif;    
    font-weight: bold;    
    size: 90%;    
    margin: 0 0 .25em 0;
    padding-top: 0;
}


/* IMAGES */

.hoverbox {
    float: left;
    position: relative;
    margin: 0 .5em .25em 0;
    font-size: 80%;
    font-family: Verdana, Arial, sans-serif;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.additional_images {
    position: relative;
    margin: 0 .5em .25em 0;
    padding-top: 0;
    font-size: 90%;
    font-family: Verdana, Arial, sans-serif;
    clear: both;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.additional_images ul li {
    display: inline;
    list-style-type: none;
}
.thumbnail img {
    border: 5px solid #EBEBEB;
    margin: 0 .5em .5em 0;
}
.thumbnail:hover img {
    border: 5px solid #EBEBEB;
}
.thumbnail span { /*CSS for enlarged image*/
    position: absolute;
    background-color: #FFFFFF;
    padding: 5px;
    left: -1000px;
    visibility: hidden;
    color: black;
    text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}
.thumbnail:hover span { /*CSS for enlarged image*/
    visibility: visible;
    top: 0px;
    left: 220px; /*position where enlarged image should offset horizontally */
    z-index: 50;
}