/* BODY STRUCTURE */

.cost_container {  
    font-family: Verdana, Arial, sans-serif;   
    font-size: 90%;   
    font-weight: bold;  
    text-align: right; 
    float: right;   
    width: 40%;   
}


/* HEADINGS */

h3.property {    
    font-family: Verdana, Arial, sans-serif; 
    font-size: 100%;    
    font-weight: bold; 
    margin: 0 0 .35em 0;
} 
h3.invisible {    
    font-family: Verdana, Arial, sans-serif;    
    font-size: 100%;  
    font-weight: bold;    
    margin: 0 0 .35em 0;
    display: none;
} 


/* TEXT */
 
.neighborhood {    
    font-family: Verdana, Arial, sans-serif;
    font-size: 80%;      
    font-weight: bold;    
    margin: 0 0 1em 0;
    padding: 0;
}
.cost {            
    font-family: "Trebuchet MS", Arial, sans-serif;   
    font-size: 120%; 
    font-weight: bold;    
}
.highlight {
    font-size: 110%;
    font-weight: bold;
    color: #FF0000;
}
.break {
    clear: both;
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 0;
}


/* LISTS */

ul.available_information {
    list-style-type: none;
    clear: both;
}


/* IMAGES */

.hoverbox {
    font-family: Verdana, Arial, sans-serif;
    font-size: 100%;
    position: relative;
    float: left;
    margin: 0 .5em .25em 0;
}
.thumbnail img {
    margin: 0 .5em .5em 0;
    border: 5px solid #EBEBEB;
}
.thumbnail:hover {
    border: 0;
}
.thumbnail:hover img {
    border: 5px solid #EBEBEB;
}
.thumbnail span {
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
    position: absolute;
    left: -1000px;
    padding: 5px;
    visibility: hidden;
}
.thumbnail span img { 
    padding: 2px;
    border: 0;
}
.thumbnail:hover span { 
    top: 0px;
    left: 50px;
    z-index: 2;
    visibility: visible;
}
