/*8 239 6 239 6 239 6 239 8*/

.highlights_container{
    width: 999px;
    padding: 10px 0 10px 34px;
    margin: 0 0 20px 0;
}

.highlight_tile{
    display: table;  
    width: 205px;    
    height: 100px;
    overflow: hidden;
    background-color: white;
    border: 1px solid #AAA; 
    padding: 8px;
    margin: 0 12px 12px 0;
    float: left;
    box-shadow:5px 5px 5px #999;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    
}

.highlight_background{    
    cursor: pointer;
    display: table-cell;    
    background-color: #EEF;    
    width: 188px;   
    height: 95px;
    padding: 12px; 
}

.highlight {            
    background-color: white;
    opacity: 0.85;  
    height: 90px;
    padding: 10px;
    margin: auto;
    overflow: hidden;
}

.highlight_title {
    font-weight: bold;
    font-size: 10pt;  
    opacity: 1.0;
    color: black;
}

.highlight_description{
    font-size: 8pt;
    margin : 4px 0 0 0;
    color: black;
}

.highlight_site {
    margin: 5px 0 0 0 ;       
    font-size: 8pt;
}


.clearer{
    clear: both;
}