html{
	height:100%;
}
body{
	margin:0;
	height:100%;
	background:url(/images/back.jpg) no-repeat 50% 0;
	background-attachment:fixed;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#000;
	min-width:960px;
}
img{border-style:none;}
a{
	text-decoration:underline;
	color:#200d33;
}
p{margin:0 0 16px;}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6{
	color:#220e35;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-weight:bold;
}
h1{
	font-size:19px;
	line-height:20px;
}
h2{
	font-size:17px;
	line-height:18px;
}
h3{
	font-size:15px;
	line-height:17px;
}
h4{
	font-size:14px;
	line-height:16px;
}
h5{
	font-size:13px;
	line-height:15px;
}
h6{
	font-size:12px;
	line-height:14px;
}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.main-holder:after{
	content:"";
	clear:both;
	display:block;
}
.main-holder {
	min-height: 100%;
	width:960px;
	margin:0 auto;
	background:#fff url(/images/bg-header.jpg) no-repeat;
}
* html .main-holder {
	height: 100%;
}
#main:after{
	content:"";
	clear:both;
	display:block;
}
#main{
	width:100%;
	padding:0 0 66px;
}
#header:after{
	content:"";
	clear:both;
	display:block;
}
#header{
	width:100%;
}
.logo{

	float:left;

	overflow:hidden;

	margin:4px 0 0 15px;

}

.logo a{

	display:block;

	width:252px;

	height:59px;

	overflow:hidden;

	text-indent:-9999px;

	background:url(/images/logo.png) no-repeat;

}
.box-language{
	float:right;
	display:inline;
	margin:11px 10px 0 0;
	padding:4px 0 0 12px;
	width:135px;
	height:21px;
	position:relative;
}
.box-language a{
	float:left;
	color:#fff;
	background:url(/images/bg-link-language.gif) no-repeat 100% 4px;
	padding:0 24px 0 0;
	text-decoration:none;
}
.box-language a:hover{
	text-decoration:none;
}
.box-language:hover, .box-language.hover{
	background:url(/images/bg-language-link.gif) no-repeat;
	cursor:pointer;
}
.box-language:hover .drop-lang, .box-language.hover .drop-lang{
	display:block;
}
.drop-lang{
	display:none;
	width:238px;
	position:absolute;
	top:23px;
	right:0;
	background:#1f0d32 url(../images/bg-drop-lang.gif) no-repeat;
	border:1px solid #513a60;
	border-top:none;
	padding:12px 0 5px;
	z-index:5;
	color:#fff;
}
* html .drop-lang{right:-1px;}
.drop-lang .left{
	float:left;
	width:100px;
	background:url(../images/bg-drop-left.gif) no-repeat 100% 0;
	padding:0 0 0 14px;
}
.drop-lang .right{
	float:right;
	width:113px;
	padding:0 0 0 10px;
}
.drop-lang ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.drop-lang ul li{
	width:100%;
	float:left;
	padding:0 0 9px 0;
}
.drop-lang ul li a{
	line-height:14px;
	color:#fff;
	background:none;
	padding:0;
	text-decoration:none;
}
.drop-lang ul li a img{
	float:left;
	margin:2px 8px 0 0;
}
.drop-lang ul li a:hover{
	text-decoration:underline;
	background:none;
}
#menu{
	width:940px;
	clear:both;
	padding:0 10px 0 10px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	width:938px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	height:31px;
	background:url(/images/bg-menu.gif) repeat-x;
}
#menu ul li{
	float:left;
	height:31px;
	padding:0 1px 0 0;
	background:url(/images/bg-menu-line.gif) no-repeat 100% 0;
}
#menu ul li a{
	float:left;
	line-height:31px;
	padding:0 9px 0 10px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li a:hover, #menu ul li.active a{
	background:url(/images/bg-menu-hover.gif) repeat-x;
	color:#271638;
}
#menu ul li:hover a, #menu ul li.hover a{
	background:url(/images/bg-menu-hover.gif) repeat-x;
	color:#271638;
}
#menu ul li:hover, #menu ul li.hover{
	position:relative;
}
#menu ul li:hover .drop-down, #menu ul li.hover .drop-down{
	display:block;
}
.drop-down{
	display:none;
	position:absolute;
	width:159px;
	top:31px;
	left:-1px;
	overflow:hidden;
}
.drop-down .top{
	width:100%;
	height:5px;
	overflow:hidden;
	background:url(/images/bg-drop-top.png) no-repeat;
}
.drop-down .center{
	width:157px;
	padding:0 1px;
	overflow:hidden;
	background:url(/images/bg-drop-center.png) repeat-y;
}
.drop-down .bottom{
	width:100%;
	height:8px;
	overflow:hidden;
	background:url(/images/bg-drop-bottom.png) no-repeat;
}
#menu ul li .drop-down ul{
	margin:0;
	padding:0 0 1px;
	list-style:none;
	background:none;
	border:none;
	width:157px;
	height:auto;
}
#menu ul li .drop-down ul li{
	width:100%;
	padding:0;
	float:left;
	height:22px;
	background:url(/images/bg-drop-down-line.gif) no-repeat 0 100%;
}
#menu ul li.active .drop-down ul li a, #menu ul li:hover .drop-down ul li a, #menu ul li.hover .drop-down ul li a{
	display:block;
	width:145px;
	height:22px;
	line-height:22px;
	color:#1b0b2c;
	padding:0 0 0 9px;
	background:none;
	font-weight:normal;
	text-decoration:none;
}
#menu ul li.active .drop-down ul li a:hover, #menu ul li:hover .drop-down ul li a:hover, #menu ul li.hover .drop-down ul li a:hover{
	background:#3c244c;
	color:#fff;
}
.content-holder{
	width:100%;
	overflow:hidden;
	margin:14px 0 30px;
	background:url(/images/bg-content-home.gif) repeat-y;
}
.left-column{
	float:left;
	width:565px;
	overflow:hidden;
	padding:0 0 0 18px;
}
.conteiner{
	width:100%;
	overflow:hidden;
	padding:0 0 2px;
	margin:0 0 13px;
	background:url(/images/bg-container.gif) no-repeat 0 100%;
}
.conteiner-inner{
	padding:8px 0 2px 0;
	margin:0 0 11px 0;
}
.title{
	width:100%;
	overflow:hidden;
}
.title h1, .title h2{
	margin:0;
	font:bold 19px/20px 'Trebuchet MS', Helvetica, sans-serif;
}
.title span{
	display:block;
	font-size:10px;
	line-height:12px;
	color:#8a8a8a;
	padding:0 0 15px 0;
}
.rank-casino{
	width:100%;
	overflow:hidden;
	padding:0 0 23px 0;
}
.rank-casino ul{
	margin:0;
	padding:0px 0 0;
	list-style:none;
	width:550px;
	overflow:hidden;
}
.rank-casino ul li{
	width:100%;
	float:left;
	line-height:34px;
	background:url(/images/bg-rank-casino-line.gif) repeat-x 0 100%;
}
.rank-casino ul li.rank-title{
	width:100%;
	font-size:10px;
	line-height:16px;
	font-weight:bold;
	color:#404040;
	text-transform:uppercase;
	background:none;
	padding:0 0 2px;
}
.rank{
	float:left;
	width:36px;
}
.rank span{
	display:block;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	background:url(/images/bg-rank.gif) no-repeat;
	margin:4px 0 0;
	color:#404040;
}
.casino-room{
	float:left;
	width:228px;
}
.casino-room a img{
	float:left;
	margin:0 8px 0 0;
}
.casino-room a{
	line-height:32px;
	float:left;
}
.max-bonus{
	float:left;
	text-align:center;
	width:70px;
}
.casino-review-max-bonus{
	float:left;
	text-align:center;
	width:128px;
}
.math{
	float:left;
	text-align:center;
	width:78px;
}
.us{
	float:left;
	text-align:center;
	width:38px;
}
.us .flag{
	float:left;
	width:30px;
	overflow:hidden;
	margin:0 0 0 4px;
	display:inline;
}
.us .flag img{
	display:block;
}

