/* PROMO BLOCK */

.promo-side {
    float: left;
    padding-left: 10px;
    padding-bottom: 20px;
    width: 22%;

    font-size: 90%;
}
.promo-side cite {
    color: #E76600;
    font: bold 130% Verdana,Tahoma,sans-serif;
}
.promo-side .cite2 {
    text-align: right;
}

.promo-players {
    float: right;
    position: relative;
    height: 400px;
    width: 700px;
}
.promo-players img {
    position: absolute;
}

/* ALL BOTTOM BLOCKS */
.index-news,
.free-teams,
.forum-news,
.top-teams,
.best-players {
    padding: 10px 20px;
}

/* BLOCKS WITH BACKGROUND */
.index-news, .top-teams, .best-players {
    background: #E6E6E6;
}

/* LEFT BLOCKS */
.free-teams,
.top-teams {
    width: 35%;
    float: left;
    margin-right: 6%;
}

/* RIGHT BLOCKS */
.forum-news,
.best-players {
    width: 45%;
    float: right;
}

.free-teams .b-team img {
    vertical-align: middle;
    margin: 5px 20px 5px 0;
}

.top-teams tr, .best-players tr {
    height: 40px;
}

/* NEWS */

.index-news {
    position: relative;
}
    .index-news-item {
        width: 30%;
        padding-right: 3%;
        float: left;
    }
    .index-news a {
        color: #E76600;
    }

    .index-news h1 {
        padding: 0;
        margin: 0;
    }
    .index-news h2 {
        font: 12px Verdana, Tahoma, sans-serif;
    }

.index-news .news-links {
    background: white;
    background: #F5F5F5;
    padding: 6px 12px;
    position: absolute;
    right: 40px;
    top: 0;
}

    .index-news .rss {
        padding-left: 18px;
        padding-right: 10px;
        background: url(/static/i/icons/rss.png) no-repeat;
    }
    .index-news .all-news {
        padding-left: 20px;
        background: url(/static/i/icons/all-news.png) no-repeat;
    }


/* FORUM */

.forum-news .time {
    color: #f2f2f2;
    background: #979797;
    padding: 2px 4px;

    float: left;
    width: 40px;
    text-align: center;
}
.forum-news .topic-title {
    margin-left: 60px;
}
.forum-news .forum-wrap {
    padding-top: 0.5em;
    clear: left;
}
.forum-news {
    padding-bottom: 1.5em;
}

/* BESTS LIST */

.top-teams td, .top-teams th, .best-players td, .best-players th {
    border-bottom:1px solid #DBDBDB;
    font-size: 8pt;
}

.best-players-gray {
    color: #8e8e8e;
}
