@charset "utf-8";
/* CSS Document */

.GameCell {
	font-size: 10px;
}

iframe {
	border: none;
}

a.game_preview{
	cursor:pointer;
	z-index: -1;
}

a.zoom_preview {
	float:right;
	position:relative;
	right: -90px;
	bottom: -5px;
}

#game_preview {
	height: 400px;
}
#game_tecnical {
	height: 400px;
	padding-top: 20px;
}

#my_light {
	padding: 10px;
	background-color: #D7C463;
	width: 810px;
	background-image:url(images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height:535px;
}

#my_light p {
	margin-top:5px;
}

#link-menu {
	background-image:url(images/bg_head.gif);
	background-repeat: repeat-y;
	padding-bottom: 15px;
	padding-top: 15px;
}

#rokflow {
	z-index: 600;
}

#game_preview h5 {
	font-size: 14px;
	color: #222222;
	text-align: center;
	margin: 0px;
	margin-bottom: 0px;
	margin-top:5px;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-decoration:none;
	font-stretch:condensed;
}