/* === Misc === */
body {
	background:white url(../img/bg.jpg) repeat-y center;
	margin:0;
	text-align:center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
}
/*a:link, a:visited {
	color: #B7090A;
}*/
/*a:hover{
	color:#00529a
}*/
#wrapper{
	width:1098px;
	margin:0 auto;
	text-align:left;
	padding:2px;
	position:relative;
	/*background:url(../img/contentrepeat.jpg) repeat-y;*/
}
.clear{
	clear:both;
}
img.border{
	background:#fff;
	padding:3px;
	border:1px solid #dadada;
}
img.fright{
	float:right;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
}
img.fleft{
	float:left;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}

.bild {
float: left;
width: 300px;
/* Abstand um das Bild herum: */
margin: 0 10px 0 0;
}
.bild p { /* Bildunterschrift */
padding: 0 5px;
font-size: 9px;
}
.bild2 {
float: left;
width: 115px;
/* Abstand um das Bild herum: */
margin: 0 10px 0 0;
}
.bild3 {
float: right;
width: 115px;
/* Abstand um das Bild herum: */
margin: 0 10px 0 0;
}
.bild4 {
float: right;
width: 220px;
/* Abstand um das Bild herum: */
margin: 0 10px 0 0;
}
.bild5 {
float: left;
width: 220px;
/* Abstand um das Bild herum: */
margin: 0 10px 0 0;
}
.bild6 {
float: left;
width: 320px;
/* Abstand um das Bild herum: */
margin: 0 10px 0 0;
}
.bild6 p { /* Bildunterschrift */
padding: 0 5px;
font-size: 9px;
}
.bild7 {
float: left;
width: 90px;
/* Abstand um das Bild herum: */
margin: 0 10px 0 0;
}
.bild8 {
float: right;
width: 320px;
/* Abstand um das Bild herum: */
margin: 0 10px 0 0;
}
.bild8 p { /* Bildunterschrift */
padding: 0 5px;
font-size: 9px;
}
.bild9 {
float: left;
width: 150px;
/* Abstand um das Bild herum: */
margin: 0 10px 0 0;
}
/* === Header === */
#header{
	/*background:url(../img/header.jpg) repeat-x top;*/
	/*text-align:center;*/
	height:25px;
	padding-bottom:50px;
	padding-left:10px;
	padding-top:10px;
	width:1098px;
}

/* === Logo === */
h1, h1 a:link, h1 a:visited, h1 a:hover{
	font-size:18px;
	color:black;
	padding:35px 90px 35px 35px;
	font-weight:normal;
	margin:0;
	text-decoration:none;
}
/* === Nav === */
#nav{
	background:url(../img/navbg-repeat.jpg) repeat-x top;
	height:56px;
	width:100%;
	margin:2px 0;
	position:relative;z-index:999;
}
#nav .inner{
	width:100%;z-index:999;
	height:56px;
	background:url(../img/navbg-middle.jpg) top center no-repeat;
}
#nav ul {
	font-size:18px;
	padding: 5px 0 0 30px;
	margin: 7px 0;
	list-style: none;
	float: left;
	text-shadow:1px 1px white;
	z-index:999;
}
#nav ul li{
	display:inline;
	float:left;
    z-index:100;
}
#nav ul li a:link, #nav ul li a:visited{
	display:inline;
	color:#525252;
	display:block;
	text-decoration:none;
	height:44px;
}
#nav ul li a:hover{
	display:inline;
	color:#000;
	background:url(../img/bgright.jpg) no-repeat top right ;
	display:block;
	text-decoration:none;
	height:44px;
}
#nav ul li a.current{
	background:url(../img/bgright.jpg) no-repeat top right ;
	height:44px;
}
#nav ul li a.active{
	background:url(../img/bgright.jpg) no-repeat top right ;
	height:44px;
}
#nav ul li a.current span.link,#nav ul li a.active span.link, #nav ul li a:hover span.link {
	background: url(../img/bgleft.jpg) no-repeat top left;
}
#nav ul li a span.link {
	margin: 0 18px 0 0px;
	padding: 12px 8px 14px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	cursor:pointer;
}
/* === Dropdown Nav === */
#nav ul ul {
	position:absolute;
	display:none;
	top:37px;
	z-index:9999;
	background:#d0d2d3;
	padding:5px;
	border:1px solid #a2a2a2;
	width:170px;
}
ul#nav ul ul li{
	background:none;
	padding:0;
	margin:0;
	z-index:999;
}
#nav ul li ul li{
	background:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #e4e4e4;
	z-index:999;
	padding:0;margin:0
}
#nav ul li ul a:link, #nav ul li ul a:visited{
	display:block;
	padding:10px 0 8px 10px;
	width:160px;
	font-size:12px;
	color:#333;
	text-decoration:none;
	font-weight:normal;
	background:#fff;
	float:left;
	margin:0;z-index:999;
	height:16px;
}
#nav ul li ul a:hover{
	display:block;
	width:160px;
	text-decoration:underline;
	font-weight:normal;
	font-size:12px;
	float:left;z-index:999;
	background:url(index.html) repeat-x bottom #fff;
}
#nav ul ul ul{
	top:auto;z-index:999;
}	
#nav ul li ul ul {
	left:146px;
	margin:0px 0 0 10px;
	z-index:9999;
}
#nav ul li{
	position:relative;
}
/* === Pagination Nav === */
.pagination{
	padding:10px;
	clear:both;
}
.pagination ul{
	margin: 0;
	padding: 0;
	/*text-align: left;*/
	font-size: 12px;
}
.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}
.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #2e6ab1;
}
.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #fff;
	background-color: #2e6ab1;
}
.pagination a.currentpage{
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	cursor: default;
}
.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}
/* === Featured Area === */
#hold{
	z-index:3;
	position:absolute;
	top:141px;
	left:2px;
	width:1098px;
}
#featured{
	background:url(../img/bg_featured.jpg) top left;
	/*background-color:#CC1100;*/
	width:100%;
	height:205px;
	padding-bottom:2px;
	border-bottom:4px #b0c6e3 solid;
	position:relative;
	overflow:hidden;
	margin:0;
	z-index:4;
	

}


