/*  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, body{
    min-height:100%;
}
body {
	background: none #000;
	color: #8f8e8f;
	line-height: 1;
	font-family: Verdana, serif;
	font-size: 11px;
	width:100%;

}
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;
}

/* http://sonspring.com/journal/clearing-floats */
.clearFloat {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/*End Reset*/

/*Alertpop*/
#alertpop{
	position: absolute;
	top: 300px;
	left: -9999px;
	z-index:100;
	height:119px;
	width:375px;
	padding:0;
	background:url(/tpl/wip/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*/
#index, #p404 {
	background: url(/tpl/wip/shared/images/bg.png) left bottom repeat-x #000;
}
#index .main_bg {
	background: url(/tpl/wip/shared/images/main_bg.jpg) no-repeat center top;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#index #wrap {
	width: 940px;
}
#header, #header_404 {
	overflow: hidden;
	padding-top: 12px;
	width: 960px;
    height: 70px;
	position: relative;
}
#index #header, #index #header_404 {
	width: 940px;
}
#logo {
    position: absolute;
    left:0;
    top: 24px;
}
#header_i{
    float: right;
    display:inline;
    position:relative;
	z-index:11;
}

/* Begin Poker Stats*/
#poker_stats{
	position:relative;
	text-align:right;
     display:inline;
}
#poker_stats li{
	border-right:1px solid #B4B4B4;
	color:#B4B4B4;
	display:inline;
	font-style:italic;
	letter-spacing:-0.5px;
	padding:0 5px;
}
#poker_stats li.active_tables{
	border:none;
}
#poker_stats li span{
	color:#ff0000;
}
/* End Poker Stats*/
#header h1 {
    position:absolute;
    left:3px;
    top:70px;
	font-size: 10px;
}
/* Begin Langs */
#langs {
	float: right;

	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	padding-left: 10px;

	position: relative;

}
#langs li {
	float: left;
	color: #fff;
	border-left: 1px solid #777;
	padding: 0 10px;
	text-transform: capitalize;
}



#langs li {
	float: left;
	color: #fff;
	border-left: 1px solid #777;
	padding: 0 8px;
	text-transform: capitalize;
}







#langs li a {
    color: #fff;
	display: block;
	width: 18px;
	height: 10px;
	background: url(/tpl/wip/shared/images/flags_sprite.gif) no-repeat;
    text-indent: -9999px;
    border: 1px solid #939393;
}
#langs .english a {background-position: -261px -1px;}
#langs .german a {background-position:  -41px -1px;}
#langs .spanish a {background-position:  -61px -1px;}
#langs .french a {background-position:  -81px -1px;}
#langs .russian a {background-position: -201px -1px;}
#langs .swedish a {background-position: -241px -1px;}
#langs .portuguese a {background-position: -161px -1px;}
#langs .dutch a {background-position: -121px -1px;}
#langs .danish a {background-position: -21px -1px;}
#langs .finnish a {background-position: -338px -1px;}
#langs .norwegian a {background-position: -319px -1px;}

#langs li.current{
    padding-left:19px;
    padding-right: 10px;
    background:url("/tpl/wip/shared/images/langs_arr.gif") no-repeat 9px 2px;
}
#langs li.opened{
    background:url("/tpl/wip/shared/images/langs_arr.gif") no-repeat 9px bottom !important;
}
#langs li a {
	color: #fff;
	text-decoration: none;
}
#langs li a:hover {
	color: #9b000d;
}
#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/wip/shared/images/langs_bg.png) left bottom no-repeat;
}
#langs dd ul {
	background: url(/tpl/wip/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/wip/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 */

/*Begin Brand Menu*/
#brandmenu {
	position: absolute;
	top: 45px;
	right: 0;

	overflow: hidden;

	padding-left: 69px;


}
#brandmenu li {
	float: left;
	line-height: 34px;
	margin-left: 15px;

}
#brandmenu li a {
	float: left;
	display: block;
	width: 65px;
	height: 30px;
	overflow: hidden;
	text-indent: -5000px;

}

#brandmenu li a.home {
	background-position: 0 -60px !important;
}
    #brandmenu li a.home:hover {
        background-position: 0 -30px!important;
    }
#brandmenu li a.casino {
	background-position: -80px -60px !important;
}
    #brandmenu li a.casino:hover {
        background-position: -80px -30px!important;
    }
