@charset "UTF-8";

/* ===== Core ===== */

.wrapper {
	width: 860px;
	margin: auto;
	
}

.btn {
	margin: 0 0 10px 0;
}


/* ===== Light ===== */

.light {
	color: #000;
	background: #fff;
}

.light .iframe {
	color: #fff;
	background: #000;
	width: 100%;
	height: 100%;
	float: left;
}

.light .gamelist {
	padding: 0;
	margin-right: 2px;
	list-style-type:none;
	width: 194px;
	float: left;	
}

.light .gamelist li a {
	color: #999;
	background:#101010;
	margin: 0px;
	padding: 5px;
	display:block;
}

.light .gamelist #diff {
	background:#202020;	
}

.light .gamelist li a:hover {
	color: #FFF;
}

.light .gamelist li {
	margin: 0;
}

.light .gamelist li:hover img{
	display: block;
}

.light .gamelist li img{	
	width: 80px;
	height: 80px;
	margin-top: -57px;
	margin-left: 170px;
	display: none;
	padding: 5px 5px 5px 15px;
	background-image: url(../images/preview_bg.png);
	position: absolute;
}

.light .gamelist h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 10px 0;
}

.light .gamelist .title1 {background: url(../images/title1.gif) bottom left no-repeat;}
.light .gamelist .title2 {background: url(../images/title2.gif) bottom left no-repeat;}
.light .gamelist .title3 {background: url(../images/title3.gif) bottom left no-repeat;}
.light .gamelist .title4 {background: url(../images/title4.gif) bottom left no-repeat;}
.light .gamelist .title5 {background: url(../images/title5.gif) bottom left no-repeat;}

.light .info-top {
	background-color: #1a1a1a;
	text-align: center;
}

.light .text {
	font-family: Georgia;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	margin: 0 25px 15px 25px;
	padding 0;
	line-height: 1.5em;
}

.light .box-top {
	height: 79px;
	background-image: url(../images/box_top_light.gif);
}

.light .box-bottom {
	height: 10px;
	background-image: url(../images/box_bottom_light.gif);
}

.light .game_left {
	background-image: url(../images/reflect_light.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 638px;
	height: 480px;
	float: left;
	overflow: hidden;
}

.light .game_right {
	background-image: url(../images/betsafe_light.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 181px;
	height: 520px;
	margin: 0 0 0 21px;
	float: left;
	display: inline;
}

.light #link_1 {
	display: block;
	width: 135px;
	height: 40px;
	background-image: url(../images/btn_playforreal_light.gif);
	margin: 0 25px 10px 25px;
}

.light #link_2 {
	display: block;
	width: 135px;
	height: 34px;
	background-image: url(../images/btn_bonus_light.gif);
	margin: 0 25px 0 25px;
}

.light #link_3 {
	display: block;
	width: 180px;
	height: 127px;
	background-image: url(../images/btn_betsafe_light.gif);
	position: absolute;
	bottom: 0;
}

.light #link_4 {
	display: block;
	width: 638px;
	height: 40px;
	background-image: url(../images/btn_bottom_light.gif);
	position: absolute;
	bottom: 0;
}

/* ===== Dark ===== */

.dark {
	color: #fff;
	background: #000;
}

.dark .iframe {
	color: #fff;
	background: #b8b3a7;
	width: 100%;
	height: 100%;
	float: left;
}

.dark .gamelist {
	padding: 0;
	margin-right: 2px;
	list-style-type:none;
	width: 194px;
	float: left;	
}

.dark .gamelist li a {
	color: #999;
	background:#101010;
	margin: 0px;
	padding: 5px;
	display:block;
}

.dark .gamelist #diff {
	background:#202020;	
}

.dark .gamelist li a:hover {
	color: #FFF;
}

.dark .gamelist li {
	margin: 0;
}

.dark .gamelist li:hover img{
	display: block;
}

.dark .gamelist li img{	
	width: 80px;
	height: 80px;
	margin-top: -57px;
	margin-left: 170px;
	display: none;
	padding: 5px 5px 5px 15px;
	background-image: url(../images/preview_bg.png);
	position: absolute;
}

.dark .gamelist h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 10px 0;
}

.dark .gamelist .title1 {background: url(../images/title1.gif) bottom left no-repeat;}
.dark .gamelist .title2 {background: url(../images/title2.gif) bottom left no-repeat;}
.dark .gamelist .title3 {background: url(../images/title3.gif) bottom left no-repeat;}
.dark .gamelist .title4 {background: url(../images/title4.gif) bottom left no-repeat;}
.dark .gamelist .title5 {background: url(../images/title5.gif) bottom left no-repeat;}

.dark .info-top {
	background-color: #a5a196;
	text-align: center;
}

.dark .text {
	font-family: Georgia;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	margin: 0 25px 15px 25px;
	padding 0;
	line-height: 1.5em;
}

.dark .box-top {
	height: 79px;
	background-image: url(../images/box_top_dark.gif);
}

.dark .box-bottom {
	height: 10px;
	background-image: url(../images/box_bottom_dark.gif);
}

.dark .game_left {
	background-image: url(../images/reflect_dark.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 638px;
	height: 480px;
	float: left;
	overflow: hidden;
}

.dark .game_right {
	width: 181px;
	height: 520px;
	margin: 0 0 0 21px;
	float: left;
	display: inline;
}

.dark #link_1 {
	display: block;
	width: 135px;
	height: 40px;
	background-image: url(../images/btn_playforreal_dark.gif);
	margin: 0 25px 10px 25px;
}

.dark #link_2 {
	display: block;
	width: 135px;
	height: 34px;
	background-image: url(../images/btn_bonus_dark.gif);
	margin: 0 25px 0 25px;
}

.dark #link_3 {
	display: block;
	width: 180px;
	height: 127px;
	background-image: url(../images/btn_betsafe_dark.gif);
	position: absolute;
	bottom: 0;
}

.dark #link_4 {
	display: block;
	width: 638px;
	height: 40px;
	background-image: url(../images/btn_bottom_dark.gif);
	position: absolute;
	bottom: 0;
}