* {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-decoration: none;
	font-family:LiGothicMed,"微軟正黑體";
}

html, body {
	margin: 0; padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
}
object, embed {
	outline: 0;
}
a {
	outline:medium none;
	text-decoration: none; outline: 0;
}
a:link{
	-moz-transition:color 0.25s linear 0s;
	-webkit-transition:color 0.25s linear 0s;
	-o-transition:color 0.25s linear 0s;
	transition:color 0.25s linear 0s;

}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
.hand {
	cursor: pointer;
}



a.white, a.white:hover, span.white {
	color: white;
}
a.pink, a.pink:hover, span.pink {
	color: rgb(221,58,96);
}

span.highlight {
	color: red;
}


#header {
	position: relative; width: 100%; height: 55px;
}
	#header1 {
		background-image: url('../images/header-bg.png');
		background-repeat: repeat-x;
		width: 1000px; height: 55px;
		margin: 0 auto;
		font-size: 12px; line-height: 1.5;
		background-color: white;
	}
	#header1>h1.title {
		color: white; font-weight: normal; padding: 0; margin: 0 0 0 10px;
		font-size: 12px; line-height: 2.4; float: left;
	}
	#addBookmark {
		color: white; font-weight: normal; padding: 0; margin: 0;
		font-size: 12px; line-height: 2.4; float: left;
	}
	#addBookmark>span {
		cursor: pointer;
	}
	#header1>a {
		text-decoration: underline;
	}
	#header1 a.date, #header1 a.date:hover {
		color: rgb(255,153,153);
		font-size: 10px; line-height: 1.5;
		text-decoration: underline;
	}
	#header1 div.info {
		float: right; position: relative;
		padding-top: 2px; padding-right: 10px;
		font-size: 12px; color: white;
	}
	#header1 div.info a, #header1 div.info a:hover {
		color: white;
	}
	#header1 div.info a.box, #header1 div.info a.box:hover {
		color: rgb(255,255,0);
	}



/* w:100% -> w:1000px*/
#container {
	position: relative; width: 1000px; margin: 0 auto; overflow: hidden;
	background-image: url('../images/bg-ff.png');
	background-repeat: repeat-y;
	background-position: center center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#container { background-image: url('../images/bg-chrome.png');}}


#container1 { position: relative; width: 1000px; margin: 0 auto; 		background-color: white;}

#nav {
	float: left; position: relative;
	width: 225px;
	text-align: right;
	background-color: white;
}
	#nav div.subtitle {
		text-align:left; padding-left: 40px;
		font-size: 15px; line-height: 2;
		color: rgb(153,153,153);
	}
	#nav ul.channels {
		margin: 5px auto 5px 0; padding: 0;
		list-style-type: none;
		text-align: center;
	}
		#nav ul.channels li {
			height: 46px;
		}

	#niusEvent {
		position: relative;
		width: 200px; height: 200px;
		margin: 3px 2px 3px auto;
		border: 1px solid rgb(204,204,204);
		text-align: center; padding-top: 3px;
		display: none;
	}

	#appStore {
		position: relative;
		width: 200px; height: 90px;
		margin: 3px 2px 3px auto;
		border: none;
		text-align: center; padding-top: 3px;
	}
	#appStore a {
		font-size: 13px; line-height: 15px;
		color: rgb(102,102,102); text-decoration: none;
	}
	#appStore a:hover {
		color: rgb(102,102,102); text-decoration: underline;
	}

	#niusFacebook {
		position: relative;
		width: 200px; height: 310px;
		margin: 3px 2px 3px auto;
		border: 1px solid rgb(204,204,204);
		text-align: center; padding-top: 3px;
	}
	#niusRecruit {
		position: relative;
		width: 200px; height: 80px;
		margin: 3px 2px 5px auto;
		border: none;
		padding-top: 3px;
	}
	#niusMisc {
		position: relative;
		width: 200px; height: 285px;
		margin: 3px 2px 3px auto;
		border: 1px solid rgb(204,204,204);
		text-align: center; padding-top: 3px;
		font-size: 12px; line-height: 1.2; color: rgb(153,153,153);
	}
	#niusMisc div.rss {
		background-image: url('../images/icon-rss.png');
		background-repeat: no-repeat;
		background-position: 15px 5px;
		width: 200px; height: 65px;
	}
	#niusMisc div.rss div {
		position: relative; left: 60px; top: 5px;
		text-align: left; width: 140px;
	}
	#niusMisc div.rss a, #niusMisc div.rss a:hover {
		color: rgb(153,153,153);
	}
	#niusMisc div.qa {
		background-image: url('../images/icon-qa.png');
		background-repeat: no-repeat;
		background-position: 15px 5px;
		width: 200px; height: 65px;
	}
	#niusMisc div.qa div {
		position: relative; left: 60px; top: 5px;
		text-align: left; width: 140px;
	}
	#niusMisc div.qa a, #niusMisc div.qa a:hover {
		color: rgb(153,153,153);
	}

	#niusMisc div.contact {
		background-image: url('../images/icon-contact.png');
		background-repeat: no-repeat;
		background-position: 15px 5px;
		width: 200px; height: 130px;
	}
	#niusMisc div.contact div {
		position: relative; left: 60px; top: 5px;
		text-align: left; width: 130px;
	}
	#niusMisc div.contact a, #niusMisc div.contact a:hover {
		color: rgb(153,153,153);
	}

	#niusMisc span.title {
		color: rgb(51,51,51);
		font-size: 14px; line-height: 1.5;
	}
	#niusMisc div.block {
		position: relative;
		border: 1px solid red;
		width: 200px;
	}
	#niusMisc div.block div {
		position: relative;
	}
	

	#divColumnist{
		width:476px;
		height:24px;
		background-image:URL('../images/bgColumnist.png');
		margin:8px 0 0 0;
		position:relative;
		overflow:hidden;
	}
	.divColumnistItem{
		padding-top:3px;
		width:466;
		display:none;
		position:absolute;
		top:0px;
		right:5px;
		font-size:11px;
	}
	.divColumnistItem a{
		color:#000000;
		font-size:13px;
	}


#footer {
	clear: both; float: left; width: 100%;
}
	#footer1 {
		width: 1000px; height: 170px;
		margin: 0 auto;
		background-color: white;
		padding-top: 10px;
	}
	#footer2 {
		width: 900px; height: 150px;
		margin: 0 auto;
		text-align: center;
		background-color: rgb(245,245,245);
		font-size: 13px; line-height: 1.5; color: gray;
	}