#brandmenu li a.poker {
	background-position: -160px 0px!important;
}

/*[EN][DE][NL]*/
.en #brandmenu li a.home, .de #brandmenu li a.home, .nl #brandmenu li a.home {
	background-position: -9px -60px !important;
    width:46px;
}
    .en #brandmenu li a.home:hover, .de #brandmenu li a.home:hover, .nl #brandmenu li a.home:hover {
        background-position: -9px -30px!important;
    }
.en #brandmenu li a.casino, .de #brandmenu li a.casino, .nl #brandmenu li a.casino {
	background-position: -88px -60px !important;
    width:57px;
}
    .en #brandmenu li a.casino:hover, .de #brandmenu li a.casino:hover, .nl #brandmenu li a.casino:hover {
        background-position: -88px -30px!important;
    }
.en #brandmenu li a.poker, .de #brandmenu li a.poker, .nl #brandmenu li a.poker {
	background-position: -160px 0px!important;
    width:61px;
}


/*[RU]*/
.ru #brandmenu li a.home {
    background-position: -9px -60px !important;
    width: 74px !important;
}
    .ru #brandmenu li a.home:hover {
        background-position: -9px -31px !important;
        width: 74px !important;
    }
.ru #brandmenu li a.casino {
    background-position: -101px -60px !important;
    width:65px!important;
}
    .ru #brandmenu li a.casino:hover {
        background-position: -101px -31px !important;
    }
.ru #brandmenu li a.poker {
	background-position: -179px -0px!important;
    width:64px!important;
}

/*[FR]*/
.fr #brandmenu li a.home {
    background-position: -8px -60px !important;
    width: 64px !important;
}

.fr #brandmenu li a.home:hover {
    background-position: -8px -31px !important;
}

.fr #brandmenu li a.casino {
    background-position: -85px -60px !important;
    width:56px;
}
    .fr #brandmenu li a.casino:hover {
        background-position: -85px -31px !important;
    }

.fr #brandmenu li a.poker {
    background-position: -159px -0px !important;
    width: 65px !important;
}

/*[ES]*/
.es #brandmenu li a.home {
    background-position: -8px -60px !important;
    width: 45px !important;
}
    .es #brandmenu li a.home:hover {
        background-position: -8px -30px !important;
    }

.es #brandmenu li a.casino {
    background-position: -84px -60px !important;
    width:56px;
}
    .es #brandmenu li a.casino:hover {
        background-position: -84px -30px !important;
    }

.es #brandmenu li a.poker {
    background-position: -159px -0px !important;
    width: 61px !important;
}

/*[FI]*/
.fi #brandmenu li a.home {
    background-position: -8px -60px !important;
    width: 35px !important;
}
    .fi #brandmenu li a.home:hover {
        background-position: -8px -30px !important;
    }

.fi #brandmenu li a.casino {
    background-position: -88px -60px !important;
    width:58px;
}
    .fi #brandmenu li a.casino:hover {
        background-position: -88px -30px !important;
    }

.fi #brandmenu li a.poker {
    background-position: -159px -0px !important;
    width: 63px !important;
}

/*[SV]*/
.sv #brandmenu li a.home {
    background-position: -8px -60px !important;
    width: 35px !important;
}
    .sv #brandmenu li a.home:hover {
        background-position: -8px -31px !important;
    }

.sv #brandmenu li a.casino {
    background-position: -79px -60px !important;
    width:58px;
}
    .sv #brandmenu li a.casino:hover {
        background-position: -79px -31px !important;
    }

.sv #brandmenu li a.poker {
    background-position: -159px -0px !important;
    width: 61px !important;
}

/*[GR]*/
.gr #brandmenu li a.home {
    background-position: -8px -60px !important;
    width: 64px !important;
}
    .gr #brandmenu li a.home:hover {
        background-position: -8px -30px !important;
    }

.gr #brandmenu li a.casino {
    background-position: -90px -60px !important;
    width:64px;
}
    .gr #brandmenu li a.casino:hover {
        background-position: -90px -30px !important;
    }

.gr #brandmenu li a.poker {
    background-position: -159px -0px !important;
    width: 74px !important;
}

/*[NO]*/
.no #brandmenu li a.home {
    background-position: -8px -60px !important;
    width: 64px !important;
}
    .no #brandmenu li a.home:hover {
        background-position: -8px -30px !important;
    }
