*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #F5F5F5;
	font-family: Tahoma;
	font-size: 11px;
	color: #3D3D3D;
}

a, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

ul, li
{
	list-style: none;
}

a, a:visited
{
	color: #00809E;
}

/* Header */

#header
{
	width: 991px;
	height: 301px;
	margin: 0 auto;
	background: url(images/header.gif) repeat-x;
}

#top_menu
{
	padding: 6px 0 6px 0;
	text-align: center;
	text-transform: uppercase;
}

#top_menu li
{
	display: inline;
	background: url(images/menu_star.gif) no-repeat left center;
	padding: 0 15px 0 15px;
}

#top_menu li a
{
	color: #4E535A;
}

/* header left */

#header_left
{
	float: left;
	width: 244px;
	padding: 10px 0 0 10px;
	/*border: 1px solid #333;*/
}

#logo
{
	margin-bottom: 10px;
	margin-left: 20px;
}

.login_box
{
	width: 234px;
	margin-bottom: 5px;
}

.login_form
{
	border-bottom: 1px dotted #ce0024;
}

.login_form .lform_label
{
	text-align: right;
	font-weight: bold;
}

.login_form .lform_input
{
	width: 106px;
}

.title_bar
{
	height: 21px;
	margin-bottom: 3px;
	background: url(images/box_header_orange.gif) repeat-x;
}

.title_bar span
{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 21px;
	padding-left: 15px;
	margin-left: 10px;
	background: url(images/title_bar_star.gif) no-repeat left bottom;
}

.title_bar a, .title_bar a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

.title_bar a:hover
{
	text-decoration: none;
}

.login_content
{
	background: #ffffff;
	padding: 10px;
	border-bottom: 5px solid #E9E9E9;
}

.green_btn
{
	width: 143px;
	height: 15px;
	background: #8BB233 url(images/green_btn_arrow.gif) no-repeat 4% center;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin: 5px auto;
}

.green_btn a, .green_btn a:visited
{
	color: #ffffff;
}

/* search */

#search_form
{
	color: #FFFF4B;
	font-weight: bold;
	font-size: 10px;
}

/* Header right */

#header_right
{
	margin: 7px 0 0 262px;
}

/* welcome box */
#welcome_box
{
	float: left;
	margin-right: 5px;
	font-family: "Trebuchet MS";
	width: 393px;
	height: 109px;
	background: url(images/welcome_bg.gif) no-repeat;
}

#welcome_box h1
{
	font-size: 14px;
	color: #BD1D23;
	text-align: center;
	line-height: 45px;
}

#welcome_box p
{
	color: #606A70;
	margin: 5px 0 0 75px;
	line-height: 17px;
}

#head_banner
{
	float: left;
	margin: 3px 0 2px 1px;
}

/* main menu */

#main_menu
{
	float: right;
	min-width: 728px;
	text-align: center;
	padding: 40px 0 4px 0;
	background: url(images/menu_bg.gif) no-repeat 0 110%;
}

#main_menu li
{
	display: inline;
	margin: 6px;
}

#main_menu li a
{
	color: #FFF76F;
	font-weight: bold;
	padding: 37px 0 0 0;
}

#main_menu li a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#main_menu li a.action { background: url(images/menu_action.gif) no-repeat top center; }
#main_menu li a.anim { background: url(images/menu_animation.gif) no-repeat top center; }
#main_menu li a.barbie { background: url(images/menu_barbie.gif) no-repeat top center; }
#main_menu li a.other { background: url(images/menu_other.gif) no-repeat top center; }
#main_menu li a.casino { background: url(images/menu_casino.gif) no-repeat top center; }
#main_menu li a.memory { background: url(images/menu_memory.gif) no-repeat top center; }
#main_menu li a.cards { background: url(images/menu_cards.gif) no-repeat top center; }
#main_menu li a.zombie { background: url(images/menu_zombie.gif) no-repeat top center; }
#main_menu li a.shooter { background: url(images/menu_shooting.gif) no-repeat top center; }
#main_menu li a.sport { background: url(images/menu_sport.gif) no-repeat top center; }
#main_menu li a.strategy { background: url(images/menu_strategy.gif) no-repeat top center; }
#main_menu li a.video { background: url(images/menu_video.gif) no-repeat top center; }
#main_menu li a.puzzle { background: url(images/menu_puzzle.gif) no-repeat top center; }
#main_menu li a.racing { background: url(images/menu_racing.gif) no-repeat top center; }

/* Content */

#content
{
	width: 991px;
	margin: 0 auto;
	background: #E9E2DC;
	padding: 10px 0 10px 0;
}

.content_box
{
	position: relative;
	float: left;
	width: 315px;
	margin: 0 0px 10px 7px;
}

.box_content
{
	height: 270px;
	background: #ffffff;
	padding: 6px;
	border: 1px solid #979797;
}

.box_content h1, .game_block h1
{
	font-size: 11px;
	margin-bottom: 5px;
}

.box_content h1 a
{
	color: #00809E;
}

.box_content p
{
	color: #3D3D3D;
}

.game_block
{
	float: left;
	width: 300px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CE0024;
}

.game_block_left
{
	height: 70px;
	float: left;
}

.game_block_left img
{
	border: 1px solid #9A9999;
	margin: 0 5px 5px 0;
	padding: 1px;
}

.game_block_left  a:hover img
{
	border: 1px solid #FC772F;
}


/* HZ */

.pm_table
{
	width: 100%;
}

.pm_table tr.head
{
	color: #00809E;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px solid #ffffff;	
}

.pm_table tr td.separator
{
	border-top: 1px solid #4E535A;	
}

.pm_table tr td
{
	line-height: 25px;
}

.pm_nav
{
	float: right;
	margin: 5px;
}

.cp_menu
{
	list-style: none;
	margin: 5px 0 0 20px;
}

.cp_menu li
{
	line-height: 30px;
}

.pm_menu ul
{
	list-style: none;
	text-align: center;
}

.pm_menu ul li
{
	display: inline;
	line-height: 25px;
}

.pm_avatar
{
	float: left;
}

.pm_avatar_msg
{
	float: left;
	margin: 20px 5px 10px 5px;
}

.pm_avatar p
{
	line-height: 16px;
}

.content_box.usercp
{
	width: 631px;
	height: 400px;
}


/* Footer */

#footer
{
	width: 991px;
	height: 63px;
	margin: 0 auto;
	background: url(images/footer_bg.gif) repeat-x;
}

#footer p
{
	font-weight: bold;
	text-align: center;
	color: #ffff00;
	padding-top: 40px;
}

#footer p a
{
	color: #ffff00;
	font-weight: normal;
	text-decoration: underline;
}

#footer p a:hover
{
	text-decoration: none;
}

