/*
#menu ul .m3 a {		background-position:-280px 0px;}
*/
#menu ul .m3 a {		background-position:-280px 0px;}
a {
	color:#1990ff;
	text-decoration:underline;
}
a:hover {
	color:#1990ff;
	text-decoration:none;
}


#maintop {
	width:950px;
	height:50px;
	margin:0 auto;
	background:url(/en/common/img/v2/sprite_base.png) 0px -250px no-repeat;
	margin-top:5px;
}
#maintop h1 {
	width:950px;
	height:50px;
	background:url(/en/common/img/v2/main_title.png) 0px 0px no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#main {
	margin-bottom:20px;
}







#gamelist {
	min-height:300px;
}

	#gamelist .gclear{
		clear:both;
		width:910px;
	}
	#gamelist ul {
		border-top:solid 1px #dddddd;
	}
	#gamelist ul li {
		border-bottom:solid 1px #dddddd;
		height:90px;
		overflow:hidden;
	}
	#gamelist ul li:hover {
		background:#eeeeee;
	}
	#gamelist ul .release:hover,#gamelist ul .prerelease:hover {
		background:#e9fff0;
	}
	
	#gamelist ul li .gamepage {
		background:url(/en/common/img/v2/sprite_base.png) -800px -400px no-repeat;
		display:block;
		height:90px;
		float:left;
		width:770px;
		position:relative;
		text-decoration:none;
	}
	
	#gamelist ul a:hover {
		cursor:pointer;
	}
	
	#gamelist ul li .title {
		display:block;
		height:90px;
		width:770px;
	}
	#gamelist ul li h3{
		font-size:18px;
		font-weight:bold;
		color:#333333;
		position:absolute;
		top:35px;
		left:85px;
		text-align:left;
	}
	#gamelist ul .release h3{
		color:#333333;
		top:30px;
		left:85px;
		text-align:left;
	}
	
	#gamelist ul li a{
		text-decoration:none;
		color:#333333;
	}
	#gamelist ul li .name{
		color:#333333;
		font-size:18px;
		font-weight:bold;
		position:absolute;
		top:35px;
		left:85px;
	}
	#gamelist ul .release .name{
		color:#333333;
		top:25px;
	}
	#gamelist ul .release .detail{
		color:#666666;
		font-size:10px;
		font-weight:bold;
		position:absolute;
		top:50px;
		left:85px;
	}
	
	#gamelist ul li .appstore,
	#gamelist ul li .applink {
		display:block;
		height:90px;
		float:left;
		width:140px;
		background:url(/en/common/img/v2/sprite_base.png) 0px -600px no-repeat;
		text-indent:-9999px;
		overflow:hidden;
	}
	#gamelist ul li .appstore:hover {
		background-position:-200px -600px;
	}
	#gamelist ul li .applink {
		background-position:0px -690px;
	}
	#gamelist ul li .applink:hover {
		background-position:-200px -690px;
	}
	#gamelist ul li .soon {
		text-indent:0px;
		width:140px;
		height:90px;
		line-height:90px;
		float:right;
		text-align:center;
		font-size:14px;
	}
	#gamelist ul li .price {
		text-indent:0px;
		width:200px;
		height:90px;
		line-height:90px;
		float:right;
		text-align:left;
		font-size:16px;
		color:#666666;
	}
	#gamelist ul li .free {
		font-weight:bold;
		color:#cc0000;
	}
	#gamelist ul li .category {
		text-indent:0px;
		width:180px;
		height:90px;
		line-height:90px;
		float:right;
		text-align:center;
		font-size:14px;
		color:#666666;
		position:absolute;
		left:500px;
	}
	

	
.prlink a {
	display:block;
	width:600px;
	height:30px;
	line-height:30px;
	color:#1990ff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	margin:0px auto;
}
.prlink a:hover {
	text-decoration:underline;
}