.score{
	float:left;
	width:55px;
	text-align: center;
}
.score a{
	line-height:34px;
}

.os{
	float:left;
	width:55px;
	text-align: center;
}
.os a{
	line-height:34px;
}

.deposit{
	float:left;
	width:55px;
	text-align: center;
}
.deposit a{
	line-height:34px;
}

.payout{
	float:left;
	width:55px;
	text-align: center;
}
.payout a{
	line-height:34px;
}

.software{
	float:left;
	width:55px;
	text-align: center;
}

.review{
	float:left;
	width:76px;
	padding:0 0 0 13px;
}
.review a{
	line-height:34px;
}
.casino-games{
	width:100%;
	overflow:hidden;
	padding:0px 0 0;
}
.casino-games .text{
	float:left;
	width:170px;
}
.casino-games .text strong{
	display:block;
	line-height:14px;
	color:#3c244c;
	padding:0 0 4px;
}
.casino-games .list-box{
	float:right;
	width:390px;
}
.casino-games .images{
	width:86px;
	overflow:hidden;
}
.casino-games .images img{
	display:block;
}
.casino-games .list-box ul{
	float:left;
	width:406px;
	margin:0 0 0 -15px;
	padding:4px 0 0;
	list-style:none;
}
.casino-games .list-box ul li{
	float:left;
	padding:0 0 34px 11px;
	width:86px;
	text-align:center;
}
.casino-games .list-box ul li a{
	display:block;
	line-height:14px;
}
.casino-table{
	width:548px;
	overflow:hidden;
	background:url(/images/bg-casino-table.gif) repeat-y;
	margin:0 0 10px 0;
}
.casino-table .top{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-casino-table-top.gif) no-repeat;
}
.casino-table .bottom{
	width:546px;
	padding:0 1px 4px 1px;
	overflow:hidden;
	background:url(/images/bg-casino-table-bottom.gif) no-repeat 0 100%;
}
.casino-table ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.casino-table ul li{
	width:100%;
	line-height:32px;
	float:left;
	height:33px;
}
.casino-table ul li.table-title{
	line-height:30px;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
}
.casino-table .date{
	float:left;
	width:63px;
	padding:0 0 0 10px;
}
.casino-table .casino-room{
	float:left;
	width:203px;
}
.casino-table .casino-room a img{
	float:left;
	margin:0px 13px 0 0;
	display:inline;
}
.casino-table .casino-room a{
	float:left;
}
.casino-table .us{
	float:left;
	width:19px;
}
.casino-table .flag{
	float:left;
	width:19px;
	padding:5px 0 0;
	margin:0;
}
.casino-table .flag img{
	display:block;
}
.casino-table .us strong{
	display:block;
	padding:0 0 0 1px;
}
.casino-table .game{
	float:left;
	width:105px;
	padding:0 0 0 30px;
}
.casino-table .prize-pool{
	float:left;
	width:116px;
}
.casino-table ul li.color{
	width:100%;
	line-height:30px;
	color:#000;
	border-top:1px solid #e4dde5;
	border-bottom:1px solid #e4dde5;
	background:#f6f3f6;
	height:33px;
	float:left;
}
.all-casino-link{
	display:block;
	overflow:hidden;
	padding:6px 0 19px 0;
}
.all-casino-link a{
	float:left;
	font-size:10px;
	line-height:14px;
	display:block;
	padding:0 0 0 17px;
	text-transform:uppercase;
	background:url(/images/bg-all-casino-link.gif) no-repeat 1px 2px;
}
.casino-table .number{
	float:left;
	width:27px;
	padding:0 0 0 10px;
}
.casino-table .winnings{
	float:left;
	width:75px;
}
.casino-table .game-inner{
	float:left;
	width:120px;
}
.casino-table .country{
	float:left;
	width:104px;
}
.newsletter-box{
	width:100%;
	overflow:hidden;
}
.newsletter-box p{
	margin:0;
}
.newsletter-box .image{
	float:right;
	display:inline;
	margin:5px 48px 0 10px;
}
.newsletter-box .image img{
	display:block;
}
.newsletter-box p{
	line-height:18px;
}
.newsletter-box .text{
	float:left;
	width:400px;
}
.newsletter-box ul{
	margin:0;
	padding:11px 0 0;
	list-style:none;
	width:400px;
	overflow:hidden;
}
.newsletter-box ul li{
	line-height:20px;
	background:url(/images/bg-newsletter-list.gif) no-repeat 0 3px;
	padding:0 0 0 27px;
}
.newsletter-form{
	width:100%;
	overflow:hidden;
	padding:6px 0 19px 0;
	clear:both;
}
.newsletter-form strong{
	line-height:14px;
	color:#404040;
	display:block;
}
.newsletter-form .box{
	width:100%;
	overflow:hidden;
	padding:11px 0 0;
}
.newsletter-form .box span{ 
	float:left;
	width:174px;
	height:25px;
	display:inline-block;
	margin:10px 10px 0 0;
	background:url(/images/bg-newsletter-input.gif) no-repeat;
}
.news-input{
	float:left;
	background:none;
	border:none;
	width:154px;
	height:17px;
	overflow:hidden;
	font-size:12px;
	color:#000;
	padding:5px 10px 3px 10px;
}
.subscribe{
	float:left;
	margin:10px 0 0 2px;
	display:inline-block;
	
	clear: both;
}
.content-text{
	width:555px;
	overflow:hidden;
}
.content-text p{
	margin:0 0 16px;
}
.content-text .title{
	padding:0 0 9px;
}
.right-column{
	float:right;
	width:346px;
	overflow:hidden;
	padding:0 13px 84px 18px;
}
.exclusive-box-holder{
	width:100%;
	overflow:hidden;
	padding:0 0 20px;
}
.exclusive-box{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:0 0 20px;
}
.logo-red{
	display:block;
	overflow:hidden;
	margin:19px 0 4px 122px;
}
.logo-red a{
	float:left;
	width:105px;
	height:80px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/logo-red.gif) no-repeat;
}
.indentmenu{
font: 12px Arial;
line-height:29px;
width: 100%; /*leave this value as is in most cases*/
padding:1px 0px 3px 0px;
}

.indentmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.indentmenu ul li{
height:30px;
width: 322px;
}

.indentmenu ul li a{
color: black; /*text color*/
padding:0px 0px 0px 6px;
display: block;
width: 322px;
margin:7px;
text-decoration: none;
}

.indentmenu ul li a.selected{
font-weight:bold;
background: url(/images/hot-over.gif) no-repeat  ;
}
.hotoffer{
	padding:0 0 15px 0px;
	text-decoration: none;
}
.hotoffer .main{
	width:345px; 
	height:140px; 

}
.hotoffer .main a{
	text-decoration: none;
}
.hotoffer .main a:hover{
	text-decoration: underline;
}
.news-box{
	width:345px;
	overflow:hidden;
	background:url(/images/bg-news-box.gif) repeat-y;
	margin:0 0 22px;
}
.news-box .top{
	width:345px;
	overflow:hidden;
	background:url(/images/bg-news-box-top.gif) no-repeat;
}
.news-box .bottom{
	width:335px;
	overflow:hidden;
	background:url(/images/bg-news-box-bottom.gif) no-repeat 0 100%;
	padding:5px 5px 0;
}
.news-box .text{
	width:310px;
	overflow:hidden;
	padding:10px 13px 0 10px;
}
.news-box .text p{
	margin:0;
}
.news-box .text .image{
	float:left;
	margin:0px 7px 2px 0;
	display:inline;
}
.news-box .text .image img{
	display:block;
	width: 95px;
	height: auto;
}
.news-box .text strong{
	font-size:16px;
	line-height:18px;
	color:#200d33;
}
.news-box .text span{
	font-size:10px;
	line-height:20px;
	color:#8a8a8a;
	padding:4px 0 0;
}
.news-box ul{
	margin:0;
	padding:17px 0 10px 0;
	list-style:none;
	width:335px;
	overflow:hidden;
}
.news-box ul li{
	width:307px;
	float:left;
	border-top:1px solid #eee7f6;
	padding:11px 18px 8px 10px;
}
.news-box .list-text{
	float:left;
	width:245px;
}
.news-box .sponsor{
	float:right;
}
.news-box .sponsor a img{
	display:block;
	width: 56px;
	height: auto;
}
.news-box .list-text strong{
	display:block;
	font-weight:normal;
	line-height:14px;
}
.news-box .list-text strong a{
	text-decoration:none;
}
.news-box .list-text strong a:hover{
	text-decoration:underline;
}
.news-box .list-text span{
	display:block;
	font-size:10px;
	line-height:16px;
	color:#949494;
}
.news-box .rss{
	display:block;
}
.news-box .rss a{
	display:block;
	padding:0 0 0 22px;
	overflow:hidden;
	background:url(/images/bg-rss.gif) no-repeat;
	color:#000;
	text-decoration:none;
}
.news-box .rss a:hover{
	text-decoration:underline;
}
.progresive-box{
	width:346px;
	overflow:hidden;
	background:url(/images/bg-progresive-box.gif) repeat-y;
	margin:0 0 3px;
}
.progresive-box .top{
	width:346px;
	overflow:hidden;
	background:url(/images/bg-progresive-box-top.gif) no-repeat;
}
.progresive-box .bottom{
	width:346px;
	overflow:hidden;
	background:url(/images/bg-progresive-box-bottom.gif) no-repeat 0 100%;
}
.column-container{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-column-container.gif) no-repeat 0 100%;
	padding:0 0 3px;
	margin:0 0 11px;
}
.progresive-inner{
	width:354px;
	overflow:hidden;
	margin:0 0 0 -8px;
	padding:16px 0 15px;
}
.progresive-inner .box{
	float:left;
	width:120px;
	padding:2px 8px 9px 8px;
	margin:0 16px 0 23px;
	display:inline;
	text-align:center;
	background:#fbfaf8;
}
.progresive-inner a img{
	display:block;
}
.progresive-inner .price{
	display:block;
	width:120px;
	height:20px;
	background:#000;
	font-size:16px;
	line-height:20px;
	color:#ff0000;
	text-align:center;
}
.progresive-inner span{
	line-height:20px;
	color:#000;
	font-weight:bold;
	width:100%;
	background:#fff;
	height:20px;
	float:left;
}
.progresive-form{
	width:136px;
	margin:0 -8px 0 -8px;
	overflow:hidden;
	padding:2px 0 0;
}
.choose-casino{
	width:117px;
	margin:3px 0 0;
	position:relative;
}
.top-casino{
	width:100%;
	overflow:hidden;
	padding:0 0 16px;
}
.top-casino span{
	display:block;
}
.top-casino span em{
	font-style:normal;
	color:#b30000;
}
.top-casino p{
	margin:0;
}
.top-casino-list{
	width:100%;
	overflow:hidden;
	padding:0 0 9px;
}
.logo-titan{
	float:right;
	display:inline;
	margin:3px 19px 0 0;
	overflow:hidden;
}
.logo-titan a{
	display:block;
	width:112px;
	height:58px;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
}
.logo-titan a:hover{
	text-decoration:underline;
}
.top-casino .top-casino-list ul{
	float:left;
	width:200px;
	overflow:hidden;
	margin:0;
	padding:2px 0 0;
	list-style:none;
}
.top-casino .top-casino-list ul li{
	width:175px;
	float:left;
	background:url(/images/bg-top-casino-list.gif) no-repeat 0 4px;
	padding:0 0 0 25px;
	line-height:20px;
	color:#000;
}
.top-casino ul{
	margin:0;
	padding:7px 0 0;
	list-style:none;
}
.top-casino ul li{
	float:left;
	padding-right:33px;
}
.top-casino ul li a{
	float:left;
	font-size:14px;
	line-height:20px;
	padding:0 0 0 22px;
	background:url(/images/bg-top-casino-link.gif) no-repeat 0 2px;
}
.pool-box{
	width:323px;
	overflow:hidden;
	padding:7px 0 15px 10px;
}
.pool-box p{
	line-height:18px;
	font-weight:bold;
	margin:0;
}
.column-container .news-box{
	margin:5px 0 17px;
}
.pool-list{
	width:100%;
	overflow:hidden;
	margin:0 0 -2px;
}
.pool-list ul{
	margin:0;
	padding:11px 0 0;
	list-style:none;
	float:left;
	width:112px;
}
.pool-list ul li{
	padding:0 0 11px;
	border:none;
}
.pool-list ul li .label{
	float:left;
	color:#fff;
}
.radio-pool{
	float:left;
	margin:0 2px 0 0;
	width:14px;
	height:14px;
}
.popular-list{
	width:100%;
	overflow:hidden;
	padding:0 0 17px;
}
.popular-list ul{
	margin:0;
	padding:0px 0 0;
	list-style:none;
	float:left;
	width:169px
}
.popular-list ul li{
	line-height:20px;
	width:100%;
	float:left;
}
.popular-list ul li a{
	float:left;
	padding:0 0 0 16px;
	text-decoration:none;
	background:url(/images/bg-popular-link.gif) no-repeat 0 5px;
}
.popular-list ul li a:hover{
	text-decoration:underline;
}
.bonuses-table{
	width:100%;
	overflow:hidden;
	padding:0 0 22px;
}
.bonuses-table .all-casino-link{
	padding:9px 0 0;
}
.bonuses-table ul{
	margin:0;
	padding:0px 0 0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.bonuses-table ul li{
	width:100%;
	float:left;
	line-height:35px;
	background:url(/images/bg-deposit-table.gif) repeat-x 0 100%;
	color:#000;
}
.bonuses-table ul li.title-table{
	line-height:12px;
	font-size:10px;
	color:#404040;
	margin:0 0 -3px;
	text-transform:uppercase;
	background:none;
}
.bonuses-table ul li .casino-room{
	float:left;
	width:190px;
}
.bonuses-table ul li .offer{
	float:left;
	width:156px;
}
.bonuses-table ul li .casino-room a img{
	float:left;
	display:inline;
	margin:1px 10px 0 0;
}
.games-box{
	width:100%;
	overflow:hidden;
	padding:0 0 18px;
}
.games-box .box-game{
	float:left;
	width:253px;
	padding:0px 0 0;
}
.games-box .box-game img{
	display:block;
}
.games-box ul{
	float:left;
	margin:0;
	padding:0 0 0 12px;
	list-style:none;
}
.games-box ul li{
	line-height:18px;
}
.games-box ul li a{
	color:#220e35;
	text-decoration:none;
}
.games-box ul li a:hover{
	text-decoration:underline;
}
#footer-holder{
width:100%;
overflow:hidden;
position:relative;
height:66px;
margin:-66px 0 0;

}