.no #brandmenu li a.casino {
    background-position: -91px -60px !important;
    width:58px;
}
    .no #brandmenu li a.casino:hover {
        background-position: -91px -30px !important;
    }
.no #brandmenu li a.poker {
    background-position: -159px -0px !important;
    width: 67px !important;
}

/*[PL]*/
.pl #brandmenu li a.home {
    background-position: -15px -60px !important;
    width: 47px !important;
}
    .pl #brandmenu li a.home:hover {
        background-position: -15px -30px !important;
    }
.pl #brandmenu li a.casino {
    background-position: -87px -60px !important;
    width:65px;
}
    .pl #brandmenu li a.casino:hover {
        background-position: -87px -30px !important;
    }
.pl #brandmenu li a.poker {
    background-position: -159px -0px !important;
    width: 67px !important;
}

/*[PT]*/
.pt #brandmenu li a.home {
    background-position: -8px -60px !important;
    width: 45px !important;
}
    .pt #brandmenu li a.home:hover {
        background-position: -8px -30px !important;
    }
.pt #brandmenu li a.casino {
    background-position: -87px -60px !important;
    width:56px;
}
    .pt #brandmenu li a.casino:hover {
        background-position: -87px -30px !important;
    }
.pt #brandmenu li a.poker {
    background-position: -159px -0px !important;
    width: 61px !important;
}
/*End Brand Menu*/

/*Begin Main Menu*/
#mainmenu ul {
	position: absolute;
	top:	-999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
#mainmenu ul li {
	width:100%;
}
#mainmenu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#mainmenu li {
	float: left;
	position: relative;
	z-index: 90;
}
#mainmenu a {
	display: inline;
	position: relative;
}
#mainmenu li:hover ul,
#mainmenu li.sfHover ul {
	left:	0;
	top: 26px; /* match top ul list item height */
	z-index: 99!important;
	background: #b2b2b2;
}
ul#mainmenu li:hover li ul,
ul#mainmenu li.sfHover li ul {
	top: -999em;
	z-index: 1000;
}
ul#mainmenu li li:hover ul,
ul#mainmenu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	z-index: 1001;
}
ul#mainmenu li li:hover li ul,
ul#mainmenu li li.sfHover li ul {
	top: -999em;
	z-index: 1002;
}
ul#mainmenu li li li:hover ul,
ul#mainmenu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	z-index: 1003;
}

/*Visual for Superfish*/
#mainmenu {
	clear: both;
	margin-bottom: 12px;
	line-height: 28px;
	height: 29px;
	position:relative;
	margin-top: 5px;
	z-index:10;
	background: url(/tpl/wip/shared/images/mainmenu_bg.png) repeat-x;
}
#mainmenu li a {
	padding:  0 10px 0 14px;
	height: 29px;
	line-height: 28px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;

}
#mainmenu a, #mainmenu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #000;
}
#mainmenu li ul li a:visited {
	color: #000;
}
#mainmenu li {
	/*background: #BDD2FF;*/
}
#mainmenu li li {
	background: #AABDE6;
}
#mainmenu li li li {
	background: #9AAEDB;
}
#mainmenu li:hover, #mainmenu li.sfHover {

	background-color: #b2b2b2;

	color: #000;
	outline: 0;
}
#mainmenu li:hover, #mainmenu li.sfHover {

}
#mainmenu li:hover a, #mainmenu li.sfHover a {

	color: #000;
}
/*No-Childs Items Style*/
#mainmenu li.single:hover, #mainmenu li.sfHover.single {

}
#mainmenu li.single:hover a, #mainmenu li.sfHover.single a,  #mainmenu li.sfHover.single a:hover {

	color: #000;

}
/*End No-Childs Items Style*/
#mainmenu li:hover ul li a, #mainmenu li.sfHover ul li a {
	background: none;
}
/*Drop-down lists*/
#mainmenu li:hover ul, #mainmenu li.sfHover ul {
	width: 175px;
	border-top: 1px solid #aeaeae;
	z-index: 1000;
}
#mainmenu li:hover ul li.last, #mainmenu li.sfHover li.last {

	border-bottom: none!important;
}
#mainmenu li:hover ul li, #mainmenu li.sfHover ul li {
	background: none;

}
#mainmenu li ul li a {
	color: #3f3f3f;
	font-size: 11px;
	font-weight: normal;
    display:block;
}
#mainmenu li ul li a:hover {
	color: #be0000;
}
/*Superfish Arrows*/
/*** arrows **/
#mainmenu a.sf-with-ul {

	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: none;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow:	 hidden;
	background: url(/tpl/wip/shared/images/mainmenu/arrows-ffffff.png) -10px -100px no-repeat ; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#mainmenu ul .sf-sub-indicator { background-position:  -10px 0; }
