@charset "utf-8";
/*================遊戲專用===================*/
/*遊戲資訊*/
.gameIntro .mainPic {
	float:left;
	width:310px;
	height:200px;
}
/*.mainPic2++wind++*/
.gameIntro .mainPic2 {
	float:left;
	padding:5px;
	background-color:#FFF;
	border:#CCC solid 1px;
}
.gameIntro .blk_info {
	float:left;
	width:360px;
	overflow:hidden;
}
.gameIntro .blk_info h2 {
	background-image:url(../Images/default/gameInfo_h2_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	height:25px;
	line-height:25px;
	padding:0 30px 0 10px;
	margin:0;
	color:#065aaf;
	font-weight:normal;
}
.gameIntro .blk_info .text {
	float:left;
	line-height:1.8em;
	padding-left:10px;
}
.gameIntro .blk_info .screen {
	float:left;
	width:260px;
	height:65px;
	padding-left:10px;
	margin-top:20px;
}
.gameIntro .blk_info .screen img {width:70px; height:55px; border:#CCC 5px solid; margin-right:5px;}
.gameIntro .blk_info .btn_startGame a {
	float:right;
	width:90px;
	height:110px;
	background-image:url(../Images/default/btn_startGame.gif);
	background-repeat:no-repeat;
	text-indent:-999999px;
}
.gameIntro .blk_info ul.otherLink {
	position: absolute;
	height:20px;
	width:375px;
	margin-left:10px;
	margin-top:-15px;
}
.gameIntro .blk_info ul.otherLink li {
	background-image:url(../Images/default/icon_03.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:14px;
	margin-right:8px;
	float:left;
}
.gameIntro .blk_info ul.otherLink a:link, .gameIntro .blk_info ul.otherLink a:visited { color:#6f6f6f;}
.gameIntro .blk_info ul.otherLink a:hover { color:#03c0e9;}
/*遊戲分類列表*/
.gameType ul.games {margin-bottom:20px; float:left;}
.gameType ul.games li { float:left; width:160px; height:100px; margin-left:12px; margin-top:10px; background-image:url(../Images/default/gamePic_none.gif); background-repeat:no-repeat;}
.gameType ul.games li.first {
	margin-left:0px;
}
.gameType ul.games .gamePic { position: absolute; width:160px; height:100px;}
.gameType ul.games .gamePic.none {display:none;}
.gameType ul.games .name { position:absolute;
	background-image:url(../Images/default/games_name_bg.png);
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
	padding:0 8px;
	margin-top:70px;
	color:#333;
}
.gameType ul.games .mask {
	position:absolute;
	width:150px;
	height:90px;
	filter:alpha(opacity=50);       /* IE */ 
	-moz-opacity:0.5;  
	opacity:0.5;
	border:#FFF 5px solid;
}
.gameType ul.games .label {
	position:absolute;
	width:36px;
	height:36px;
	margin-top:64px;
	margin-left:124px;
}
.gameType ul.games .label.new {	background-image:url(../Images/default/games_label_new.png);}
.gameType ul.games .label.hot {	background-image:url(../Images/default/games_label_hot.png);}
.gameType ul.games .label.cb {	background-image:url(../Images/default/games_label_cb.png);}
.gameType ul.games .label.ob {	background-image:url(../Images/default/games_label_ob.png);}
.gameType ul.games .otherLink {
	position: absolute;
	z-index:100;
	width:154px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	margin-top:100px;
	padding-top:5px;
	padding-left:5px;
	background-image:url(../Images/default/games_otherLink_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	display:none;
	border:#FFF 1px solid;
	-webkit-box-shadow: #666 1px 1px 8px;
    -moz-box-shadow: #666 1px 1px 8px;
    box-shadow: #666 1px 1px 8px;
}
.gameType ul.games .otherLink a:link, .gameType ul.games .otherLink a:visited {
	display:inline-block;
	width:75px;
	height:20px;
	line-height:20px;
	color:#000;
	padding: 0;
	text-align:center;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	overflow:hidden;
}
.gameType ul.games .otherLink a:hover {
	color:#FFF;
	background-color:#000;
	text-decoration:none;
}
.gameType ul.games .otherLink a.btn_play:link, .gameType ul.games .otherLink a.btn_play:visited {
	width: 55px;
	height:55px;
	text-indent:-999999px;
	background-image:url(../Images/default/btn_play.gif);
	_background-image:url('');
	background-position:0 0;
	padding:0;
	float:right;
	margin-right:0px;
	margin-bottom:0px;
}
.gameType ul.games .otherLink a.btn_play:hover {
	background-color: transparent;
	background-position:0 -55px;
}
#patcherDownload {
	background-image:url(../Images/default/patcher_download_bg.jpg);
	background-repeat:no-repeat;
	width:670px;
	height:200px;
}
#patcherDownload a.button {
	margin-left:400px;
	margin-top:120px;
}