@import url(/css/play_games.css);

#res_for_all_tpl
{
    width: 660px;
    float: left;
}

#res_for_all_tpl div.outer
{
    width: 320px;
    margin: 0px 0px 20px 0px;
    float: left;
}

#res_for_all_tpl div.outer.lhs
{
    margin: 0px 20px 20px 0px;
}

#res_for_all_tpl div.outer div.header
{
    width: 312px;
    height: 20px;
    padding: 0px 0px 0px 8px;
    line-height: 20px;
    background-image: url(/a/header_320.gif);
}

#res_for_all_tpl div.inner
{
    width: 320px;
    background-color: #161616;
    float: left;
    min-height: 280px;
}

#res_for_all_tpl div.inner div.rated
{
    float: left;
    width: 156px;
    padding: 0px 6px 0px 6px;
}

#res_for_all_tpl div.inner div.rated div.title
{
    padding: 1px 0px 3px 0px;
}

#res_for_all_tpl div.inner div.latest
{
    float: left;
    width: 148px;
    padding: 0px 0px 0px 4px;
}

#res_for_all_tpl div.inner div.latest div.title
{
    padding: 2px 0px 3px 0px;
}

#res_for_all_tpl div.inner div.latest div.list4
{
    width: 148px;
    padding: 0px 0px 6px 0px;
    overflow-x: hidden;
}

#res_for_all_tpl div.inner div.latest div.list4 table
{
    width: 148px;
}

#res_for_all_tpl div.inner div.latest div.list4 table td.pic
{
    width: 44px;
    align: left;
}

#res_for_all_tpl div.inner div.latest div.list4 table td.pic img
{
    border: 1px solid #999999;
}

#res_for_all_tpl div.inner div.latest div.list4 table td.plays
{
    width: 104px;
    align: left;
    vertical-align: bottom;
}

#res_for_all_tpl div.inner div.latest div.list4 table td.votes
{
    align: left;
    padding: 2px 0px 1px 0px;
}

#res_for_all_tpl div.inner div.latest div.list4 table td.votes img
{
    vertical-align: middle;
    padding: 0px 0px 2px 0px;
}

#spotlight_tpl
{
    width: 520px;
}

#spotlight_tpl div.header
{
    width: 504px;
    height: 20px;
    line-height: 20px;
    padding: 0px 8px 0px 8px;
    background-image: url(/a/header_520.gif);
}

#spotlight_tpl div.outer
{
    width: 520px;
/*
    height: 248px;
*/
    text-align: left;
    background-color: #161616;
    overflow: auto;
}

#spotlight_tpl div.outer div.games
{
    float: left;
    padding: 2px 0px 0px 9px;
    background-color: #161616;
}

#spotlight_tpl div.outer div.games div.game
{
    padding: 4px 0px 3px 8px;
    float: left;
    display: inline;
}

