@charset "iso-8859-1";

body{
	margin:0;
	padding:0;
	background:#efefef url(bg.png) center 0 repeat-y;
	font: small/150% arial,helvetica,clean,sans-serif;
}
h1,h2,form{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}

h2{
	margin:15px 10px 5px 5px;
	float:right;
	font-size:15px;
	color:#999;
}

#head{
	width:1000px;
	height:120px;
	overflow:hidden;
	margin:0 auto;
	background-color:#e8e7ef;
	background-image:url(head_bg.gif);
}

#head img#logo{
	float:left;
}
#head #languagemenu, #head #menu{
	float:right;
	width:780px;
	margin:5px 0;
}
#head #languagemenu{
	height:11px;
	text-align:right;
	color:#999;
	font:11px/100% Verdana, Geneva, sans-serif;
}
#head #languagemenu img{
	margin:0 5px;
}
#head #menu{
	text-align:right;
	color:#ccc;
	font-size:14px;
	line-height:180%;
	font-weight:bold;
}
#head #menu a{
	color:#da251d;
}
#head #menu a:hover{
	color:red;
}
#head h2{
	width:980px;
	text-align:right;
}
#foot{
	clear:both;
	width:1000px;
	height:37px;
	line-height:30px;
	background-image:url(foot_bg.gif);
	margin:0 auto;
	text-align:right;
	color:#666;
}
#foot a{
	color:blue;
}

#head_roll{
	width:1000px;
	margin:0 auto;
	padding:0;
	background-color:white;
	overflow:hidden;
}
#head_roll div{
	clear:both;
	margin:5px;
	border:1px solid #f60;
	border-radius:5px;
	overflow:hidden;
}
#head_roll a.prev, #head_roll a.next, #head_roll ul{
	float:left;
	display:block;
}
#head_roll a.prev, #head_roll a.next{
	margin:0;
	padding:0;
	width:15px;
	height:150px;
	background:white url(/hgl/images/next_bg.gif) 0 center no-repeat;
}
#head_roll a.next{
	float:right;
	background-position:right;
}

#head_roll ul{
	margin:5px 1px;
	padding:0;
	width:955px;
	overflow:hidden;
}
#head_roll li{
	margin:5px 4px;
	padding:0;
	display:block;
	float:left;
	list-style:none;
}
#head_roll img{
	display:block;
	border-radius:5px;
	box-shadow:2px 3px 0px #999;
}
#head_roll img:hover{
	opacity: 0.7;
}

#index_link{
	margin:5px auto;
	padding:5px;
	width:980px;
	text-align:center;
	background-color:#fff;
}

#main{
	overflow:hidden;
	width:990px;
	padding:2px 5px 2px 5px;
	margin:auto;
	margin:0 auto;
	background-color:#fff;
}
#main #left{
	width:826px; float:left;
}
#main #right{
	width:160px; margin-left:4px; float:right;
}
h1{
	clear:both;
	margin:5px 5px 5px 0;
	padding-left:15px;
	height:35px;
	line-height:35px;
	font-size:large;
	color:#aa0c09;
	background:#f9f9f9 url(h1_bg.gif);
}
h1 span{
	display:block;
	float:right;
	width:90px;
	padding-left:10px;
	background-image:url(h1_bg_right.gif);
	text-align:center;
	font-weight:normal;
	/*For IE*/
	*position:relative;
	*top:-35px;

}
h1 span a{
	color:#ff663a;
}
h1 span a:hover{
	color:#f00;
}

.index_box{
	float:left;
	margin:5px;
	border: 1px solid #ccc;
	border-bottom:0;
	border-radius:5px 5px 0 0;
	background:#fff url(box_content_bg.gif) center bottom no-repeat;
}
.index_box:hover{
	margin:3px 6px 7px 4px;
	box-shadow:2px 2px 4px #666;
}
.index_box a{
	display:block;
	overflow:hidden;
	width:263px;
	height:150px;
}
.index_box a *{
	cursor:pointer;
}
.index_box .name{
	overflow:hidden;
	height:25px;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	background-repeat:no-repeat;
	padding-left:5px;
	color:#f60;
}
.index_box .name:hover{
	color:red;
}
.index_box img{
	float:left;
	margin:5px;
	border-radius:10px;
	box-shadow: 2px 4px 2px #555;
}
.index_box .desc{
	float:right;
	margin:5px;
	width:155px;
	height:110px;
	overflow:hidden;
	line-height:140%;
	color:#333;
}