/* === Featured Packages (images to left) === */
#featured .sliderImages{
	position:absolute;
	left:30px;
	text-align:center;
	width:380px;
	height:202px;
	top:60px;
}
ul.slider-img-list{
	width:380px;
	margin: 0pt; 
	padding: 0pt; 
	position: relative; 
	list-style-type: none; 
	z-index: 1; 
	top: 1200px;
}
ul.slider-img-list li{
	overflow: hidden; 
	float: left; 
	width: 380px; 
	height: 202px; 
	vertical-align:bottom;
}

a.package1{
	width:220px;
	height:180px;
	display:block;
	background:url(../img/casino/logos/casinolasvegaslogo.png) top center no-repeat;
	margin:0 auto;
}
a.package2{
	width:400px;
	height:180px;
	display:block;
	background:url(../img/casino/logos/casino-com-logo.png) top center no-repeat;
	margin:0 auto;
}
a.package3{
	width:280px;
	height:180px;
	display:block;
	background:url(../img/casino/logos/europacasinologo2.png) top center no-repeat;
	margin:0 auto;
}
a.package4{
	width:220px;
	height:180px;
	display:block;
	background:url(../img/casino/logos/williamhilllogo.png) top left no-repeat;
	margin:0 auto;
}
a.package5{
	width:220px;
	height:180px;
	display:block;
	background:url(../img/casino/logos/cityclubcasinologo.png) top left no-repeat;
	margin:0 auto;
}
a.package6{
	width:220px;
	height:180px;
	display:block;
	background:url(../img/casino/logos/skykings-casino-logo.png) top left no-repeat;
	margin:0 auto;
}
a.package7{
	width:290px;
	height:180px;
	display:block;
	background:url(../img/casino/logos/winnercasinologo.png) top left no-repeat;
	margin:0 auto;
}

a.package8{
	width:200px;
	height:160px;
	display:block;
	background:url(../img/casino/logos/gd_300x180.png) top left no-repeat;
	margin:-5px auto;
}

