@import url("header.css");

/* whole */

* { margin: 0; padding: 0; font-family: "Arial", 宋体,sans-serif;font-size: 12px; }

html { width: 100%; background: #E6E6E6 url(/guide/common/tu/game/html.gif) repeat-x; }

body {
	margin: 0; 
	padding: 0; 
	border: 0; 
	color: #000; 
	font-size: 12px; 
	line-height: 150%;
	text-align: center;
}
img {
	margin: 0; padding: 0; border: 0;
}
ul,li {
	margin: 0; padding: 0; border: 0; list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0; padding: 0;
}

a {
	color: #266099; text-decoration: none;
}
a:hover {
	color: #011D3D; text-decoration: none;
}

#realgame { }

/* top */
#top {
	background: url(/guide/common/tu/game/topbg.gif) repeat-x;
	width: 100%; height: 21px;
}
.top-in {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	line-height: 21px;
}
.top-in .text-left {
	font-size: 10px; font-weight: normal; color: #fff;
	filter: glow(Color=black,Strength=2) ;
	text-align: left;
	float: left;
}
.top-in .btn_right {
	float: right; width: 600px; display: inline-table;
}
.top-in .btn_right p { 
	float: left; color: #FFF000;
}
.top-in .btn_right a {
	width: 63px; height: 20px;
	display: block; float: right;
	text-align: center;
	color: #fff;
	background: url(/guide/common/tu/game/topbtnbg.gif) no-repeat;
	margin-right: 2px;
}
.top-in .btn_right a:hover {
	text-decoration: none; color: #FFF000;
}

/* game main */
#game_main {
	width: 980px;
	margin: 0 auto;
	background: transparent;
}

#game_main #game_left {
	width: 798px;
	float: left;
	padding-top: 0;
	background: #fff;
}
#game_main #game_right {
	width: 168px;
	float: left;
}

/* header */
#header {
	background: #fff url(/guide/common/tu/game/gameintro/bannerbg.gif) no-repeat left top;
	height: 256px;
	position: relative;
}
#header .banner {
	position: absolute;
	left: 24px; top: 0;
}
#header .download {
	position: absolute;
	right:0; top:0;
	background: url(/guide/common/tu/game/gameintro/bannerbg2.gif) no-repeat right top;
	height: 225px; width: 204px;
	text-align: left; 
}
#header .download .realgame {
	padding-top: 29px;padding-left: 24px;
}
#header .download .down_club {
	padding-top: 22px; padding-left: 6px;
}
#header .download .down_club img {
	display: block;
}
#header #bar {
	position: absolute; 
	top: 211px; left: 0;
	height: 41px; width: 798px;
	background: url(/guide/common/tu/game/barbg.gif) repeat-x bottom;
	border-bottom: 2px #31689B solid;
}
#header #bar ul {
	background: url(/guide/common/tu/game/gameintro/dot.gif) no-repeat left bottom;
	padding-left: 38px;
	height: 41px;
}
#header #bar li { float: left; }
#header #bar li img { display: block; }


/* gamesort */
#gamesort { width: 798px; float: left; margin-top: 13px; }

#left_iframe { width: 584px; height: 648px; float: left; }

#gamesort #left_block { width: 203px; height: 648px;float: right; text-align: left; }
	
/* top 10 */
.compositor {
	width: 197px; text-align: center;
	padding-bottom: 7px;
	background: #DCDCDC url(/images/game/dot4.gif) no-repeat bottom;
}
.doohickey {
		width: 197px;
		margin-top: 5px; padding-bottom: 3px;
		background: url(/images/game/bg8.gif) repeat-y;
	}	
.doohickey .content {
		width: 160px;
		margin: 8px; 
		margin-bottom: 0;
		line-height: 23px;
		color: #266099;
		padding: 10px;
		border: 1px #CCCCCC solid;
		background: #fff;
	}
.doo_end {
		width: 197px; height: 6px;
		background: url(/images/game/dot9.gif) no-repeat;
	}

	

/* 游戏介绍外框及导航 */
#contentbg {
	width: 584px; height: 648px;
	float: left;
	text-align: left;
	background: url(/images/game/bg4.gif) repeat-x;
}
#contentbg ul {
	width: 574px; height: 28px;
	padding-left: 10px; padding-top: 8px;
	background: url(/images/game/bg5.gif) no-repeat;
}
#contentbg li {
	width: 92px; height: 21px;
	float: left; 
	color: #303A43;
	text-align: center;
	padding-top: 6px;
	margin-right: 2px;
	background: url(/images/game/libg1.gif) no-repeat;
}
#contentbg li a {
	color: #303A43;
}

#contentbg .lbottom {
	width: 584px; height: 12px;
	background: url(/images/game/lbtn.gif) no-repeat;
}


/* 游戏介的内容样式 */
.game_content {
	width: 550px; height: 589px;
	margin-left: 10px;
	padding: 6px;
	text-align: left;
	background: #fff;
	overflow: auto;
}

.game_content h2 {
	margin-top: 20px; /* 定义图片标题距上方20px */
}
.game_content h2 img {
	margin: 0;
}

.game_content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px; 
	margin-left: 20px;
} 

.game_content table {
	margin-top: 10px; 
	margin-left: 20px;
	margin-right: 20px;
} 
.game_content table img {
	margin: 0; padding: 0;
} 

.game_content img {
	margin-top: 15px; 
	margin-left: 20px;
} 

.game_content p {
	margin-top: 10px; 
	margin-left: 20px;
	margin-right: 20px;
}

/* footer */
.footer {
	width: 698px; height: 50px;
	float: left;
	text-align: left;
	color: #CCCCCC;
	padding-left: 100px;
	padding-top: 5px;
	line-height: 22px;
	margin-top: 10px;
	border-bottom: 1px #cccccc solid;
	background: #666666 url(/images/game/esel_worldmap.gif) no-repeat 15px 50%;
}
.footer a {
	color: #CCCCCC;
}
.footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.footer2 {
	width: 738px;
	float: left;
	text-align: right;
	color: #CCCCCC;
	padding-right: 60px;
	line-height: 24px;
	background: #666666;
}
.footer2 a {
	color: #CCCCCC;
}
.footer2 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