.footer{
width:960px;
margin:0 auto;
border-top:6px solid #ccc;
padding:4px 0 0;

}

.footer .left-box{
float:left;
width:565px;
padding:0 0 0 15px;

}

.footer .left-box p{
font-size:11px;
line-height:22px;
color:#404040;
margin:0;

}


.footer .right-box{
float:right;
width:230px;
padding:9px 8px 0 0;

}
.footer .right-box ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.footer .right-box ul li{
	float:left;
	font-size:10px;
	line-height:22px;
	text-transform:uppercase;
	padding:0 6px;
	background:url(/images/bg-footer-line.gif) no-repeat 0 50%;
}
.footer .right-box ul li:first-child{
	background:none;
}
.content{
	width:100%;
	overflow:hidden;
	margin:14px 0 49px;
	background:url(/images/bg-content-inner.gif) repeat-y;
}
.content .left-column{
	float:left;
	width:667px;
	overflow:hidden;
	padding:0 0 0 17px;
}
.content .rank-casino{
	padding:7px 0 23px 0;
}
.blackjack{
	float:left;
	width:128px;
	text-align:center;
}
.no-deposit{
	float:left;
	width:199px;
	text-align:left;
}
.content .rank-casino{
	clear: both;

	padding:7px 0 15px;
}
.content .rank-casino ul{
	margin:0;
	padding:12px 0 0 2px;
	list-style:none;
	width:665px;
	overflow:hidden;
}
.content .math{
	float:left;
	text-align:center;
	width:62px;
	margin:0 7px 0 0;
}
.download{
	float:left;
	width:79px;
	padding:0 0 0 12px;
}
.download a{
	line-height:34px;
}
.content .review{
	float:left;
	width:60px;
}
.content .us .flag{
	float:left;
	width:30px;
	overflow:hidden;
	margin:0 0 0 5px;
	display:inline;
}
.content .left-column p{
	margin:0 0 16px;
}
.game-list{
	width:100%;
	overflow:hidden;
	padding:0px 0 0;
}
.game-list ul{
	float:left;
	width:680px;
	margin:0 0 0 -15px;
	padding:10px 0 0;
	list-style:none;
}
.game-list ul li{
	float:left;
	padding:0 0 10px 10px;
	width:86px;
	text-align:center;
}
.game-list ul li a{
	display:block;
}
.game-list .images{
	width:86px;
	overflow:hidden;
}
.content .right-column{
	float:right;
	width:214px;
	overflow:hidden;
	padding:0 20px 20px;
}
.content .right-column h2{
	color:#271638;
	margin:0;
}
.casino-top{
	width:100%;
	overflow:hidden;
}
.casino-top .box{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-casino-top-center.gif) repeat-y;
	margin:8px 0 0;
}
.casino-top .box .top{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-casino-top.gif) no-repeat;
}
.casino-top .box .bottom{
	width:207px;
	overflow:hidden;
	background:url(/images/bg-casino-top-bottom.gif) no-repeat 0 100%;
	padding:0 3px 9px 3px;
}
.casino-top .title-list{
	width:100%;
	overflow:hidden;
	padding:0 0 3px;
}
.casino-top .title-list ul{
	margin:0;
	padding:1px 0 0;
	list-style:none;
}
.casino-top .title-list ul li{
	background:none;
	float:left;
	width:207px;
	height:22px;
	line-height:20px;
	font-size:10px;
	color:#fff;
	float:left;
	text-transform:uppercase;
}
.casino-top ul{
	margin:0;
	padding:0;
	list-style:none;
	width:207px;
	overflow:hidden;
}
.casino-top ul li{
	float:left;
	width:207px;
	padding:1px 0 0;
	line-height:39px;
	background:url(/images/bg-casino-top-line.gif) no-repeat;
}
.casino-top ul li:first-child{
	background:none;
}
.casino-top .casino-room{
	float:left;
	width:113px;
}
.casino-top .casino-room strong{
	display:block;
	padding:0 0 0 12px;
}
.casino-top .casino-room a img{
	float:left;
	display:inline;
	margin:3px 0 0 12px;
}
.casino-top .bonus{
	float:left;
	width:54px;
}
.casino-top .bonus span{
	display:block;
	padding:0 0 0 2px;
}
.casino-top .us{
	float:left;
	width:32px;
}
.casino-top .us .flag{
	float:left;
	width:30px;
	height:25px;
	overflow:hidden;
	margin:5px 0 0 1px;
	display:inline;
}
.casino-top ul li:hover, .casino-top ul li.hover{
	position:relative;
}
.casino-top ul li:hover .drop-casino, .casino-top ul li.hover .drop-casino{
	display:block;
}
.drop-casino{
	display:none;
	width:196px;
	overflow:hidden;
	clear:both;
	background:url(/images/bg-drop-casino.gif) repeat-x;
	height:28px;
	padding:0 0 0 11px;
}
.drop-casino span{
	float:left;
	padding-right:19px;
}
.drop-casino span a{
	float:left;
	line-height:12px;
	background:url(/images/bg-drop-casino-link.gif) no-repeat 0 1px;
	padding:0 0 2px 16px;
}
.box-exclusive{
	width:100%;
	overflow:hidden;
	padding:11px 0 0;
}
.box-exclusive .box{
	width:214px;
	overflow:hidden;
	background:url(/images/bg-box-exclusive.gif) repeat-y;
	margin:5px 0 0;
}
.box-exclusive .top{
	width:214px;
	overflow:hidden;
	background:url(/images/bg-box-exclusive-top.gif) no-repeat;
}
.box-exclusive .bottom{
	width:212px;
	overflow:hidden;
	background:url(/images/bg-box-exclusive-bottom.gif) no-repeat 0 100%;
	padding:15px 1px 0;
	text-align:center;
}
.logo-poker{
	display:block;
	overflow:hidden;
	margin:0 0 3px 0;
}
.logo-poker a{
	display:block;
	width:212px;
	height:74px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/logo-poker.gif) no-repeat;
	text-decoration:none;
}
.logo-poker a:hover{
	text-decoration:underline;
}
.box-exclusive strong{
	font:bold 16px/18px Arial, Helvetica, sans-serif;
	color:#200d33;
	display:block;
}
.box-exclusive span{
	display:block;
	line-height:20px;
	color:#404040;
}
.box-exclusive ul{
	margin:0;
	padding:19px 0 12px 18px;
	list-style:none;
}
.box-exclusive ul li{
	line-height:18px;
	text-align:left;
	padding:0 0 6px;
	overflow:hidden;
}
.box-exclusive ul li a{
	float:left;
	padding:0 0 1px 23px;
	background:url(/images/bg-exclusive-link.gif) no-repeat 0 1px;
	font-weight:bold;
	text-transform:uppercase;
}
.box-newsletter{
	width:100%;
	overflow:hidden;
	padding:19px 0 0;
}
.container-bg{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-container-bg.gif) repeat-y;
	margin:4px 0 0;
}
.container-bg .top{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-container-top.gif) no-repeat;
}
.container-bg .bottom{
	width:203px;
	overflow:hidden;
	background:url(/images/bg-container-bottom.gif) no-repeat 0 100%;
	padding:8px 6px 0;
}
.box-newsletter .box{
	width:187px;
	overflow:hidden;
	padding:0 0 0 7px;
}

