/* === 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
}*/

.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 === */


/* === Logo === */
h1, h1 a:link, h1 a:visited, h1 a:hover{
/*  font-size:18px;
    color:black;
    padding:25px 0px 15px 0px;
    font-weight:normal;
    margin:0;
    text-decoration:none;*/
    font-size: 12px;
    color: white;
    margin-top: -5px;
    margin-right: 10px;
}
/* === 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 === */

#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/eucasinoslogo.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/mybet.jpg") 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:300px;
    height:180px;
    display:block;
    background:url("../img/casino/logos/mansion.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:290px;
    height:180px;
    display:block;
    background:url("../img/casino/logos/21nova.gif") top left no-repeat;
    margin:0 auto;
}
a.package9{
    width:290px;
    height:180px;
    display:block;
    background:url("../img/casino/logos/prestigecasinologo.png") top left no-repeat;
    margin:0 auto;
}
a.package10{
    width:300px;
    height:180px;
    display:block;
    background:url("../img/casino/logos/titan.png") top left no-repeat;
    margin:0 auto;
}
a.package11{
    width:300px;
    height:180px;
    display:block;
    background:url("../img/casino/logos/eurograndlogo.png") top left no-repeat;
    margin:0 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: 800px;
    /*background:url("index.html") top repeat-x;*/
    padding-top: 0.5px;
    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: 10px 10px 4px 10px;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid white;
    border-bottom: none;
}
#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/logo1.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:#008000636;
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 a, .toplist tbody td.bonus a {
color:#008000636;
}
.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 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 -48px 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;
}
.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;
}


/*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;
}
/*table*/

#merchantsearch .options {
position: relative;
margin: 0 0 2px;
padding: 10px;
overflow: hidden;
background: #EEE;
}
#moneyPop {
display: none;
margin: 0;
padding: 0 0 10px;
background: url("../img/totaliser.png") no-repeat center 40px;
}
#moneyPop p {
margin: 0;
padding: 5px 10px;
height: 30px;
background: #B7090A;
color: white;
font-size: 1.4em;
line-height: 30px;
text-align: center;
}
#moneyPop label {
display: inline;
margin: 0 5px;
cursor: pointer;
}
.g8 {
width: 800px;
}
.g9 {
width: 100%;
margin-top: 0.5px;
}
.section, .article, .aside {
display: inline;
float: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 1px;
}
#merchantsearch {
background: none;
margin: 0;
padding: 0;
}
#search-results {
padding: 11px;
background: #EEE;
}
#search-results .first {
border: 2px solid #B7090A;
padding: 8px 8px 8px;
}

#search-results .featured {
padding: :;
}

#search-results .result {
position: relative;
float: left;
width: 580px;
margin: 0 0 5px;
padding: 10px;
background: white;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.first {
}
.first .flag {
background: #B7090A;
color: white;
}

.result .flag {
position: absolute;
top: -2px;
left: -2px;
margin: 0;
padding: 5px 10px;
background: #B7090A;
color: white;
font-size: 1em;
line-height: 1;
/*text-transform:uppercase;*/
letter-spacing: 0.05em;
}
.result .info {
float: left;
display: inline;
margin: 0 10px 0 0;
width: 245px;
}
.clearfix::after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
#casino .info a {
color: #A7141A;
}
.result .thumb {
float: left;
display: inline;
margin: 0 10px 0 0;
width: 80px;
height: 80px;
overflow: hidden;
background: #EEE url("../img/blank-thumb-80x80.png") no-repeat 0 0;
text-indent: -9999px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.125);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.125);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.125);
}
.result h3 {
margin: 0 0 5px;
padding: 5px 0 0;
overflow: hidden;
font: bold 1.8em/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#casino .info a {
color: #A7141A;
}
h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover, h1 a:focus, h2 a:focus, h3 a:focus {
}
.result .rating {
margin: 0;
overflow: hidden;
line-height: 20px;
}
.rating {
color: #999;
overflow: auto;
}
.result .rating .star4 {
background-position: -20px 0;
}

.result .rating span {
float: none;
margin: 0;
padding: 0;
width: 100px;
height: 20px;
overflow: hidden;
/*background-image: url("../pudeb6/fd20d42d_star-rating.png");*/
text-indent: -9999px;
}

.rating span {
display: block;
float: left;
margin-right: 5px;
padding-top: 20px;
height: 0;
width: 80px;
overflow: hidden;
/*background-image: url("../pudeb6/c6d0c82a_bg-rating.png");*/
background-repeat: no-repeat;
}
.result .rating {
line-height: 20px;
}