#mainmenu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#mainmenu ul a:focus > .sf-sub-indicator,
#mainmenu ul a:hover > .sf-sub-indicator,
#mainmenu ul a:active > .sf-sub-indicator,
#mainmenu ul li:hover > a > .sf-sub-indicator,
#mainmenu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*End Main Menu*/
#content {
	overflow: hidden;
}
/* Skin and Gallery*/
#main {
	position: relative;
	z-index: 1;
	background: url(/tpl/wip/shared/images/loading2.gif) center 60px no-repeat #333;
	height: 363px;
	border: 1px solid #555555;
}
#gallery {
	width: 960px;
	height: 240px;
	position: absolute;
	top: 0;
	z-index: 2;
}
#gallery.inactive {
	left: -9999px;
}
#gallery.active {
	display: block!important;
	left: 0px;
}
#view_gallery {
	position: absolute;
	left: 20px;
	top: 315px;
	z-index: 3;
	cursor: pointer;
	background: url(/tpl/wip/shared/images/view_gallery_bg.png) no-repeat;
	width: 200px;
	height: 39px;
	overflow: hidden;
	line-height: 150%;
	color: #FFF;
}
#view_gallery p {
	padding:3px 0 0 52px;
}
#switcher:hover {
	background-position: 0 0;
	color:#fff;
}
#switcher.active {
	background-position: 0 -82px;
	line-height: 35px;
}
#switcher.active:hover {
	background-position: 0 -123px;
}
#view_gallery strong {
	display: block;
}
#visual {
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 0;
	display: block;
	width: 940px;
	height: 240px;
	margin: 0 auto;
}
#main .left, #main .right {
	position: absolute;
	top: 60px;
	display: block;
	width: 10px;
	height: 13px;
	text-indent: -9999px;
	z-index: 10;
}
#gallery .left {
	left: 0;
	background-position: left bottom;
}
#gallery .right {
	right: 0;
	background-position: left top;
}
#c_wrapper {
	background: #000;
	margin-left: 40px;
	width: 900px!important;
}


.infobox h4 {
	text-transform: uppercase;
	float: left;
	width: 150px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	color: #fff;
}
.infobox p {
	clear: both;
	line-height: 130%;
	margin-bottom: 5px;
	font-size: 10px;
}
.infobox p.links {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 5px;
}
.infobox  a {
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 150%;
}
.infobox  a:hover {
	text-decoration: underline;
}
.infobox  a.red {
	color: #f00;
}
.infobox .closeme {
	display: block;
	float: right;
	width: 14px;
	height: 14px;
	background: url(/tpl/wip/shared/images/closeme.gif) left top no-repeat;
	cursor: pointer;
}
/*End Skin and Gallery*/

/*Begin Visuals*/
#promobox {
	position: absolute;
	bottom: 20px;
	right:10px;
    text-align:center;
    display:block;
	/*width: 250px;*/
}