.sliderImages span, .arrows span{
	display:none;
}
/* === Featured next and previous links === */
#featured .arrows{
	left:420px;
	position:absolute;
	top:30px;
	width:44px;
}
#featured .arrows a.next{
	margin-bottom:66px;
}
#featured .arrows a:link.next, #featured .arrows a:visited.next, #featured .arrows a:link.prev, #featured .arrows a:visited.prev{
	height:44px;
	width:44px;
	display:block;
	position:relative;
}
#featured .arrows a:hover.next, #featured .arrows a:hover.prev{
	height:44px;
	width:44px;
	display:block;
}
#featured .arrows a:link.next, #featured .arrows a:visited.next{
	background:url(../img/next.png) top left no-repeat;
}
#featured .arrows a:hover.next{
	background:url(../img/nexthover.png) top left no-repeat;
}
#featured .arrows a:link.prev, #featured .arrows a:visited.prev{
	background:url(../img/previous.png) top left no-repeat;
}
#featured .arrows a:hover.prev{
	background:url(../img/previous-hover.png) top left no-repeat;
}
/* === Featured Text (right side) === */
.texthold{
	right:0px;
	top:30px;
	width:500px;
	height:242px;
	position:absolute;
	/*background:url(../img/slideright-title.png) top left no-repeat ;*/
}
#featured .sliderText{
	width:402px;
	height:242px;
	position:relative;
}
ul.slider-text-list{
	width:402px;
	margin: 0pt; 
	padding: 0pt; 
	position: relative; 
	list-style-type: none; 
	z-index: 1; left:-1800px;
}
ul.slider-text-list li{
	overflow: hidden; 
	float: left; 
	width: 402px; 
	vertical-align:bottom; 
	height:auto;
	/*background:url(../img/slotback.jpg) top left no-repeat;*/
}
ul.slider-text-list li h2{
	width:392px;
	font-size:24px;
	color:white;
	margin:0;
	font-weight:normal;
	height:29px;
	padding:0px 0 0px 0px;
}
ul.slider-text-list li p{
	color: yellow;
	margin:0;
	padding:5px 0px 0px 0px;
	line-height:20px;
}
a.more{
	background:url("../img/jetzt_spielen.gif");
	display:block;
	width:183px;
	height:55px;
	float:right;
	margin-right:10px;
}
/* === Services Section (homepage under featured) === */
#services{
	/*background:url(../img/servicerepeat.jpg) repeat-x top;*/
	height:230px;
	width:100%;
	border-top:2px solid white;
	border-bottom:1px solid #ccc;
	border-bottom:2px solid #B0C6E3;
}
#services .box{
	float:left;
	height:218px;
	border-right:1px solid #cbcbcb;
	width:296px;
	position:relative;
	padding-left:50px;
	padding-top:10px;
	padding-right:20px;
}
#services .box2{
	float:left;
	height:218px;
	width:294px;
	position:relative;
	padding-left:50px;
	padding-top:10px;
	padding-right:20px;
	background:url(../img/servicerepeat.jpg) repeat-x top;
}
#services .box p, #services .box2 p {
line-height:18px;
margin:0;
padding:15px 0 0;
text-shadow:1px 1px white;
}
#services h3{
	margin:0;
	color:#525252;
	font-size:18px;
	font-weight:normal;
}
/* === Main Content === */
#content{
	width:1098px;
	/*background:url(../img/contentrepeat.jpg) left red repeat-y;*/
	position:relative;
}
/* === Subpages header === */
#subheader{
	background:#e9e9e9;
	padding:15px 30px 15px 30px;
	display:block;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#subheader h2{
	margin:0;
	padding:0;
	color:black;
	font-weight:normal;
	font-size:24px;
}
/* === Full Page Holder (portfolio) === */
#fullpage{
	padding:15px;
	background:white;
}
/* ===  Portfolio === */
.portitem{
	float:left;
	width:260px;
	padding:7px;
	float:left;
	margin:15px;
	border:1px solid #ccc;
	background:#e9e9e9;
	position:relative;
	overflow:hidden;
}
.portitem img{
	border:1px solid white;
}
.portitem span{
	background:white;
	padding:7px;
	width:246px;
	position:absolute;
	bottom:-30px;
	left:8px;
	color:black;
	text-shadow:1px 1px white;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* === Left Column === */
#content #leftcolumn{
	float:left;
	width:734px;
	/*background:url(index.html) top repeat-x;*/
	padding-top:1px;
	
	line-height:20px;
	position:relative;
	/*border-right:1px solid #CBCBCB;*/
}
/*GAMES CORNER*/
#leftcolumn h3{
	color:#000;
	font-weight:normal;
	font-size:16px;
	padding-bottom:0px;
	margin:0 0 0px 0;
	/*border-bottom:1px solid #dadada;*/
}
#leftcolumn  ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 0px 0;
}						
#leftcolumn  ul li{
	padding:0px;
	margin:0px;
}
/*  Recent Blog Entries */
#leftcolumn  ul li.bd{
	position:relative;
}
#leftcolumn  ul.bd a{
	text-decoration:none;
}
#leftcolumn  li.bd ul{
	/*padding:15px 0 15px 10px;*/
	padding:10px 0 7px 0;
	width:335px;
	border-bottom: 1px solid #ededed;
	height:130px;
}		
#leftcolumn  li.bd ul li{
	line-height:18px;
	font-size:11px;
}
#leftcolumn  ul li.bd ul li.title{
	font-size:12px;
	font-weight:bold;
}
#leftcolumn  ul li.bd ul li.title a{
	color:#3370a6;
}
#leftcolumn  ul li.ft{
	line-height:1px;
}
#leftcolumn  ul.blog-entries li.bd ul li.image{	
	float:left;	
	padding:0px 15px 0 0px;
}
#leftcolumn  ul.blog-entries li.bd ul li.image{
	background:url(../img/thumbbg-games.png) no-repeat;
	width:120px;
	height:90px;
}
li.bd{
}
/*  Recent Testimonials */
#leftcolumn ul li.testimonial{
	padding:20px 0 0px 0;
	border-bottom:1px solid #ededed;
}
#leftcolumn ul li.testimonial ul li.extract{
	font-size:12px;
	color:black;
}
#leftcolumn ul li.testimonial ul li.testimonial-main{
	line-height:18px;
	padding:10px 0 10px 0;
	font-size:12px;
	font-style:italic;
}
#leftcolumn ul li.testimonial ul li.testimonial-date{
	line-height:18px;
	padding:0 0 0 0;
	font-size:11px;
}

#leftcolumn .games-corner {
padding-left:20px;
padding-right:20px;
}