.rating {
color: #999;
}
.result .calculator {
float: left;
display: inline;
margin: 0 10px 0 0;
font-size: 1em;
line-height: 1;
text-align: center;
/*text-transform:uppercase;*/
letter-spacing: 0.05em;
}
ol {
list-style: decimal;
}
ol {
display: block;
list-style-type: decimal;
padding-left: 0;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 8px;
}
.clearfix::after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.result .calculator .deposit {
float: none;
display: none;
}

.result .calculator li {
float: left;
display: inline;
margin: 0;
border: 2px solid #EEE;
padding: 8px 0;
width: 76px;
overflow: hidden;
}
.result .calculator strong {
display: block;
font-size: 2.4em;
line-height: 1.5;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

strong {
font-weight: bold;
}

.result .calculator abbr {
border: none;
color: #999;
}

abbr {
border-bottom: 1px dotted #CCC;
cursor: help;
}
.result .calculator .bonus {
background: white;
}

.result .calculator li {
float: left;
display: inline;
margin: 0;
border: 2px solid #EEE;
padding: 8px 0;
width: 76px;
overflow: hidden;
}
.result .calculator .total {
background: #EEE;
}

.result .calculator li {
float: left;
display: inline;
margin: 0;
border: 2px solid #EEE;
padding: 8px 0;
width: 101px;
overflow: hidden;
}
.result .actions {
float: right;
margin: 0;
width: 120px;
font-size: 1em;
line-height: 20px;
font-weight: normal;
text-align: left;
}

.actions, .content .actions {
margin: 0 auto;
width: 140px;
font-size: 1.4em;
font-weight: bold;
text-align: center;
list-style-type: none;
padding: 0;
}
.result .actions li {
margin: 0 0 5px;
width: 120px;
}
ul.actions li {
margin: 0 auto 10px;
width: 140px;
position: relative;
}
.actions a.play {
border-color: #B7090A;
background-color: #B7090A;
}

.actions a.button {
display: block;
border: 1px solid #999;
padding: 4px 0;
background: #999 url("../img/button-glass.png") repeat-x 0 0;
color: white;
font-size: 1.24em;
line-height: 20px;
font-weight: bold;
text-align: center;
text-decoration: none;
cursor: pointer;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.125);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.125);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.125);
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#search-results .last {
}

ul.actions li.last {
margin-bottom: 0;
}

.result .actions li {
margin: 0 0 5px;
width: 120px;
}

ul.actions li {
margin: 0 auto 10px;
width: 140px;
position: relative;
}
.result .compare {
color: #666;
font-size: 1.2em;
cursor: pointer;
}

label {
display: block;
}

input, textarea, select {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1em;
}

input {
vertical-align: middle;
}
#search-results .last {
padding-top: 10px;
}
#search-results .upper {
padding-top: 10px;
}
#search-results .alt {
}

#search-results .result {
position: relative;
float: left;
width: 757px;
margin: 0 0 5px;
padding: 10px;
background: white;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.actions a.play {
border-color: #B7090A;
background-color: #B7090A;
}
.actions a.visit {
border-color: rgb(16, 86, 173);
background-color: rgb(16, 86, 173);
}
#indexGameGrid {
width: 276px;
float: right;
min-height: 560px;
}
#indexGameGrid .col:first-child {
/*margin-right: 11px;*/
}

#indexGameGrid .smallCol {
width: 276px;
}

#indexGameGrid .smallCol, #indexGameGrid .wideCol {
float: right;
}
#indexGameGrid .popular {
height: 459px;
}
#indexGameGrid .item {
background: black;
color: white;
/*margin-bottom: 11px;*/
position: relative;
display: block;
overflow: hidden;
}
#indexGameGrid .label {
position: absolute;
top: 0px;
left: 0px;
display: block;
}

#indexGameGrid .item {
color: white;
margin-bottom: 12px;
}
#indexGameGrid .linkage a {
text-decoration: none;
}

#indexGameGrid .popular .linkage span {
width: 203px;
}

#indexGameGrid .linkage span {
font-size: 12px;
width: 171px;
text-align: center;
margin-right: 10px;
margin-bottom: 10px;
}

.linkage .button.green, .linkage .submit_form.button.green.deposit {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border-bottom: 1px solid #009901;
border-top: 1px solid #54DA54;
border-left: none;
border-right: none;
}
.button.deposit, .button.big {
padding: 0.838em 1.4em 0.838em 1.38em;
}