#body {
	float: left; position: relative;
	width: 770px; padding-left: 5px;
	background-color: white;
}
	/* 麵包屑導覽列 */
	#breadcrumb {
		position: relative; margin-top: 3px;
		width: 100%; height: 20px;
		font-size: 14px; line-height: 1.5;
		color: rgb(153,153,153);
	}
	#breadcrumb a {
		color: rgb(153,153,153);
	}
	#breadcrumb a:hover {
		color: rgb(221,58,96);
	}

	/* 麵包屑導覽列右側的廣告 */
	#adTop {
		position: absolute; top: 5px; right: 30px;
		width: 400px; height: 20px; overflow: hidden;
		font-size: 14px; line-height: 1.5;
		color: rgb(153,153,153);
	}
	#adTop ul {
		margin: 0; padding: 0; list-style-type: none;
	}
	#adTop ul li {
		float: right; margin-right: 10px;
	}
	#adTop ul li a {
		color: rgb(221,58,96);
	}
	#adTop ul li a:hover {
		color: rgb(221,58,96);
	}
	
	/* 主廣告區 */
	#adMain {
		position: relative;
		margin-top: 3px;
		width: 740px; height: 300px; overflow: hidden;
	}
	/* 主廣告區 左側廣告下方選項 */
	#adMain ul {
		position: absolute; bottom: 0px; left: 0px;
		width: 480px; height: 30px; overflow: hidden;
		margin: 0; padding: 0;
		list-style-type: none;
	}
	#adMain ul li {
		width: 158px; height: 28px;
		float: left;
		border: 1px solid rgb(174,174,174);
		color: white; font-size: 12px; line-height: 2.5;
		background-image: url('../images/bg-li-0.png');
		background-repeat: repeat-x;
		text-align: center;
		cursor: pointer;
	}
	#adMain ul li.off {
		border: 1px solid rgb(174,174,174);
		background-image: url('../images/bg-li-0.png');
		background-repeat: repeat-x;
	}
	#adMain ul li.on {
		border: 1px solid rgb(204,51,102);
		background-image: url('../images/bg-li-1.png');
		background-repeat: repeat-x;
	}
	
	/* 主廣告區 左側廣告 */
	#adMain1 {
		position: absolute; top: 0px; left: 0px;
		width: 480px; height: 270px;
	}
	#adMain1>a>img {
		border: 1px solid silver;
	}
	/* 主廣告區 右側廣告 */
	#adMain2 {
		position: absolute; top: 0px; left: 485px;
		width: 250px; height: 300px;
	}
		#adMain2 div.likes {
			position: absolute; left: 43px; top: 259px;
			color: white; width: 40px;
			font-size: 20px;
			text-align: center;
		}
		#adMain2 div.replies {
			position: absolute; left: 118px; top: 259px;
			color: white; width: 40px;
			font-size: 20px;
			text-align: center;
		}


	#mainContent {
		position: relative; top: 0; left: 0px;
		float: left;
		width: 480px;
	}

		#mainTitle {
			position: relative;
			border-bottom: 1px solid rgb(255,204,204);
			line-height: 30px;
		}
		#mainTitle h2 {
			margin: 0; padding: 0; position: relative; top: 5px;
		}
		#mainTitle ul {
			margin: 0; padding: 0;
			list-style-type: none;
			font-size: 13px;
			position: absolute; right: 0; top: 5px;
		}
		#mainTitle ul li {
			float: left;
			height: 27px;
			margin-left: 8px;
			color: rgb(153,153,153);
			cursor: pointer;
		}
		#mainTitle ul li.on {
			border-bottom: 3px solid rgb(255,51,102);
			color: rgb(255,51,102);
		}
		
		#mainPosts {
			position: relative; top: 5px;
			width: 100%;
			/*height: 720px;*/
		}
		#mainPosts ul {
			position: relative;
			margin: 0; padding: 0;
			list-style-type: none;
		}
		#mainPosts ul li {
			position: relative;
			width: 100%; height: 130px;
		}
		#mainPosts ul li div.img {
			float: left;
			width: 90px; height: 110px; overflow: hidden;
			text-align: center;
			margin-right: 3px;
		}
		#mainPosts ul li div.img img {
			width: 80px; height: 80px;
		}
		
		#mainPosts ul li div.title {
			float: left;
			width: 380px; height: 20px; overflow: hidden;
			font-size: 15px; line-height: 22px;
			color: rgb(51,51,51);
			cursor: pointer;
		}
		#mainPosts ul li div.title a, #mainPosts ul li div.title a:hover {
			color: rgb(51,51,51);
		}
		#mainPosts ul li div.content {
			float: left;
			width: 380px; height: 60px; overflow: hidden;
			font-size: 13px; line-height: 1.5;
			color: rgb(153,153,153);
			cursor: pointer;
		}
		#mainPosts ul li div.content a, #mainPosts ul li div.content a:hover {
			color: rgb(153,153,153);
		}
		#mainPosts ul li div.info {
			float: left;
			width: 380px; height: 20px;
			/*overflow: hidden;*/
		}
		#mainPosts ul li div.info img {
			margin-left: 10px; margin-right: 3px;
		}
		#mainPosts ul li div.info span {
			font-size: 12px;
			color: rgb(204,51,102);
		}
		#mainPosts ul li div.info span.date {
			color: rgb(186,186,186); line-height: 2;
		}
		#mainPosts ul li div.info span.author {
			color: rgb(51,51,51); font-style: italic; line-height: 2;
		}
		#mainPosts ul li div.info span a,
		#mainPosts ul li div.info span a:hover {
			color: rgb(204,51,102);
		}
		
		#mainMore {
			position: relative; top: 5px;
			text-align: center;
			margin-top: 10px;
			margin-bottom: 10px;
			font-size: 13px; color: rgb(153,153,153); line-height: 1.5;
		}
	
	#mainSideBar {
		position: relative; top: 5px; left: 5px;
		float: left;
		width: 250px;
	}
	
	/* 側欄搜尋框 */
	#mainSideBar div.textSearch {
		border: 1px solid #cccccc;
		padding: 4px; margin-bottom: 5px;
	}
		#mainSideBar div.textSearch input.submit {
			vertical-align: middle; padding-bottom: .20em;
		}
		#mainSideBar div.textSearch input.input {
			width: 155px; height: 28px;
			border: 1px solid #cccccc;
			vertical-align: middle; padding-bottom: .25em;
			font-size: 15px; line-height: 15px;
		}
		#mainSideBar div.textSearch div.hot {
			font-size: 13px; line-height: 1.5;
			color: rgb(51,51,51);
			padding-left: 3px;
		}
		#mainSideBar div.textSearch div.hot ul {
			margin: 0; padding: 0; list-style-type: none;
			float: right;
			width: 155px; height: 22px; overflow: hidden;
		}
		#mainSideBar div.textSearch div.hot ul li {
			display: inline; color: rgb(153,153,153); margin-right: 3px;
		}
		#mainSideBar>div.textSearch>div.hot>ul>li>a,
		#mainSideBar>div.textSearch>div.hot>ul>li>a:hover {
			color: rgb(153,153,153);
		}
		

	/* 側欄排行榜 */
	#mainSideBar div.rightRank {
		border: 1px solid #cccccc;
		padding: 4px; margin-bottom: 5px;
		text-align: center;
	}
		#mainSideBar div.rightRank ol {
			margin: 0 auto; padding: 0;
			list-style-type: none;
			width: 230px;
		}
		#mainSideBar div.rightRank ol li {
			text-align: left;
			width: 225px; height: 24px; overflow: hidden;
			font-size: 13px; line-height: 24px;
			margin-top: 2px;
			margin-bottom: 2px;
			color: rgb(51,51,51);
		}
		#mainSideBar div.rightRank ol li div {
			float: left; width: 18px; height: 18px; margin-right: 3px; margin-top: 3px;
			background-image: url('../images/bg-rank-off.png');
			background-repeat: no-repeat;
			text-align: center;
			color: white; font-size: 10px; line-height: 18px;
		}
		#mainSideBar div.rightRank ol li div.top {
			background-image: url('../images/bg-rank-on.png');
		}
		#mainSideBar div.rightRank ol li a, #mainSideBar div.rightRank ol li a:hover {
			color: rgb(51,51,51);
		}


	/* 側欄排行榜 */
	#mainSideBar div.gameRank {
		border: 1px solid #cccccc;
		padding: 4px; margin-bottom: 5px;
		text-align: center;
	}
		#mainSideBar div.gameRank ol {
			margin: 0 auto 0 5px; padding: 0;
			list-style-type: none;
			width: 140px;
		}
		#mainSideBar div.gameRank ol li {
			text-align: left;
			width: 135px; height: 24px; overflow: hidden;
			font-size: 13px; line-height: 24px;
			margin-top: 2px;
			margin-bottom: 2px;
			color: rgb(51,51,51);
		}
		#mainSideBar div.gameRank ol li div {
			float: left; width: 18px; height: 18px; margin-right: 3px; margin-top: 3px;
			background-image: url('../images/bg-rank-off.png');
			background-repeat: no-repeat;
			text-align: center;
			color: white; font-size: 10px; line-height: 18px;
		}
		#mainSideBar div.gameRank ol li div.top {
			background-image: url('../images/bg-rank-on.png');
		}
		#mainSideBar div.gameRank ol li a, #mainSideBar div.gameRank ol li a:hover {
			color: rgb(51,51,51);
		}
		#mainSideBar div.gameRank div.topOne {
			width: 90px; height: 120px; overflow: hidden;
			position: absolute; top: 45px; left: 145px;
		}
		#mainSideBar div.gameRank div.topOne div.img {
			border: 1px solid rgb(204,204,204);
		}
		#mainSideBar div.gameRank div.topOne div.info {
			margin: 1px auto; text-align: center;
			font-size: 12px; line-height: 15px;
			color: rgb(84,50,50);
		}
		#mainSideBar div.gameRank div.topOne div.scores {
			margin: 1px auto;
		}
		#mainSideBar div.gameRank div.topOne div.scores ul {
			margin: 0; padding: 0; list-style-type: none;
		}
		#mainSideBar div.gameRank div.topOne div.scores ul li {
			float: left;
		}

	/* 側欄 App特價情報 */
	#mainSideBar>div.appOnsale {
		padding: 4px; margin-bottom: 5px;
		position: relative;
		width: 250px; height: 240px;
	}
		#mainSideBar>div.appOnsale>div.subtitle {
			font-size: 15px; color: rgb(76,59,47); line-height: 1.5;
			position: relative;
		}
		#mainSideBar>div.appOnsale>div.subtitle>div.date {
			font-size: 12px; color: rgb(153,153,153);
			position: absolute; right: 3px; top: 5px;
		}


		#mainSideBar>div.appOnsale>div.liBg {
			position: absolute; left: 0; top: 30px;
			width: 250px; height: 200px;
		}
		#mainSideBar>div.appOnsale>div.mask {
			position: absolute; left: 0; top: 190px;
			width: 250px; height: 40px;
			background-color: black;
			opacity: 0.5;
		}
		#mainSideBar>div.appOnsale>div.title {
			position: absolute; left: 0; top: 190px;
			width: 250px; height: 20px; overflow: hidden;
			font-size: 16px; line-height: 20px; font-style: italic;
			color: white; text-align: center;
		}
		#mainSideBar>div.appOnsale>div.title2 {
			position: absolute; left: 0; top: 200px;
			width: 250px; height: 20px; overflow: hidden;
			font-size: 16px; line-height: 20px; font-style: italic;
			color: white; text-align: center;
		}
		#mainSideBar>div.appOnsale>div.subinfo {
			position: absolute; left: 0; top: 210px;
			width: 250px; height: 20px; overflow: hidden;
			font-size: 12px; line-height: 20px;
			color: rgb(204,204,204); text-align: center;
		}
		#mainSideBar>div.appOnsale>div.appImgs {
			position: absolute; left: 0; top: 30px;
			width: 250px; height: 200px;
		}
		#mainSideBar>div.appOnsale>div.appImgs>ul {
			margin: 0; padding: 0; list-style-type: none;
		}
		#mainSideBar>div.appOnsale>div.appImgs>ul>li {
			width: 50px; height: 50px; float: left;
			background-image: url('../images/loading.gif');
			background-repeat: no-repeat;
			background-position: center center;
		}



	/* 側欄 主題特刊 */
	#mainSideBar>div.column {
		padding: 4px; margin-bottom: 5px;
		position: relative;
		width: 250px; height: 240px;
	}
		#mainSideBar>div.column>div.subtitle {
			font-size: 15px; color: rgb(76,59,47); line-height: 1.5;
			position: relative;
		}
		#mainSideBar>div.column>div.liBg {
			position: absolute; left: 0; top: 30px;
			width: 250px; height: 200px;
		}
		#mainSideBar>div.column>div.mask {
			position: absolute; left: 0; top: 190px;
			width: 250px; height: 40px;
			background-color: black;
			opacity: 0.5;
		}
		#mainSideBar>div.column>div.title {
			position: absolute; left: 0; top: 190px;
			width: 250px; height: 20px; overflow: hidden;
			font-size: 16px; line-height: 20px; font-style: italic;
			color: white; text-align: center;
		}
		#mainSideBar>div.column>div.title2 {
			position: absolute; left: 0; top: 200px;
			width: 250px; height: 20px; overflow: hidden;
			font-size: 16px; line-height: 20px; font-style: italic;
			color: white; text-align: center;
		}
		#mainSideBar>div.column>div.subinfo {
			position: absolute; left: 0; top: 210px;
			width: 250px; height: 20px; overflow: hidden;
			font-size: 12px; line-height: 20px;
			color: rgb(204,204,204); text-align: center;
		}





	/* 側欄 迪士尼活動 */
	#mainSideBar div.rightEvent {
		border: 0px solid #cccccc;
		padding: 0px; margin-bottom: 3px;
		text-align: center;
	}

	/* 側欄 本日最精彩 */
	#mainSideBar div.hotPictures {
		border: 1px solid #cccccc;
		padding: 4px; margin-bottom: 5px;
		text-align: center;
	}
		#mainSideBar div.hotPictures div.image {
			width: 230px; overflow: hidden;
			margin: 2px auto;
		}
		
		#mainSideBar div.hotPictures div.image img {
		}
		
		#mainSideBar div.hotPictures ul {
			margin: 0; padding: 0; list-style-type: none;
			width: 250px; height: 55px;
		}
		#mainSideBar div.hotPictures ul li {
			width: 50px; height: 50px; overflow: hidden;
			margin-left: 7px;
			margin-right: 1px;
			float: left;
		}
		#mainSideBar div.hotPictures ul li img {
			border: 1px solid rgb(204,204,204);
			width: 48px; height: 48px;
		}


	#newsContent {
		position: relative; top: 0; left: 0px;
		float: left;
		width: 720px;
	}

		#newsTitle {
			position: relative;
			border-bottom: 1px solid rgb(255,204,204);
			line-height: 30px;
		}
		#newsTitle h2 {
			margin: 0; padding: 0; display: inline;
		}
		#newsTitle ul {
			margin: 0; padding: 0;
			list-style-type: none;
			font-size: 13px;
			position: relative; float: right;
			right: 0; top: 5px;
		}
		#newsTitle ul li {
			float: left;
			height: 27px;
			margin-left: 8px;
			color: rgb(153,153,153);
			cursor: pointer;
		}
		#newsTitle ul li.on {
			border-bottom: 3px solid rgb(255,51,102);
			color: rgb(255,51,102);
		}
		
		#newsSearch {
			position: relative; float: right;
			top: -22px; right: 0px;
			width: 240px ; height: 49px;
			border: 1px solid #cccccc;
			padding: 2px; margin-bottom: 5px;
			margin-left: 10px;
		}
		#newsSearch input.submit {
			vertical-align: middle; padding-bottom: .20em;
		}
		#newsSearch input.input {
			width: 155px; height: 23px;
			border: 1px solid #cccccc;
			vertical-align: middle; padding-bottom: .25em;
			font-size: 15px; line-height: 15px;
		}
		#newsSearch div.hot {
			font-size: 13px; line-height: 1.3;
			color: rgb(51,51,51);
			padding-left: 3px;
			position: relative; float: left;
		}
		#newsSearch div.hot ul {
			margin: 0; padding: 0; list-style-type: none;
			width: 155px; height: 18px; overflow: hidden;
			position: absolute; left: 80px; top: 1px;
		}
		#newsSearch div.hot ul li {
			display: inline; color: rgb(153,153,153); margin-right: 3px;
			font-size: 13px; line-height: 1.3;
		}
		#newsSearch>div.hot>ul>li>a, #newsSearch>div.hot>ul>li>a:hover {
			color: rgb(153,153,153);
		}
		
		#newsPosts {
			position: relative; top: -15px;
			float: left;
			width: 465px;
			/*height: 720px;*/
		}
		#newsPosts ul {
			position: relative;
			margin: 0; padding: 0;
			list-style-type: none;
		}
		#newsPosts ul li {
			position: relative;
			width: 465px; height: 130px;
		}
		#newsPosts ul li div.img {
			float: left;
			width: 90px; height: 110px; overflow: hidden;
			text-align: center; margin-right: 3px;
			color: rgb(204,51,102); font-size: 13px;
		}
		#newsPosts>ul>li>div.img>a, #newsPosts>ul>li>div.img>a:hover {
			color: rgb(204,51,102);
		}
		#newsPosts ul li div.img img {
			width: 80px; height: 80px;
		}
		
		#newsPosts ul li div.title {
			float: left;
			width: 365px; height: 20px; overflow: hidden;
			font-size: 15px; line-height: 22px;
			color: rgb(51,51,51);
			cursor: pointer;
		}
		#newsPosts ul li div.title a, #mainPosts ul li div.title a:hover {
			color: rgb(51,51,51);
		}
		#newsPosts ul li div.content {
			float: left;
			width: 365px; height: 60px; overflow: hidden;
			font-size: 13px; line-height: 1.5;
			color: rgb(153,153,153);
			cursor: pointer;
		}
		#newsPosts ul li div.content a, #mainPosts ul li div.content a:hover {
			color: rgb(153,153,153);
		}
		#newsPosts ul li div.info {
			float: left;
			width: 365px; height: 20px; overflow: hidden;
		}
		#newsPosts ul li div.info img {
			margin-left: 10px; margin-right: 3px;
		}
		#newsPosts ul li div.info span {
			font-size: 12px; color: rgb(204,51,102);
		}
		#newsPosts>ul>li>div.info span a,
		#newsPosts>ul>li>div.info span a:hover {
			color: rgb(204,51,102);
		}
		#newsPosts ul li div.info span.date {
			color: rgb(186,186,186); line-height: 2;
		}
		#newsPosts ul li div.info span.author {
			color: rgb(51,51,51); font-style: italic; line-height: 2;
		}
		
		#newsTags {
			position: relative; top: -15px;
			float: left;
			border: 1px solid rgb(204,204,204);
			width: 242px;
			margin-left: 10px;
		}
		#newsTags div {
			font-size: 15px; line-height: 2; margin-left: 10px;
			color: rgb(51,51,51);
		}
		#newsTags>ul {
			margin: 0; padding: 0; list-style-type: none;
		}
		#newsTags>ul>li {
			float: left; margin: 2px;
			background-color: rgb(235,230,209);
			color: rgb(84,50,50);
			padding: 5px 10px;
			border: 1px solid rgb(220,208,150);
			font-size: 13px; line-height: 1.3;
		}
		#newsTags>ul>li>a, #newsTags>ul>li>a:hover {
			color: rgb(84,50,50);
		}
		
		
		#newsMore {
			position: relative; top: 5px;
			text-align: center;
			margin-top: 10px;
			margin-bottom: 10px;
			font-size: 13px; color: rgb(153,153,153); line-height: 1.5;
		}



	#mainBoard {
		position: relative; top: 5px; left: 0px;
		float: left;
		width: 735px;
	}
		#subTitleTab {
			position: relative;
			border-bottom: 1px solid rgb(255,204,204);
			line-height: 30px;
		}
		#subTitleTab h2 {
			margin: 0; padding: 0; display: inline;
		}
		#subTitleTab ul {
			margin: 0; padding: 0;
			list-style-type: none;
			font-size: 13px;
			position: absolute; right: 0; top: 5px;
		}
		#subTitleTab ul li {
			float: left;
			height: 24px;
			margin-left: 20px;
			color: rgb(153,153,153);
			cursor: pointer;
		}
		#subTitleTab ul li.on {
			border-bottom: 3px solid rgb(255,51,102);
			color: rgb(255,51,102);
		}
		#mainBoard table {
			margin-top: 5px;
			border-collapse: collapse;
		}
		#mainBoard table thead th {
			font-weight: normal; color: rgb(84,50,50);
			font-size: 13px; line-height: 20px;
			background-color: rgb(235,230,209);
			height: 20px;
			border-top: 1px solid rgb(220,208,155);
			border-bottom: 1px solid rgb(220,208,155);
		}
		#mainBoard table thead th.first {
			border-left: 1px solid rgb(220,208,155);
		}
		#mainBoard table thead th.last {
			border-right: 1px solid rgb(220,208,155);
		}
		#mainBoard table thead th.foo {
			border-left: 1px solid white;
			border-right: 1px solid white;
			background-color: white;
			border-bottom: none; border-top: none;
			font-size: 3px; line-height: 3px; height: 3px;
		}
		#mainBoard table tbody tr td {
			border: 1px solid rgb(204,204,204);
			font-size: 13px; line-height: 20px;
			color:rgb(105,105,105);
			text-align: center;
			height: 30px;
		}
		#mainBoard table tbody tr td.subject {
			text-align: left;
			width: 310px; height: 30px; overflow: hidden;
			padding-left: 10px;
		}
		#mainBoard table tbody tr td.subject a,
		#mainBoard table tbody tr td.subject a:hover {
			color:rgb(105,105,105);
		}
		#mainBoard table tbody tr td span.tag {
			color: rgb(153,153,153);
			font-size: 11px; line-height: 15px;
		}
		#mainBoard table tfoot tr td {
			height: 33px;
			background-color: rgb(235,230,209);
			border-right: 1px solid rgb(220,208,155);
			border-left: 1px solid rgb(220,208,155);
			border-bottom: 1px solid rgb(220,208,155);
		}
		#mainBoard table tfoot tr td span.button {
			border: 1px solid rgb(204,51,102);
			background-color: rgb(251,91,128);
			color: white;
			font-size: 12px; line-height: 18px;
			padding: 2px 8px;
		}
		#mainBoard table tfoot tr td span.prev {
			float: left; margin-left: 10px;
			cursor: pointer;
		}
		#mainBoard table tfoot tr td div.pages {
			position: relative; left: 10px; top: 4px;
			text-align: center;
			font-size: 12px; line-height: 18px;
			width: 410px; height: 16px; overflow: hidden;
		}
		#mainBoard table tfoot tr td div.pages a {
			margin-right: 5px;
			color:rgb(105,105,105);
		}
		#mainBoard table tfoot tr td div.pages a:hover {
			color:rgb(105,105,105);
		}
		#mainBoard table tfoot tr td div.pages span.now {
			color: rgb(251,91,128);
			margin-right: 5px;
		}
		#mainBoard table tfoot tr td span.next {
			float: right; margin-right: 10px;
			cursor: pointer;
		}
		#mainBoard table tfoot tr td span.goto {
			float: right; margin-right: 10px;
			cursor: pointer;
		}
		#mainBoard table tfoot tr td span.page {
			float: right; margin-right: 10px;
		}
		#mainBoard table tfoot tr td span.page input {
			border: 1px solid rgb(204,204,204);
			width: 50px; height: 20px;
		}
		#mainBoard table tfoot tr td span.post {
			float: right; margin-right: 10px;
			cursor: pointer;
		}



	#mainView {
		position: relative; top: 5px; left: 0px;
		width: 735px;
	}
		#mainView div.post {
			width: 100%;
			position: relative;
		}
		#mainView div.post table {
			border: 1px solid rgb(204,204,204);
			border-collapse: collapse;
		}
		#mainView div.post table tr th, #mainView div.post table tr td {
			border: 1px solid rgb(204,204,204);
		}
		#mainView div.post table tr th.subject {
			font-weight: normal; text-align: left;
			padding-left: 10px; padding-right: 5px;
			color: rgb(84,50,50); font-size: 18px; line-height: 46px;
			background-color: rgb(235,230,209);
			overflow: hidden;
		}
		#mainView div.post table tr th.subject div.tags {
			font-size: 13px;
			color: rgb(51,51,51);
			display: inline; margin-left: 20px;
		}

		#mainView div.post table tr td.content div.subject {
			font-weight: normal; text-align: left;
			padding-left: 10px; padding-right: 5px;
			color: rgb(84,50,50); font-size: 18px; line-height: 22px;
			overflow: hidden;
		}
		#mainView div.post table tr td.content div.subject div.tags {
			font-size: 13px; line-height: 18px;
			color: rgb(51,51,51);
			margin-left: 0;
		}


		#mainView div.post table tr td.content {
			vertical-align: top; padding: 10px;
			font-size: 13px;
		}
		
		#mainView div.post table tr td.content div.appInfo {
			position: relative; width: 550px;
		}
		#mainView div.post table tr td.content div.appInfo2 {
			width: 400px; margin-left: 5px;
			background-color: rgb(248,245,235);
		}
		#mainView div.post table tr td.content div.appInfo2 div.appInfo3 {
			font-size: 13px; color: rgb(84,50,50); line-height: 20px;
		}
		#mainView div.post table tr td.content div.appInfo2 div.line {
			font-size: 1px; line-height: 1px; color: white;
			background-color: white;
			position: absolute; width: 390px; margin-left: 5px;
			top: 53px;
		}
		
		
		#mainView div.post table tr td.content div.info span.time {
			color: rgb(204,204,204); font-size: 12px; line-height: 1.5;
		}
		#mainView div.post table tr td.content div.info div.counter {
			color: rgb(221,58,96); font-size: 12px; line-height: 1.5; float: right;
		}
		#mainView div.post table tr td.content div.info div.counter img {
			padding-left: 10px; padding-right: 3px;
		}
		#mainView div.post table tr td.content div.fbshare {
			margin: 5px auto; color: rgb(102,102,102); font-size: 12px; line-height: 2;
		}
		#mainView div.post table tr td.content div.posting {
			font-size: 12px; line-height: 2;
			color: rgb(102,102,102);
			height: 25px;
		}
		#mainView div.post table tr td.content div.posting span.on {
			color: rgb(51,51,51);
		}
		#mainView div.post table tr td.content div.posting span.off {
			color: rgb(153,153,153);
			cursor: pointer;
		}
		#mainView div.post table tr td.content div.posting span.quote,
		#mainView div.post table tr td.content div.posting span.reply,
		#mainView div.post table tr td.content div.posting span.edit {
			border: 1px solid rgb(204,51,102); cursor: pointer;
			background-color: rgb(251,91,128);
			color: white;
			font-size: 12px; line-height: 18px;
			padding: 2px 8px;
			float: right; margin-right: 10px;
		}
		#mainView div.post table tr td.author {
			background-color: rgb(245,243,236);
			font-size: 12px; line-height: 1.5;
			color: rgb(84,50,50);
			text-align: center;
		}
		#mainView div.post table tr td.author div.name {
			font-size: 15px; line-height: 2;
		}
		#mainView div.post table tr td.author a, #mainView div.post table tr td.author a:hover {
			color: rgb(221,58,96);
		}
		#mainView div.post table tr td.author ul {
			margin: 10px auto; padding: 0; list-style-type: none;
			width: 100px; height: 70px;
			text-align: left;
		}
		#mainView div.post table tr td.author img {
			/*width: 100px; height: 100px;*/
		}
		#mainView div.post table tr td div.fbcomments {
		}


		#mainView div.replys {
			width: 100%;
			position: relative; top: 3px;
		}
		#mainView div.replys table {
			border: 1px solid rgb(204,204,204);
			border-collapse: collapse;
		}
		#mainView div.replys table tr th, #mainView div.replys table tr td {
			border: 1px solid rgb(204,204,204);
		}
		#mainView div.replys table tr th.subject {
			font-weight: normal; text-align: left;
			padding-left: 10px; padding-right: 5px;
			color: rgb(84,50,50); font-size: 15px; line-height: 2.3;
			background-color: rgb(235,230,209);
			overflow: hidden;
		}
		#mainView div.replys table tr th.subject span.floor {
			float: left; background-color: white; margin-top: 5px;
			border: 1px solid rgb(204,204,204); color: rgb(84,50,50);
			font-size: 13px; line-height: 20px;
			margin: 5px 10px 5px 0; padding: 1px 10px;
		}
		#mainView div.replys table tr td.content {
			vertical-align: top; padding: 10px;
			font-size: 13px;
		}
		#mainView div.replys table tr td.content div.info span.time {
			color: rgb(204,204,204); font-size: 12px; line-height: 1.5;
		}
		#mainView div.replys table tr td.content div.posting {
			font-size: 14px; line-height: 2;
			color: rgb(51,51,51);
			height: 26px;
		}
		#mainView div.replys table tr td.content div.posting span.on {
			color: rgb(51,51,51);
		}
		#mainView div.replys table tr td.content div.posting span.off {
			color: rgb(153,153,153);
			cursor: pointer;
		}
		#mainView div.replys table tr td.content div.posting span.quote,
		#mainView div.replys table tr td.content div.posting span.reply,
		#mainView div.replys table tr td.content div.posting span.edit {
			border: 1px solid rgb(204,51,102); cursor: pointer;
			background-color: rgb(251,91,128);
			color: white;
			font-size: 12px; line-height: 18px;
			padding: 2px 8px;
			float: right; margin-right: 10px;
		}
		#mainView div.replys table tr td.author {
			background-color: rgb(245,243,236);
			font-size: 12px; line-height: 1.5;
			color: rgb(84,50,50);
			text-align: center;
		}
		#mainView div.replys table tr td.author div.name {
			font-size: 15px; line-height: 2;
		}
		#mainView div.replys table tr td.author a, #mainView div.replys table tr td.author a:hover {
			color: rgb(221,58,96);
		}
		#mainView div.replys table tr td.author ul {
			margin: 10px auto; padding: 0; list-style-type: none;
			width: 100px; height: 70px;
			text-align: left;
		}
		#mainView div.replys table tr td.author img {
			/*width: 100px; height: 100px;*/
		}
		#mainView div.replys table tfoot tr td.pages {
			font-weight: normal; text-align: left;
			padding: 5px;
			color: rgb(84,50,50); font-size: 15px; line-height: 1;
			background-color: rgb(235,230,209);
			overflow: hidden;
		}
		#mainView>div.replys>table>tfoot>tr>td.pages span.button {
			border: 1px solid rgb(204,51,102);
			background-color: rgb(251,91,128);
			color: white;
			font-size: 12px; line-height: 18px;
			padding: 2px 8px;
		}
		#mainView>div.replys>table>tfoot>tr>td.pages span.prev {
			float: left; margin-left: 10px;
			cursor: pointer;
		}
		#mainView>div.replys>table>tfoot>tr>td.pages div.pages {
			position: relative; left: 10px; top: 4px;
			text-align: center;
			font-size: 12px; line-height: 18px;
			width: 320px; height: 16px; overflow: hidden;
		}
		#mainView>div.replys>table>tfoot>tr>td.pages div.pages a {
			margin-right: 5px;
			color:rgb(105,105,105);
		}
		#mainView>div.replys>table>tfoot>tr>td.pages div.pages a:hover {
			color:rgb(105,105,105);
		}
		#mainView>div.replys>table>tfoot>tr>td.pages div.pages span.now {
			color: rgb(251,91,128);
			margin-right: 5px;
		}
		#mainView>div.replys>table>tfoot>tr>td.pages span.next {
			float: right; margin-right: 10px;
			cursor: pointer;
		}
		#mainView>div.replys>table>tfoot>tr>td.pages span.goto {
			float: right; margin-right: 10px;
			cursor: pointer;
		}
		#mainView>div.replys>table>tfoot>tr>td.pages span.page {
			float: right; margin-right: 10px;
		}
		#mainView>div.replys>table>tfoot>tr>td.pages span.page input {
			border: 1px solid rgb(204,204,204);
			width: 50px; height: 20px;
		}
		#mainView>div.replys>table>tfoot>tr>td.pages span.top {
			float: right; margin-right: 30px; margin-left: 60px;
			cursor: pointer;
		}
		

	

	#gameFile {
		position: relative;
		width: 480px; height: 174px; overflow: hidden;
		border: 1px solid rgb(204,204,204);
		margin-top: 5px;
	}
	#gameFile>div.subtitle {
		position: relative; margin: 3px auto;
		width: 456px; height: 30px; overflow: hidden;
		background-image: url('../images/bnr-file.png');
		background-repeat: no-repeat;
		border-left: 1px solid rgb(220,208,155);
	}
	#gameFile>div.subtitle>ul {
		margin: 5px auto 0 auto; padding: 0; list-style-type: none;
		float: right;
	}
	#gameFile>div.subtitle>ul>li {
		float: left; margin-right: 10px;
		font-size: 13px; line-height: 1.5;
		color: rgb(84,50,50); cursor: pointer;
	}
	#gameFile>div.subtitle>ul>li.on {
		color: rgb(251,91,128);
	}
	#gameFileList {
		width: 456px; height: 122px; overflow: auto;
		margin: 3px auto;
	}
	#gameFileList>div {
		position: relative; float: left;
		width: 140px; height: 50px; overflow: hidden;
		margin: 5px 2px;
	}
	#gameFileList>div>img {
		width: 46px; height: 46px; border: 1px solid rgb(234,234,234);
	}
	#gameFileList>div div.subject {
		position: absolute; left: 50px; top: 0px;
		width: 90px; height: 30px; overflow: hidden;
		font-size: 13px; line-height: 15px;
	}
	#gameFileList>div div.subject a,
	#gameFileList>div div.subject a:hover {
		color: rgb(51,51,51);
	}
	#gameFileList>div div.kind {
		position: absolute; left: 50px; top: 32px;
		width: 40px; height: 15px; overflow: hidden;
		font-size: 12px; line-height: 15px;
		color: rgb(167,167,167);
	}
	#gameFileList>div div.score {
		position: absolute; left: 90px; top: 32px;
		width: 40px; height: 15px; overflow: hidden;
		font-size: 11px; line-height: 15px;
		color: #cc3366;
	}
	#gameFileList>div div.score img {
		width: 12px; height: 12p;
	}
	#gameFileList>div.nologin {
		text-align:center;width:450px;margin-top: 40px; color: rgb(51,51,51); font-size:13px;line-height:2;
	}

	#mainGame {
		position: relative; top: 5px; left: 0px;
		float: left;
		width: 735px;
		margin-bottom: 20px;
	}
		#subTitleTab>ul.game>li {
			float: left;
			height: 24px;
			margin-left: 10px;
			color: rgb(153,153,153);
			cursor: pointer;
		}
		
		#gameKinds {
			position: relative; top: 3px;
			width: 740px;
			height: 1000px;
			margin-bottom: 50px;
		}
		#gameKinds>ul {
			margin: 0; padding: 0; list-style-type: none;
		}
		#gameKinds>ul>li {
			position: relative;
			border: 1px solid rgb(204,204,204);
			float: left;
			margin: 1px;
			width: 365px; height: 290px;
		}
		#gameKinds>ul>li>div.subtitle {
			font-size: 15px; line-height: 2;
			color: rgb(84,50,50);
			margin: 2px; padding-left: 5px;
			background-color: rgb(235,230,209);
			border: 1px solid rgb(220,208,155);
		}
		#gameKinds>ul>li>div.subtitle>div.txt {
			font-size: 13px; color: rgb(51,51,51);
			float: right; margin-right: 5px;
		}
		#gameKinds>ul>li>div.subtitle>div.txt a,
		#gameKinds>ul>li>div.subtitle>div.txt a:hover {
			color: rgb(51,51,51);
		}
		#gameKinds>ul>li>div.description {
			font-size: 13px; line-height: 1.5;
			color: rgb(102,102,102);
			margin: 4px;
		}
		#gameKinds>ul>li>ul {
			margin: 0; padding: 0; list-style-type: none;
		}
		#gameKinds>ul>li>ul>li {
			clear: both;
			width: 365px; height: 65px;
			margin-bottom: 5px;
			margin-left: 2px;
		}
		#gameKinds>ul>li>ul>li>div.img {
			float: left; position: relative;
			margin: 1px 5px 1px 1px;
			width: 65px; height: 65px;
			border: 1px solid rgb(214,214,214);
			overflow: hidden;
		}
		#gameKinds>ul>li>ul>li>div.img>img {
			width: 65px; height: 65px;
		}
		#gameKinds>ul>li>ul>li>div.subject {
			position: relative; top: 0px; left: 0px;
			width: 290px; height: 20px; overflow: hidden;
			font-size: 13px; line-height: 1.5; color: rgb(51,51,51);
		}
		#gameKinds>ul>li>ul>li>div.subject a,
		#gameKinds>ul>li>ul>li>div.subject a:hover {
			color: rgb(51,51,51);
		}
		#gameKinds>ul>li>ul>li>div.subject div.scores {
			position: absolute; top: 1px; right: 2px;
			background-color: white;
		}
		#gameKinds>ul>li>ul>li>div.content {
			position: relative; top: 0px; left: 0px;
			width: 290px; height: 30px; overflow: hidden;
			font-size: 12px; line-height: 1.3; color: rgb(153,153,153);
		}
		#gameKinds>ul>li>ul>li>div.content a,
		#gameKinds>ul>li>ul>li>div.content a:hover {
			color: rgb(153,153,153);
		}
		#gameKinds>ul>li>ul>li>div.info {
			position: relative; top: -2px; left: 0px;
			width: 290px; height: 20px; overflow: hidden;
			font-size: 13px; line-height: 1.3; color: #de3b63;
		}
		#gameKinds>ul>li>ul>li>div.info>div {
			float: right; margin-right: 7px;
		}
		#gameKinds>ul>li>ul>li>div.info>div>span.lang {
			color: #543232;
		}		


		#gameKind {
			position: relative; top: 3px;
			width: 740px;
			margin-bottom: 50px;
		}

		#gameSort {
			position: relative; float: left;
			top: 10px; left: 0px;
			width: 725px; height: 24px;
			background-color: rgb(235,230,209);
			border: 1px solid rgb(220,208,155);
			padding-top: 5px;
			margin-bottom: 10px;
			font-size: 12px; line-height: 1.5;
			color: #543232;
			padding-left: 10px;			
		}
		#gameSort ul {
			position: absolute; left: 70px; top: 5px;
			width: 360px;
			margin: 0; padding: 0; list-style-type: none;
		}
		#gameSort ul li {
			float: left;
			color: rgb(51,51,51);
			width: 65px; margin-right: 10px;
			background-repeat: no-repeat;
			background-position: right top;
			cursor: pointer;
		}
		#gameSort ul li.up {
			color: #FF3366;
			background-image: url('../images/icon-up.png');
		}
		#gameSort ul li.down {
			color: #FF3366;
			background-image: url('../images/icon-down.png');
		}
		#gameSort div.langs {
			float: right; margin-right: 10px;
			color: rgb(51,51,51);
		}

		#gameKindFocus {
			position: relative;
			width: 365px; height: 292px;
			border: 1px solid rgb(204,204,204);
			float: left; margin: 1px;
		}
		#gameKindFocus a div.img {
			margin: 20px;
			width: 320px; height: 180px;
			border: 1px solid rgb(204,204,204);
		}
		#gameKindFocus a div.description {
			margin: 0 20px 0 20px;
			width: 320px; height: 30px;
			font-size: 13px; line-height: 15px; color: rgb(51,51,51);
		}
		#gameKindFocus a div.title {
			font-size: 13px; line-height: 15px; color: rgb(51,51,51);
			margin: 0 20px 0 20px;
			width: 320px; height: 20px;
			text-align: right;
		}

		#gameKind>div.gameInfo {
			position: relative; width: 365px; height: 70px;
			border: 1px solid rgb(204,204,204);
			float: left;
			margin: 1px;
		}
		#gameKind>div.gameInfo>div.img {
			float: left; position: relative;
			margin: 1px 5px 1px 1px;
			width: 65px; height: 65px;
			border: 1px solid rgb(214,214,214);
			overflow: hidden;
		}
		#gameKind>div.gameInfo>div.img>img {
			width: 65px; height: 65px;
		}
		#gameKind>div.gameInfo>div.subject {
			position: relative; top: -70px; left: 70px;
			width: 295px; height: 20px; overflow: hidden;
			font-size: 13px; line-height: 1.5; color: rgb(51,51,51);
		}
		#gameKind>div.gameInfo>div.subject a,
		#gameKind>div.gameInfo>div.subject a:hover {
			color: rgb(51,51,51);
		}
		#gameKind>div.gameInfo>div.subject>div.scores {
			position: absolute; top: 1px; right: 2px;
			background-color: white;
		}
		#gameKind>div.gameInfo>div.content {
			position: relative; top: -70px; left: 70px;
			width: 295px; height: 30px; overflow: hidden;
			font-size: 12px; line-height: 1.3; color: rgb(153,153,153);
		}
		#gameKind>div.gameInfo>div.content a,
		#gameKind>div.gameInfo>div.content a:hover {
			color: rgb(153,153,153);
		}
		#gameKind>div.gameInfo>div.info {
			position: relative; top: -70px; left: 70px;
			width: 295px; height: 20px; overflow: hidden;
			font-size: 13px; line-height: 1.3; color: #de3b63;
		}
		#gameKind>div.gameInfo>div.info>div {
			float: right; margin-right: 7px;
		}
		#gameKind>div.gameInfo>div.info>div>span.lang {
			color: #543232;
		}
		
		#gamePages {
			position: relative; float: left;
			top: 10px; left: 0px;
			width: 735px; height: 30px;
			background-color: rgb(235,230,209);
			border: 1px solid rgb(220,208,155);
			padding-top: 5px;
		}
		#gamePages>span.button {
			border: 1px solid rgb(204,51,102);
			background-color: rgb(251,91,128);
			color: white;
			font-size: 12px; line-height: 18px;
			padding: 2px 8px;
		}
		#gamePages>span.prev {
			float: left; margin-left: 10px;
			cursor: pointer;
		}
		#gamePages>div.pages {
			position: relative; left: 10px; top: 4px;
			text-align: center;
			font-size: 12px; line-height: 18px;
			width: 410px; height: 16px; overflow: hidden;
		}
		#gamePages>div.pages a {
			margin-right: 5px;
			color:rgb(105,105,105);
		}
		#gamePages>div.pages a:hover {
			color:rgb(105,105,105);
		}
		#gamePages>div.pages span.now {
			color: rgb(251,91,128);
			margin-right: 5px;
		}
		#gamePages>span.next {
			float: right; margin-right: 10px;
			cursor: pointer;
		}
		#gamePages>span.goto {
			float: right; margin-right: 10px;
			cursor: pointer;
		}
		#gamePages>span.page {
			float: right; margin-right: 10px;
		}
		#gamePages>span.page input {
			border: 1px solid rgb(204,204,204);
			width: 50px; height: 20px;
		}
		#gamePages>span.post {
			float: right; margin-right: 10px;
			cursor: pointer;
		}

		
	#mainPlay {
		position: relative; top: 5px; left: 0px;
		float: left;
		width: 735px;
	}
		#mainPlay div.post {
			width: 100%;
			position: relative;
		}
		#mainPlay div.post table {
			border: 1px solid rgb(204,204,204);
			border-collapse: collapse;
		}
		#mainPlay div.post table tr th, #mainView div.post table tr td {
			border: 1px solid rgb(204,204,204);
		}
		#mainPlay div.post table tr th.subject {
			font-weight: normal; text-align: left;
			padding-left: 10px; padding-right: 5px;
			color: rgb(84,50,50); font-size: 18px; line-height: 46px;
			background-color: rgb(235,230,209);
			overflow: hidden;
		}
		#mainPlay div.post table tr th.subject div.tags {
			font-size: 13px;
			color: rgb(51,51,51);
			display: inline; margin-left: 20px;
		}
		#mainPlay div.post table tr td.content {
			vertical-align: top; padding: 10px;
			font-size: 13px;
		}
		#mainPlay div.post table tr td.content div.info span.langs {
			color: rgb(51,51,51); font-size: 12px; line-height: 1.5;
		}
		#mainPlay div.post table tr td.content div.info span.time {
			color: rgb(204,204,204); font-size: 12px; line-height: 1.5;
		}
		#mainPlay div.post table tr td.content div.info div.counter {
			color: rgb(221,58,96); font-size: 12px; line-height: 1.5; float: right;
		}
		#mainPlay div.post table tr td.content div.info div.counter img {
			padding-left: 10px; padding-right: 3px;
		}
		#mainPlay div.post table tr td.description {
			background-color: rgb(245,243,236);
			padding: 10px;
			font-size: 12px; color: rgb(51,51,51); line-height: 1.5;
		}
		#mainPlay div.post table tr td.description div.dv1 {
			float: left; padding-right: 5px;
			width: 270px; height: 120px;
		}
		#mainPlay div.post table tr td.description div.dv2 {
			float: left;
			width: 270px; height: 120px;
			padding-left: 10px; padding-right: 10px;
			border-left: 1px solid rgb(204,204,204);
			border-right: 1px solid rgb(204,204,204);
		}
		#mainPlay div.post table tr td.description div.dv3 {
			float: left; margin-left: 10px;
			width: 130px; height: 120px;
		}
		#mainPlay div.post table tr td.description div.dv3 ul {
			margin: 0; padding: 0; list-style-type: none;
		}
		#mainPlay div.post table tr td.description div.dv3 ul li>div.scoreNo {
			float: right;
		}
		#mainPlay div.post table tr td.description div.subtitle {
			color: rgb(221,58,96); font-size: 13px; line-height: 1.5;
		}		
		#mainPlay div.post table tr td.description div.subtitle2 {
			color: rgb(84,50,50); font-size: 13px; line-height: 1.5;
		}		
		#mainPlay div.post table tr td div.likeshare {
			float: left; position: relative; margin-top: 5px; margin-left: 5px;
		}
		#mainPlay div.post table tr td div.voting {
			float: right;
			color: rgb(84,50,50); font-size: 13px; line-height: 1.5;
		}
		#mainPlay div.post table tr td div.voting ul {
			margin: 0; padding: 0; list-style-type: none;
		}
		#mainPlay div.post table tr td div.voting ul li {
			float: left;
		}
		#mainPlay div.post table tr td div.voting ul li img {
			cursor: pointer;
		}
		#mainPlay div.post table tr td div.submit {
			float: right; margin-right: 10px;
			margin-top: 5px; margin-left: 10px;
			cursor: pointer;
		}
		#mainPlay div.post table tr td div.fbshare {
			margin: 5px auto 5px 10px; color: rgb(102,102,102); font-size: 12px; line-height: 2;
		}
		#mainPlay div.post table tr td div.posting {
			font-size: 12px; line-height: 2;
			color: rgb(102,102,102);
			height: 25px;
			padding-left: 10px;
		}
		#mainPlay div.post table tr td div.posting span.on {
			color: rgb(51,51,51);
		}
		#mainPlay div.post table tr td div.posting span.off {
			color: rgb(153,153,153);
			cursor: pointer;
		}
		#mainView div.post table tr td div.fbcomments {
		}


