/*  CSS Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}
html {
	height:100%;
}
body {
	background:#000;
	color: #8f8e8f;
	line-height: 1;
	font-family: Verdana, serif;
	font-size: 11px;
	width:100%;
	padding-bottom: 30px;
	background: url(/tpl/wic/shared/images/bg.jpg) center 30px no-repeat #000;
}

body.hu {
	background: url(/tpl/wic/hu/images/bg.jpg) center 30px no-repeat #000;
}
body.fr {
	background: url(/tpl/wic/fr/images/bg.jpg) center 30px no-repeat #000;
}
body.de {
	background: url(/tpl/wic/de/images/bg.jpg) center 30px no-repeat #000;
}
body.ru {
	background: url(/tpl/wic/ru/images/bg.jpg) center 30px no-repeat #000;
}
body.es {
	background: url(/tpl/wic/es/images/bg.jpg) center 30px no-repeat #000;
}
body.it {
	background: url(/tpl/wic/it/images/bg.jpg) center 30px no-repeat #000;
}
body.sv {
	background: url(/tpl/wic/sv/images/bg.jpg) center 30px no-repeat #000;
}
body.no {
	background: url(/tpl/wic/no/images/bg.jpg) center 30px no-repeat #000;
}
body.hu {
	background: url(/tpl/wic/hu/images/bg.jpg) center 30px no-repeat #000;
}
body.da {
	background: url(/tpl/wic/da/images/bg.jpg) center 30px no-repeat #000;
}
body.pt {
	background: url(/tpl/wic/pt/images/bg.jpg) center 30px no-repeat #000;
}
body.pl {
	background: url(/tpl/wic/pl/images/bg.jpg) center 30px no-repeat #000;
}
body.fi {
	background: url(/tpl/wic/fi/images/bg.jpg) center 30px no-repeat #000;
}
body.nl {
	background: url(/tpl/wic/nl/images/bg.jpg) center 30px no-repeat #000;
}
a {
	color: #bdbcbc;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End Reset*/

/*Alertpop*/
#alertpop{
	position: absolute;
	top: 300px;
	left: -9999px;
	z-index:100;
	height:119px;
	width:375px;
	padding:0;
	background:url(/tpl/wic/shared/images/downloadpopbg.jpg) left top no-repeat;
	text-align:center;
}
#ap_closebtt{
	width:16px;
	height:14px;
	float:right;
	margin: 4px 5px 0 0;
}
#ap_dlok{
	margin: 0 20px 0 0;
}
#alertpop h4{
	text-align:left;
	font:bold 12px tahoma,verdana,san-serif;
	color:#fff;
	cursor:move;
	overflow:hidden;
	margin:5px 0 25px 10px;
	width:340px;
	float:left;
}
#alertpop h5{
	text-align:left;
	clear:both;
	margin:0 0 15px 50px;
	color: #000;
	font:11px tahoma,verdana,sans-serif;
	z-index:102;
}
/*End Alertpop*/

/*Begin Layout*/
#wrap {
	margin: 0 auto;
	position: relative;
	/*background: url(/tpl/wic/shared/images/bg.jpg) left top no-repeat;*/
	min-height: 680px;
}
#header {
	height: 23px;
	line-height: 23px;
	background: url(/tpl/wic/shared/images/header_bg.gif) left top repeat-x;
	margin-bottom: 23px;
}
	#header div {
		width:960px;
		margin:0 auto;
		position:relative;
		z-index:10;
	}