.button.green {
background: #00C800;
background: -moz-linear-gradient(top,rgba(0, 200, 0, 1) 0%,rgba(0, 172, 1, 1) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0, 200, 0, 1)),color-stop(100%,rgba(0, 172, 1, 1)));
background: -webkit-linear-gradient(top,rgba(0, 200, 0, 1) 0%,rgba(0, 172, 1, 1) 100%);
background: -o-linear-gradient(top,rgba(0, 200, 0, 1) 0%,rgba(0, 172, 1, 1) 100%);
background: -ms-linear-gradient(top,rgba(0, 200, 0, 1) 0%,rgba(0, 172, 1, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C800',endColorstr='#00AC01',GradientType=0 );
background: linear-gradient(top,rgba(0, 200, 0, 1) 0%,rgba(0, 172, 1, 1) 100%);
color: white;
text-shadow: 0px -1px 0px #008200;
-moz-box-shadow: 0 1px 2px #777;
-webkit-box-shadow: 0 1px 2px #777;
box-shadow: 0 1px 2px #777;
border: 1px solid #007E00;
}

.button {
display: inline-block;
line-height: 1.25em;
/*text-transform:uppercase;*/
font-weight: bold;
text-decoration: none;
padding: 1.38em 5.4em 1.38em 1.38em;
position: relative;
cursor: pointer;
-moz-border-radius: 3px;
border-radius: 3px;
}
#indexGameGrid .linkage a {
text-decoration: none;
}

#game_types a:hover b, .game_type_nav a:hover, a {
color: #B7090A;
}
#indexGameGrid .popular .linkage span {
width: 203px;
}

#indexGameGrid .linkage span {
font-size: 12px;
width: 171px;
text-align: center;
margin-right: 10px;
margin-bottom: 10px;
}

.button.deposit, .button.big {
padding: 0.838em 1.4em 0.838em 1.38em;
}

.button.gray {
background: #666;
background: -moz-linear-gradient(top,rgba(102, 102, 102, 1) 0%,rgba(87, 87, 87, 1) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(102, 102, 102, 1)),color-stop(100%,rgba(87, 87, 87, 1)));
background: -webkit-linear-gradient(top,rgba(102, 102, 102, 1) 0%,rgba(87, 87, 87, 1) 100%);
background: -o-linear-gradient(top,rgba(102, 102, 102, 1) 0%,rgba(87, 87, 87, 1) 100%);
background: -ms-linear-gradient(top,rgba(102, 102, 102, 1) 0%,rgba(87, 87, 87, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666',endColorstr='#575757',GradientType=0 );
background: linear-gradient(top,rgba(102, 102, 102, 1) 0%,rgba(87, 87, 87, 1) 100%);
color: white;
border-top: 1px solid #767676;
border-bottom: 1px solid #4D4D4D;
text-shadow: 0px -1px 0px #595959;
}
#indexGameGrid .linkage {
    position:absolute;
    bottom:5px;
    left:20px;
    display:none
}
#indexGameGrid .item:hover .linkage {
    display:block
}
#indexGameGrid .linkage a {
    text-decoration:none
}
#indexGameGrid .linkage span {
    font-size:12px;
    width:171px;
    text-align:center;
    margin-right:10px;
    margin-bottom:10px
}
#indexGameGrid .popular .linkage span {
    width:203px
}

/*
#rightcolumn img {
background-color:#F4F5F5;
opacity:0.70;
}
*/

.topfive_top {
border-bottom: 1px solid #D6D6D6;
text-align: left;
background: url("../img/topfive_top_bg.gif") bottom repeat-x;
padding-right: 1px;
}

.topfive_top td {
padding: 2px 6px 0 6px;
border: none;
border-right: 1px solid #D6D6D6;
}

.topfive_top td.last {
border-right: none;
}

.topfive_top table td {
color: #403F3F;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
padding: 8px;
}
.badge_small {
background: url("../img/badge_small.jpg") right no-repeat;
padding: 0;
text-align: center;
padding-top: 10px;
width: 45px;
height: 34px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 12px;
font-weight: bold;
}
.logosmall img
{
padding-top: 5px;
}
.topfive_top p {
font-size: 11px;
margin: 0 0 5px 5px;
line-height: 14px;
}
.greyline_small {
border-bottom: 1px solid #D6D6D6;
}
.red_link {
color: #B50C0B;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
}
p a.blue {
color: #0F4E84;
}
.no_border td {
border: none;
}