#dvPost {
	font-size: 13px; line-height: 2; color: rgb(51,51,51);
}
#dvPost form input, #dvPost form select {
	width: 490px;
}
#dvPost form textarea {
	vertical-align: top;
	width: 560px;
}
#dvReply {
	font-size: 13px; line-height: 2; color: rgb(51,51,51);
}
#dvReply form input {
	width: 600px;
}
#dvReply form textarea {
	vertical-align: top;
	width: 600px;
}

#shortcut {
	position: fixed;
	top: 100px;
	border: 1px solid rgb(204,51,102);
	background-color: rgb(251,91,128);
	color: white;
	font-size: 13px; line-height: 1.5;
	width: 70px;
	text-align: center;
	right: 30px;
	/*left: 1065px;*/
}
#shortcut ul {
	margin: 5px; padding: 0; list-style-type: none;
}
#shortcut ul li { cursor: pointer; color: rgb(51,51,51); }
#shortcut ul li a, #shortcut ul li a:hover {
	color: rgb(51,51,51);
}



#shortcut2 {
	position: fixed; top: 280px;
	width: 136px;
	border: 1px solid rgb(204,204,204);
	background-color: white;
	color: rgb(51,51,51);
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	/*right: 30px;
	left: 1065px;*/
}
#shortcut2>h5 {
	font-weight: normal;
	font-size: 14px;
	margin: 10px auto 5px auto;
}
#shortcut2>div.plurk2 {
	font-size: 12px;
	margin: 0 auto 5px auto;
	cursor: pointer;
}
#shortcut2>div.plurk2 a, #shortcut2>div.plurk2 a:hover {
	color: rgb(51,51,51); text-decoration: none;
}
#shortcut2>div.line {
	border: none;
	background-color: rgb(204,204,204);
	font-size: 1px; line-height: 1px;
	width: 100px; height: 1px;
	margin: 5px auto;
}
#shortcut2>div.title {
	font-size: 14px;
}
#shortcut2>div.date {
	color: rgb(204,51,102);
	font-size: 12px;
}
#shortcut2>div.image {
	margin: 5px auto;
