@charset "utf-8";
/* CSS Document */

#content_game {
	padding:10px 60px;
}
#content_game h2 { /*Game logo*/
	float:left;
	text-align:center;
}
#content_game h2.WP7 {
	float:left;
	text-align:center;
	width:240px;
	margin-left:30px;
}
#content_game h2 p { /*game information*/
	text-align:left;
	font-size:13px;
	border:1px solid #CCC;
	background-color:#EEE;
	padding:5px 10px;
	width:220px;
	margin:10px auto;
	line-height:170%;
}
#content_game h2 p.wp7 { /*game information*/
	width:220px;
}
#content_game h3 {
	margin-left:320px;
	line-height:130%;
}
#content_game h3 strong.title { font-size:21px;}
#content_game h3 img.AppFor {position:relative; top:10px; margin:0 0 0 10px;}
#content_game h3 ul {
	margin:20px;
}
#content_game h3 li {
	margin:5px 0;
}
#content_game h3 a {font-size:13px; color:#06C; text-decoration:none;}
#content_game .video_title {
	background:url(../images/point_2.jpg) 0 4px no-repeat;
	padding-left:25px;
	margin:20px 0 5px 10px;
}
.demo_intro {
	background:url(../images/Demo_tip_bg.gif) no-repeat;
	height:120px;
	padding:10px;
}
.demo_intro h5 {
	margin:0 0 0 250px;
	background-color:#FFF;
	font-weight:normal;
	padding:5px 5px 5px 10px;
}
.demo_intro h5 p.warning {
	background:url(../images/attention-icon.png) no-repeat 0 2px;
	padding:5px 0 5px 35px;
	font-size:15px;
	margin:0;
	line-height:150%;
}
.demo_intro h5 p.tip {
	background:url(../images/help-icon.png) no-repeat 0 8px;
	padding:5px 0 5px 35px;
	font-size:15px;
	margin:0;
	line-height:150%;
}
