@charset "utf-8";
/* CSS Document */
#contentRow3{	/*第三内容行：导航标题行*/
	background-image:url(../images/menu_g.gif);
	}
#contentRow4 #line1{
	background-image:url(../images/ggamebagAD_03.png);
	background-position:0px 0px;
	}
#contentRow6{	/*第六内容行：详细页面正文*/
	height:auto;
	width:960px;
	margin:0px auto;
	position:relative;
	clear:left;
	}
#contentRow6 #left{
	float:left;
	width:700px;
	margin-bottom:10px;
	clear:left;
	}
#contentRow6 #content1{
	width:700px;
	height:12px;
	float:left;
	}
#contentRow6 #cont2{
	height:250px;
	width:700px;
	float:left;
	}
#contentRow6 #cont2 #cont2No1{
	height:230px;
	width:245px;
	float:left;
	padding-top:5px;
	text-align:center;
	}
#contentRow6 #cont2 #cont2No2{
	height:130px;
	width:270px;
	float:left;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
	line-height:25px;
	}
#contentRow6 #cont2 #cont2No3{
	height:130px;
	margin-left:0px;
	margin-right:0px;
	float:left;
	text-align:left;
	padding-top:5px;
	line-height:25px;
	}
#contentRow6 #cont3{
	border-bottom:1px solid #c2dfae;
	height:32px;
	float:left;
	width:700px;
	text-align:left;
	}
#BuyPlan{
	width:450px;
	float:left;
	}
#BuyPlanIntro{
	width:100%;
	float:left;
	height:27px;
	line-height:27px;
	text-align:center;
	border-bottom:1px dashed #aaaaaa;
	border-top:1px dashed #aaaaaa;
	}
#BuyPlanInto{
	float:left;
	width:270px;
	padding-top:20px;
	padding-left:40px;
	text-align:left;
	line-height:25px;
	}
#BuyPlanSend{
	float:left;
	text-align:left;
	width:100px;
	margin-top:30px;
	}
#contentRow6 #content4{		/*游戏介绍我文字内容*/
	float:left;
	height:auto;
	width:700px;
	font-size:14px;
	text-align:left;
	line-height:25px;
	text-indent:0px;
	}
#contentRow6 #content5{
	float:left;
	width:700px;
	height:32px;
	border-bottom:1px solid #c2dfae;
	text-align:left;
	}
#contentRow6 #cont6{
	float:left;
	width:700px;
	height:auto;
	padding:10px 0px;
	text-align:center;
	}
#contentRow6 #cont7{
	float:left;
	width:700px;
	height:37px;
	background-image:url(../images/pjBG.gif);
	background-repeat:no-repeat;
	}
#contentRow6 #cont8{
	float:left;
	border-left:1px solid #5eb117;
	border-right:1px solid #5eb117;
	height:auto;
	width:698px;
	}
#contentRow6 #cont8 #cont8No1{
	margin:0px;
	float:left;
	width:230px;
	padding:10px;
	}
#contentRow6 #cont8 #cont8No2{
	margin:0px;
	float:left;
	width:420px;
	padding:20px 5px 0px 5px;
	}
.cont8NO2Map{
	width:95px;
	float:left;
	height:auto;
	line-height:20px;
	padding:0px 5px;
	text-align:center;
	}
#contentRow6 #cont8 #cont8No3{
	margin:0px;
	float:left;
	width:698px;
	}
/*猜您还喜欢？选项卡控件样式*/
/*样式修改时修改相应的ID选择器的值和CLASS选择器的值，再对样式效果做相应修改*/
#LikeTab {		/* 最外面DIV的样式 */
	width:698px;	/*选项卡的标题宽度*/
	background-image:url(../images/leftTag_06.gif);
	background-repeat:repeat-x;
	float:left;
	over-flow:hidden	/*溢出内容会被修剪，并且其余内容是不可见的。*/
}
#LikeTab a{ 
}
div.LikeTabTitle{	/*标题框架*/
	height:31px;
	vertical-align:text-bottom;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:5px;
	margin-right:0px;
	padding:0px;
	border:0px;
	}