/*	width: 125px; height: 125px;
	overflow: hidden;*/
}
#shortcut2>div.image img {
}
#shortcut2>div.link {
	font-size: 12px; color: rgb(51,51,51);
	margin-bottom: 5px;
}
#shortcut2>div.link a, #shortcut2>div.link a:hover {
	color: rgb(51,51,51);
}


div.prevOne {float:left;}
div.nextOne {float:right;}
div.prevOne a, div.nextOne a {color: rgb(153,153,153); font-size:15px;}
div.prevOne a:hover, div.nextOne a:hover {color: rgb(221,58,96);}




#reviewComment {
	position: relative;
	margin: 5px auto;
	width: 100%;
}
#reviewComment>table>tr>th, #reviewComment>table>tr>td {
	border: none;
}
#reviewComment table tr td span.subtitle {
	font-size: 30px; line-height: 1.1; font-weight: bold;
}
#reviewComment table tr td div.commentAll {
	font-size: 13px; line-height: 1.3;
	color: rgb(51,51,51);
}
#reviewComment div.voteIt {
	font-size: 13px; line-height: 1.3;
	color: rgb(51,51,51);
}

#reviewCommentTable {
}
#reviewCommentTable table th {
	vertical-align: top; border: none;
}
#reviewCommentTable table th div {
	position: relative; left: 0px; top: 0px;
	width: 56px; height: 47px; overflow: hidden; padding-top: 3px;
	background-image: url('../images/score-bg-off.png');
	background-repeat: no-repeat;
	font-size: 15px; line-height: 1.3; font-weight: normal;
	text-align: center; color: rgb(51,51,51);
}
#reviewCommentTable table th.On div {
	color: white;
	background-image: url('../images/score-bg-on.png');
}
#reviewCommentTable table td {
	font-size: 13px; line-height: 1.3; text-align: left;
	color: rgb(102,102,102);
	border: none;
}
#reviewCommentTable table td div {
	position: relavtie;
	background-color: rgb(236,236,236);
	margin: 2px; padding: 5px;
}

