#pageContent {
 margin-bottom: 50px; 
 overflow: hidden;
}
#arcade_header {
}
#games_listing {
 float: left;
 overflow: hidden;
 width: 500px;
}
table#games_titles_only {
 float: left;
 margin: 50px 0;
 width: 500px;
}
#games_titles_only th {
 text-align: left;
}
#games_titles_only th.rating {
 text-align: right;
}
#games_titles_only td {
 background: #171717;
 border-bottom: 1px solid #000;
 color: #adadad;
 font-size: 16px;
 font-weight: 700;
 padding: 10px;
}
#games_titles_only td.rating {
 text-align: center;
 width: 90px;
}
#games_titles_only a:hover {
 color: #fff;
}
#games_full_details {
 list-style: none;
 margin: 40px 0;
 padding: 0;
 width: 500px;
}
#games_full_details div,
#games_full_details object {
 margin-bottom: 20px;
}

div#games_sort_method {
 color: #fff;
 float: right;
 margin-left: 25px;
 overflow: hidden;
 width: 210px;
}
#games_sort_method h2 {
 margin: 50px 0 0;
}
#games_sort_method h2,
#games_titles_only th {
 color: #fff;
 font-size: 14px;
 font-weight: 400;
 line-height: 1;
 padding: 0 0 5px;
}
#games_titles_only th {
 margin: 0;
}
#games_titles_only th a {
 color: #fff;
}
#games_sort_method a,
#games_titles_only a {
 color: #adadad;
 cursor: pointer;
 text-decoration: none;
}
#games_sort_method ul {
 list-style: none;
 margin: 0;
 overflow: hidden;
 padding: 0;
}
#games_sort_method li {
 height: 40px;
 overflow: hidden;
}
#games_sort_method a {
 display: block;
 height: 0;
 line-height: 1;
 overflow: hidden;
 padding: 40px 0 0;
 width: 210px;
}
#link_games_full_details {
 background: url(/images/games/viewBy_fullDetails_hit.gif) no-repeat;
}
#link_games_full_details.inactive {
 background: url(/images/games/viewBy_fullDetails_idle.gif) no-repeat;
}
#link_games_full_details:hover {
 background: url(/images/games/viewBy_fullDetails_over.gif) no-repeat;
}
#link_games_titles_only {
 background: url(/images/games/viewBy_titlesOnly_hit.gif) no-repeat;
}
#link_games_titles_only.inactive {
 background: url(/images/games/viewBy_titlesOnly_idle.gif) no-repeat;
}
#link_games_titles_only:hover {
 background: url(/images/games/viewBy_titlesOnly_over.gif) no-repeat;
}
#link_newest_to_oldest {
 background: url(/images/games/sortBy_old2new_idle.gif) no-repeat;
 /*background: url(/images/games/sortBy_new2old_hit.gif) no-repeat;*/
}
#link_newest_to_oldest.inactive {
 background: url(/images/games/sortBy_new2old_idle.gif) no-repeat;
}
#link_newest_to_oldest:hover {
 background: url(/images/games/sortBy_old2new_over.gif) no-repeat;
}
#link_newest_to_oldest.inactive:hover {
 background: url(/images/games/sortBy_new2old_over.gif) no-repeat;
}
#link_oldest_to_newest {
 background: url(/images/games/sortBy_new2old_idle.gif) no-repeat;
/* background: url(/images/games/sortBy_old2new_hit.gif) no-repeat;*/
}
#link_oldest_to_newest:hover {
 background: url(/images/games/sortBy_new2old_over.gif) no-repeat;
}
#link_oldest_to_newest.inactive {
 background: url(/images/games/sortBy_old2new_idle.gif) no-repeat;
}
#link_highest_star_rating {
 background: url(/images/games/sortBy_lowestStarRat_idle.gif) no-repeat;
}
#link_highest_star_rating.inactive {
 background: url(/images/games/sortBy_highestStarRat_idle.gif) no-repeat;
}
#link_highest_star_rating:hover {
 background: url(/images/games/sortBy_lowestStarRat_over.gif) no-repeat;
 /*background: url(/images/games/sortBy_highestStarRat_over.gif) no-repeat;*/
}
#link_highest_star_rating.inactive:hover {
 background: url(/images/games/sortBy_highestStarRat_over.gif) no-repeat;
}
#link_lowest_star_rating {
/* background: url(/images/games/sortBy_lowestStarRat_hit.gif) no-repeat;*/
 background: url(/images/games/sortBy_highestStarRat_idle.gif) no-repeat;
}
#link_lowest_star_rating:hover {
 background: url(/images/games/sortBy_highestStarRat_over.gif) no-repeat;
 /*background: url(/images/games/sortBy_highestStarRat_hit.gif) no-repeat;*/
}