

button
{
	padding: 5px;
}

.message-good
{
	position: fixed;
	bottom: 20px;
	right: 50%;

	width: 200px;

	-moz-border-radius: 5px;
	border: 2px solid #0f0;

	background: #080;
	padding: 10px;

	z-order: 1000;
}

.message-bad
{
	position: fixed;
	bottom: 20px;
	right: 50%;

	width: 200px;

	-moz-border-radius: 5px;
	border: 2px solid #f00;

	background: #800;
	padding: 10px;

	z-order: 1000;
}

.toolbox
{
	background: #ddd;
	border: #ccc 1px solid;
	border-bottom: none;

	position: fixed;
	right: 10px;
	bottom: 10px;

	width: 200px;
	margin: 0px 0px;
}

.age
{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.coming-soon
{
	display: inline-display;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 16px;
	color: red !important;
	width: 100%;
	text-align: center;
}

.game-container
{
	float: left;
}

div.games, div.games-compact
{
	width: 100%;
}

div.games div a
{
	width: 97%;
	height: 105px;
	float: left;
	text-align: left;
	margin: 5px;
	padding: 5px;
	font-weight: normal;
	/*color: black;*/
}

div.games-compact div a
{
	width: 105px;
	/*height: 105px;*/
	float: left;
	text-align: center;
	/*margin: 5px;
	padding: 5px;*/
	font-weight: normal;
	color: black;
}

div.games div a:hover
{
	background: #ddd url('images/background.png') top right;
	font-style: normal;
	border: 3px solid #5f8dd3;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	margin: 2px;
}

div.games-compact div a:hover
{
	background: #ddd url('images/background.png') bottom right;
	font-style: normal;
	border: 3px solid #5f8dd3;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	margin: 2px;
}

div.games div a .game-title
{
	color: black;
	font-weight: bold;
	display: block;
	font-size: 1.1em;
}

div.games-compact div a .game-title
{
	color: black;
	font-weight: bold;
	display: block;
	font-size: 1.1em;
	clear: both;
}

div.games div a .icon, div.games-compact div a .icon
{
	float: left;
	margin-right: 10px;
	border: 2px black solid;
	width: 100px;
	height: 100px;

	position: relative;
	overflow: hidden;
}

div.games div a .icon img.progress, div.games-compact div a .icon img.progress
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 0px;
	width: 100px;
}

div.games div a span.desc, div.games-compact div a span.desc
{
	color: black;
}

div.games div div, div.games-compact div div
{
	color: black;
}

/*div.game
{
	width: 112px;
	float: left;
	margin: 0px 10px 10px 0px;
	/*border: lightgrey 1px solid;* /
	padding: 5px;

	-moz-box-shadow: black 0px 3px 10px;
	/*text-shadow: black 0px 1px 3px;* /
}

div.game a
{
	text: #000;
}

div.game img
{
	border: black 1px solid;
	margin: 0px;
	padding: 0px;
}*/

#game_image_img
{
	border: 1px black solid;
}

div.picker
{
	margin: 5px;
	padding: 5px;
	border: 1px grey solid;

	background: #ddd;

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

.pick
{
	margin: 5px;
	border: 1px black solid;
	opacity: 0.5;
}

.pick:hover
{
	cursor: pointer;
	position: relative;
	bottom: 5px;
	opacity: 0.75;
}

.picked
{
	border: 5px black solid !important;
	margin: 1px !important;
	opacity: 1 !important;
}

.incoming-header{}

.expand-next
{
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	padding: 5px;
}

.expand-next:hover
{
	font-weight: bold;
}

/* features back end */
.drop-game
{
	border: 2px dashed #555;
	background: #ddd;
	padding: 5px;
	text-align: center;

	font-size: 1.2em;
	font-weight: bold;
	color: #555;
}

.drop-game-over
{
	background: #bbb;
}

.drop-feature
{
	border: 2px dashed #500;
	background: #fdd;
	padding: 5px;
	text-align: center;

	margin: 5px 0px;

	font-size: 1.2em;
	font-weight: bold;
	color: #f55;
}

.drop-feature-over
{
	background: #fbb;
}

ul#dropped-games li
{
	margin: 3px;
}

ul#dropped-games li:first-child
{
	border: 2px #eee dashed;
	background: #222;
	padding: 10px 0px;
}

ul#dropped-games li img
{
	border: 2px #fff solid;
}

/* features front end */
.feature-block
{
	overflow: hidden;
	height: 200px;
	width: 570px;
	position: relative;
	background: black;
	border: 3px black solid;
	margin-left: -3px;
}

.feature-block.ad
{
	height: 80px;
}

.feature-block a
{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 6;
	display: block;
	width: 570px;
	height: 200px;
	float: left;

	/*opacity: 0.4;*/
}

.feature-block a img
{
	position: relative;
}

.last-active
{
	z-index: 8;
}

.active
{
	z-index: 10 !important;
}

.feature-thumbs
{
	background: #000;
}

.feature-thumbs span
{
	background: #fff;

	margin: 5px;
}

.feature-container
{
	position: absolute;
	bottom: 0px;
	left: 0px;

	height: 45px;
	width: 100%;
}

.feature-back
{
	background: #000;
	opacity: 0.5;

	/*position: absolute;
	bottom: 0px;
	left: 0px;*/

	height: 45px;
	width: 100%;
}

.feature-text
{
	position: absolute;
	bottom: 0px;
	left: 0px;

	padding: 5px;

	width: 560px;
	height: 35px;

	color: #fff;

	font-style: normal;
	font-size: 10px;
	font-weight: normal;

	text-align: left;

	padding-left: 5px;
	padding-top: 5px;
}

.feature-text h1
{
	font-size: 2em;
	font-weight: bold;
}

.feature-complete:before
{
	content: "Play Now";
	position: absolute;
	right: 5px;
	bottom: 50px;

	width: 100px;
	height: 20px;

	border: 2px black solid;
	background: #222;
	color: white;
}

.feature-coming-soon:before
{
	content: "Coming Soon";
	position: absolute;
	right: 5px;
	bottom: 50px;

	width: 100px;
	height: 20px;

	border: 1px black solid;
	background: black;
	color: white;
}

.feature-slider
{
	border: none !important;
	background: none !important;
	height: 1em !important;
	margin-left: 35px !important;
	top: 0px !important;
	width: 500px !important;
}

.feature-slider a
{
	width: 70px !important;
	height: 1em !important;
	margin-left: -37px !important;
	top: -1px !important;
	background: #5f8dd3 !important;
	border: 1px #344662 solid !important;
}