.newsletter-form .box div{

	float: left;
}
.box-newsletter ul{
	margin:0;
	padding:2px 0 0;
	list-style:none;
}
.box-newsletter ul li{
	background:url(/images/bg-top-casino-list.gif) no-repeat 0 3px;
	padding:0 0 0 23px;
	line-height:20px;
	color:#000;
}
.newsletter-form-inner{
	width:185px;
	padding:9px 0 15px 2px;
	overflow:hidden;
}
.newsletter-input{
	width:100%;
	overflow:hidden;
	padding:0 0 5px;
}
.newsletter-input span{
	display:block;
	width:184px;
	height:25px;
	background:url(/images/bg-input-newsletter.gif) no-repeat;
}
.input-newsletter{
	display:block;
	background:none;
	border:none;
	width:154px;
	height:17px;
	font-size:12px;
	color:#000;
	padding:5px 10px 3px;
}
.button-subscribe{
	margin:1px 0 0;
	position:relative;
	overflow:hidden;
}
.box-progressive{
	width:100%;
	overflow:hidden;
	padding:17px 0 0;
}
.box-progressive .container-bg{
	margin:8px 0 0;
}
.box-progressive .container-bg .bottom{
	padding:8px 6px 14px 6px;
}
.box-progressive .box{
	float:left;
	display:inline;
	width:120px;
	margin:8px 0 0 30px;
	padding:2px 8px 9px 8px;
	text-align:center;
	background:#fbfaf8;
}
.box-progressive a img{
	display:block;
}
.box-progressive .price{
	display:block;
	width:120px;
	height:20px;
	background:#000;
	font-size:16px;
	line-height:20px;
	color:#ff0000;
	text-align:center;
}
.box-progressive span{
	line-height:20px;
	color:#000;
	font-weight:bold;
	width:100%;
	background:#fff;
	height:20px;
	float:left;
}
.box-progressive .all-casino-link{
	margin:3px 0 0;
}
.box-popular{
	width:100%;
	overflow:hidden;
	padding:9px 0 0;
}
.box-popular ul{
	margin:0;
	padding:5px 0 0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.box-popular ul li{
	line-height:20px;
	width:100%;
	float:left;
}
.box-popular ul li a{
	float:left;
	padding:0 0 0 17px;
	background:url(/images/bg-all-casino-link.gif) no-repeat 0 5px;
}
.review-box{
	width:667px;
	overflow:hidden;
}
.review-box .box{
	width:667px;
	overflow:hidden;
	background:url(/images/review-sides.gif) repeat-y;
	margin:0px 0 0;
}
.review-box .top{
	width:667px;
	overflow:hidden;
	background:url(/images/review-top.gif) no-repeat;
}
.review-box .bottom{
	width:652px;
	overflow:hidden;
	background:url(/images/review-bottom.gif) no-repeat 0 100%;
	padding:15px 0px 15px 15px;
	text-align:left;
}
.dotted-line{
	width: 100%;
	overflow:hidden;
	height:1px;
	background:#ffffff url(/images/dotted-line.gif);
}
.review-right {
	width:198px;
	overflow:hidden;
	padding-right:1px;
	text-align:left;
	float:right;
}
.review-right .line {
	background:url(/images/review-back.gif) no-repeat;
	padding:10px;
}

.review-right .line ul#related-news{
	margin: 0 0 0 14px;
	padding: 0;
}

