body {
	margin: 0;
	background: black;
	font-family: arial;
	font-size: 12px;
	color: white
}
a {
	color: #656565
}
.container {
	text-align: center
}

.container_top {
	width: 100%;
	height: 285px;
	background: url(_img2/top2_bg.png) repeat-x;
	text-align: center
}

.top {
	width: 1000px;
	height: 285px;
	margin: auto;
	background: url(_img2/top2.png) no-repeat
}
.container_top_mini {
	width: 100%;
	height: 110px;
	background: url(_img2/small_top_bg.png) repeat-x;
	text-align: center
}
.top_mini {
	width: 1000px;
	height: 110px;
	background: url(_img2/small_top.png) no-repeat;
	margin: auto
}
.top_resize {
	width: 16px;
	height: 16px;
	background: url(_img2/top_down.png) no-repeat;
	cursor: pointer;
	float: right;
	margin-top: 16px;
	margin-right: 5px;
	z-index: 999
}
.top_resize2 {
	background: url(_img2/top_up.png) no-repeat
}

.middle_separator {
	width: 100%;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 15px;
/*	background: url(_img2/bg_dashed.gif) repeat-x bottom;*/
	color:#404040;
	text-align: center
}
.middle_separator a {
	text-decoration: none;
	font-weight: bold
}
.middle_separator_inner {
	width: 1000px;
	height: 40px;
	margin: auto
}
.inputText {
	background: #161616;
	border: 2px solid #2c2c2c;
	color: #656565;
	font-size: 16px;
	width: 150px
}
.inputButton {
	width: 111px;
	height: 25px;
	background: url(_img2/button1.png) no-repeat;
	border: none;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px
}
.middle_separator_left {
	float: left;
	height: 33px;
	*height: 37px;
	padding-top: 4px;
	width: 590px;
	margin-top: 3px;
	font-size: 17px;
	font-family: trebuchet ms, arial;
	font-weight: bold;
	text-align: left;
	font-size: 13px
}
.middle_separator_left a {
	font-size: 13px
}
.middle_separator_right {
	float: right;
	height: 37px;
	width: 405px;
	margin-top: 3px;
	font-family: trebuchet ms, arial;
	font-weight: bold;
	text-align: right;
	font-size: 17px;
	padding-right: 5px	
}
.middle_separator_right .change_view {
	background: url(_img2/view_buttons.png) no-repeat;
	width: 81px;
	height: 27px;
	border: none
}
.middle {
	width: 1000px;
	margin: auto;
	margin-top: 10px
}
.middle_left {
	width: 200px;
	float: left
}
.middle_right {	
	float: right;
	width: 780px;
	margin-left: 20px
}
.middle_left a {
	font-weight: bold;
	color: #f4f4f4;
	text-decoration: none;
	padding-left: 10px
}

/* mmenu */
.mid_menu {
	width: 996px;
	height: 54px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto
}
ul.m_menu {
	width: 996px;
	height: 54px;
	list-style: none;
	margin: 0;
	padding: 0
}
ul.m_menu li {
	float: left;
	width: 162px;
	height: 50px;
	border: 1px solid #656565;
	margin: 1px;
	text-align: center
}
ul.m_menu li a {
	width: 162px;
	height: 40px;
	*height: 50px;
	padding-top: 10px;
	display: block;
	text-align: center;
	background: url(_img2/menu_new_0.png) repeat-x;
	text-decoration: none;
	font-size: 19px;
	color: white;
	font-family: trebuchet ms
}
ul.m_menu li a:hover {
	background: url(_img2/menu_new_3.png) repeat-x;
}
ul.m_menu li.m_menu_selected a {
	background: url(_img2/menu_new_1.png) repeat-x;
}
ul.m_menu li.m_menu_selected a:hover {
	background: url(_img2/menu_new_1.png) repeat-x;
}
/* /mmenu */

.menu {
	width: 200px
}
.menu_top {
	width: 200px;
	height: 7px;
	background: url(_img2/menu_border_top.png) no-repeat
}
.menu_header {
	width: 190px;
	height: 35px;
	background: url(_img2/menu_header_2.png) no-repeat;
	/*background: url(_img2/menu_header_bg.png) repeat-x;*/
	margin-left: 3px;
	margin-right: 3px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	cursor: default
}
.menu_header_inner {
	width: 190px;
	text-align: center;
	padding-top: 8px
}
.menu_middle {
	width: 196px;
	border-left: 2px solid #4e4e4e;
	border-right: 2px solid #4e4e4e
}
.menu_bottom {
	width: 200px;
	height: 7px;
	background: black url(_img2/menu_border_bottom.png) no-repeat
}

.menu_tree {
	width: 170px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-right: 16px;
	background: black
}
.menu_tree_title {
	background: url(_img2/bg_raquo2.gif) no-repeat right center;
	width: 170px
}
.menu_link {
	width: 175px;
	height: 20px;
	display: block;
	padding-top: 6px;
	*height: 26px;
	*padding-top: 6px;
	padding-right: 0px;
	text-align: left;
	font-size: 12px;
	border: 1px solid transparent;
	color: #B6B6B6;
	background: url(_img2/bg_dashed.gif) repeat-x bottom
}
.menu_link:hover {
	/*background-color: #eaeaea; */
	/*border-left: 5px solid red; */
	color: red;
	background: url(_img2/bg_dashed.gif) repeat-x bottom
}
a.menu_link_sel {
	background: url(_img2/bg_dashed.gif) repeat-x bottom;
	/*border: 1px dotted #F60; */
	color: #36C
}

