/*
Right hand hierachiccal navigation

------------------------------------------------------------------------------*/

ul.aqtree3clickable,
.aqtree3clickable ul
{
	margin: 0;
	padding-left: 0;
	width: 140px;
	list-style-type: none
}




a
{
	background-repeat: no-repeat;	
}


.aqtree3clickable a
{
	display: block;
	text-transform: uppercase;
	padding: 1px 0 1px 20px;
	font-weight: bold
	
}

.aqtree3clickable ul a
{
	
	text-transform: none;
	font-weight: normal
}

.aqtree3clickable ul ul a
{
	
	padding-left: 8px;

}




.aqtree3clickable a:hover
{
		text-decoration: none;
}


/*
Tabed games navigation

------------------------------------------------------------------------------*/


.selections
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: auto
}


.selections li
{
	float: left;
	width: auto;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 ;
}


.selections a
{
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 5px 5px 9px;
	text-align: center;
	border-right: none;
	background-color: transparent
}

.selections a
{
	width: auto	
}

.selections li
{
	background-color: #f9f9e3;
	padding-right: 2px
}




ul.games,
ul.offers,
td.offers
{
	clear: left;
}


ul.games,
ul.offers,
ul.more
{
	list-style-type: none;
	padding-left: 0;
	margin: 2px 2px 0 0;
}


ul.games li
{
	width: 201px;
	margin: 1px;
	float: left;
	min-height: 77px; /* see ie.css*/
}

ul.offers li
{
	width: 201px;
	margin: 1px;
	float: left;
	min-height: 155px; /* see ie.css*/
}


li ul.more li
{
	float: left;
	clear: none;	
}

ul.games li h3

{
	margin-left: 66px;
	margin-bottom: 10px
}

ul.games li h3,
ul.offers li h3
{
	font-size: 1.01em;
	margin-top: 0;
	padding: 4px;
}



ul.games li ul.more
{
	margin-left: 100px;	
}


ul.offers li p
{
	padding: 8px 7px;
	margin:0;	
}

ul.offers li h3
{
	margin: 0;
}



ul.more li,
p.more
{
	width: 95px;
	min-height: 17px; /* see ie.css */
	float: none;
	
}

.more a
{
	padding: 0 0 2px 15px;
	height: auto;
	display: block;
	border-right: none;
	margin-top: 2px;
}


div.container
{
	text-align:center;
	width: 56px;
	color: black;
	float: left;
	padding: 14px 0;
	
}

span.fix-ie
{
	display: block;
	height: 47px;
	width: 47px;
	margin: auto;
	
}

.offers a
{
	font-weight: bold;
}

/*
how to play pages

------------------------------------------------------------------------------*/
h1.banner
{
	font-size: 1em;
	font-weight: bold;
	padding: 8px;
	margin-top: 3px
}

h1.banner strong
{
	display: block;
	font-size: 1.636em;
	font-weight: normal;
	margin-top: 8px
}

.copy
{
	width: 407px; /* see ie.css*/
	float: left;
	margin-left: 5px;
}

.copy h2
{
	font-size: 1em
}

ul.thin
{
	width: 179px; /*see ie.css*/
	float: left;
	clear: none;
	margin-left: 25px; /*see ie.css*/
}

ul.thin li
{
	margin-top: 12px;
	width: 179px;
}
/*
The login form

------------------------------------------------------------------------------*/

#log-in
{
	width: 740px;
	margin: 20px;
	font-size: 0.6875em
}
#log-in form
{
	padding: 20px;
	padding-bottom: 25px;
}

#log-in h2
{
	font-size: 1.5em;
	margin: 0;
	margin-left: 250px
}

a#logo 
{
	margin-right: 1em;
	position: relative;
	top: 5px;

}

#log-in label
{
	font-weight: bold
}