#leftcolumn .editors-corner {
padding-left:20px;
padding-right:20px;
}
#leftcolumn h1 {
border-bottom:1px solid #DADADA;
padding-bottom:16px;
padding-top:10px;
}
#leftcolumn h2 {
border-bottom:1px solid #DADADA;
padding-bottom:16px;
padding-top:20px;
}

/**/

/* === Split Left Column into 2 === */
.col1{
	float:left;
	width:330px;
	padding-right:20px;
	margin-top:0px;
	margin-bottom:15px;
}
.col2{
	float:left;
	width:330px;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:15px;
}

#content h4{
	font-size:16px;
	margin:0;
	color:black;
	font-weight:normal;
}
#content h5{
	font-size:14px;
	margin:0;
	color:black;
	font-weight:normal;
}
/*table{
	background:white;
	border:1px solid #ccc;
	margin:20px 0;
}
td{
	border:1px solid #ccc;
	padding:5px;
}
th{
	color:white;
	background:#1159a8;
	border:1px solid #0c408b;
	padding:5px;
}*/
blockquote{
	font-style:italic;
}

.blog{
	margin-bottom:30px;
}
.blog .info{
	background:#f8f8f8;
	display:block;
	padding:5px;
	text-shadow:1px 1px white;
	border:1px solid #e2e2e2;
}
/* === Contact Page Form === */
/*#leftcolumn form{
	margin-top:15px;
}
#leftcolumn form ul{
	list-style:none;
	padding:0;
	margin:0;
	width:529px;
}
#leftcolumn form ul ul{
	padding:0;
	border:none;
}
#leftcolumn form ul li.forminput{
	padding:10px 0 10px 0;
}
#leftcolumn form ul li.forminput ul li.formleft{
	float:left;
	width:140px;
	color:black;
}
#leftcolumn form ul li.forminput ul li.formright{
	color:red;
	font-weight:bold;
	font-size:14px;
}*/
#error{
	color:green;
}
#error ul li{
	display:inline;
	margin-right:15px;
	color:red;
}
form input, form textarea{
	background:#f1f1f1;
	border:1px solid #ccc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}
/*form .button{
	background:#1159a8;
	color:#fff;
	font-weight:bold;
	padding:5px;
	border:1px solid #1d3551;
}*/
.hidden{
	visibility:hidden;
}
/*  Left Column */
#leftcolumn h1{
	font-weight:normal;
	color:black;
	font-size:16px;
	/*margin:0;
	padding:0;*/
}
#leftcolumn h2{
	font-weight:normal;
	color:black;
	font-size:16px;
	/*margin:0;
	padding:0;*/
}
#leftcolumn h3{
	margin:0;
	color:#525252;
	font-weight:normal;
	font-size:16px;
	padding-top:0px;
}
#leftcolumn h4{
	margin:0;
	color:#525252;
	font-weight:normal;
	font-size:14px;
	padding-top:0px;
}
ul.checklist{
	padding:15px 0 25px 15px;
	margin:0;
	list-style:none;
	line-height:22px;
}
ul.checklist li{
	background:url(../img/tick.png) left no-repeat;
	padding-left:20px;
	width:255px;
	float:left;
}
/*  Right Column */
#rightcolumn{
	float:right;
	width:320px;
	/*background:url(index.html) top repeat-x;*/
	padding:22px 20px 30px 20px;
}
#rightcolumn h3{
	color:#000;
	font-weight:normal;
	font-size:16px;
	padding-bottom:16px;
	margin:0 0 0px 0;
	border-bottom:1px solid #dadada;
}
#rightcolumn  ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 0px 0;
}						
#rightcolumn  ul li{
	padding:0px;
	margin:0px;
}
.col1 h3, .col2 h3{
	padding:0 0 15px 0;
	margin:0;
}
/*  Search */
.outerhol{
	position:relative;
	width:100%;
	height:51px;
	padding:0 0 10px 0;
}
.search{
	background:url(../img/search.jpg) repeat-x top;
	border-left:1px solid #9fd027;
	border-right:1px solid #9fd027;
	position:absolute;
	top:0;
	left:-22px;
	width:323px;
	height:51px;
}
.search form{
	padding:8px 10px;	
}
.search .textfield{
	background:white;
	border-left:1px solid #7f942c;
	border-top:1px solid #7f942c;
	outline:none;
	padding:3px;
	width:200px;
}
/*.search .button{
	background:none;
	border:none;
	outline:none;
	color:white;
	text-shadow:1px 1px #517606;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}*/
