/* CSS Document */

div.container {
    margin: 10px auto 10px auto;
    text-align: left;
    width: 1260px;
    border-bottom: none;
    margin-bottom: 60px;
	display: block;
	overflow: auto;
}
div.container_left {
    width: 890px;
    float: left;
	display: block;
	overflow: auto;
	background:#fff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
    margin-bottom: 20px;
}
div.container_right {
    width: 350px;
    margin-left: 10px;
    float: left;
	display: block;
	overflow: auto;
	margin-bottom:40px;
	background:#fff;
	color:#666;
}
div.container_left_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_left_box_title a{
    color: #666;
}
div.container_left_box_content{
	width:100%;
	line-height:25px;
	padding:5px 0 0 10px;
	color:#666;
	font-size:14px;
	box-sizing:border-box;
	display: block;
	overflow: auto;
}
div.container_left_box_content h1{
	color:#333;
}
div.container_left_box_content a{
	color:#666;
}
div.container_left_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_left_box_content a.playonlineBTN{
	background: #6dd829;
}
div.container_left_box_content a.playwalkthroughBTN{
	background: #ed931b;
}
div.container_left_box_content a.playBTN i {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(/images/blue/icon-social.png) top center no-repeat;
}
div.container_left_box_content a.playonlineBTN i {
    background-position: center -128px;
    vertical-align: -10px;
}
div.container_left_box_content a.playwalkthroughBTN i {
    background-position: center -160px;
    vertical-align: -10px;
}
div.container_left_box_content div.thumb {	
	width:170px;
	height:170px;
	margin:5px 2px 5px 2px;
}
div.container_left_box_content div.thumb a img {
	width:170px;
}


div.container_right_box_title{
	background: #fbfbfb;
    border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
    height: 45px;
    line-height: 45px;
    color: #666;
    font-size: 18px;
    padding: 0px 10px;
    font-weight: 400;
    position: relative;
	text-align:left;
}

div.container_right_box_content{
	padding-bottom:10px;
	color:#666;
}

div.thumbwithtext{
	clear: both;
    width: 100%;
    height: 80px;
	overflow:hidden;
}
div.thumbwithtext a{
	color:#666;
	font-size:14px;
}
div.thumbwithtext img{
	width: 70px;
    border-radius: 10px;
    margin: 10px 10px 0 5px;
    float: left;
}
div.thumbwithtext div.tags{
	padding-top:10px;
	line-height:20px;
	width:260px;
	height:20px;
	overflow:hidden;
  	text-overflow:ellipsis;
}

.stars {
    background: url(/images/blue/star.svg) repeat-x;
	margin-top:10px;
	margin-right:10px;
    height: 15px;
    width: 75px;
    direction: ltr;
    position: relative;
}
.stars span.score {
    display: block;
	padding-top:10px;
    background: url(/images/blue/stars.svg) repeat-x;
    height: 15px;
    width: 75px;
}
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:780px;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:35px;margin-top:5px;width:650px;overflow:hidden;color:#666;font-size:14px;}
div.Walkthrough_withThumb div.Walkthrough_Title div.gamename{line-height:20px;width:600px;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:830px;
	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:40px;
	padding-top:60px;
	font-size: 13px;
    color: #6d41ff
}
div.Walkthrough_Content_Data_Rate img{
	cursor:pointer;
}

@media screen and (max-width: 1200px) {
	div.top{
		width:900px;	
	}
	div.top_search{display:none;}
	div.container {
    margin: 10px auto 10px auto;
    text-align: left;
    width: 900px;
    border-bottom: none;
    margin-bottom: 60px;
	display: block;
	overflow: auto;
}
div.container_right {
    display:none;
}
}