html {
	height:100%;	
}	

body {
	margin:0 0;
	padding:0 0;
	height:100%;
	font-family:verdana, sans-serif;
	font-size:10pt;
}

a {
	color:black;
	text-decoration:none;
	cursor:pointer;
}

img {
	margin:0 0;
	border-style:none;
	display:block;
}

div {
	margin:0 0;
	padding:0 0;	
}

.browse_game_container {
	display:block;
	float:left;
	position:relative;
	width:300px;
	height:112px;
	margin:5px 0 0 2px;
	padding-right:5px;
	border:0px solid white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.category_box_ad {
	z-index:2;
	position:absolute;
	top:17px;
	right:35px;
	width:300px;
	height:250px;
	padding:3px 3px 16px 3px;
	background-image:url('/img/sponsor_border_300_250.gif');
	background-repeat:no-repeat;
}

.category_column {
	position:absolute;
	top:0px;
	width:300px;
	height:765px;
}

.category_column_container {
	position:relative;
	margin-top:6px;
	height:765px;
}

.category_column_title {
	position:relative;
	width:218px;
	height:19px;
	margin:5px auto 12px auto;
	background-image:url('/img/category_column_title.gif');
	padding:4px 0;
	text-align:center;
	font-weight:bold;
	color:white;
}

.category_feature_container {
	position:relative;
	width:609px;
	height:245px;
	margin-top:20px;
	background-image:url('/img/category_feature_bg.gif');
	background-repeat:no-repeat;
}

.category_feature_games {
	position:relative;
	width:590px;
	height:183px;
	overflow:hidden;
}

.category_feature_pages {
	position:absolute;
	bottom:25px;
	width:54px;
	height:16px;
	cursor:pointer;
}

.category_feature_top {
	position:relative;
	width:926px;
	height:21px;
	background-image:url('/img/category_feature_top_bg.gif');
	background-repeat:no-repeat;
}

.category_game_container {
	display:block;
	position:relative;
	width:100%;
	height:112px;
	margin:5px 0;
	padding-right:5px;
	border:0px solid white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.category_game_description {
	position:absolute;
	top:0px;
	left:125px;
	width:180px;
	height:95px;
	font-size:9pt;
	padding-top:5px;
}

.category_game_rating {
	z-index:3;
	position:absolute;
	top:84px;
	left:18px;
	width:84px;
	height:6px;
	background-image:url('/img/rating_sm_bg.gif');
}

.category_game_title {
	position:absolute;
	bottom:2px;
	left:0px;
	width:110px;
	padding:0 5px;
	text-align:center;
	font-weight:bold;
	font-size:8pt;
	overflow:hidden;
	white-space:nowrap;
}

.category_title {
	z-index:1;
	position:absolute;
	top:0px;
	left:27px;
	width:609px;
	height:41px;
	background-repeat:no-repeat;
}

.category_viewall {
	position:relative;
	margin:5px auto 5px auto;
	text-align:center;
	font-weight:bold;
	color:black;
}

#content_container {
	position:relative;
	width:926px;
	padding:0px 27px 70px 27px;
}

.content_search_container {
	height:23px;
	padding:6px 10px 0 10px;
	margin:0 22px 0 8px;
	background-color:#cdcdcd;
	font-size:9pt;
	border:1px solid #cdcdcd;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content_search_input {
	width:138px;
	height:15px;
	padding:1px 0 1px 2px;
	margin:0 29px 0 0;
	border:1px solid #333;
	font-size:9pt;
}

.content_search_submit {
	position:absolute;
	top:0px;
	right:0px;
	background-color:#333333;
	color:white;
	width:24px;
	height:17px;
	padding-left:4px;
	cursor:pointer;
	border:1px solid #333;
	border-radius-topright:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius-topright:3px;
	border-radius-bottomright:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-radius-bottomright:3px;
}

.footer_leaderboard {
	position:relative;
	margin:20px auto 0 auto;
	width:728px;
	height:90px;
	padding:0px 0px 0px 18px;
	background-image:URL('/img/sponsor_border_728_90.gif');
	background-repeat:no-repeat;
}

#google_translate_element img {
	display:inline;
}


.header_category_button {
	display:block;
	position:absolute;
	width:178px;
	height:26px;
	padding-top:4px;
	background-image:url('/img/button_bg.gif');
	text-align:center;
	font-weight:bold;
}

.header_category_button_action {
	display:block;
	position:absolute;
	width:178px;
	height:26px;
	padding-top:3px;
	background-image:url('/img/header_buttons/action.png');
	text-align:center;
	font-weight:bold;
}
.header_category_button_adventure {
	display:block;
	position:absolute;
	width:178px;
	height:26px;
	padding-top:3px;
	background-image:url('/img/header_buttons/adventure.png');
	text-align:center;
	font-weight:bold;
}
.header_category_button_fighting {
	display:block;
	position:absolute;
	width:178px;
	height:26px;
	padding-top:3px;
	background-image:url('/img/header_buttons/fighting.png');
	text-align:center;
	font-weight:bold;
}
.header_category_button_max {
	display:block;
	position:absolute;
	width:178px;
	height:26px;
	padding-top:3px;
	background-image:url('/img/header_buttons/max.png');
	text-align:center;
	font-weight:bold;
}
.header_category_button_puzzle {
	display:block;
	position:absolute;
	width:178px;
	height:26px;
	padding-top:3px;
	background-image:url('/img/header_buttons/puzzle.png');
	text-align:center;
	font-weight:bold;
}

.header_category_button_rpg {
	display:block;
	position:absolute;
	width:178px;
	height:26px;
	padding-top:3px;
	background-image:url('/img/header_buttons/rpg.png');
	text-align:center;
	font-weight:bold;
}