#header h1 {
	font-size: 12px;
	font-weight: bold;
	color: #a2a2a2;
	float: left;
	text-indent: 10px;
}
/* Begin Langs */
#langs {
	position: absolute;
	top: 70px;
	right: 0px;
	width: 98px;
	z-index: 21;
	font-size: 10px;
	line-height: 20px;
}
#langs dt {
	height: 20px;
	width: 95px;
	text-indent: 27px;
	padding-right: 5px;
	color: #fff;
	background: url(/tpl/wic/shared/images/langs_bg.png) left bottom no-repeat;
	cursor: pointer;
}
#langs #toggle {
	position: absolute;
	z-index: 11;
	left: 7px;
	top: 4px;
	width: 10px;
	height: 10px;
}
#langs dd.items {
	display: block;
	width: 98px;
	background: url(/tpl/wic/shared/images/langs_bg.png) left bottom no-repeat;
}
#langs dd ul {
	background: url(/tpl/wic/shared/images/langs_open_bg.png) left top repeat-y #202020;
	position: relative;
	top:-4px;
}
#langs dd ul li{
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #000;
}
#langs dd ul li.seperator{
	height: 5px;
	line-height: 0;
	font-size: 0;
	background: url(/tpl/wic/shared/images/langs_seperator.png) left top no-repeat;
	border: none;
}
#langs dd ul li.first{
	border: none;
}
#langs dd ul li a{
	color: #8f9090;
	text-decoration: none;
	display: block;
	width: 98px;
	text-indent: 27px;
	line-height: 20px;
}
#langs dd ul li a img {
	margin-right: 5px;
}
#langs dd ul li a:hover{
	color: #fff;
}
/* End Langs */
#logo {
	float: left;
	margin-top: 60px;
	margin-bottom: 55px;
}

.box {
	width: 276px;
	height: 332px;
	/*background: url(/tpl/wic/shared/images/box_bg.png) left top no-repeat;*/
	float: left;
	color: #bdbcbc;
	margin-right: 50px;
	position:relative;
}

.box a {
	text-decoration:none;
}
.box a:hover {
	text-decoration:underline;
}

.box p{
	padding: 12px 20px;
	font-size: 12px;
	line-height: 16px;
}
.box ul{
	margin: 0px 30px 5px 30px;
	list-style: disc;
	line-height: 15px;
}
.box h2 {
	margin: 8px 0 18px 0;
}
.box h2 a {
	background: url(/tpl/wic/en/images/box_hdr_casino.png) left top no-repeat;
	height: 23px;
	width: 71px;
	text-indent: -3000px;
	overflow: hidden;
	display: block;
	margin: 0 20px;
}
.box .play_now {
	height: 46px;
	width: 115px;
	overflow: hidden;
	display: block;
	background: url(/tpl/wic/en/images/play_now_btn.png) left top no-repeat;
	padding: 0;
	top:190px;
	margin: 15px 16px 10px 16px;
	position:absolute;
}
.de .box .play_now {
	background: url(/tpl/wic/de/images/play_now_btn.png) left top no-repeat;
}
.es .box .play_now {
	background: url(/tpl/wic/es/images/play_now_btn.png) left top no-repeat;
}
.fr .box .play_now {
	background: url(/tpl/wic/fr/images/play_now_btn.png) left top no-repeat;
}
.ru .box .play_now {
	background: url(/tpl/wic/ru/images/play_now_btn.png) left top no-repeat;
}
.hu .box .play_now {
	background: url(/tpl/wic/hu/images/play_now_btn.png) left top no-repeat;
}
.box .play_now a {
	position:relative;
	z-index:1;
	height: 25px;
	width: 115px;
	text-indent: -3000px;
	overflow: hidden;
	display: block;
}
.box .play_now a:hover {
	background: url(/tpl/wic/en/images/play_now_btn_on.png) left top no-repeat;
}


.de .box .play_now a:hover {
	background: url(/tpl/wic/de/images/play_now_btn_on.png) left top no-repeat;
}

.es .box .play_now a:hover {
	background: url(/tpl/wic/es/images/play_now_btn_on.png) left top no-repeat;
}

.fr .box .play_now a:hover {
	background: url(/tpl/wic/fr/images/play_now_btn_on.png) left top no-repeat;
}