/* 綜合評比 分數 */
#reviewComment div.point {
	width: 75px; height: 75px; overflow: hidden;
	text-align: center;
	font-size: 11px; line-height: 1.5;
	color: rgb(153, 153, 153);
	background-image: url('../images/bg-score.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
#reviewComment div.point div.score {
	width: 100%; height: 38px;
	margin: 10px auto 3px auto;
	font-size: 38px; line-height: 1;
	color: rgb(255,255,255);
}
#reviewComment div.point div.scoreTxt {
	width: 100%; height: 15px;
	margin: 0 auto;
	font-size: 15px; line-height: 1;
	color: rgb(255,255,0);
}
/* 綜合評比 分數 END */



#dvTitle {
	position: relative; top: 0px; left: 0px;
	width: 735px; min-height: 110px;
}
	#dvTitle>h2 {
		position: relative; left: 0px; top: 0px;
		width: 100%; height: 15px;
		font-size: 15px; line-height: 15px; font-weight: normal;
		color: rgb(51,51,51); margin: 10px;
	}
	#dvTitle>h2>div.share {
		position: absolute; right: 0px; top: 0px;
		width: 550px; height: 24px;
		font-size: 13px; color: #333333; text-align: right;
	}
	#dvTitle>div {
		background-color: #f5f2e6;
		position: relative; height: 65px; width: 755px;
	}
	#dvTitle>div>h3 {
		position: relative; left: 0px; top: 10px;
		width: 100%; height: 15px;
		font-size: 15px; line-height: 15px; font-weight: normal;
		color: rgb(153,153,153);
	}
	
	#dvTitle>div>h3.kinds {
		position: absolute; left: 0px; top: 11px;
		width: 100px; height: 15px;
		font-size: 15px; line-height: 15px; font-weight: normal;
		color: #887762;
		text-align: center;
	}
	#dvTitle>div>h3.kinds>span.off {
		color: #887762; cursor: pointer; font-weight: normal;
	}
	#dvTitle>div>h3.kinds>span.on {
		color: #604d3f; cursor: default; font-weight: bolder;
	}
	#dvTitle>div>ul.kinds {
		position: relative; left: 100px; top: 5px;
		width: 650px; height: 40px;
		font-size: 15px; line-height: 15px; font-weight: normal;
		color: rgb(153,153,153);
		margin: 0; padding: 0; list-style-type: none;
	}
	#dvTitle>div>ul.kinds li {
		float: left; width: 60px; height: 20px;
		font-size: 13px; line-height: 15px; font-weight: normal;
		color: #887762;
	}
	#dvTitle>div>ul.kinds>li>span.off {
		color: #887762; cursor: pointer; font-weight: normal;
	}
	#dvTitle>div>ul.kinds>li>span.on {
		color: #604d3f; cursor: default; font-weight: bolder;
	}


	#dvTitle>div.appstore {
		position: absolute; right: 100px; top: 45px;
		width: 100px; height: 25px;
	}
		#dvTitle>div.appstore>a>img {
			margin-bottom: -0.3em;
		}
		#dvTitle>div.appstore>a {
			font-size: 13px; font-style: italic;
			color: rgb(102,102,102);
			text-decoration: underline;
		}
		#dvTitle>div.appstore>a:hover {
			color: rgb(159,191,63);
			text-decoration: none;
		}
	#dvTitle>div.apptrack {
		position: absolute; right: 0px; top: 45px;
		width: 100px; height: 25px;
	}
		#dvTitle>div.apptrack>span {
			cursor: pointer;
			font-size: 13px; font-style: italic;
			color: rgb(102,102,102);
		}
		#dvTitle>div.apptrack>span>img {
			margin-bottom: -0.2em;
		}