.review-right .line ul#related-news li span{	
	display:block;
	font-size:10px;
	line-height:16px;
	color:#949494;
}

.review-left {
	width:436px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	text-align:left;
	float:left;
}
.buttons{
	overflow:hidden;
	width:351px;
}
.button-left a{
	overflow:hidden;
	width:168px;
	height:44px;
	background:url(/images/button-purple.gif) no-repeat;
	color:#FFF;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:7px 0 0 0px;
	float:left;
	text-decoration:none;
}
.button-right a{
	overflow:hidden;
	width:168px;
	height:44px;
	background:url(/images/button-purple.gif) no-repeat;
	color:#FFF;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:7px 0 0 0px;
	float:right;
	text-decoration:none;
}
.button-left a:hover{ text-decoration:underline;}
.button-right a:hover{ text-decoration:underline;}
.review-jackpot{
	overflow:hidden;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:15px;
	line-height:19px;
	text-decoration:none;
}
.review-score{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
}
.bigscore{
	font-size:60px;
	line-height:60px;
	font-weight:bold;
	color:#aaa9aa;
}
.review-table td,tr, table{
	width:177px;
	border:0;
	padding:0;
	border-collapse:collapse;
	height:24px;
}
table,td,tr{
	border:0;
	padding:0;
	border-collapse:collapse;
}
.bonustext{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#b0282c;
	width:72%;
}
.focusgame{
	float:right;
	text-align:center;
	padding:0px 0px 20px 20px;
}
.focusgame .img{
	padding-bottom:7px;
}
.box-focus{
	width:243px;
	overflow:hidden;
}
.box-focus .box{
	width:243px;
	overflow:hidden;
	background:url(/images/bg-box-focus.gif) repeat-y;
	margin:5px 0 0;
}
.box-focus .top{
	width:243px;
	overflow:hidden;
	background:url(/images/bg-box-focus-top.gif) no-repeat;
}
.box-focus .bottom{
	width:241px;
	overflow:hidden;
	background:url(/images/bg-box-focus-bottom.gif) no-repeat 0 100%;
	padding:10px;
	text-align:left;
}
.box-focus ul{
	margin:0;
	padding:0px;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.box-focus ul li{
	line-height:20px;
	width:100%;
	float:left;
}
.box-focus ul li a{
	float:left;
	padding:0 0 0 17px;
	background:url(/images/bg-all-casino-link.gif) no-repeat 0 5px;
}
.casino-game{
	padding:8px;
	background:url(/images/bg-casino-game.gif) no-repeat;
	height:481px;
}
.casino-game-right {
	width:239px;
	overflow:hidden;
	text-align:left;
	padding-right:10px;
	float:right;
}
.contentfull{
	width:926px;
	padding:17px;
}
.game-list-full{
	width:100%;
	overflow:hidden;
	padding:0px 0 0;
}
.game-list-full ul{
	float:left;
	width:920px;
	margin:0 0 0 -15px;
	padding:10px 0 0;
	list-style:none;
}
.game-list-full ul li{
	float:left;
	padding:0 0 23px 0px;
	width:86px;
	text-align:center;
}
.game-list-full ul li a{
	display:block;
	text-decoration:none;
}
.game-list-full ul li a:hover{
	display:block;
	text-decoration:underline;
}
.jackpots{
	background:url(/images/jackpots/bg_jackpots.gif) no-repeat;
	height:186px;
	width:186px;
	text-align:center;
	padding:14px;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}
.jackpots .win{
	margin-top:8px;
	font-weight:bold;
}
.clear
{
	clear: both;
}
.dot-line{
	background:url(/images/dot-line.gif) no-repeat;
	height:1px;
	width:667;
	margin-top:7px;
	margin-bottom:7px;
}
.news-boxing{
	width:667px;
	overflow:hidden;
}
.news-boxing .text{
	overflow:hidden;
}
.news-boxing .text p{
	margin:0;
}
.news-boxing .text .image{
	float:left;
	margin:0 10px 5px 0;
	display:inline;
}
.news-boxing .text .image img{
	display:block;
	width: 95px;
	height: auto;
}
.news-boxing .text strong{
	font-size:16px;
	line-height:18px;
	color:#200d33;
}
.news-boxing .text span{
	font-size:10px;
	line-height:20px;
	color:#8a8a8a;
	padding:4px 0 0;
}
.news-image{
	padding:0 0 20px 20px;
	float:right;
}

/* Polls Style */

#poll{
	overflow: hidden;
	padding: 7px 0 15px 10px;
	width: 323px;
}