/*  Recent Blog Entries */
#rightcolumn  ul li.bd{
	position:relative;
}
#rightcolumn  ul.bd a{
	text-decoration:none;
}
#rightcolumn  li.bd ul{
	/*padding:15px 0 15px 10px;*/
	padding:7px 0 7px 0;
	width:320px;
	border-bottom: 1px solid #ededed;
	height:55px;
}		
#rightcolumn  li.bd ul li{
	line-height:18px;
	font-size:11px;
}
#rightcolumn  ul li.bd ul li.title{
	font-size:11px;
	font-weight:bold;
}
#rightcolumn  ul li.bd ul li.title a{
	color:#3370a6;
}
#rightcolumn  ul li.ft{
	line-height:1px;
}
#rightcolumn  ul.blog-entries li.bd ul li.image{	
	float:left;	
	padding:0px 15px 0 0px;
}
#rightcolumn  ul.blog-entries li.bd ul li.image{
	background:url(../img/thumbbg.png) no-repeat;
	width:89px;
	height:60px;
}
li.bd{
}
/*  Recent Testimonials */
#rightcolumn ul li.testimonial{
	padding:20px 0 0px 0;
	border-bottom:1px solid #ededed;
}
#rightcolumn ul li.testimonial ul li.extract{
	font-size:12px;
	color:black;
}
#rightcolumn ul li.testimonial ul li.testimonial-main{
	line-height:18px;
	padding:10px 0 10px 0;
	font-size:12px;
	font-style:italic;
}
#rightcolumn ul li.testimonial ul li.testimonial-date{
	line-height:18px;
	padding:0 0 0 0;
	font-size:11px;
}
a img{
	border:none;
}
/* === Footer === */
#footer{
	width:100%;
	/*background:#1159a8;*/
	/*background:url("../img/footer-repeat.jpg");*/
	padding:30px 0;
}
#footer a {
	color: white;
}
/*#footer .box{
	float:left;
	width:254px;
	position:relative;
	padding-left:30px;
	padding-right:30px;
}
#footer .box2{
	float:left;
	width:254px;
	position:relative;
	padding-left:30px;
	padding-right:30px;
}*/
#footer h3{
	color:white;
	font-weight:normal;
	font-size:18px;
	margin:0 0 20px 0;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li{
/*	background:#0d4494 url(../img/footerlink.jpg) repeat-x top;*/
	margin-top:-1px;
}
#footer ul li a{
	/*border:1px solid #2978ce;*/
	padding:8px;
	display:block;
	color:#dce9f8;
}
#footer ul li a:hover{
	color:white;
	border-color:#439fe1;
}
#footer .box p, #footer .box2 p{
	line-height:18px;
	padding:0 0 0 0;
	margin:0;
	color:#dce9f8;
	text-shadow:#0b3a7f 1px 1px;
}
#hold div.copyright{
	width:100%;
	text-indent:85px;
	font-size:10px;
	line-height:16px;
	padding-top:5px;
}
#copyright a{
	color:#dce9f8;
}
/*market bar*/
/*
#toptext {
color:#FFFFFF;
font-size:10pt;
text-align:center;
}

ul#slogan_menu {
list-style:none outside none;
margin:0 auto;
padding:0;
text-align:left;
width:981px;
}

ul#slogan_menu li {
color:#FFFFFF;
display:block;
margin:0;
padding:0;
text-align:center;
}

#casino_slogan {
background:none repeat scroll 0 0 #084768;
}

ul#slogan_menu li h1 {
color:#FFFFFF;
font-size:10pt;
font-weight:normal;
margin:0;
text-decoration:none;
}

ul#slogan_menu li.collapsed {
display:none;
}

ul#slogan_menu li.collapsed {
display:none;
}
main.css (line 1)
ul#slogan_menu li {
color:#FFFFFF;
display:block;
margin:0;
padding:0;
text-align:center;
}

#poker_slogan {
background:none repeat scroll 0 0 #0EA6E5;
}

#arcade_slogan {
background:none repeat scroll 0 0 #9C0F82;
}

ul#slogan_menu li.collapsed {
display:none;
}
main.css (line 1)
ul#slogan_menu li {
color:#FFFFFF;
display:block;
margin:0;
padding:0;
text-align:center;
}

#bet_slogan {
background:none repeat scroll 0 0 #67B609;
}

#bingo_slogan {
background:none repeat scroll 0 0 #DC68CD;
}

#live_slogan {
background:none repeat scroll 0 0 #EE7C00;
}

}
#connection_tabs li#casino_tab a {
background-image:url("../img/market-bar/casino1.png");
background-position:0 0;
}
#connection_tabs li#casino_tab a:hover, #connection_tabs li#casino_tab a.active {
background-image:url("../img/market-bar/casino2.png");
background-position:0 0;
}
#connection_tabs li#arcade_tab a {
background-image:url("../img/market-bar/games1.png");
background-position:0 0;
}
#connection_tabs li#arcade_tab a:hover, #connection_tabs li#arcade_tab a.active {
background-image:url("../img/market-bar/games2.png");
background-position:0 0;
}
#connection_tabs li#bet_tab a {
background-image:url("../img/market-bar/sport1.png");
background-position:0 0;
}
#connection_tabs li#bet_tab a:hover, #connection_tabs li#bet_tab a.active {
background-image:url("../img/market-bar/sport2.png");
background-position:0 0;
}*/

