ul.games li.game, ul.games li.video, ul.videos li.game, ul.videos li.video {
  position: relative; }

.free_content, .new_content, .exclusive_content {
  position: relative;
  display: block;
  width: 55px;
  height: 30px;
  position: absolute;
  z-index: 10; }

BODY.games .new_content, BODY.videos .new_content {
  background: transparent url(/images/badges/teaser_informals_small.png) no-repeat scroll -60px 0;
  height: 23px;
  width: 47px; }
BODY.games .free_content, BODY.videos .free_content {
  background: transparent url(/images/badges/teaser_informals_small.png) no-repeat scroll;
  height: 23px;
  width: 47px; }

.new_content {
  background-image: url(/images/badges/teaser_informals.png);
  background-position: -70px 0;
  height: 37px;
  right: 0;
  top: -7px;
  width: 68px; }

.free_content {
  background-image: url(/images/badges/teaser_informals.png);
  background-position: 1px 0;
  height: 38px;
  right: 0;
  top: -7px;
  width: 68px; }

BODY.character .free_content, BODY.character .new_content, BODY.character .exclusive_content {
  top: -11px; }

.exclusive_content {
  width: 55px;
  height: 35px;
  background: url(/images/badges/badge_exklusiv.png) no-repeat scroll top left;
  left: 195px;
  top: 37px; }

body.landing_page .featured .free_content {
  top: 117px;
  left: -5px; }
body.landing_page .featured .new_content {
  top: 119px; }

ul li .new_content, ul li .free_content {
  left: 25px;
  top: 131px; }
ul .even .new_content, ul .even .free_content {
  left: 22px; }

BODY.list_games_wasistwas ul li .new_content, BODY.list_games_wasistwas ul li .free_content {
  top: 132px; }

BODY.search ul li .new_content, BODY.search ul li .free_content {
  left: 22px;
  top: 119px; }

.user_log .game_list .payed_content .pay_badge, .user_log .video_list .payed_content .pay_badge {
  top: 0px;
  left: 10px; }
