﻿/*
	Contains styles related to games. This file is used by:
	/Spiele-Aktivitaeten/Alle-Spiele.aspx
*/

/* all games adjustments
----------------------------------------------------------------- */

.topgames_wrapper { background:#ffffff; padding:0 0 22px 0px; margin-top:-40px; }
.topgames_wrapper #topgames { display:block; }

.gallery .games_finder { margin:0 0 38px 17px; padding-top:-8px; }
.gallery .games_finder h2 { float:left; }
.gallery .games_finder label { float:left; margin: 4px 10px 0 65px; }
.gallery .games_finder select { float: left; margin: 3px 16px 0 0; width: 200px; }

.gallery ul.games { width:887px !important; height:310px !important; overflow:auto !important;}
.gallery ul.games li { margin-right: 14px; width: 275px; height:114px; overflow:hidden; padding:0;}
.gallery ul.games li h3 { color:#215a7c; margin-bottom:6px; }
.gallery ul.games li h3 a { color:#215a7c !important; }
.gallery ul.games li p { height: 78px; margin-bottom: 12px; overflow: hidden; }
.gallery ul.games li p a { display:block;  }
.gallery ul.games li p a.infos { margin-bottom:6px; }
.gallery ul.games li p img.rating { margin-bottom:5px; }