#LikeTab span{
	font-size:12px;
	float:left;
	width:107px;		/*选项卡标题宽度*/
	height:31px;	/*选项卡标题高度*/
	line-height:31px;
	text-align:center;
	margin-right:2px;	/*标题间距*/
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	cursor:pointer;
	over-flow:hidden		/*多款浏览器不支持*/
	 
}
#LikeTab span.LikeTabclickNo {	/*事件激活前效果*/
	 font-weight:normal;
	 color:#418000;
	 background-image:url(../images/leftTag_04.gif);
	 background-repeat:no-repeat;
}
#LikeTab span.LikeTabclickOn { 	/*事件激活后效果*/
	color:#fff;
	font-weight:bold;
	background-image:url(../images/leftTag_02.gif);
	background-repeat:no-repeat;
	
}
#LikeTab DIV.LikeTab_none {	/*非选择项目隐藏*/
	display:none
}
#LikeTab DIV.LikeTab {		/*显示被选择项目隐藏*/
	 width:692px; 		/*正文宽度*/
	 margin:0px;
	 padding:3px;
	 height:130px; 
	 clear:both
}
.LikeTabMap{
	width:96px;
	float:left;
	height:auto;
	line-height:20px;
	padding:0px 9px;
	text-align:center;
	}
/*下载地址选项卡控件样式*/
/*样式修改时修改相应的ID选择器的值和CLASS选择器的值，再对样式效果做相应修改*/
#DownTab {		/* 最外面DIV的样式 */
	width:700px;	/*选项卡的标题宽度*/
	background-image:url(../images/downTit.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:left;
	over-flow:hidden	/*溢出内容会被修剪，并且其余内容是不可见的。*/
}
div.DownTabTitle{	/*标题框架*/
	height:23px;
	vertical-align:text-bottom;
	margin-bottom:0px;
	margin-top:6px;
	margin-left:125px;
	margin-right:0px;
	padding:0px;
	border:0px;
	}
#DownTab span{
	font-size:12px;
	float:left;
	width:78px;		/*选项卡标题宽度*/
	height:23px;	/*选项卡标题高度*/
	line-height:23px;
	text-align:center;
	margin-right:2px;	/*标题间距*/
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	cursor:pointer;
	over-flow:hidden		/*多款浏览器不支持*/
	 
}
#DownTab span.DownTabclickNo {	/*事件激活前效果*/
	 font-weight:normal;
	 color:#2a9e07;
	 background-image:url(../images/downOut.gif);
	 background-repeat:no-repeat;
}
#DownTab span.DownTabclickOn { 	/*事件激活后效果*/
	color:#2a9e07;
	font-weight:bold;
	background-image:url(../images/downover.gif);
	background-repeat:no-repeat;
	
}
#DownTab DIV.DownTab_none {	/*非选择项目隐藏*/
	display:none
}
#DownTab DIV.DownTab {		/*显示被选择项目隐藏*/
	 width:692px; 		/*正文宽度*/
	 margin:0px;
	 padding:3px;
	 float:left;
	 height:auto; 
	 clear:both;
	 border-bottom:1px solid #5eb117;
	 border-left:1px solid #5eb117;
	 border-right:1px solid #5eb117;
}
.DownSearchTop,.DownSearchCen{
	border-top:1px dashed #cdcdcd;
	width:680px;
	margin-left:6px;
	float:left;
	height:25px;
	line-height:25px;
	background-color:#eefad6;
	}
.DownSearchTop1{
	width:285px;
	float:left;
	}
.DownSearchTop2{
	width:300px;
	float:left;
	}
.DownSearchTop3{
	width:85px;
	float:right;
	line-height:25px;
	text-align:center;
	}
.DownSearchCen{
	background-color:#FFF;
	line-height:25px;
	text-align:left;
	}
.DownSearchCenMap{
	margin-left:0px;
	float:left;
	padding-right:5px;
	}

	
#contentRow6 #cont9{
	float:left;
	width:700px;
	background-image:url(../images/xx.png);
	background-repeat:no-repeat;
	background-position:0px -30px;
	height:13px;
	margin-bottom:10px;
	}	
#contentRow6 #cont11{
	background-image:url(../images/xx.png);
	background-repeat:no-repeat;
	background-position:0px -75px;
	height:30px;
	margin-top:10px;
	width:700px;
	float:left;
	}	
