/**
 * Downloads
 */
.featured-download {
}
    .featured-download .download {
        background: url(/templates/default/images/featured-download-arrow.gif) no-repeat;
        color: #FFF;
        font-weight: bold;
        font-size: 18px;
        line-height: 15px;
        margin-top: 20px;
        padding: 0 0 2px 25px;
        display: inline-block;
    }
.downloads {
}
    .downloads-area {
        width:976px;
        margin:0 auto;
        overflow:hidden;
    }
        .downloads-sidebar {
            float:left;
            width:248px;
            padding:41px 0 0;
        }
        .downloads-content {
            float:right;
            width:728px;
            padding-top: 29px;
            padding-bottom: 40px;
            /*padding:41px 29px 40px 0;*/
        }
    .downloads-sidebar h4 {
        margin:0 0 10px;
        font-size:14px;
        line-height:16px;
        color:#063666;
    }
    .downloads-sidebar h4 span {
        float: right;
    }
    ul#downloads-categories {
        padding: 0;
        margin: 0;
        width:248px;
    }
        ul#downloads-categories li {
            list-style: none;
            padding: 0;
            margin: 0;
            border-top: 1px solid #e4e2dd;
        }
            ul#downloads-categories li a {
                display: block;
                line-height: 28px;
                height: 28px;
                overflow: hidden;
                color: #494949;
                font-size: 11px
            }
            ul#downloads-categories li:first-child, ul#downloads-categories li.first {
                border-top: none;
            }
            ul#downloads-categories li a:hover {
                /*font-weight: bold;*/
            }
                ul#downloads-categories li a span {
                    float: right;
                    color: #245383;
                }
div.downloads-category {
    margin-left: 79px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 17px;
}
    /* div.downloads-category h2 {
        color: #063666;
        font-size: 15px;
        margin: 10px 0 6px 0;
        padding: 0;
    } */
    div.downloads-category h2 {
        font-size:30px;
        font-weight:normal;
        line-height:32px;
        margin: 10px 0px;
    }
    div.downloads-category h3, div.downloads-category h3 a {
        color: #063666;
        font-size: 12px;
        margin: 10px 0 4px 0;
        padding: 0;
    }
    div.downloads-box {
        border-bottom: 1px solid #e4e2dd;
        padding-bottom: 12px;
    }
        div.downloads-box .description {
            padding: 0 0 14px 0;
            color: #494949;
            line-height: 17px;
        }
            div.downloads-box .description p {
                padding: 0px;
                margin: 0px;
            }
        div.downloads-box .summary {
            height: 26px;
        }
            div.downloads-box .button {
                float: left;
            }
            div.downloads-box .details {
                float: left;
                display: block;
                text-indent: 16px;
                text-transform: uppercase;
                color: #919090;
                line-height: 23px;
            }
            div.downloads-box .date {
                float: right;
                color: #292929;
                font-size: 10px;
            }
#category-nav {
    background-color: #FFF;
    width: 248px;
}

div.no-access {
    float: left;
    line-height: 13px;
    color: #ff0000;
}
