/* BODY STRUCTURE */

#available_content {
      margin: 0 0 0 200px;
      padding: 1em 2em 8.5em 1em;
      position: relative;
      right: 100%;
      width: 525px;
      background-image: url(../images/content_background.png);
      background-repeat: no-repeat;	
      background-position: top left;
      min-height: 600px;
}
.cost_container {    
    float: right;   
    width: 40%;   
    text-align: right;   
    font-family: Verdana, Arial, sans-serif;   
    font-size: 90%;   
    font-weight: bold;
}


/* HEADINGS */

h3.property {    
    font-family: Verdana, Arial, sans-serif;    
    font-weight: bold;    
    font-size: 100%;           
    margin-bottom: .35em;
} 
h3.invisible {    
    font-family: Verdana, Arial, sans-serif;    
    font-weight: bold;    
    font-size: 100%;           
    margin-bottom: .35em;
    visibility: hidden;
} 
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%;
}
.highlight {
    font-weight: bold;
    font-size: 120%;
    color: #660000;
}
.lead {
    margin-top: 1em;
}
.description {    
    font-family: Verdana, Arial, sans-serif;    
    font-weight: bold;    
    size: 90%;    
    margin: 0 0 .25cm 0;
    padding-top: 0;
}
.break {
    clear: both;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
}


/* LISTS */

ul.available_information {
    font-family: Verdana, Arial, sans-serif;
    clear: both;
    list-style-type: none;
    line-height: 170%;
    font-size: 95%;
    margin-left: 0;
    padding-left: 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: 0 0 0 0;
    font-size: 90%;
    font-family: Verdana, Arial, sans-serif;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.additional_images ul {
    margin-left: 0;
    padding-left: 0;
}
.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;
}