#main #download_button {
    background-image:url('/tpl/wip/shared/images/download.jpg');
    background-position:0% top;
	display:inline-block;
	/*width:180px;*/
	height:50px;
	margin:0 auto 0 auto;
    text-transform:lowercase;
    text-align:center;
    text-decoration:none;
    overflow: hidden;
    color: #fff;
    clear:both;
    padding-left:10px;
    white-space:nowrap;
}
#main #download_button:hover{
    background-position:0% -50px;
    cursor:pointer;
}
#main #download_button span{
    background-image:url('/tpl/wip/shared/images/download.jpg');
    background-position:right top;
    display:block;
    height:100%;
    padding-right:10px;
}
#main #download_button:hover span{
    background-image:url('/tpl/wip/shared/images/download.jpg');
    background-position:right -50px;
}
#main #play_button {
    background-image:url('/tpl/wip/shared/images/download.jpg');
    background-position:0% 80px;
	display:inline-block;
	/*width:127px;*/
	height:40px;
	margin:0 auto 0px auto;
    text-transform:lowercase;
    text-align:center;
    text-decoration:none;
    overflow: hidden;
    color: #fff;
    font-size:1.5em;
    line-height:26px;
    clear:both;
    padding-left:10px;
    white-space:nowrap;
}
#main #play_button:hover{
    background-position:0% bottom;
    cursor:pointer;
}
#main #play_button span{
    background-image:url('/tpl/wip/shared/images/download.jpg');
    background-position:right 80px;
    display:block;
    height:100%;
    padding-right:10px;
}
#main #play_button:hover span{
    background-image:url('/tpl/wip/shared/images/download.jpg');
    background-position:right bottom;
}
/* #download_button:hover {
	background-position:left bottom !important;
}*/

#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: 30px;
}
#share {
	height: 20px;
	overflow: hidden;
	background: url(/tpl/wip/shared/images/share_bg.gif) right top repeat-x;
}
#share .toggle {
	padding-left: 20px;
	background: url(/tpl/wip/shared/images/share_arrows.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#share .toggle img {
	padding-right: 2px;
	background: url(/tpl/wip/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/wip/shared/images/ticker_bg.gif');
	margin-top: 20px;
	position:relative;
    font-size:16px;
    height:44px;
    overflow:hidden;
}
#jackpot_ticker li{
    padding: 14px 8px;
}
#jackpot_ticker a{
    text-decoration:none;
}
#jackpot_ticker img{
	margin-top:6px;
	vertical-align:top;
}
#jackpot_ticker dd, #jackpot_ticker dt{
    display:inline;
    color:#fff;
}
#jackpot_ticker dt{
    color:#ff0000 !important;
}
/*End ticker*/
/*Begin Home Page Tabs*/
.tabs_box {
	width: 480px;
	margin: 20px 0;
	float: left;
	color:#FFFFFF;
}
.tabs_box .tabs {
	width: 480px;
	height: 25px;
	background: url(/tpl/wip/shared/images/tabs_line.gif) right bottom no-repeat;
}
.tabs_box .tabs li {
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 3px;
	margin-left: 5px;
	background-color: transparent;
}
.tabs_box .tabs li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.tabs_box .tabs li a span {
	padding: 0 5px;
	min-width: 150px;
}
.tabs_box .tabs li.ui-state-default, .tabs_box .tabs li.ui-state-active, .tabs_box .tabs li.ui-state-default a, .tabs_box .tabs li.ui-state-default a span, .tabs_box .tabs li.ui-state-active a, .tabs_box .tabs li.ui-state-active a span{
	background-image: url(/tpl/wip/shared/images/tabs.gif);
}
.tabs_box .tabs li.ui-state-default {
	background-position: left 0;
	background-repeat: no-repeat;
}
.tabs_box .tabs li a, .tabs_box .tabs li a span {
	display: block;
	height: 25px;
	cursor: pointer;
}
.tabs_box .tabs li.ui-state-default a span {
	background-position: left -25px;
	background-repeat: repeat-x;
}
.tabs_box .tabs li.ui-state-default a {
	background-position: right -50px;
	background-repeat: no-repeat;
	padding-right: 3px;
	color: #666;
}
.tabs_box .tabs li.ui-state-hover a {
	color: #aaa;
}
.tabs_box .tabs li.ui-state-active {
	background-position: left -75px;
	background-repeat: no-repeat;
}
.tabs_box .tabs li.ui-state-active a span {
	background-position: left -100px;
	background-repeat: repeat-x;
}
.tabs_box .tabs li.ui-state-active a {
	background-position: right -125px;
	background-repeat: no-repeat;
	padding-right: 3px;
	color: #fff;
}
.tabs_box .ui-tabs-hide {
	display: none;
}
#promos, #fair, #winnersbox, #vipclub {
	height: 150px;
	overflow: hidden;
	clear: both;
	line-height:1.3;
}
	#fair h3,#promos h3, #winnersbox h3,#vipclub h3,#fair h4,#vipclub h4,#winnersbox h4,#vipclub h4 {
		line-height:1;
		margin-bottom:5px;
		font-size: 12px;
		font-weight:bold;
	}
	#fair a,#vipclub a {
		color:#fff;
	}