.list{
	clear:both;
}
.list .name{
	height:25px;
	line-height:25px;
	font-size:15px;
	font-weight:bold;
}
.list .name a{
	color:#ff6600;
}
.list .name a:hover{
	color:red;
}
.list img{
	float:left;
	margin:5px;
	border-radius:10px;
	box-shadow: 2px 4px 2px #555;
}
.list .desc{
	margin:5px;
	float:right;
	color:#000000;
	text-align:justify;
	width:710px;
}
.list a.more{
	clear:both;
	width:260px;
	margin-right:5px;
	display:block;
	float:right;
	text-align:right;
	color:#ff6600;
	font-weight:bold;
}
.list a.more:hover{
	color:red;
}
.list hr{
	clear:both;
}

.list_page{
	float:right;
}
.list_page div{
	font-weight:bold;
	border:1px solid #dee7eb;
	margin:2px 3px 2px 3px;
	padding:2px 5px 2px 5px;
	float:left;
}
.list_page div.current{
	background-color:#f4f4f4;
}
.list_page div.other{
	background-color:white;
}
.list_page div.none{
	background-color:#f4f4f4;
}

.list_page a{
	color:#0000cc;
	text-decoration:none;
}


.col1, .col2, .col3{
	float:left;
	margin:0 5px;
	overflow:hidden;
}
.col1{
	width:200px;
	text-align:center;
}
.col2{
	width:310px;
	text-align:center;
}
.col3{
	width:285px;
}

.buttonDownload, .buttonBuy{
	display:block;
	margin:5px auto;
	width:180px;
	text-decoration:none;
	color:green;
	font:20px/150% Verdana, Arial, Helvetica, sans-serif;
}
.buttonDownload img, .buttonBuy img{
	float:left;
}
.buttonDownload:hover, .buttonBuy:hover{
	text-decoration:underline;
}

.img_feature{
	display:block;
	margin:0 auto;
	border-radius:10px;
	box-shadow:0 0 10px #000;
}

.desc{
	line-height:150%;
	text-align:justify;
}

.online_game{
	margin:10px;
}
.online_game .asd_728{
	width:728px;
	margin:10px auto;
}

.online_game dl{
	display:block;
	overflow:hidden;
}
.online_game dl dt, .online_game dl dd{
	float:left;
	margin:0;
	padding:0;
}
.online_game dl dt{
	margin-right:5px;
	font-weight:bold;
}
.online_game dl dd{
	margin-right:20px;
}

.online_game .show, .online_game .asd_336{
	width:50%;
	overflow:hidden;
	text-align:center;
	float:left;
}
.online_game .asd_336 img, .online_game .asd_336 iframe{
	margin:0 auto;
}
.online_game .show img{
	display:block;
	margin:0 auto;
	padding:10px;
	border:2px solid #bbb;
	border-radius:10px;
}
.online_game .show a.play{
	display:block;
	margin:10px auto;
	width:200px;
	height:40px;
	background-color:#ee5500;
	border:2px solid #d83100;
	border-radius:5px;
	font:bold 18px/40px Verdana, Geneva, sans-serif;
	text-align:center;
	color:white;
}
.online_game .show a.play:hover{
	background-color:#f85e00;
	box-shadow:0 0 5px #f85e00;
}

.online_game .longdesc{
	clear:both;
}

#load_total{
}
#load_percent{
	width:10px;
	height:10px;
	background-color:#0e90d2;
}

#right{
}
#right img{
	margin:10px auto;
	border-radius:10px;
	box-shadow: 2px 4px 2px #555;
}

.banners{
	margin:0 auto;
	width:1000px;
	height:100px;
	background-color:white;
}
.banners .b80, .banners .b100{
	width:100px;
	height:100px;
	float:left;
}
.banners .b80 img{
	margin:10px;
}
