ul li {
margin:0;
padding:0;
}

#yourgameslist{
list-style:none;
}

#yourgameslist li{
/*min-height:23px;*/
margin-bottom:10px;
}

#lang-menu{
position: absolute;
right: 400px;
list-style: none;
top: 35px;
font-size: 11px;
}

.input-text input { 
background: #fff url("../images/input-bg.gif") repeat-x; 
font: 14px "Lucida Sans Unicode", "Lucida Grande", "Arial", sans-serif; 
color: #5a5a5a;
padding:7px; 
height: 18px;  
border: 1px solid #c0c0c0; 
width: 250px; 
margin: 0; 
display: block; 
}

.border-5 {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.glow-shadow-2 {
-moz-box-shadow: #b2b2b2 0 0 5px;
-webkit-box-shadow: #b2b2b2 0 0 5px;
box-shadow: #b2b2b2 0 0 5px;
}

.button1.disabled, .button1.disabled span, .button1.disabled span span{
cursor:not-allowed;
}

.button1.disabled span, .button1.disabled span span{
background-color:#BDBCB9;
}

.button1.enabled, .button1.enabled span, .button1.enabled span span{
cursor:pointer;
}

.button1.enabled span, .button1.enabled span span{
background-color:#8c2328;
}

.ui-button, .ui-cancel {
background: none;
border: 0;
cursor: pointer;
display: inline-block;
height: auto;
overflow: visible;
padding: 0;
margin: 0;
vertical-align: middle;
outline: none;
outline-style: none;
outline-width: initial;
outline-color: initial;
}

.ui-cancel{
color:#1E1A17;
}

.ui-button span span {
padding: 0 28px 0 0;
}

.ui-button span, .ui-cancel span {
outline: none;
display: inline-block;
padding: 0;
margin: 0;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 12px;
font-weight: normal;
height: 38px;
line-height: 38px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
cursor: pointer;
}

.ui-button span {
padding: 0 0 0 28px;
}

.account-button span, .account-cancel span {
outline: none;
display: inline-block;
padding: 0;
margin: 0;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 12px;
font-weight: normal;
height: 38px;
line-height: 38px;
text-align: center;
text-decoration: none;
white-space: nowrap;
cursor: pointer;
}

.account-button span {
padding: 0 0 0 28px;
}

.button1 span {
color: white;
height: 32px;
line-height: 32px;
}

.button1 span {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.button2 span {
color: white;
height: 25px;
line-height: 25px;
}

.button2 span {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.account-button, .account-cancel {
background: none;
border: 0;
cursor: pointer;
display: inline-block;
height: auto;
overflow: visible;
padding: 0;
margin: 0;
vertical-align: middle;
outline: none;
outline-style: none;
outline-width: initial;
outline-color: initial;
}

.account-button span span {
padding: 0 28px 0 0;
}

.button1 {
padding:2px 4px;
}

.processing {
background: url('../images/icons/processing.gif') 8px center no-repeat;
}

.refreshing {
background: url('../images/icons/refreshing.gif') 8px center no-repeat;
}


.button1 > span:hover {
-moz-box-shadow: #444 0 0 3px;
-webkit-box-shadow: #444 0 0 3px;
box-shadow: #444 0 0 3px;
}

#blackout {
width: 100%;
height: 100%;
top: 0;
left: 0;
background: black;
opacity: .7;
display: none;
position: fixed;
z-index: 9001;
}

#login-embedded {
width: 400px;
position: fixed;
top: 50%;
left: 50%;
padding: 0;
margin: -200px;
z-index: 9005;
height: 300px;
background: black;
border: 5px solid #525E67;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: #000 0 0 20px;
box-shadow: #000 0 0 20px;
}

label {
color: #68727B;
display: block;
padding-bottom: 2px;
font-size: 11px;
text-transform: uppercase;
}

.input {
background: white url("../images/input-bg.gif") repeat-x;
font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", sans-serif;
color: black;
padding: 7px;
font-size: 14px;
border: 1px solid silver;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
width:300px;
}

#remember-me {
float: right;
display: block;
vertical-align: middle;
}

