#wavegame_bar {
	height: 52px;
	background: url(/img/layout/wavegame_bar/wavegame_bar_bg.jpg) repeat-x;
	width: 100%;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	color: #FFF;
	font: normal 11px/12px Arial;
}
* html #wavegame_bar {
	position: absolute;
}
#inner_wavegame_bar {
	width: 1019px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.wavegame_bar_logo {
	float: left;
}
.wavegame_bar_form {
	float: right;
	width: 350px;
	height: 52px;
	text-align: left;
	color: #000;
}

#formlogin{
	background: url(/img/layout/wavegame_bar/wavegame_bar_form.jpg) no-repeat;
}

.wavegame_bar_form  form{
	padding-left: 10px;
	padding-top: 25px;
}

.wavegame_bar_form  input{
	border: solid 1px #000;
	background-color: #000;
	color: #fff;
	height: 15px;
	width: 110px;
	margin-right: 2px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.wavegame_bar_form #btlogin{
	position: relative;
	width: 85px;
	height: 60px;
	line-height: 60px;
	top: -30px;
	left: 235px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0);
}

#loggedpanel{
	margin-left: 20px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;/**/
	width: 350px;
	height: 52px;
	background: url(/img/layout/wavegame_bar/wavegame_bar_log.jpg) no-repeat;
}

#loggedpanel a{
	color: #FF8901;
	text-decoration: none;
	width: 70px;
	height: 16px;
	display: block;
}

#loggedpanel .logged{
	position: relative;
	height: 16px;
}

.profile{
	width: 70px;
	left: 15px;
	top: 11px;
}

.logout{
	width:70px;
	top: -8px;
	left: 137px;
}

.wavegame_bar_product {
	float: right;
	position: relative;
}
#game_list_nav {
	margin-top: 16px;
}
#game_list_ctn {
    position: absolute;
    left: -350px;
    top: 52px;
    width: 797px;
    height: 180px;
    overflow: hidden;
    text-align: left;
    visibility: hidden;
}
#game_list_ctn .inner_game_list_ctn {
    height: 150px;
    width: 797px;
}
#game_list_ctn .mask {
	height: 100%;
	width: 100%;
	z-index: -1;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	top: -150px;
	left: 0;
	position: relative;
}
#game_list_ctn .game_list_ctn_column {
    width: 193px;
    float: left;
    margin: 0 0 5px 5px;
}
#game_list_ctn .game_list_ctn_column h3 {
	margin: 5px 0;
	text-indent: 5px;
	font: bold 12px Tahoma;
	color: #000;
    padding: 0;
}
#game_list_ctn .game_list_ctn_column a {
    text-decoration: none;
    outline: none;
    color: #FFF;
}
#game_list_ctn .game_list_ctn_column img {
	float: left;
	margin-right: 2px;
}
#game_list_ctn .game_list_ctn_column div.list-content {
	margin-bottom: 4px;
	height: 27px;
	overflow: hidden;
}
#game_list_ctn .game_list_ctn_column .yellow {
	background-color: #fc3;
}
#game_list_ctn .game_list_ctn_column .green {
	background-color: #9f0;
}
#game_list_ctn .game_list_ctn_column .blue {
	background-color: #0cf;
}
#game_list_ctn .game_list_ctn_column .desc {
	font-size: 10px;
}
#wavegame_bar_form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