.ru .box .play_now a:hover {
	background: url(/tpl/wic/ru/images/play_now_btn_on.png) left top no-repeat;
}
.hu .box .play_now a:hover {
	background: url(/tpl/wic/hu/images/play_now_btn_on.png) left top no-repeat;
}
.box .safe {
	height: 35px;
	width: 136px;
	overflow: hidden;
	display: block;
	padding: 0;
	position: absolute;
	top: 295px;
	left: 20px;
}
.box .safe a {
	height: 35px;
	width: 136px;
	text-indent: -3000px;
	overflow: hidden;
	display: block;
}


#poker h2 a {
	background: url(/tpl/wic/en/images/box_hdr_poker.png) left top no-repeat;
}
#bingo h2 {
	text-indent: -3000px;
	overflow: hidden;
	height: 23px;
}
#bingo {
	margin-right: 0;
	color: #5a5a5a;
}
#bingo .safe {
		background: url(/tpl/wic/en/images/safe_disabled.png) left top no-repeat;
}
#content {
	width: 930px;
	margin: 0 auto;
	height: 400px;
	position: relative;
}
#main {

	clear: both;
	overflow: hidden;
}

#switcher {
	position: absolute;
	left: 30px;
	top: 180px;
	z-index: 3;
	cursor: pointer;
	background-image: url(/tpl/wic/shared/images/switcher_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 -41px;
	width: 285px;
	height: 38px;
	padding:3px 0 0 55px;
	line-height: 150%;
}
#switcher:hover {
	background-position: 0 0;
	color:#fff;
}
#switcher.active {
	background-position: 0 -82px;
	line-height: 35px;
}
#switcher.active:hover {
	background-position: 0 -123px;
}
#switcher strong {
	display: block;
}

#main .left, #main .right {
	position: absolute;
	top: 60px;
	display: block;
	width: 10px;
	height: 13px;
	text-indent: -9999px;
	z-index: 10;
}

/*Begin Visuals*/
#promobox {
	position: relative;
	text-align: center;
	padding-top: 20px;
}
#promobox ul li{
	text-align: center;
	margin: 10px 0;
}
.en #download_button {
	background:url(/tpl/wic/en/images/casino_download.png) left top;
	display:block;
	width:233px;
	height:86px;
	text-indent:-9999px;
	margin:0 auto;
}
.fr #download_button {
	background:url(/tpl/wic/fr/images/casino_download.png) left top;
}
.hu #download_button {
	background:url(/tpl/wic/hu/images/casino_download.png) left top;
}
.ru #download_button {
	background:url(/tpl/wic/ru/images/casino_download.png) left top;
}
.es #download_button {
	background:url(/tpl/wic/es/images/casino_download.png) left top;
}
.de #download_button {
	background:url(/tpl/wic/de/images/casino_download.png) left top;
}
	#download_button:hover {
		background-position:left bottom;
	}
#more {
	color: #c80000;
	text-transform: capitalize;
	text-decoration: none;
}
#more:hover {
	text-decoration: underline;
}
/*End Skin and Visuals*/

/*Begin Share It*/
#index #share {
	position: absolute;
	right: 0;
	top: 0;

}
#shareit_box {
	position: relative;
	height: 20px;
	margin-top: 10px;
}
#share {
	height: 20px;
	overflow: hidden;
	background: url(/tpl/wic/shared/images/share_bg.gif) right top repeat-x;
}
#share .toggle {
	padding-left: 20px;
	background: url(/tpl/wic/shared/images/share_arrows.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#share .toggle img {
	padding-right: 2px;
	background: url(/tpl/wic/shared/images/share_pipe.gif) right center no-repeat;
}
#share #icons {
	float: left;
}
#share #icons li {
	padding: 4px 5px;
	background: none;
	margin: 0;
}
#share * {
	float: left;
}
/*End Share It*/
/*Begin ticker*/
#jackpot_ticker{
	text-align:center;
	background: transparent url('/tpl/wic/shared/images/jack_pot_ticker_bg.gif') center bottom no-repeat;
	width:740px;
	height: 27px;
	margin: 0 auto;
	position:relative;
	margin-top: 50px;
}
#jackpot_ticker img{
	margin-top:6px;
	vertical-align:top;
}
#jackpot_ticker embed, #jackpot_ticker object{
     margin-top:4px;
 }