/*MARKET BAR*/
#toptext {
color:#FFFFFF;
font-size:10pt;
text-align:center;
}
#tab_area {
background:none repeat scroll 0 0 transparent;
height:0px;
margin:0;
padding:0;
text-align:center;
vertical-align:center;
}
#tab_area ul {
height:35px;
margin:0;
padding-right:8px;
}
#tab_area ul li {
float:right;
list-style-type:none;
margin:0;
padding:0;
}
#positionxx {
position:relative;
}
.xxdisplay {
border:0 solid red;
bottom:-15px;
display:block;
height:37px;
position:absolute;
right:-1px;
width:241px;
z-index:999;
}
ul#slogan_menu {
list-style:none outside none;
margin:0 auto;
padding:0;
text-align:left;
width:981px;
}
ul#slogan_menu li {
color:#FFFFFF;
display:block;
margin:0;
padding:0;
text-align:center;
}
ul#slogan_menu li h1 {
color:#FFFFFF;
font-size:10pt;
font-weight:normal;
margin:0;
text-decoration:none;
}
#casino_slogan {
background:none repeat scroll 0 0 #084768;
}
#poker_slogan {
background:none repeat scroll 0 0 #0EA6E5;
}
#arcade_slogan {
background:none repeat scroll 0 0 #9C0F82;
}
#bet_slogan {
background:none repeat scroll 0 0 #67B609;
}
#bingo_slogan {
background:none repeat scroll 0 0 #DC68CD;
}
#live_slogan {
background:none repeat scroll 0 0 #EE7C00;
}
ul#slogan_menu li.collapsed {
display:none;
}
#connection_tabs {
display:inline-block;
height:33px;
margin:0 -6px 0 0;
position:absolute;
right:0;
top:0;
width:641px;
}
#connection_tabs li {
display:inline;
list-style-type:none;
margin-left:1px;
}
#connection_tabs li a {
background-repeat:no-repeat;
display:block;
float:left;
height:38px;
width:102px;
}
#connection_tabs li a span {
display:none;
}
#connection_tabs li#casino_tab a {
background-image:url("../img/market-bar/casino1.png");
background-position:0 0;
}
#connection_tabs li#casino_tab a:hover, #connection_tabs li#casino_tab a.active {
background-image:url("../img/market-bar/casino2.png");
background-position:0 0;
}
#connection_tabs li#poker_tab a {
background-image:url("../img/market-bar/poker1.png");
background-position:0 0;
}
#connection_tabs li#poker_tab a:hover, #connection_tabs li#poker_tab a.active {
background-image:url("../img/market-bar/poker2.png");
background-position:0 0;
}
#connection_tabs li#arcade_tab a {
background-image:url("../img/market-bar/games1.png");
background-position:0 0;
}
#connection_tabs li#arcade_tab a:hover, #connection_tabs li#arcade_tab a.active {
background-image:url("../img/market-bar/games2.png");
background-position:0 0;
}
#connection_tabs li#bet_tab a {
background-image:url("../img/header_tabs_bet.png");
background-position:0 0;
}
#connection_tabs li#bet_tab a:hover, #connection_tabs li#bet_tab a.active {
background-image:url("../img/header_tabs_bet_over.png");
background-position:0 0;
}
#connection_tabs li#bingo_tab a {
background-image:url("../img/market-bar/bingo1.png");
background-position:0 0;
margin-top:0;
width:102px;
}
#connection_tabs li#bingo_tab a:hover, #connection_tabs li#bingo_tab a.active {
background-image:url("../img/market-bar/bingo2.png");
background-position:0 0;
margin-top:0;
width:102px;
}
#connection_tabs li#bet_tab a {
background-image:url("../img/market-bar/sport1.png");
background-position:0 0;
}
#connection_tabs li#bet_tab a:hover, #connection_tabs li#bet_tab a.active {
background-image:url("../img/market-bar/sport2.png");
background-position:0 0;
}
#connection_tabs li {
display:inline;
list-style-type:none;
margin-left:1px;
}
#logo_area {
float:left;
height:74px;
padding:0px 0 0 17px;
text-align:right;
width:397px;
}
.logo{
background:url("../img/logo.jpg") no-repeat scroll 0 0 transparent;
cursor:pointer;
height:74px;
width:397px;
}
/*PRODUCTS TABLE*/
.mod-fill {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #C8C8C8;
}
.mod-shadow {
/*-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.1);
margin:0 4px 8px;*/
}
.mod-gradient {
background:url("../img/gradients-grey-y.png") repeat-x scroll 0 0 #E0E0E0;
}
.mod-redline-t {
border-top:4px solid #B7090A;
}
:last-child {
margin-bottom:0;
}
.toplist .heading-module {
background-color:#E1E1E1;
background-position:0 -130px;
margin:0;
padding:14px 9px 13px;
}
.mod-gradient {
background:url("../img/gradients-grey-y.png") repeat-x scroll 0 0 #E0E0E0;
}
.heading-module {
color:#333333;
font-size:16px;
line-height:18px;
margin:0;
text-align:center;
text-shadow:0 1px 0 #FFFFFF;
text-transform:none;
}
.toplist table {
border:0 none;
border-collapse:collapse;
width:100%;
}
.toplist thead th.first-child {
background-position:0 100%;
}
.toplist thead th {
background:url("../img/toplist-th.v2.png") no-repeat scroll 50% 100% #CED7E2;
color:#363636;
font-size:11px;
font-weight:bold;
line-height:1;
text-align:center;
text-shadow:0 1px 0 #E3E9EF;
vertical-align:top;
}
.toplist thead th.local {
text-indent:-9999px;
}
.toplist .actions, .toplist .bonus, .toplist .country, .toplist .visit {
text-align:center;
}
.toplist thead th.last-child {
background-position:100% 100%;
}
.toplist tbody td.rank {
font-size:14px;
line-height:1;
text-align:left;
}
.toplist thead th.first-child div, .toplist tbody th.first-child, .toplist tbody td.first-child, .toplist tfoot td.first-child {
padding-left:9px;
}
.toplist tbody td, .toplist .pagination {
background:url("../img/gradients-grey-y.png") repeat-x scroll 0 -270px #E8E9E9;
border-top:1px solid #FFFFFF;
font-weight:bold;
padding:4px 2px;
/*text-shadow:0 1px 0 #FBFBFB;*/
text-shadow:0 0px 0 #FBFBFB;
}
a, .links-normal a {
color:#B7090A;
text-decoration:none;
}
.toplist tbody td.name a, .toplist tbody td.bonus a {
color:#363636;
}
.toplist tbody td.bonus strong {
display:block;
}
.exclusive {
color:#46700B;
}