/*Begin Carousel*/
#promos {
	width: 440px;
	overflow: hidden;
	color: #fff;
}
#promos ul {
	width: 400px;
	height: 150px;
	overflow: hidden;
}
#promos ul li {
	width: 440px;
	min-height: 120px;
	margin: 15px;
}
#promos ul li h4 {
	margin-bottom: 5px;
	font-size: 12px;
}
#promos ul li img {
	float: right;
}
#promos ul li p {
	line-height: 130%;
	margin-bottom: 5px;
}
#promos a {
	color: #fff;
	/*font-weight: bold;
	text-decoration: none;*/
}
#promos a:hover {
	text-decoration: none;
}
#controls {
	text-align: center;
	bottom:0px;
	position:absolute;
	right:200px;
	text-align:center;
	z-index:100;
}
.next, .prev, #gallery .left, #gallery .right {
	background-image: url(/tpl/wip/shared/images/arrows.gif);
	background-repeat: no-repeat;
	line-height: 15px;
	padding: 1px 0 0 0;
}
.next {
	background-position: right top;
	padding-right: 15px;
}
.prev {
	background-position: left bottom;
	padding-left: 15px;
}
#fair,#vipclub {
	color:#fff;
	padding: 15px;
	line-height:1.3;
}
	#fair h3,#vipclub h3,#fair h4,#vipclub h4 {
		line-height:1;
		margin-bottom:5px;
		font-size: 12px;
	}
	#fair a,#vipclub a {
		color:#fff;
	}
	#fair img,#vipclub img {
		float:right;
		margin:0 10px;
	}
#winnersbox {
	margin: 15px;
}
#winnersbox img {
	float: right;
}
#winnersbox table img {
	float: none;
}
#winnersbox table {
	width: 260px;
}
#winnersbox table tr.odd td {
	background: #171717;
}
#winnersbox table tr td {
	width: 70px;
	line-height: 20px;
	color: #fff;
	padding-left: 3px;
}
#winnersbox table tr th {
	background: #000;
	text-align: center;
	width: 30px;
}
#winnersbox p {
	margin: 10px;
}
#winnersbox a {
	color: #fff;
	/*font-weight: bold;
	text-decoration: none;
*/}
#winnersbox a:hover {
	text-decoration: none;
}

.box {
	width: 300px;
	float: left;
	background: #343434;
	border: 1px solid #555;
	padding: 15px 0 30px 0;
	margin-top: 20px;
	position: relative;
}
.box p {
	margin: 0 30px 12px 20px;
	line-height: 14px;
}
.box p a{
    color:#FFF;
}
.box h2 {
	font-size: 15px;
	color: #dedede;
	margin: 0 30px 12px 10px;
	background: url(/tpl/wip/shared/images/box_bullet.gif) 0 3px no-repeat;
	padding-left: 10px;
}
.box h2 a {
	color: #dedede;
	text-decoration: none;
}
.box h2 a:hover {
	text-decoration: underline;
}
.box .more {
	position: absolute;
	left: 20px;
	bottom: 14px;
	color: #fff;
	text-decoration: none;
}
.box .more:hover {
	text-decoration: underline;
}
#carousel {
	border: 1px solid #555;
	width: 620px;
	float: left;
	margin-right: 16px;
	margin-top: 20px;
	height: 180px;
	position:relative;
}
#promos_carousel_controls {
	position: absolute;
    z-index:5;
	top: 1px;
	left: 1px;
}
#promos_carousel_controls a {
    opacity:0.5;
    filter:alpha(opacity=50);
	display: block;
	width: 144px;
	height: 59px;
}
#promos_carousel_controls a.activeSlide {
	background: url(/tpl/wip/shared/images/games_current_bg.gif) no-repeat;
    opacity:1;
    filter:alpha(opacity=100);
}
#promos_carousel_controls a img {
	margin: 3px 0 0 3px;
}
#promos_carousel {
	width: 470px;
	height: 180px;
	margin-left: 150px;
}
#promos_carousel ul li{
    width:470px;
    height:180px;
}
#promos_carousel a {
	color: #fff;
	text-decoration: none;
}
#promos_carousel a:hover {
	text-decoration: underline;
}