#jackpot_ticker h4 {
	color: #3a3939;
	font-size: 13px;
	margin-bottom: 6px;
}
/*End ticker*/

/*Begin Bottom Menu*/
#bottom_menu {
	clear: both;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#bottom_menu li {
	display: inline;
	padding: 0 10px;
}
#bottom_menu li a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#bottom_menu li a:hover {
	text-decoration: underline;
}
/*End Bottom Menu*/

/*Begin Symbols*/
#symbols {
	width: 760px;
	margin: 32px auto 20px;
	line-height: 60px;
	height: 29px;
	padding: 6px 0 0;
	overflow:hidden;
}
#symbols li {
	float: left;
	height: 17px;
	padding: 0 12px 0 13px;
	border-left: 1px solid #4c4c4c;
	margin-left: -1px;
}
#symbols li a {
	display: block;
	height: 29px;
	background-color: #000;
	background-image: url(/tpl/wic/shared/images/bg_credits.png);
	background-repeat: no-repeat;
	position:relative;
	top:-6px;
}
#playtech {
	width: 64px;
	background-position: 0 0;
}
	#playtech:hover {
		background-position: 0 -29px;
	}
#resp_gaming {
	width: 80px;
	background-position: -64px 0;
}
	#resp_gaming:hover {
		background-position: -64px -29px;
	}
#winner_aff {
	width: 77px;
	background-position: -144px 0;
}
	#winner_aff:hover {
		background-position: -144px -29px;
		cursor:pointer;
	}
#tst {
	width: 88px;
	background-position: -221px 0;
}
	#tst:hover {
		background-position: -221px -29px;
	}
#kahnawake {
	width: 76px;
	background-position: -310px 0;
}
	#kahnawake:hover {
		background-position: -310px -29px;
	}
#antigua {
	width: 105px;
	background-position: -386px 0;
}
	#antigua:hover {
		background-position: -386px -29px;
	}
#safe_secure {
	width: 52px;
	background-position: -491px 0;
}
	#safe_secure:hover {
		background-position: -491px -29px;
	}
#over_18 {
	width: 17px;
	background-position: -543px 0;
}
	#over_18:hover {
		background-position: -543px -29px;
	}

/*End Symbols*/
/*Begin Copyrights*/
#copy {
	width: 960px;
	margin: 0 auto;
	color: #6a6a6a;
	font-size: 10px;
	padding-bottom: 20px;
}
#copy p {
	line-height: 150%;
	margin-bottom: 15px;
	text-align:center;
}
#copy .copy {
	text-align: center;
}
.copy a {
	color: #fff;
	text-decoration: none;
}
/*End Copyrights*/
/*Begin Summary*/
#summary {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	background: url(/tpl/wic/shared/images/summary_seperator.png) center top no-repeat;
	overflow: hidden;
}
#summary p {
	text-align: center;
	padding: 0 20px;
	line-height: 13px;
}
#summary ul {
	overflow: hidden;
	background: url(/tpl/wic/shared/images/summary_seperator.png) center bottom no-repeat;
}
#summary li {
	float: left;
	width: 245px;
	background-image: url(/tpl/wic/shared/images/summary_icons.jpg);
	background-repeat: no-repeat;
	padding: 0 10px 10px 65px;
	line-height: 120%;
}
#summary li.dices {
	background-position: -114px 0;
}
#summary li.cards {
	background-position: -57px -44px;
}
#summary li.token {
	background-position: 0 -88px;
}
#summary li strong {
	display: block;
	margin-bottom: 20px;
}
/*End Summary*/
