/*
	Language selection
*/
div#languageSelection {
	position: relative;
	width: 603px;
	height: 401px;
	margin-top: 20px;
	text-align:left;
	background: transparent url(http://static.tomsgames.com/images/maquette/languageBg.png) no-repeat;
}

p#languageTitle {
	position: relative;
	padding: 20px 0 0 26px;
	font-size: 20px;
	line-height: 30px;
	text-align:left;
}

	p#languageTitle span { font-weight: 700; }
	p#languageTitle a {
		position: absolute;
		top: 50px;
		left: 400px;
		display: block;
		width: 120px;
		height: 37px;
		text-align: center;
		font-size: 18px;
		color: #fff;
		background: transparent url(http://static.tomsgames.com/images/maquette/languageLink.png) no-repeat;
	}
		p#languageTitle a:hover { text-decoration: none; }

p#languageList {
	position: absolute;
	top: 85px;
	left: 26px;
	text-align:left;
}

div#languageSelection ul {
	height: 280px;
	margin: 30px 0 0 55px;
	background: transparent url(http://static.tomsgames.com/images/maquette/languageBg1.jpg) 0 40px no-repeat;
}

	*+html div#languageSelection ul {
		padding: 30px 0 0 0;
		background-position: 0 70px;
	}

div#languageSelection ul li { margin-left: 180px; }
	div#languageSelection ul li img {
		display: block;
		float: left;
		margin: 3px 5px 0 0;
	}

	div#languageSelection ul li a {
		color: #1893d4;
		font-size: 13px;
		font-weight: 700;
		line-height: 22px;
	}

	div#languageSelection ul li span {
		color: #1893d4;
		font-weight: 400;
	}
/* end Language selection */