/* CSS Document */
div.container_box {
    width: 100%;
    float: left;
	display: block;
	overflow: auto;
	background:#fff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
    margin-bottom: 5px;
}
div.container_box_title{
	background: #fbfbfb;
    border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	color:#666;
    height: 45px;
    line-height: 45px;
    color: #666;
    font-size: 16px;
    padding: 0px 10px;
    font-weight: 400;
    position: relative;
	overflow: hidden;
}
div.container_box_title a{
    color: #666;
	text-decoration:none;
}
div.container_box_content{
	width:100%;
	line-height:20px;
	padding:5px 0 0 10px;
	color:#666;
	font-size:14px;
	box-sizing:border-box;
	display: block;
	overflow: auto;
}
div.container_box_content h1{
	color:#333;
	font-size:16px;
}
div.container_box_content a{
	color:#666;
	text-decoration:none;
}
div.container_box_content a.playBTN{
    margin: 0px 10px 10px 10px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    position: relative;
	width:180px;
    height: 45px;
    line-height: 45px;
    display: inline-block;	
}
div.container_box_content a.playonlineBTN{
	background: #6dd829;
}
div.container_box_content a.playwalkthroughBTN{
	background: #ed931b;
}
div.container_box_content a.playBTN i {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
	margin-top:10px;
	margin-right:10px;
    height: 15px;
    width: 75px;
    direction: ltr;
    position: relative;
}
.stars span.score {
    display: block;
	padding-top:10px;
    background: url(../fonts/stars.svg) repeat-x;
    height: 15px;
    width: 75px;
}
div.Advertisement {width:100%;display:block;background:#fff;color:#666;text-align:center;clear:both;margin:0px auto 10px auto;box-sizing:border-box;font-size:12px;}
div.Walkthrough_Text {width:100%;height:35px;line-height:35px;clear:both; box-sizing: border-box;}
div.Walkthrough_Text div.Walkthrough_Title {float:left;padding-left:10px;height:35px;width: calc(100% - 100px);overflow:hidden;}

div.Walkthrough_withThumb {width:100%;height:80px;line-height:70px;clear:both; box-sizing: border-box;}
div.Walkthrough_Thumb{ float:left;width:70px;margin:5px;}
div.Walkthrough_Thumb img{ width:70px; border-radius:10px;}
div.Walkthrough_withThumb div.Walkthrough_Title {float:left;height:65px;line-height:20px;margin-top:5px;width: calc(100% - 170px);overflow:hidden;color:#666;font-size:14px;}
div.Walkthrough_withThumb div.Walkthrough_Title div.gamename{margin-top:8px;line-height:20px;width: 100;height:20px;overflow:hidden;}
div.Walkthrough_withThumb .stars {
	margin-top:30px;
}


div.Walkthrough_Content{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	text-align:center;
    display: block;
    overflow: auto;
}
div.Walkthrough_Content div.gameinfo{
	width:100%;clear:both;text-align:left;
}
div.Walkthrough_Content div.gameinfo div.gameinfo_thumb{
	float:left;width:95px;
	padding:0 10px 0 0;
}
div.Walkthrough_Content div.gameinfo div.gameinfo_thumb img{
	width:95px;
	border-radius:10px;
}
div.Walkthrough_Content h1{
	font-size:16px;
}
div.Walkthrough_Content h1.Title{
	font-size:18px;
	padding-bottom:5px;
}
div.Walkthrough_Content h2{
	font-size:14px;
}
div.Walkthrough_Content_Data{
	float:left;
	width:100%;
	text-align:left;
}
div.Walkthrough_Content_Data img{
	min-width:280px;
	max-width:100%;
	clear:both;
	display:block;
	margin:0 auto;
}
div.Walkthrough_Content_Data_Rate{
	float:left;
	width:100%;
	text-align:center;
	font-size: 13px;
    color: #6d41ff;
	line-height:32px;
}