/* Game list elements*/

.review{
	background: #ffffff;
	border-bottom: 1px solid #a9a9a9;
	color: #000;
	text-decoration: none;
    font-size: 11pt;
}

.review a{
	color: #a9a9a9;
	text-decoration: none;
    font-size: 8pt;
}

.review a:hover{
	color: #a9a9a9;
	text-decoration: underline;
    font-size: 8pt;
}

#featured{
	background-color: #fbf0ce;
	color: #989898;
	font-weight: bold;
	padding: 8px;
	width: 100%
}

.solveto{
	font-size: 0.8em;
	padding: 6px;
	color:#0e4950;
	background-color: #ffeeaa;
	text-align: center;
}

.deactive{
	font-size: 0.8em;
	padding: 6px;
	color:#333333;
	background-color: #ff9999;
	text-align: center;
}

tr.row:hover{background-color: #efefef;margin-bottom: 0px;padding-bottom: 0px;}

.playlist{border-bottom: black 1px solid;margin-bottom: 0px;padding-bottom: 0px;}

.gamename{color:#0e4950;font-size: 1.6em;text-decoration: none;font-weight:bold;}
.gamename a{color:#0e4950;font-size: 16px;text-decoration: none;}

tr.featured{background-color: #fbf0ce;}
.featuredtext{color:#989898;font-weight: bold;}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 100000;
}

.thumbnail span{ /*CSS for enlarged image*/
display: none;
position: absolute;
background-color: #FFEEAA;
padding: 5px;
left: -5000px;
border: 1px dashed #074950;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
display: inline;
top: -486px;
left: -350px; /*position where enlarged image should offset horizontally */
}