﻿
.title {
    padding: 5px 0;
    font-size: 24px;
    color: #0072bc;
}

.brandLogo {
    overflow: hidden;
    zoom: 1;
}

    .brandLogo li {
        width: 110px;
        float: left;
        padding: 5px 0;
    }

.brandSections h2 {
    padding: 5px 0;
}

    .brandSections h2 span {
        display: inline-block;
        padding-right: 15px;
        font-size: 24px;
        color: #0072bc;
    }

    .brandSections h2 a {
        display: inline-block;
        margin-right: 5px;
        color: #000;
    }

.section h3 {
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 700;
    background: #ececec;
}

    .section h3 a {
        color: #000;
        text-decoration: none;
        cursor: default;
    }

.section ul {
    padding: 8px 6px 20px;
    overflow: hidden;
    zoom: 1;
}

    .section ul li {
        width: 150px;
        height: 30px;
        padding: 2px 2px 2px 0;
        float: left;
    }

        .section ul li a {
            display: block;
            float: left;
            padding-left: 10px;
            background: url(../img/brand-arrow.gif) 3px 5px no-repeat;
        }

.review {
    top: 200px;
    width: 298px;
}

.categorySubscription {
    clear: both;
    padding-top: 10px;
}

    .categorySubscription p {
        min-height: 72px;
        _height: 72px;
        padding-top: 10px;
        padding-left: 84px;
        background: url(../img/category-subscription.jpg) 0 10px no-repeat;
        border-top: 1px solid #1c66a0;
        color: #fff;
    }

    .categorySubscription a {
        color: #fff;
        font-weight: 700;
        text-decoration: underline;
    }
