/* GAMES */

/* GREY OUTLINE */
div#_top { height: 55px; background: url(/gfx/games/body_top.png) no-repeat;}
div#_middle { background: url(/gfx/games/body_middle.png); background-repeat: repeat-y;}
div#_bottom { height: 95px; background: url(/gfx/games/body_bottom.png) no-repeat;}

/* TITLE */
h2#page_title { 
    text-indent: -9999px;
    background: url(/gfx/games/title.png) no-repeat;
    width: 470px;
    height: 89px;
    position: relative;
    left: 28px;
    top: 10px;
}

/* SEARCH AND SORT BARS */
div#sort {
    background: url(/gfx/games/sort.png) no-repeat;
    height: 75px;
    width: 304px;
    position: absolute;
    top: 186px;
    left: 570px;
}

form#search_form {
    position: absolute;
    left: 95px;
    top: 2px;
}
form#search_form input {
    border: none;
    background: none;
}
input#submit_button {
    position: relative;
    left: 16px;
    width: 45px;
    height: 30px;
    cursor: pointer;
    border: 1px solid yellow;
    text-indent: -9999px;
    outline: none;
}

ul#sortlist {
    position: relative;
    top: 43px;
    left: 3px;
}
ul#sortlist li {
    height: 25px;
    width: 25px;
    float: left;
    margin-right: 5px;
}
ul#sortlist a {
    display: block;
    height: 25px;
    width: 25px;
    text-indent: -9999px;
}
li#puzzle { background: url(/gfx/games/icons/puzzle.png) no-repeat; }
li#action { background: url(/gfx/games/icons/action.png) no-repeat; }
li#adventure { background: url(/gfx/games/icons/adventure.png) no-repeat; }
li#strategy { background: url(/gfx/games/icons/strategy.png) no-repeat; }
li#family { background: url(/gfx/games/icons/family.png) no-repeat; }
li#fighter { background: url(/gfx/games/icons/fighter.png) no-repeat; }
li#music { background: url(/gfx/games/icons/music.png) no-repeat; }
li#rpg { background: url(/gfx/games/icons/rpg.png) no-repeat; }
li#sport { background: url(/gfx/games/icons/sport.png) no-repeat; }
li#all { background: url(/gfx/games/icons/all.png) no-repeat; }

li#puzzle.inactive { background: url(/gfx/games/icons/puzzle_off.png) no-repeat; }
li#action.inactive { background: url(/gfx/games/icons/action_off.png) no-repeat; }
li#adventure.inactive { background: url(/gfx/games/icons/adventure_off.png) no-repeat; }
li#strategy.inactive { background: url(/gfx/games/icons/strategy_off.png) no-repeat; }
li#family.inactive { background: url(/gfx/games/icons/family_off.png) no-repeat; }
li#fighter.inactive { background: url(/gfx/games/icons/fighter_off.png) no-repeat; }
li#music.inactive { background: url(/gfx/games/icons/music_off.png) no-repeat; }
li#rpg.inactive { background: url(/gfx/games/icons/rpg_off.png) no-repeat; }
li#sport.inactive { background: url(/gfx/games/icons/sport_off.png) no-repeat; }
li#all.inactive { background: url(/gfx/games/icons/all_off.png) no-repeat; }

.inactive a { }

ul#gameslist { margin-left: 20px; margin-top: 12px; padding-bottom: 10px;}
ul#gameslist li { display: inline; margin-right: -1px; }
li#no_results { display: block; font-size: 14px; text-indent: 12px; margin-left: 10px; color: #000000;}

p#sale_advert {
    background: url(/gfx/games/sale_advert.jpg) no-repeat;
    text-indent: -9999px;
    width: 665px;
    height: 157px;
    display: block;
    position: absolute;
    top: 442px;
    left: 226px;
}