/*  
RealGame 频道页面全局样式
URI: http://www.gamesbb.com.cn/
Author: Hejunfei
*/

@import url("news.css");
@import url("help.css");
@import url("pay.css");
@import url("download.css");
@import url("userLogin.css");
@import url("top.css");
@import url("vip.css");
@import url("rshow.css");
@import url("header.css");

/* channel all style */

* { margin: 0; padding: 0; }

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;
	font-family: Arial, '宋体' Helvetica, sans-serif;
}
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: #838383; text-decoration: none; }
a:hover { color: #964700; text-decoration: underline; }

#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: url(/guide/common/tu/game/headerbg.gif) repeat-x;
	position: relative;
	height: 40px;
}

.header #bar {
	position: absolute; 
	top: 0px; 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; }

.header .gametg {
	width: 775px; height: 120px; background: #fff; 
	padding: 1px;
	position: absolute;
	left: 10px; top: 10px;
}

/* header
.header {
	background: url(/guide/common/tu/game/news/header2.jpg) no-repeat; height: 220px;
	position: relative;
}

.header #bar {
	position: absolute; 
	top: 180px; 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; }
 */
/* channel main */ 
.channel_main {
	background: #fff;
}




/* footer */
.footer {
	width: 698px; height: 50px;
	float: left;
	text-align: left;
	color: #CCCCCC;
	padding-left: 100px;
	padding-top: 5px;
	line-height: 22px;
	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;
}