body {
  	background: #ffddf2;
  	font-family:  Tahoma, Arial, Verdana, Helvetica, sans-serif;
  	font-size: 11px;
  	margin: 0;
  	padding: 0;
  	color: #7d7d7d;
}
input, textarea {
 	font-size: 11px;
	margin: 0px;
}
a:link {
	color: #4c6800;
	text-decoration: none;
}
a:visited {
	color: #4c6800;
	text-decoration: none;
}
a:hover {
	color: #418b00;
	text-decoration: none;
}
.clear {
	clear: both;
	height: 0;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#left_side {
	width: 10px;
	background: url('images/left_col.gif') repeat-y;
}
#right_side {
	width: 10px;
	background: url('images/right_col.gif') repeat-y;
}
#banner {
	height: 100px;
	width: 960px;
	background: url('images/header_bg.png') repeat-x;
}
#logo {
	float: left;
}
#top_ads {
	float: left;
	width: 728px;
	height: 90px;
	margin-top: 5px;
}
#logo h1 {
	background: url('images/sprite.png') no-repeat 0px -36px;
	margin: 0;
	padding: 0;
	width: 226px;
	height: 100px;
}
#logo h1 a {
	width: 515px;
	height: 100px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
#top_menu_l {
	background: url('images/sprite.png') no-repeat 0px 0px;
	width: 16px;
	height: 35px;
	float: left;
}
#top_menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 35px;
	background: url('images/menu_bg.png') repeat-x;
	width: 918px;
	overflow: hidden;
	padding-left: 10px;
}
#top_menu_r {
	background: url('images/sprite.png') no-repeat -16px 0px;
	width: 16px;
	height: 35px;
	float: right;
}
#top_menu li {
	float: left;
	margin-right: 5px;
	line-height: 28px;
}
#top_menu li.split {
	color: #000;
	margin-right: 5px;
}
#top_menu li a {
	color: #c02400;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
  	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#top_menu li a:hover {
	text-decoration: underline;
}
#site_content {
	background: #fff;
	width: 960px;
	padding-top: 5px;
}
#left_col {
	float: left;
	width: 200px;
	margin-left: 10px;
}
#right_col {
	float: right;
	width: 730px;
	margin-right: 10px;
}
.sbox {
	width: 200px;
	padding-bottom: 10px;
}
.sbox .header {
	width: 190px;
	height: 30px;
	background: url('images/sprite.png') no-repeat -227px -96px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-size: 11px;
	color: #ffea00;
	line-height: 28px;
}
.bbox .header a {
	color: #ffea00;
}
.sbox .content {
	padding: 5px 10px 0px 10px;
	width: 180px;
	background: #ffe8e8;
	color: #1d1d1d;
}
.sbox .bottom {
	width: 200px;
	height: 10px;
	background: url('images/sprite.png') no-repeat -227px -126px;
}

.bbox {
	width: 730px;
	padding-bottom: 10px;
}
.bbox .header {
	width: 720px;
	height: 30px;
	background: url('images/sprite.png') no-repeat 0px -137px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-size: 11px;
	color: #ffea00;
	line-height: 28px;
}
.bbox .content {
	padding: 5px 10px 0px 10px;
	width: 710px;
	background: #ffe8e8;
	color: #1d1d1d;
}
.bbox .bottom {
	width: 730px;
	height: 10px;
	background: url('images/sprite.png') no-repeat 0px -167px;
}
#footer {
	width: 960px;
	height: 80px;
	background: url('images/footer_bg.png') repeat-x;
	color: #fff;
}
#footer p {
	margin: 0;
	padding: 10px;
	padding-bottom: 0px;
	text-align: center;
  	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;

}
.game_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.game_list li {
	position: relative;
	float: left;
	text-align: center;
	width: 100px;
	height: 135px;
	margin: 2px 10px 0px 8px;
}
.game_list li a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	color: #eb0069;
	overflow: hidden;
	width: 100px;
	height: 135px;
	display: block;

}
.game_list li a:hover {
	color: #be0155;
}
.game_list li a:hover span {
	color: #474747;
}	
.game_list li a:hover div.game_info {
	display: block;
}
.game_list li span {
	font-weight: normal;
	font-size: 10px;
	color: #969696;
}
.game_list li img {
	padding: 5px 0px;
	border: 0;
	width: 100px;
	height: 100px;
	display: block;
}
.game_list li div.game_border {
	background: url('images/sprite.png') no-repeat -428px -30px;
	width: 100px;
	height: 105px;
	position: absolute;
	left: 0;
	top: 0;
}

.game_list li a:hover div.game_border {
	background: url('images/sprite.png') no-repeat -530px -30px;
}

.normal_input {
	margin-top: 5px;
	position: relative;
	width: 180px;
	height: 23px;
	background: url('images/sprite.png') no-repeat -227px -36px;
}
.normal_input input {
	position: absolute;
	left: 10px;
	top: 4px;
	width: 158px;
	line-height: 14px;
	color: #7d7d7d;
	font-size: 11px;
	border: none;
	background: none;
}
.button {
	margin-top: 7px;
	border: none;
	background: url('images/sprite.png') no-repeat -228px -61px;
	width: 80px;
	height: 23px;
	font-size: 10px;
	color: #775d00;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 3px;
}
.button:hover {
	color: #000;
	background: url('images/sprite.png') no-repeat -309px -61px;
}

.hot_icon {
	background: url('images/sprite.png') no-repeat -34px -0px;
	width: 38px;
	height: 35px;
	position: absolute;
	z-index: 888;
	left: -10px;
	top: -5px;
} 
.page_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	float: right;
}
.page_nav li {
	float: left;
	width: 36px;
	height: 36px;
	background: url('images/sprite.png') no-repeat -645px -3px;
	margin-right: 5px;
	text-align: center;
	line-height: 36px;
}
.page_nav li a {
	width: 36px;
	height: 36px;
	display: block;

	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.page_nav li a:hover {
	background: url('images/sprite.png') no-repeat -689px -3px;
}
.page_nav .current {
	background: url('images/sprite.png') no-repeat -689px -3px;
}