.wp-polls{
}

.wp-polls p{
	text-align: left !important;
	line-height:18px !important;
	margin:0 !important;
}

.wp-polls ul{
	padding: 11px 0 0 0 !important;
}

.wp-polls ul li{
	float: left !important;
	width: 47% !important;
	padding: 0 0 11px 0 !important;
	border: none !important;
}

.wp-polls-ans p{
	float: left !important;
	text-align: left !important;
	padding-right:10px;
}

.Buttons{
	background: url(/images/button-submit.gif) no-repeat left top !important;
	border: none !important;
	width: 79px !important;
	height: 23px !important;
	text-indent: -1000em !important;

}

.pollbar{
	min-width: 1px !important;
	max-width: 90% !important;
	height: 8px !important;
	border: none !important;
	background-color: #342843 !important;
}
/* Pagination */
.pagination-link{

	margin:0 3px 0 0;

	padding:3px 8px;

	text-decoration:none;

	border: 1px solid #cccccc;

}
.link-container {

	clear:both;

	padding:20px 10px 10px 0;

}
.show-previous{ display: none; }

.show-next{ display: none; }

.free-game-list{
	width:100%;
	overflow:hidden;
	padding:0px 0 0;
}.free-game-list ul{
	margin:0;
	padding:5px 0 0;
	list-style:none;
	width:100%;
	overflow:hidden;
}.free-game-list ul li{
	line-height:20px;
	width:100%;
	float:left;
}

