/*
vsteng different marging than front
*/
.vsteng {
    border-top:1px dashed #D6D4C9;
    height:1px;
    margin:4px 0px 8px 0;
}

.logo_123spill{
    float:right;
}
.search_spill_heading span{
    float:left;
    color:#8E0000;
    padding:9px 0;
    font-size:1.3em;
}
.spill_search .spill_input{    
    width:103px;
    float:left;
}
.spill_search .spill_search_button{
    float:left;
    margin: 0 0 5px 15px;
}   
.games_topp10 .game_item{
    margin-bottom:4px;
    height:50px;
    width:180px;
    clear:both;
}
.games_topp10 .game_item .rank
{
    float:left;
    width:30px;
}
.games_topp10 .game_item .rank a
{
    color:#8E0000;
    line-height:2em;
    font-size:2em;
    font-weight:bold;
    text-align:center;
    margin-top:5px;
    text-decoration:none;
}
.games_topp10 .game_item a img{
    float:left;
    width: 50px;    
    margin-right:5px;
}

.games_topp10 .game_item .title a{
  width:86px;
  font-weight:bold;
  text-decoration:none; 
}
.games_topp10 .game_item .title a:hover{
    text-decoration:underline;
}