.rating {
background:url("../img/rating.png") no-repeat scroll 0 0 transparent;
cursor:help;
display:block;
text-indent:-9999px;
}

.toplist thead th.last-child div, .toplist tbody td.last-child, .toplist tfoot td.last-child {
padding-right:9px;
}
.toplist tbody td.name a:hover, .toplist tbody td.bonus a:hover {
color:#B7090A;
}
.toplist tbody td.actions p.cta {
margin:0;
}
.cf {
}
/*
p, ul, ol, dl {
margin-bottom:18px;
}*/
.toplist tbody td.rank {
font-size:14px;
line-height:1;
text-align:left;
}
.toplist thead th.first-child div, .toplist tbody th.first-child, .toplist tbody td.first-child, .toplist tfoot td.first-child {
padding-left:9px;
}
.pagination {
font-weight:bold;
text-align:center;
text-transform:uppercase;
}
.pagination ul {
list-style:none outside none;
margin:0;
}
.pagination li.current {
font-size:15px;
line-height:1.2;
padding:0 3px;
position:relative;
top:1px;
}
.pagination li {
display:inline;
}
.toplist .heading-module {
background-color:#E1E1E1;
background-position:0 -130px;
margin:0;
padding:14px 9px 13px;
}
.heading-module {
color:#333333;
font-size:16px;
line-height:18px;
margin:0;
text-align:center;
text-shadow:0 1px 0 #FFFFFF;
text-transform:none;
}
.mod-gradient {
background:url("../img/gradients-grey-y.png") repeat-x scroll 0 0 #E0E0E0;
}
.heading-module {
color:#333333;
font-size:16px;
line-height:18px;
margin:0;
text-align:center;
text-shadow:0 1px 0 #FFFFFF;
text-transform:none;
}
.icon {
overflow:hidden;
text-indent:-9999px;
}
.icon-flag {
background:url("../img/flags-sprite2.png") no-repeat scroll 16px 0 transparent;
height:11px;
width:16px;
}
.toplist .icon-flag {
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
}
.icon-flag-de {
background-position:-240px 0;
}
.toplist tbody td p.rating {
margin:0 auto;
}
.rating-medium {
height:12px;
width:140px;
}
.rating-medium-5 {
background-position:-390px 0;
}
.rating-medium-6 {
background-position:-376px 0;
}
.rating-medium-7 {
background-position:-362px 0;
}
.rating-medium-8 {
background-position:-348px 0;
}
.rating-medium-9 {
background-position:-334px 0;
}
.rating-medium-10 {
background-position:-320px 0;
}
.button, .button .button-inner {
background:url("../img/buttons.v3.png") no-repeat scroll 100% 0 transparent;
}
.button, .button span, .button img {
cursor:pointer;
display:inline-block;
position:relative;
padding-left:5px;
}
.button-basic {
padding-right:10px;
padding-left:3px;
}
.button-basic-cta {
background-position:100% -24px;
}
.page .button, .page .button:hover {
text-decoration:none;
vertical-align:baseline;
}
.button-basic .button-icon {
}
.button .button-text-replace, .button .button-icon {
vertical-align:middle;
}
.button-basic .button-inner {
font-weight:bold;
line-height:22px;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.65);
white-space:nowrap;
}

