.browsers-list {
    text-align: left;    
}

.browsers-list h3 {
    background: url(images/arrow-square.gif) no-repeat right -51px;
    padding: 3px 15px;
    margin: 15px 0px 0px 0px;
    border-bottom: none;
    cursor: pointer;
    height: 32px;
}

.browsers-list h3:hover {
    background-color: #f2f2f8;
}

.browsers-list h3.active {
    background-color: #f0f0f6;
    background-position: right 5px;
}

.browsers-list .title {
    margin: 6px 45px;
    font-size: 16px;
    font-weight: bold;
}

.browsers-list p {
    margin: 0px 0px 0px 30px;
    padding: 10px 15px 20px;
    border: solid 1px #d4d4e0;
    border-top: none;
    display: none;
}

.browsers-list p a {
    color: #55555A;
    border-bottom: dotted 1px #55555A;
}

.browsers-list p a:hover {
    color: #75757A;
}

.browser-logo {
    float: left;
}

.browsers-list ul {
    margin: 0px 0px 20px 50px;
    padding: 0px;
}

.browsers-list li {
    list-style-type: decimal;
}

.browsers-list .startpage-button {
    margin: 7px auto;
    padding: 5px 5px 5px 5px;
    background: #F0F0F5;
    color: #111;
    border-color: #45454A;
    outline-color: #45454A;
    height: 30px;
}

.browsers-list .highlight1 {
    color: #45454A;
}

.browsers-list .highlight2 {
    font-size: 12px;
    color: #808085;
}