.game_box {
	width: 250px;
	height: 306px;
	overflow: hidden;
	float: left;
	padding: 2px;
	margin: 2px;
	border: 1px solid #191919
}
.game_box_img {
	height: 250px
}
.game_box_img img.img_bg {
	width: 250px;
	height: 250px;
	border: 1px solid #99999;
	position: relative;
	top: -250px
}
.game_box_img img:first-child {
	width: 250px;
	height: 250px;
	border: 1px solid #999999
}
.ad img {
	width: 250px;
	height: 200px
}
.game_box h3, .game_box h3 a, .game_box2 h3 a {
	margin: 2px;
	padding: 2px;
	font-size: 14px;
	color: #3366CC;
	font-weight: bold;
	width: 242px;
	text-align: center
}
.game_box_desc {
	width: 250px;
	height: 30px;
	text-align: center;
	color: #656565;
	font-size: 11px;
	overflow: hidden;
	margin: auto
}
.game_box_desc a {
	text-decoration: none;
}
.game_box_desc a:hover {
	text-decoration: underline;
}
/* view 1 */
.game_box2 {
	width: 376px;
	height: 370px;
	overflow: hidden;
	float: left;
	padding: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 3px;
	border: 1px solid #191919;
	text-align: center
}
.game_box2 .game_box_desc {
	width: 370px;
	text-align: left;
	height: 60px
}
.game_box_line {
	width: 370px;
	padding: 3px;
	text-align: left;
	font-size: 11px
}
.game_box_line a {
	color: red;
	text-decoration: none
}

.footer2 {
	width: 100%;
	height: 200px;
	margin-top: 100px;
	background: url(_img2/footer_bg.png) repeat-x top;
	text-align: center
}
.footer2_inner {
	padding-top: 10px;
	width: 1000px;
	margin: auto;
	text-align: center;
	color: #656565
}
.footer2 a {
	text-decoration: none
}
.footer2 a:hover {
	text-decoration: underline
}
.main_title {
	padding: 0px;
	margin: 4px;
	margin-top: -6px;
	*margin: 0;
	font-size: 17px;
	background: url(_img2/bg_dashed.gif) repeat-x bottom;
}
.main_pager {
	margin-top: 50px;
	text-align: center;
	width: 780px
}
.ul_pager {
	text-align: center;
	margin-top: 5px
}
.ul_pager a {
	padding: 3px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center
}
.ul_pager a:hover {
	background: red;
	color: white
}
.page_selected {
	background: #CCCCCC;
	color: black
}
a.page_selected:hover {
	background: #CCCCCC;
	color: black
}

/* swf game page */
.swf_game {
	width: 640px;
	height: 480px;
	border: 10px solid white;
	margin: auto
}
.swf_game_title {
	padding: 0px;
	margin: 20px;
	margin-top: 0px;
	font-size: 19px;
	color: #0099CC;
	font-family: trebuchet ms, arial
}
.swf_description {
	width: 600px;
	margin-left: 60px;
	margin-top: 30px;
	background: url(_img2/bg_dashed.gif) repeat-x top;
}
.swf_description_title {
	width: 100px;
	float: left;
	text-align: left;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	font-weight: bold
}
.swf_description_desc {
	width: 490px;
	float: right;
	margin-left: 10px;
	text-align: left;
	color: #CFCFCF
}
.left_adv {
	width: 200px;
	height: 200px;
	margin-top: 15px
}

/* game_box */
.menu {
	width: 200px
}
.menu_top {
	width: 200px;
	height: 7px;
	background: url(_img2/menu_border_top.png) no-repeat
}
.menu_header {
	width: 190px;
	height: 35px;
	background: url(_img2/menu_header_2.png) no-repeat;
	/*background: url(_img2/menu_header_bg.png) repeat-x;*/
	margin-left: 3px;
	margin-right: 3px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	cursor: default
}
.menu_header_inner {
	width: 190px;
	text-align: center;
	padding-top: 8px
}
.menu_middle {
	width: 196px;
	border-left: 2px solid #4e4e4e;
	border-right: 2px solid #4e4e4e
}
.menu_bottom {
	width: 200px;
	height: 7px;
	background: black url(_img2/menu_border_bottom.png) no-repeat
}
/* /game_box */
.tags a {
	margin: 5px
}

/* footer */
.footer {
	width: 100%;
	height: 150px;
	background: white;
	margin-top: 200px;
	text-align: center
}
.footer_inner {
	width: 1000px;
	height: 150px;
	margin: auto;
	text-align: left
}
.footer_column {
	width: 220px;
	height: 130px;
	float: left;
	padding: 10px;
	margin-right: 10px;
	/*background: #eeeeee;*/
	text-align: left;
	font-size: 11px;
	color: #999999;
	font-family: arial
}
.footer_column p {
	margin: 2px;
	padding: 1px
}
.footer_column a {
	text-decoration: none
}
.footer_column a:hover {
	text-decoration: underline
}
.footer_column h4 {
	font-size: 11px;
	padding: 0;
	margin: 2px;
	font-weight: bold;
	color: orange
}
/* /footer */
a.play_button {
	width: 250px;
	display: block;
	margin: auto;
	font-size: 25px;
	color: black;
	background: #f4f4f4;
	padding: 10px;
	text-decoration: none;
	border: 3px solid #999;
	margin-top: 20px
}
a.play_button:hover {
	background: red;
	color: white
}