.no_padding td {
padding: 0;
}

#top {
border-top: 0px solid #E6E6E6;
border-bottom: 0px solid #E6E6E6;
height: 30px;
line-height: 35px;
margin-left: -10px;
}

.topnav {
list-style: none;
line-height: 1;
margin: 0;
padding: 1px 0;
z-index: 99;
}
.topnav li {
float: left;
width: auto;
}
#menu-item-108 a{
background: #C4C4C4 !important;
background: -moz-linear-gradient(top, #C4C4C4 0%, #7f7f7f 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C4C4C4), color-stop(100%,#7f7f7f)) !important;
background: -webkit-linear-gradient(top, #C4C4C4 0%,#7f7f7f 100%) !important;
background: -o-linear-gradient(top, #C4C4C4 0%,#7f7f7f 100%) !important;
background: -ms-linear-gradient(top, #C4C4C4 0%,#7f7f7f 100%) !important;
background: linear-gradient(top, #C4C4C4 0%,#7f7f7f 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C4C4C4', endColorstr='#7f7f7f',GradientType=0 ) !important;
}

.topnav li a {
font-size: 11px;
font-weight: bold;
line-height: 25px;
color: white;
padding: 0px 13px 2px 13px;
text-decoration: none;
text-transform:uppercase;
}

.topnav a {
display: block;
position: relative;
text-decoration: none;
z-index: 100;
}
#header2 {
position: relative;
height: 100px;
}
#sitelogo {
position: absolute;
top: 3px;
left: -10px;
line-height: 1;
overflow: hidden;
}
#banner {
position: absolute;
top: 5px;
right: 0px;
width: 728px;
height: 90px;
box-shadow: 0px 0px 5px #222;
background: black;
z-index: 0;
}
#wrapper{
    width:1098px;
    margin:0 auto;
    text-align:left;
    padding:2px;
    position:relative;
    /*background:url("../img/contentrepeat.jpg") repeat-y;*/
    background: url("../img/bg_kessef.gif") top repeat-x transparent;
}
.topnav {
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 1px 0;
    z-index: 99;
}
.topnav a {
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 100;
}
.topnav li {
    float: left;
    width: auto;
}
.topnav li a {
    color: white;
    font-size: 11px;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
    text-transform:uppercase;
}
body.site-casino #menu-item-108 a, body.site-bingo #menu-item-111 a, body.site-poker #menu-item-107 a, body.site-sports #menu-item-1619 a, body.site-mobile #menu-item-1902 a {
    background: -moz-linear-gradient(center top , #669966 0%, #336633 100%) repeat scroll 0 0 transparent !important;
}
.topnav li a:hover, .topnav li a:active {
    color: #FFFFFF;
    text-decoration: none;
}
.topnav li.first a {
    color: #FFFFFF;
}
.topnav .first {
    color: #FFFFFF;
}
.topnav li ul {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E6E6E6 #E6E6E6 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    left: -999em;
    position: absolute;
    width: 166px;
    z-index: 999;
}
.topnav li ul li {
    border-bottom: 1px solid #E6E6E6;
}
.topnav li ul li a, .topnav li ul li a:visited {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: medium none;
    color: #444444 !important;
    font-size: 11px;
    font-weight: bold;
    padding: 7px 13px 6px;
    /*text-transform:uppercase;*/
    width: 140px;
}
.topnav li ul li a.sf-with-ul {
    padding: 7px 13px 6px;
}
.topnav li ul li a:hover {
    border-bottom: medium none;
}
.topnav li ul ul {
    margin: -32px 0 0 166px;
}
.topnav li:hover, .topnav li.hover {
    position: static;
}
.topnav li:hover ul ul, .topnav li.sfhover ul ul, .topnav li:hover ul ul ul, .topnav li.sfhover ul ul ul, .topnav li:hover ul ul ul ul, .topnav li.sfhover ul ul ul ul {
    left: -999em;
}
.topnav li:hover ul, .topnav li.sfhover ul, .topnav li li:hover ul, .topnav li li.sfhover ul, .topnav li li li:hover ul, .topnav li li li.sfhover ul, .topnav li li li li:hover ul, .topnav li li li li.sfhover ul {
    left: auto;
}
.topnav .sf-sub-indicator {
    display: none;
}
.topnav li ul .sf-sub-indicator {
    background: url("images/bullet.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 0.4em;
    text-indent: -999em;
    top: 1.1em;
    width: 10px;
}
#cat-menu {
    height: 40px;
    margin-left: -8px;
}
.nav {
    border-top: 0 solid #E6E6E6;
    float: left;
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    width: 100%;
    z-index: 99;
}
.nav a {
    color: white;
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 100;
}
.nav li {
    float: left;
    width: auto;
}
.nav > li > a {
    font-size: 14px;
    line-height: 40px;
    padding: 0 8px;
    text-shadow: 1px 1px white;
}
.nav > li > a.sf-with-ul {
    padding-right: 18px;
}
.nav > li > a.sf-with-ul:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #999999;
    content: "";
    height: 0;
    position: absolute;
    right: 6px;
    top: 19px;
    width: 0;
}
.nav > li.sfHover > a.sf-with-ul:before {
    border-top-color: #336633;
}
.nav > li > a:hover, .nav > li.sfHover > a {
    color: #B50C0B;
}
.nav li a {
    border-right: 0 solid #E6E6E6;
    color: #444444;
    font-weight: bold !important;
    text-decoration: none;
}
.nav li a:hover, .nav li a:active {
}
.nav li ul {
    background: -moz-linear-gradient(center top , white 0%, #EEE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #B4B4B4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    left: -999em;
    margin-left: -7px;
    position: absolute;
    width: 166px;
    z-index: 100;
    background: white;
    padding-left: 0px;
}
.nav li ul {
    border-radius: 10px 10px 10px 10px;
}
.nav li ul li:first-child > a {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.nav li ul li:last-child > a {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.nav li ul li {
}
.nav li ul li a {
    color: #555555;
    font-size: 13px;
    font-weight: normal !important;
    padding: 8px 12px;
    width: 144px;
}
.nav li ul li a.sf-with-ul {
    padding: 8px 12px;
}
.nav li ul li a:hover, .nav li ul li.sfHover > a {
    background: none repeat scroll 0 0 #99CC99;
    color: white;
    text-decoration: none;
}
.nav li ul ul {
    margin: -32px 0 0 168px;
}
.nav li:hover, .nav li.hover {
    position: static;
}
.nav li:hover ul ul, .nav li.sfhover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul ul, .nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul {
    left: -999em;
}
.nav li:hover ul, .nav li.sfhover ul, .nav li li:hover ul, .nav li li.sfhover ul, .nav li li li:hover ul, .nav li li li.sfhover ul, .nav li li li li:hover ul, .nav li li li li.sfhover ul {
    left: auto;
}
.nav .sf-sub-indicator {
    display: none;
}
.nav li ul .sf-sub-indicator {
    background: url("images/bullet.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 0.4em;
    text-indent: -999em;
    top: 0.95em;
    width: 10px;
}

#header{
    /*background:url("../img/header.jpg") repeat-x top;*/
    /*text-align:center;*/
    height:25px;
    /*padding-bottom:50px;*/
    padding-left:10px;
    /*padding-top:10px;*/
    width: 1086px;
}
#hold{
    z-index:3;
    position:absolute;
    top:170px;
    left:2px;
    width:1098px;
}
.nav ul{
list-style-type: none;
}
.no_padding table {
height:145px;
}

/* NEWS FEED */
#moneyPop.line {
display: block;
padding-bottom: 21px;
border-bottom: 2px solid #FFFFFF;
}

div.spacing {
	line-height: 14px;
}
/*** NEWS FEED ***/
#indexGameGrid {
width: 319px;
float: right;
min-height: 1275px;
}
#rightcolumn  li.bd ul{
	padding:11px 0 7px 0;
	width:319px;
	border-bottom: 1px solid #FFFFFF;
	height:55px;
}		
#rightcolumn  ul.blog-entries li.bd ul li.image{
	background:url("../img/thumbbg.png") no-repeat;
	width:83px;
	height:60px;
}
#rightcolumn  li.bd ul{
	padding:11px 0 11px 0;
	width:319px;
	border-bottom: 1px solid #FFFFFF;
	height:55px;
}		

/*** TABLE SIZE ***/
#content #leftcolumn{
	float:left;
	width: 755px;
	/*background:url("index.html") top repeat-x;*/
	padding-top: 0.5px;
	line-height:20px;
	position:relative;
	/*border-right:1px solid #CBCBCB;*/
}
#search-results .result {
position: relative;
float: left;
width: 715px;
margin: 0 0 5px;
padding: 10px;
background: white;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.result .info {
float: left;
display: inline;
margin: 0 10px 0 0;
width: 250px;
}
.g8 {
width: 757px;
}