.pad2-t {
margin-top:18px;
}

.page .button, .page .button:hover {
text-decoration:none;
vertical-align:baseline;
}

.button-basic-cta .button-inner {
background-position:0 -24px;
}

#rightcolumn img:hover {
color:#F4F5F5;
opacity:1;
}
#rightcolumn img:active {
color:#F4F5F5;
}
#rightcolumn img {
background-color:#F4F5F5;
opacity:0.70;
}

/*LOBBY ITEMS*/
.img_slots1 {
height:auto;
overflow:hidden;
padding-right:5px;
width:auto;
}
.lt-crv-top1 {
height:5px;
width:315px;
}
.img-bg2 {
overflow:hidden;
width:303px;
}

.img-bg {
height:auto;
width:318px;
border:1px solid #B0C6E3;
background:white;
}
.bg-new {
padding-left:5px;
padding-top:5px;
}

.white-bg {
background-color:#FFFFFF;
height:auto;
width:288px;
padding-top:20px;
}
.where_toplay1 {
float:left;
height:auto;
width:175px;
}
.title_block {
float:left;
margin-left:5px;
padding-top:5px;
width:105px;
}
.title_1 {
margin-bottom:2px;
margin-top:-9px;
min-height:72px;
overflow:hidden;
}
.title_1 a {
color:#0066CC;
overflow:hidden;
text-decoration:underline;
}
.review22 {
background-image:url("../img/n-top5readmore.gif");
background-repeat:no-repeat;
color:#6B9903;
float:left;
font-family:Arial;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:18px;
line-height:19px;
margin:-5px 5px 0 0;
padding-left:5px;
text-align:left;
text-decoration:none;
width:100px;
}
.review22 a {
color:#6B9903;
font-weight:bold;
}
.play_now_button {
background-image:url("../img/n-top5visit.gif");
background-repeat:no-repeat;
color:#6B9903;
float:left;
font-family:Arial;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:31px;
line-height:19px;
margin:0 5px 10px 0;
padding-left:5px;
padding-top:5px;
text-align:left;
text-decoration:none;
width:100px;
}
.rt-crv-top1 {
background:url("../img/bottom-shadow.gif") no-repeat scroll 0 0 transparent;
height:5px;
width:317px;
}

/*footer*/
.span-6, div.span-6 {
margin-right:0;
width: 100%;
}

div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6 {
/*float:left;*/
/*margin-right:6px;*/
position:relative;
border-top:1px solid #EDEDED;
}

.mod-container {
clear:both;
width:100%;
}

.tower-left {
left:-160px;
position:absolute;
top:58px;
width:auto;
}
.tower-right:empty {
right:0 !important;
}
.tower-right {
position:absolute;
right:-160px;
top:58px;
width:auto;
}
.mod-jump-menu .mod-content {
background:none repeat scroll 0 0 transparent;
border:medium none;
margin-top:10px;

}
.mod-content {
background:none repeat scroll 0 0 #FFFFFF;
border-color:#EDEDED;
border-style:solid;
border-width:0 1px;
font-size:11px;
overflow:hidden;
}
.mod-jump-menu .mod-content ul {
list-style:none;
}
.mod-jump-menu .mod-content ul li {
border-right:1px solid #EDEDED;
float:left;
font-size:10px;
margin:0 3px 0 0;
padding:0 0px 0 0;
width:142px;
}
.mod-jump-menu .mod-content ul li ul {
margin-bottom:10px;
overflow:hidden;

}

.mod-jump-menu .mod-content ul li ul li h4 {
color:#444444;
font-family:Helvetica,Arial,sans-serif;
font-size:11px;
height:auto;
line-height:16px;
overflow:hidden;
padding:2px 0 2px 5px;
}
.mod-jump-menu .mod-content a, .mod-jump-menu .mod-content a:visited {
color:#444444 !important;
}
.mod-jump-menu .mod-content ul li ul li h4 a {
padding:0;
}
.mod-jump-menu .mod-content ul li ul li a {
display:block;
padding:2px 50px 3px 5px;
}
.mod-jump-menu .mod-content a, .mod-jump-menu .mod-content a:visited {
color:#444444 !important;
}
.mod-jump-menu .mod-content ul li ul li, .mod-jump-menu .mod-content ul li.last {
border-right:medium none;
margin:0;
padding:0;
}

.mod-jump-menu .mod-content ul li ul li, .mod-jump-menu .mod-content ul li.last {
border-right:medium none;
margin:0;
padding:0;
}
.tower-left {
left:-160px;
position:absolute;
top:58px;
width:auto;
}
.tower-right:empty {
right:0 !important;
}
.tower-right {
position:absolute;
right:-160px;
top:58px;
width:auto;
}
.col1 span, .col2 span {
	display:block;
	float:right;
}
.col1 span a, .col2 span a {
	color:#3370A6;
}