#contentRow6 #cont11 #left{
	padding-left:13px;
	padding-top:7px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	float:left;
	width:200px;
	}
#contentRow6 #cont11 #right{
	line-height:30px;
	padding-right:10px;
	text-align:right;
	color:#FFF;
	font-weight:bold;
	float:right;
	width:200px;
	}
#contentRow6 #cont12,#cont14{
	float:left;
	width:698px;
	border-left:1px solid #5eb116;
	border-right:1px solid #5eb116;
	border-bottom:1px solid #5eb116;
	}	
#contentRow6 #cont13{
	background-image:url(../images/xx.png);
	background-repeat:no-repeat;
	background-position:0px -75px;
	height:30px;
	margin-top:10px;
	width:700px;
	float:left;
	}
#contentRow6 #cont13 #cont4Tit{
	padding-left:13px;
	padding-top:7px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	float:left;
	width:200px;
	}	
#contentRow6 #cont14 #cont5Info1,#cont5Info2{
	width:330px;
	float:left;
	padding-left:10px;
	padding-top:10px;
	}
#contentRow6 #cont14 #cont5Info2{
	color:#1e548a;
	width:340px;
	}
#contentRow6 #cont14 #cont5Info3{
	height:25px;
	line-height:25px;
	width:500px;
	float:left;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	}
#contentRow6 #right{
	float:right;
	width:250px;
	clear:right;
	}
.floatLeft{
	float:left;
	margin-left:0px;
	}	
.floatRight{
	float:right;
	margin-right:0px;
	}
.floatCen{
	margin-left:14px;
	float:left;
	}

.RightHead{
	background-image:url(../images/downRBG.gif);
	background-repeat:no-repeat;
	float:left;
	width:250px;
	height:35px;
	margin-top:10px;
	}
.RightHeadMap{
	padding-left:10px;
	padding-top:7px;
	margin-left:0px;
	margin-right:0px;
	float:left;
	height:23px;
	}
.RightHeadLe{
	color:#404040;
	font-weight:bold;
	font-size:14px;
	width:120px;
	height:30px;
	line-height:30px;
	float:left;
	padding-left:3px;
	}
.RightCen{
	background-image:url(../images/downRBG.gif);
	background-repeat:repeat-y;
	background-position:-252px 0px;
	float:left;
	width:220px;
	height:auto;
	padding:0px 15px;
	}
.RightFoot{
	background-image:url(../images/downRBG.gif);
	background-repeat:no-repeat;
	background-position:0px -42px;
	float:left;
	width:250px;
	height:15px;
	}
.more{
	float:right;
	margin:0px;
	padding-top:10px;
	padding-right:7px;
	}
.RightCen ul{
	list-style:none;
	margin:0px;
	padding:0px;
	width:220px;
	float:left;
	line-height:20px;
	}
.ListSecondRightTop{
	float:right;
	background-image:url(../images/detailRight.png);
	background-repeat:no-repeat;
	height:20px;
	width:240px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	vertical-align:middle;
	padding-left:10px;
	padding-top:8px;
	margin-top:5px;
	}
.ListSecondRightTopTitle{ 	/*右侧栏目标题*/
	width:180px;
	float:left;
	}
.more2{
	float:right;
	width:50px;
	height:20px;
	padding-top:0px;
	}	
.ListSecondRightFoot{
	background-image:url(../images/detailRight.png);
	background-repeat:no-repeat;
	background-position:0px -38px;
	width:250px;
	height:6px;
	float:right;
	margin-bottom:10px;
	padding:0px;
	}
.ListSecondRightBetween{
	float:right;
	width:238px;
	height:auto;
	padding:5px 5px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	}	
.ListSecondRightBetweenUL{
	margin:0px;
	list-style:none;
	padding:5px 0px 0px 0px;
	line-height:25px;
	}
.ListSecondGBagTitle{
	width:230px;
	float:left;
	line-height:25px;
	margin-left:5px;
	}
.ListSecondGBagText{
	width:185px;
	float:left;
	line-height:25px;
	}
.ListSecondBugIcon{
	width:40px;
	float:right;
	}