.tab-square-container {
        width: 500px;
        padding: 15px;
        margin: 3px 0 20px 0;
        border: 1px solid #ccc;
        background: #fff;
}

/* square */

.tab-square {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

.tab-square li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

.tab-square a:link, .tab-square a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

.tab-square a:link.active, .tab-square a:visited.active, .tab-square a:hover {
        color: #000;
        background: url(square.gif) no-repeat bottom center;
}