.free-game-list ul li a{
	float:left;
	padding:0 0 0 17px;
	background:url(/images/bg-all-casino-link.gif) no-repeat 0 5px;
}
#us-play{
	width:200px;
	float: right;
	margin-top:20px;
}
#us-play img{
	vertical-align: middle;
	margin-left: 3px;
	float: right;
}
#yes-us{
	float: left;
	margin-left:40px;
}

#us-play #no-us{
	float: left;
}

#us-play #no-us span{
	display: block;
	text-align: right;
}
#us-play #yes-us span{
	display: block;
	text-align: right;
	margin-top:5px;
}


.rank-bingo{
	width:100%;
	overflow:hidden;
	padding:0 0 23px 0;
}
.rank-bingo ul{
	margin:0;
	padding:0px 0 0;
	list-style:none;
	width:665px;
	overflow:hidden;
}
.rank-bingo ul li{
	float:left;
	line-height:34px;
	background:url(/images/bg-rank-casino-line.gif) repeat-x 0 100%;
}
.rank-bingo ul li.rank-bingo-title{
	width:100%;
	font-size:10px;
	line-height:16px;
	font-weight:bold;
	color:#404040;
	text-transform:uppercase;
	background:none;
	padding:0 0 2px;
}

.rank-bingo .rank{
	float: left;
	width: 36px;
}

.rank-bingo .bingo-bonus{
	float:left;
	width:353px;
}

.rank-bingo .room{
	float: left;
	width: 238px;
}

.rank-bingo .bonus{
	float: left;
	width: 338px;
}

.rank-bingo .us{
	float: left !important;
	width: 38px !important;
	text-align: center !important;
}

.no-top{ padding-top: 0px !important; }
.no-top ul{ padding-top: 0px !important; } 

.visit-casino-link{
	overflow:hidden;
	padding:6px 0 0px 0;
	height:25px;
}
.visit-casino-link a{
	float:left;
	padding:0 0 0 17px;
	background:url(/images/bg-all-casino-link.gif) no-repeat 1px 13px;
}