.hor_line {
    width:100%;
    height:4px;
    font-size:1px;
    min-width: 480px;
    background-image: url('../images/line_h.gif');
    clear: both;
}
.heroes_tournaments_box {
    text-align: center;
}
.heroes_tournaments_desc {

}
.heroes_list {
    padding-top: 20px;
    margin-bottom: 20px;
	 float: left;
}
.heroes_list_item {
    float: left;
    text-align:center;
    font-weight: bold;
    font-size: 14pt;
    padding-left: 25px;
}
.heroes_list_item a {
    text-decoration: none;
    color: #CC0000;
}
.heroes_list_item a:hover {
    text-decoration: none;
    color: #FFCC00;
}
.heroes_list_item_img {
    border: 0px;
}
.heroes_tournaments_box_title {
    text-decoration: none;
}