
        #download_title{
            display: block;
        }
        
        #download_subtitle{
            margin-top: 40px;
            display: block; 
        }
        
        #new_windows_logo{
            margin-top: 30px;
            display: block;
        }
        
        #old_windows_logo{
            margin-top: 30px;
            display: block;
        }
            
       .os_version {
            font-family: verdana;
            color: #1594e5;
            font-weight: bold;
            font-size: 14px;
            margin-top: 10px;       
        }
        
        .systemrequirements_title{
            font-family: verdana;     
            font-weight: bold;
            font-size: 12px;
            margin-top: 20px;
            margin-bottom: 3px;
        }
        
        .systemrequirements{
            font-family: verdana;     
            font-size: 12px;  
            line-height: 17px;
        }
           
            #new_windows, #old_windows {
                position: relative;
                width: 908px;
                height: 266px;       
                margin-top: 15px;
            }
          
            
            .blacktheme {
                background: url(../images/download/black-theme-under-panel.png);
                width: 280px;
                height: 266px;
                position: relative;
                float: left;
                
            }
            
            .blacktheme_title {
                background: url(../images/download/black-theme.png);
                width: 110px;
                height: 17px;
                margin: 20px 0 0 15px;
            }
            
            .blacktheme_image {
                background: url(../images/download/black-theme-browser.png);
                width: 163px;
                height: 100px;
                margin: 20px 0 0 15px;
            }
            
            .windowstheme {
                background: url(../images/download/windows-style-theme-under-panel.png);
                width: 308px;
                height: 266px;
                float: left;
                position: relative;
                margin-left: 20px;
            }
            
            .windowstheme_title {
                background: url(../images/download/windows-style-theme.png);
                width: 198px;
                height: 22px;
                margin: 20px 0 0 15px;
            }
            
            .windowstheme_image {
                background: url(../images/download/windows-style-theme-browser.png);
                width: 164px;
                height: 100px;
                margin: 20px 0 0 15px;
            }
            
            .silvertheme {
                background: url(../images/download/silver-theme-under-panel.png);
                width: 280px;
                height: 266px;
                float: left;
                position: relative;
                margin-left: 20px;
            }
            
            .silvertheme_title {
                background: url(../images/download/silver-theme.png);
                width: 113px;
                height: 17px;
                margin: 20px 0 0 15px;
            }
            
            .silvertheme_image {
                background: url(../images/download/silver-theme-browser.png);
                width: 163px;
                height: 100px;
                margin: 20px 0 0 15px;
            }
            
            .downloadwindows_new {
                background: url(../images/download/download-new-windows.png);
                width: 151px;
                height: 40px;
                margin: 10px 0 0 15px;
            }
            
            .downloadwindows_new a {
                width: 151px;
                height: 40px;
                display: block;
            }

            .downloadwindows_old {
                background: url(../images/download/download-old-windows.png);
                width: 151px;
                height: 40px;
                margin: 10px 0 0 15px;
            }
            
            .downloadwindows_old a {
                width: 151px;
                height: 40px;
                display: block;
            }
            
            .textbold_download {
                font-weight: bold;
            }
            
            .download_release {
                font-family: verdana;
                margin: 10px 0 0 15px;
                font-size: 12px;
            }
            
            .download_filename {
                font-family: verdana;
                margin: 0 0 0 15px;
                font-size: 12px;
            }