#sortType {
	position: relative;
	margin: 0 auto;
	width: 570px; height: 25px;
	border-bottom: 1px solid #ffcccc;
	margin-bottom: 15px;
}
	#sortType>ul {
		position: absolute; left: 0px; top: 0px;
		margin: 0; padding: 0; list-style-type: none;
		width: 500px; height: 25px;
	}
	#sortType>ul>li {
		display: inline;
		width: 100px; height: 25px;
		font-size: 13px; line-height: 1.5;
		color: rgb(102,102,102);
		cursor: pointer;
		text-decoration: none;
		margin-right: 20px;
	}
	#sortType>ul>li.on {
		color: rgb(255,51,102);
		cursor: default;
		text-decoration: none;
		border-bottom: 3px solid rgb(255,51,102);
		padding-bottom: 5px;
	}
	#sortType>div.onlyFree {
		position: absolute; top: 0px; right: 30px;
		width: 150px; height: 30px;
		text-align: right;
		font-size: 13px; line-height: 1.5;
		color: rgb(102,102,102);
	}

#appList {
	width: 570px; height: 400px;
	margin: 0px; padding: 0;
	list-style-type: none;
	position: relative;
}
	#appList>li {
		position: relative;
		width: 280px; height: 80px;
		float: left;
	}
	#appList>li>div.img {
		position: absolute; left: 0px; top: 0px;
		width: 70px; height: 70px;
		background-image: url('../images/loading.gif');
		background-repeat: no-repeat;
		background-position: center center;
	}
	#appList>li>div.name {
		position: absolute; left: 80px; top: 0px;
		width: 200px; height: 30px; overflow: hidden;
		font-size: 14px; color: rgb(102,102,102); font-style: italic;
	}
	#appList>li>div.score {
		position: absolute; left: 80px; top: 33px;
		width: 200px; height: 20px;
		font-size: 12px; color: rgb(153,153,153);
	}
	#appList>li>div.view {
		position: absolute; left: 80px; top: 50px;
		width: 100px; height: 20px;
		font-size: 13px; color: rgb(102,102,102);
	}
	#appList>li>div.view>a {
		color: rgb(102,102,102); text-decoration: none;
	}
	#appList>li>div.view>a:hover {
		color: rgb(159,191,63); text-decoration: underline;
	}
	#appList>li>div.track {
		position: absolute; left: 175px; top: 50px;
		width: 100px; height: 20px;
		font-size: 13px; color: rgb(102,102,102); cursor: pointer;
	}

