#content
{    
    border-bottom:1px solid #292929 !important;    
    background:none;
}
    #content h2
    {
        font-size:1.6em;
    }
    
    #content h3
    {
        font-size:1.1em;
        font-weight:normal;
        margin-left:20px;
        margin-bottom:0px;
    }
    
    
    #content div.centres
    {        
        border-top:1px solid #292929 !important;  
        padding-top:10px;       
        background:url(../img/content/Infiniti_centres_BG_Image.jpg) top right no-repeat;
        min-height: 500px; 
        height: auto !important; 
        height: 500px;
    }
    
        #content div.centres div.addresses
        {
            height:500px;
            width:350px;
            overflow:auto;  
            scrollbar-face-color:#3E3E3E;
            scrollbar-arrow-color:#FFFFFF;
            scrollbar-track-color:#171717;
            scrollbar-shadow-color:rgb(0,0,0);
            scrollbar-highlight-color:rgb(0,0,0);
            scrollbar-3dlight-color:#808080;
            scrollbar-darkshadow-Color:#202020;
            direction:rtl;
            float:left;            
        }
        
        #content div.centres div.addresses *
        {
         direction:ltr;   
        }

