
#allGames
{
	padding: 0 20px;
}

#allGames > ul > li {
	background-color: white;
	width: 305px;
  	min-height: 440px;
	display: -moz-inline-stack;
	display: inline-block;
    vertical-align: top;
    margin: 0 15px 30px 0;
    zoom: 1;
    *display: inline;
    _height: 300px;
    font-size: small;
    position: relative;
    padding-bottom: 20px;
}

#allGames > ul > li.game.last
{
	margin-right: 0px;
}

li.screenshot
{
	background-color: #888;
	height: 200px;
	position: relative;
	z-index: 0;
}

div.playButton
{
	position: absolute;
	background-repeat: no-repeat;
	background-position: top;
	bottom: 20px;
	right: 15px;
	z-index: 1;
}

div.playButton a
{
	font-family: Helvetica Neue, Verdana;
	color: #FFFFFF;
	padding: 7px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #2EB8CC;
}
div.playButton a:hover
{
	background-color: #67D5E0;
}

li.gameinfos
{
	line-height: 1.4em;
	font-weight: bold;
	font-style: italic;
}
li.gameinfos h2
{
	font-style: normal;
	margin-bottom: 5px;
}

div.gameUrl
{
	position: absolute;
	bottom: 12px;
	width: 100%;
	left: 0;
	color: white;
	background-image: url('/images/design/fond_url.png');
	background-repeat: no-repeat;
	padding: 6px 0 10px 15px;
	font-family: caviar;
	font-weight: bold;
}

#allGames > ul > li ul li
{
	margin-bottom: 10px;
	padding: 5px;
	color: #333;
}

a.appleButton, a.androidButton, a.amazonButton, a.windowsButton
{
	display: inline-block;
	width: 39px;
	height: 39px;
	background-repeat: no-repeat;
	opacity: 0.5;
	margin-right: 5px;
	position: absolute;
	bottom: 10px;
}
a.appleButton:hover, a.androidButton:hover, a.amazonButton:hover, a.windowsButton:hover
{
	opacity: 1;
}

a.appleButton
{
	background-image: url('/images/design/bt_apple.png');
}
a.androidButton
{
	background-image: url('/images/design/bt_android.png');
}
a.amazonButton
{
	background-image: url('/images/design/bt_amazon.png');
}
a.windowsButton
{
	background-image: url('/images/design/bt_windows_phone.png');
}

li.platforms a.mobile1
{
	left: 10px;
}
li.platforms a.mobile2
{
	left: 55px;
}
li.platforms a.mobile3
{
	left: 100px;
}
li.platforms a.mobile4
{
	left: 145px;
}

li.platforms > a
{
	bottom: 35px;
}

li.platforms
{
}

div.fb-like
{
	position: absolute;
	bottom: 5px;
	right: 10px;
	height: 25px;
}
