@charset "utf-8";
/* CSS Document */

#movieleft {
	float:left;
	width:550px;
}

#movieright {
	float:right;
	width:450px;
}

#related {
	padding:10px;
	height:800px;
	overflow:auto;
	scrollbar-face-color:#A9BC52;
	scrollbar-track-color:#393939;
	scrollbar-arrow-color:#393939;
	scrollbar-highlight-color:#393939;
	scrollbar-shadow-color:#393939;
	scrollbar-3dlight-color:#A9BC52;
	scrollbar-darkshadow-color:#A9BC52;
}

#related li {
	float:left;
	width:135px;
	height:120px;
	overflow:hidden;
}

#thmbnail {
	width:420px;
	margin:0 auto 0 auto;
}

#thmbnail li{
	float:left;
	width:140px;
}

#sitead {
	width:468px;
	margin:20px auto 20px auto;
	text-align:center;
}

#sitename {
	text-align:right;
}

#game-movie {
	width:425px;
	margin:0 auto 0 auto;
}
h4 {
	width:468px;
	margin:30px auto 0 auto;
}

#description {
	width:468px;
	margin:0 auto 0 auto;
}

#googlead {
	width:728px;
	margin:0 auto 0 auto;
}

#movieindex p {
	margin:0 0 0 20px;
}

.movielist {
	margin:20px 0 0 0;
}

.movielist li {
	float:left;
	width:140px;
	height:150px;
}

#gamedetail {
	clear:both;
	margin:10px 0 0 0;
	font-size:20px;
	font-weight:bolder;
	text-align:center;
}

#adbanner {
	width:480px;
}

#gamedetail a {
	display:block;
	color:#ffffff;
	padding:10px 0 10px 0;
	background-color:#A9BC52;
	border:1px solid #A9BC52;
}

#gamedetail a:hover {
	color:#ffffff;
	background-color:#393939;
}