#promos_carousel li img {
    float:right;
}
#promos_carousel li .txt {
	float: left;
	width: 270px;
	padding-top: 25px;
}
#promos_carousel li h4 {
	font-size: 18px;
	font-style: italic;
	color: #fff;
	margin-bottom: 12px;
}
#promos_carousel li p {
	line-height: 14px;
}
#promos_carousel li .more {
	position: relative;
	top: 15px;
}
div#vip_club {
	background: #000 url(/tpl/wip/shared/images/vip_block.jpg) no-repeat right bottom;
}
div#poker_games {
	background: #000 url(/tpl/wip/shared/images/poker_games.jpg) no-repeat right bottom;
	margin: 20px 16px 0 18px;
}
div#vip_club h2, div#vip_club p, div#poker_games h2, div#poker_games p{
    margin-right:40px;
}
div#events_tournaments{
    background:#343434 url(/tpl/wip/shared/images/events_block.jpg) no-repeat right bottom;
}
div#why_wager {
	width: auto;
	padding-bottom: 3px;
	margin-bottom: 20px;
}


#bookmarks {
	/*background: url(/tpl/wip/shared/images/bookmarks_shadow.jpg) 0 50px no-repeat;*/
	clear: both;
	width: 420px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	height: 79px;
}

#bookmarks li {
	width: 70px;
	float: left;
	position: relative;
}
#bookmarks li a {
	display: block;
	height: 72px;
    
}
#bookmarks .icon {
	position: absolute;
	left:14px;
	top:30px;
}
#bookmarks .sep {
	position: absolute;
	left:0;
	top: 50px;
}
/*Begin Options*/
#options {
	width: 960px;
	height: 80px;
	margin: 20px auto;
}
#options li {
	float: left;
	width: 250px;
	height: 100px;
	display: inline;
	padding-left: 50px;
	margin-left: 20px;
}
#options li h5 {
	margin-bottom: 10px;
}
#options li h5 a {
	display: block;
	width: 250px;
	overflow: hidden;
	text-indent: -9999px;
}
#options li {
	background-repeat: no-repeat;
}

#options li ul li {
	background-image: none!important;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	clear: both;
}
#options li p {
	line-height: 150%;
}
#options .p1 strong {
	display: block;
	clear: both;
}
#options li.p3 {
	padding-left: 60px;
	width: 240px;
}
#options li.p1 {
	background-position: 0 0;
}
#options li.p2 {
	background-position: 0 -100px;
}
#options li.p3 {
	background-position: 0 -200px;
}
/*End Options*/
/*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*/
#icons_holder {
	width:960px;
	overflow:auto;
	margin: 18px auto 20px;
}
/*Begin Summary*/
#summary {
	width: 960px;
	margin: 15px auto;
	padding-top: 10px;
	background: url(/tpl/wip/shared/images/summary_seperator.png) center top no-repeat;
	overflow: hidden;
}
#summary p {
	text-align: center;
	padding: 0 20px;
	line-height: 13px;
}
#summary ul {
	background: url(/tpl/wip/shared/images/summary_seperator.png) center bottom no-repeat;
	overflow: hidden;
}
#summary li {
	float: left;
	width: 245px;
	background-image: url(/tpl/wip/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*/
/*Begin Symbols*/
#symbols {
	width: 740px;
	float:left;
	line-height: 60px;
	height: 30px;
	padding: 6px 0 0;
	overflow:hidden;
}
#symbols li {
	float: left;
	height: 23px;
	padding: 0 12px 0 13px;
	border-left: 1px solid #666;
	margin-left: -1px;
}
#symbols li a {
	display: block;
	height: 30px;
	background-color: #000;
	background-image: url(/tpl/wip/shared/images/bg_credits.gif);
	background-repeat: no-repeat;
	position:relative;
	top:-3px;
}
#playtech {
	width: 64px;
	background-position: 0 0;
}
	#playtech:hover {
		background-position: 0 -30px;
	}
#resp_gaming {
	width: 80px;
	background-position: 0 -60px;
}
	#resp_gaming:hover {
		background-position: 0 -90px;
	}
#winner_aff {
	width: 74px;
	background-position: 0 -120px;
}
	#winner_aff:hover {
		background-position: 0 -150px;
		cursor: pointer;
	}
#tst {
	width: 88px;
	background-position: 0 -180px;
}
	#tst:hover {
		background-position: 0 -210px;
	}
