@charset "utf-8";
/* CSS Document */
body
{
    background: #ffffff url('../../../images/backgrounds/bg-downloads.jpg') repeat center top;
}

#site-navigation
{
    z-index: 80;
}

#downloads
{
    width: 940px;
    float: left;
    padding: 20px;
}

    #downloads h1
    {
        float: left;
    }

    #downloads h2
    {
        font-size: 2em;
        color: #747474;
        float: left;
        margin: 7px 0 0 30px;
    }

    #downloads #download-item-ctr
    {
        width: 100%;
        float: left;
        margin-top: 5px;
    }

        #download-item-ctr h3
        {
            font-size: 1.8em;
            color: #747474;
            padding-left: 17px;
        }

        #download-item-ctr .download-item
        {
            width: 450px;
            float: left;
            margin: 15px 0 0 0;
        }

            #download-item-ctr .download-list-ctr
            {
                width: 424px;
                height: 31px;
                float: left;
                background: #e5e5e5;
                padding: 9px 12px 0 14px;
                margin: 5px 0 0 0;
            }
            
                #download-item-ctr .download-list
                {
                    width: 294px !important;
                    float: left;
                }
                
                #download-item-ctr .download-item a.view-btn
                {
                    width: 50px;
                    height: 24px;
                    float: right;
                    text-indent: -5000px;
                    background: url('../../../images/download.gif') no-repeat right top;
                }
        
                    #download-item-ctr .download-item a.view-btn:hover
                    {
                        background: url('../../../images/over.gif') no-repeat right top;
                    }
                    
            #download-item-ctr .adobe
            {
                width: 419px;
                height: 35px;
                padding: 5px 12px 0 19px;
                margin: 23px 0 0 0;
            }
            
                #download-item-ctr .adobe span
                {
                    font-size: 1.8em;
                    color: #747474;
                    float: left;
                    padding-top: 6px;
                }
            
                #download-item-ctr .adobe a
                {
                    float: right;
                }
            