#pageList {
	position: relative;
	width: 560px; height: 50px;
	margin: 0 auto;
	text-align: center;
}
	#pageList>ul {
		margin: 5px auto 0 auto; padding: 0; list-style-type: none;
	}
	#pageList>ul>li {
		display: inline;
		height: 20px;
		font-size: 14px; line-height: 1.5;
		color: rgb(102,102,102);
		padding: 0 5px;
	}
	#pageList>ul>li.page {
		cursor: pointer;
	}
	#pageList>ul>li.on {
		color: rgb(159,191,63);
		cursor: default;
	}

	
#banner>img {
	cursor: pointer;
}
.postContent img{
/*max-width:560px;*/
max-width:530px;
height:inherit;
width:expression(document.body.clientWidth>530?"530px""auto");/*若圖片大於530px就調整*/
overflow:hidden; 
clear:both;
margin-bottom:10px;
}

.postContent{
	clear:both;
	width:550px;
	line-height: 160%;
}


#pre_next {
	min-width:556px;
}
#pre_nextBtn {
	margin-top: 5px;
	margin-left: 0px;
	border:0px !important;
}
#pre_nextBtn td {
	border:0px !important;
}
#pre_nextBtn tr {
	border:0px !important;
}
#pre_nextBtn li {
	margin-bottom:3px;
	width:50px;
	height:25px;
	list-style-type:none;
	text-indent: -9999px;
}
li.prev_page {
	width:53px;
	height:25px;
	list-style-type:none;
	text-indent: -9999px;
	background-image: url(../images/newen_page/pre_page.gif);
	background-repeat: no-repeat;
}
li.next_page {
	width:53px;
	height:26px;
	list-style-type:none;
	text-indent: -9999px;
	background-image: url(../images/newen_page/next_page.gif);
	background-repeat: no-repeat;
}
#pre_nextBtn li a {
	display: block;
	width:100%;
	height:100%;
}
.pre_nextTT {
 font-family:LiGothicMed, "";
	min-width:50px;
	height:26px;
	line-height:26px;
	list-style-type:none;
	margin-right: 5px;
}
.pre_nextTT a:link {
 font-family:LiGothicMed, "";
	min-width:50px;
	height:26px;
	color:#333;
	line-height:26px;
	list-style-type:none;
	margin-right: 5px;
	text-decoration: none;
}
.pre_nextTT a:visited {
	color:#333;
 font-family:LiGothicMed, "";
	min-width:50px;
	height:26px;
	line-height:26px;
	list-style-type:none;
	margin-right: 5px;
	text-decoration: none;
}
.pre_nextTT a:hover {
 font-family:LiGothicMed, "";
	min-width:50px;
	color:#333;
	height:26px;
	line-height:26px;
	list-style-type:none;
	/* [disabled]border: thin solid #C63;
*/
	margin-right: 5px;
	text-decoration: underline;
}
.pre_nextTT a:active {
 font-family:LiGothicMed, "";
	min-width:50px;
	height:26px;
	color:#333;
	line-height:26px;
	list-style-type:none;
	/* [disabled]border: thin solid #C63;
*/
	margin-right: 5px;
	text-decoration: none;
}