.header_category_button_shooting {
	display:block;
	position:absolute;
	width:178px;
	height:26px;
	padding-top:3px;
	background-image:url('/img/header_buttons/shooting.png');
	text-align:center;
	font-weight:bold;
}

.header_category_button_sports {
	display:block;
	position:absolute;
	width:178px;
	height:26px;
	padding-top:3px;
	background-image:url('/img/header_buttons/sports.png');
	text-align:center;
	font-weight:bold;
}
.header_category_button_strategy {
	display:block;
	position:absolute;
	width:178px;
	height:26px;
	padding-top:3px;
	background-image:url('/img/header_buttons/strategy.png');
	text-align:center;
	font-weight:bold;
}
.header_category_button_war {
	display:block;
	position:absolute;
	width:178px;
	height:26px;
	padding-top:3px;
	background-image:url('/img/header_buttons/war.png');
	text-align:center;
	font-weight:bold;
}

.header_category_text {
  position:relative;
  padding-left:62px;
  font-size:10pt;
  line-height:12px;
}
.header_category_games_text {
  color:red;
  font-size:8pt;
}
.header_leaderboard_ad {
	position:absolute;
	top:162px;
	left:35px;
	width:728px;
	height:90px;
	padding:0px 0px 0px 18px;
	background-image:URL('/img/sponsor_border_728_90.gif');
	background-repeat:no-repeat;
}
.header_placement {
	position:absolute;
	top:162px;
	left:35px;
	width:728px;
	height:90px;
	padding:0px 0px 0px 18px;
	background-image:URL('/img/sponsor_border_728_90.gif');
	background-repeat:no-repeat;
}

.header_random_game {
	position:absolute;
	top:154px;
	right:30px;
	width:162px;
	height:107px;
}

.home_feature_container {
	position:relative;
	width:100%;
	height:266px;
}

.home_feature {
	z-index:1;
	position:absolute;
	top:15px;
	left:29px;
	width:304px;
	height:234px;
	background-image:url('/img/feature_bg.gif');
	overflow:hidden;
}

.home_feature_page_container {
	position:absolute;
	top:183px;
	left:15px;
	width:274px;
	height:31px;
	background-image:url('/img/feature_page_bg.gif');
}

.home_feature_page_num_container {
	position:relative;
	margin:6px auto;
	width:66px;
}

.home_feature_page_num {
	float:left;
	width:18px;
	height:18px;
	text-align:center;
	margin:0 2px;
	cursor:pointer;
}

.home_feature_page_num_sel {
	background-image:url('/img/feature_sel_page_bg.gif');
	color:white;
}

.home_feature_title {
	z-index:2;
	position:absolute;
	top:20px;
	left:119px;
	width:124px;
	color:white;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
}

.page_container {
	position:relative;
	/*width:528px;*/
	height:20px;
	margin:15px auto;
}

.page_current {
	color:white;
	background-color:red;
}

.page_first {
	display:block;
	position:absolute;
	top:0px;
	left:97px;
	height:15px;
	border:1px solid #313131;
	background-image:URL('/img/page_first.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:17px;
	padding-right:4px;
	text-align:right;
	font-size:8pt;
}

.page_last {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	height:15px;
	border:1px solid #313131;
	background-image:URL('/img/page_last.gif');
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:17px;
	padding-left:4px;
	font-size:8pt;
}

.page_next {
	display:block;
	position:absolute;
	top:0px;
	right:50px;
	width:15px;
	height:15px;
	border:1px solid #313131;
	background-image:URL('/img/page_next.gif');
}

.page_numbers {
	position:absolute;
	top:-1px;
	left:165px;
	/*width:296px;*/
	height:15px;
	padding:1px 0 1px;
	font-size:8pt;
	text-align:center;
}

.page_number {
	display:block;
	float:left;
	border:1px solid black;
	width:17px;
	height:15px;
	text-align:center;
	margin:0 2px;
}

.page_prev {
	display:block;
	position:absolute;
	top:0px;
	left:147px;
	width:15px;
	height:15px;
	border:1px solid #313131;
	background-image:URL('/img/page_prev.gif');
}

.page_select {
	position:absolute;
	top:0px;
	left:0px;
	height:17px;
	background-color:red;
	color:white;
	border-style:none;
	font-size:8pt;
}

.similar_game_container {
	display:block;
	position:relative;
	margin-top:15px;
	width:100%;
	height:95px;
	border:0px solid white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.title_bar_container {
	position:relative;
	padding-left:25px;
	height:39px;
	background-image:URL('/img/title_bar_bg.gif');
	background-position:top;
	background-repeat:repeat-x;
}

.title_bar_left {
	position:absolute;
	top:0px;
	left:0px;
	width:31px;
	height:24px;
	background-image:URL('/img/title_bar_left.gif');
	background-position:center left;
	background-repeat:no-repeat;
}

.title_bar_right {
	position:absolute;
	top:0px;
	right:0px;
	width:31px;
	height:24px;
	background-image:URL('/img/title_bar_right.gif');
}

.title_bar_mid {
	position:relative;
	width:350px;
	height:32px;
	margin:0 auto;
	padding:7px 85px 0px 61px;
	text-align:center;
	background-image:URL('/img/title_bar_mid_bg.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:14pt;
	font-weight:bold;
}

.title_bar_mid_left {
	position:absolute;
	top:0px;
	left:0px;
	width:61px;
	height:39px;
	background-image:URL('/img/title_bar_mid_left.gif');
}

.title_bar_mid_right {
	position:absolute;
	top:0px;
	right:0px;
	width:85px;
	height:39px;
	background-image:URL('/img/title_bar_mid_right.gif');
}