#quantity{
width:50%;
}

.header-expand{
	height:100%;
	width:30px;
	background-color:#1e1a17;
	color:#e1e0ce;
	float:left;
	padding:2px 5px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	text-align:center;
	clear:left;
}

.header-game-name{
	height:100%;
	width:330px;
	background-color:#453d37;
	color:#e1e0ce;
	float:right;
	padding:2px 5px;
	-moz-border-radius:0  3px  3px 0;
	-webkit-border-radius: 0 3px  3px 0;
	border-radius: 0 3px 3px 0;
}

.info-right{
	float:left;
	margin:10px;
}


.alert-page{
width:600px;
margin:0 auto;
}

.alert-page .error-page {
background: url("../images/icons/error.png") 0 0 no-repeat;
padding-left: 60px;
}

.alert-page .success-page {
background: url("../images/icons/success.png") 0 0 no-repeat;
padding-left: 60px;
}

.alert-page p.title {
font-size: 32px;
margin: 0 0 20px;
line-height: 32px;
}

.text-red {
color: #944A4A;
}

.text-green {
color:#4a8432;
}

.alert-page ul {
padding: 0 0 0 1.5em;
}

.alert-page ul, .alert-page ol, .alert-page p {
margin: 0 0 1em 0;
}

.alert-page ul li {
list-style: disc;
margin: 0 0 .5em 0;
}

#errors{
color: #C4BDB0;
background: #530901 ;
padding: 10px;
margin: 20px 0 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: #000 0 0 5px;
}

#errors ul{
list-style:none;
}

#errors p{
text-align:center;
font-weight:bold;
}
/*
.game-info{
	display:none;
	clear:both;
	float:left;	
	width:100%;
}
*/
.games-title{
	margin-top: 6px;
	color: #B0AFAC;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 30px;
	color: #B0AFAC;
	text-transform: uppercase;
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#games-list .games-title.opened{background: #453D37 url("../images/gametitlebar.png") left 0px no-repeat}
#games-list .games-title.closed { background: #453D37 url("../images/gametitlebar.png") left -22px no-repeat; }
#games-list .games-title.opened:hover,
#games-list .games-title.opened:focus { color: #fff; background: #453D37 url("../images/gametitlebar.png") left -44px no-repeat; }
#games-list .games-title.closed:hover,
#games-list .games-title.closed:focus { color: #fff; background: #453D37 url("../images/gametitlebar.png") left -66px no-repeat; }

#games-list li {
margin-top: 6px;
padding: 6px 10px 6px 6px;
height: 80px;
line-height: 16px;
font-size: 11px;
color: #343434;
overflow: hidden;
clear: both;
}

.game-icon{
	float: left;
	/*width: 100px;*/
	height: 70px;
	margin-right: 10px;
	top: 8px;
	position: relative;
	z-index: 2;
}

.game-info-wrapper{
float:left;
width: 180px;
}

.game-info {
	display: inline-block;
	float: left;
	width: 180px;
	font-size: 14px;
	padding-top: 8px;
	color:#8c2328;
}

.name {
font-weight: bold;
	color:#8c2328;
}

.player {
	padding-top: 4px;
	color:#000;
}

.coins {
	padding-top: 4px;
	color:#453d37;
}

.action {
display: inline-block;
text-align: right;

float: right;
}

.account-link{
display: inline-block;
float: left;
padding-top: 8px;
}

.account-region{
display: block;
}

.play-now{
line-height: 60px;

font-weight: bold;
font-size: 12px;
}

.play-now a{
color: #1e1a17;
}

.border-2 {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}


#bm-image{
	float:left;
	height:60px;
	width:100px;
	background:url('../images/clientAreaGamesIcon.png') no-repeat 0px 0px;
	margin:10px;
}

#fs-image{
	float:left;
	height:60px;
	width:100px;
	background:url('../images/clientAreaGamesIcon.png') no-repeat -99px 0px;
	margin:10px;
}

.coin-select{
	width:100%;
	background: white;
	color: #000;
	padding: 4px 4px 4px 7px;
	height: 34px;
	border: 1px solid silver;
	margin: 0;
}