#antigua {
	width: 103px;
	background-position: 0 -240px;
}
	#antigua:hover {
		background-position: 0 -270px;
	}
#safe_secure {
	width: 53px;
	background-position: 0 -300px;
}
	#safe_secure:hover {
		background-position: 0 -330px;
	}
#over_18 {
	width: 17px;
	background-position: 0 -360px;
}
	#over_18:hover {
		background-position: 0 -390px;
	}
#iPoker{
    width: 61px;
	background-position: 0px -420px;
}
    #iPoker:hover{
        background-position: 0px -451px;
    }
/*End Symbols*/

/* Payment Options */
div#payment_options{
    float:right;
    display:inline;
    height:24px;
    border-left:1px solid #666666;
    margin-top:6px;
}
#payment_options_text {
	float:right;
    display:inline;
	margin:0 7px 0px 13px!important;
}
#p_o {
	float:right;
    display:inline;
}
	#p_o #p_o_next,#p_o #p_o_prev {
		background:url(/tpl/wip/shared/images/payment_options_arrows.gif) left top no-repeat;
		width:8px;
		height:14px;
		position:relative;
		top:3px;
		text-indent:-9999px;
		cursor:pointer;
	}
	#p_o #p_o_next {
		background-position:left bottom;
	}
	#p_o li {
		float:left;
		width:93px;
		height:20px;
	}
	#p_o_carousel {
		margin:0 7px;
	}
/*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*/


/*404*/

#p_404{
    width:940px;
    margin:0 auto;
}
#content_404{
    margin-top:70px;
}

#message, #blocks{
    width:548px;
    margin:60px auto 130px;
    text-align:center;
    line-height:1.5;
}
#message{
    width:470px;
}
#poker_block, #casino_block{
    text-align:left;
    width:257px;
    height:254px;
    display:inline;
    float:left;
    background: url(/tpl/wip/shared/images/404_blocks.jpg) no-repeat right 0%;
    position:relative;
}
#casino_block{
    background-position: left 0%;
    margin-right:34px;
}
#message h2{
    color:red;
    font-size:16px;
}
#message p, #message a, .more{
    color:#FFF;
}
.block_title{
    color:#fff;
    font-size:22px;
    font-style:italic;
    font-weight:normal;
    margin:5px 0 40px 15px;
}
.bonus_money{
    color:#fff;
    font-size:26px;
    font-style:italic;
    font-weight:bold;
    margin:0px 0 0px 15px;
}
.bonus_money p{
   display:inline-block;
    line-height:1;
    font-size:12px;
}
.bonus{
    font-size:20px;
    font-style:italic;
    font-weight:bold;
    margin:-5px 0 0px 15px;
}
#blocks #inner_download{
    background:url("/tpl/wip/shared/images/404_download.gif") no-repeat scroll left top transparent;
    display:block;
    height:27px;
    margin:10px 5px 0 15px;
    width:143px;
    font-size:14px;
    font-style:italic;
    text-decoration:none;
    color:#fff;
    text-align:center;
    font-weight:bold;
    padding-top:4px;
}
#blocks #inner_download:hover {
		background-position:left bottom;
	}
#blocks .more{
    position:absolute;
    left:15px;
    bottom:15px;
}

#p_404 #bookmarks li{
    height:55px;
    overflow:hidden;
}






/*FONT-FACE*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 12, 2010 */

@font-face {
	font-family: 'Prelo';
	src: url('/style/fonts/prelo-bold_italic-webfont.eot');
	src: local('☺'), url('/style/fonts/prelo-bold_italic-webfont.woff') format('woff'), url('/style/fonts/prelo-bold_italic-webfont.ttf') format('truetype'), url('/style/fonts/prelo-bold_italic-webfont.svg#webfontcHV3ZB7O') format('svg');
	font-weight: normal;
	font-style: normal;
}
#download_button, .font_prelo  {
    font: 2em/40px "Prelo";
    text-shadow: 2px 2px 2px #3c0001;
}

#bonus {
    /*position: absolute;
    bottom: 90px;*/
    display:block;
    margin-bottom:10px;
    width: 245px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font: 4.2em/0.7em "Prelo";
    text-shadow: 2px 2px 2px #000;
}
#bonus small {
    display: block;
    font-size: 0.55em;
}
